html{font-size:16px}body,html{height:100%;overflow-x:hidden;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}#root{height:100%;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.h1,h1{font-size:2.5rem;margin-bottom:1rem}.h2,h2{font-size:2rem;margin-bottom:.75rem}.h3,h3{font-size:1.75rem}.h3,.h4,h3,h4{margin-bottom:.5rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h5,.h6,h5,h6{margin-bottom:.5rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem}@media (max-width:768px){html{font-size:14px}.h1,h1{font-size:2rem}.h2,h2{font-size:1.75rem}.h3,h3{font-size:1.5rem}.h4,h4{font-size:1.25rem}.h5,h5{font-size:1.15rem}}@media (max-width:480px){html{font-size:12px}.h1,h1{font-size:1.75rem}.h2,h2{font-size:1.5rem}.h3,h3{font-size:1.35rem}.h4,h4{font-size:1.2rem}}button,input,select,textarea{font-family:inherit;font-size:1rem;max-width:100%}img{display:block}ol,ul{list-style:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #4158d0;outline-offset:2px}@media (max-width:768px){[role=button],[type=button],[type=reset],[type=submit],button{min-height:44px;min-width:44px}input,select,textarea{font-size:16px;padding:.5rem}}@media screen and (orientation:landscape) and (max-height:500px){.fixed-element{position:absolute}.vh-container{height:auto;min-height:100vh}}*{box-sizing:border-box;margin:0;padding:0}.App{overflow-x:hidden;text-align:center;width:100%}a{color:inherit;text-decoration:none}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--primary-color:#4158d0;--secondary-color:#c850c0;--accent-color:#ffcc21;--background-color:#f5f7fa;--card-color:#fff;--text-color:#333;--text-light:#666;--text-lighter:#999;--border-color:#0000001a;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 8px #0000001a;--shadow-lg:0 8px 16px #00000026;--error-color:#e74c3c;--success-color:#2ecc71;--warning-color:#f39c12;--info-color:#3498db;--gradient-primary:linear-gradient(45deg,var(--primary-color),var(--secondary-color));--sidebar-width:250px;--sidebar-collapsed-width:80px;--header-height:70px;--transition-speed:0.3s;--border-radius:8px}[data-theme=dark]{--primary-color:#5a6acf;--secondary-color:#d670d6;--accent-color:#ffd54f;--background-color:#121212;--card-color:#1e1e1e;--text-color:#f0f0f0;--text-light:#ccc;--text-lighter:#a0a0a0;--border-color:#ffffff1a;--shadow-sm:0 2px 4px #0003;--shadow-md:0 4px 8px #0000004d;--shadow-lg:0 8px 16px #0006;--error-color:#ff6b6b;--success-color:#5fd876;--warning-color:#ffbe76;--info-color:#54a0ff;--gradient-primary:linear-gradient(45deg,var(--primary-color),var(--secondary-color))}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;background-color:var(--background-color);color:#333;color:var(--text-color);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0;transition:background-color .3s ease,color .3s ease}.App{display:flex;flex-direction:column;min-height:100vh}.theme-toggle{align-items:center;background:none;border:none;border-radius:50%;color:#333;color:var(--text-color);cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:8px;transition:all .3s ease}.theme-toggle:hover{background-color:#8080801a}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background-color:#2c2c2c;border-color:#0000001a;border-color:var(--border-color);color:#333;color:var(--text-color)}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:#4158d0;border-color:var(--primary-color);box-shadow:0 0 0 3px #5a6acf33}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#999;color:var(--text-lighter)}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}@media only screen and (max-width:600px){body{font-size:14px}.container,.dashboard-container,.help-container{padding:1rem}.sidebar{bottom:0;height:auto;position:fixed;top:auto;z-index:999}.sidebar,.sidebar-collapsed .sidebar{width:100%}.logo-text,.sidebar-footer span,.sidebar-menu span{display:none}.sidebar-content{flex-direction:row;justify-content:space-around}.sidebar-menu ul{display:flex;justify-content:space-around;width:100%}.sidebar-menu li{margin:0}.sidebar-footer,.sidebar-header{display:none}.main-content{margin-left:0;padding-bottom:60px}.sidebar-collapsed .main-content{margin-left:0}.top-bar{flex-direction:column;padding:.5rem}.search-container{margin-bottom:.5rem;width:100%}.user-nav{justify-content:space-between;width:100%}.friends-grid,.items-grid,.wishlist-grid{gap:1rem;grid-template-columns:1fr}form{width:100%}input,select,textarea{font-size:16px}.btn-lg{padding:.75rem 1.5rem}.card{width:100%}}@media only screen and (min-width:600px) and (max-width:768px){.friends-grid,.items-grid,.wishlist-grid{grid-template-columns:repeat(2,1fr)}.sidebar-collapsed .sidebar{width:var(--sidebar-collapsed-width)}.sidebar-collapsed .logo-text,.sidebar-collapsed .sidebar-footer span,.sidebar-collapsed .sidebar-menu span{display:none}.sidebar-collapsed .main-content{margin-left:var(--sidebar-collapsed-width)}form{width:90%}}@media only screen and (min-width:768px) and (max-width:992px){.friends-grid,.items-grid,.wishlist-grid{grid-template-columns:repeat(2,1fr)}form{width:80%}}@media only screen and (min-width:992px) and (max-width:1200px){.friends-grid,.items-grid,.wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1200px){.friends-grid,.items-grid,.wishlist-grid{grid-template-columns:repeat(4,1fr)}.container,.help-container{margin:0 auto;max-width:1200px}}@media print{.sidebar,.theme-toggle-container,.top-bar,button:not(.print-btn){display:none}.main-content{margin-left:0;padding:1rem}body{background:#fff}a,body{color:#000}a{text-decoration:underline}}img{height:auto;max-width:100%}.responsive-embed{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.responsive-embed embed,.responsive-embed iframe,.responsive-embed object{height:100%;left:0;position:absolute;top:0;width:100%}.hide-sm{display:inline;display:initial}.show-sm{display:none}@media only screen and (max-width:768px){.hide-sm{display:none}.show-sm{display:inline;display:initial}}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media (max-width:576px){.text-sm-center{text-align:center}.text-sm-left{text-align:left}.text-sm-right{text-align:right}}@media (min-width:577px) and (max-width:768px){.text-md-center{text-align:center}.text-md-left{text-align:left}.text-md-right{text-align:right}}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:1rem!important}.ml-4{margin-left:1.5rem!important}.ml-5{margin-left:3rem!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.mr-4{margin-right:1.5rem!important}.mr-5{margin-right:3rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:1rem!important}.pl-4{padding-left:1.5rem!important}.pl-5{padding-left:3rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-3{padding-right:1rem!important}.pr-4{padding-right:1.5rem!important}.pr-5{padding-right:3rem!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-grid{display:grid!important}@media (max-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}.d-sm-grid{display:grid!important}}@media (min-width:577px) and (max-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}.d-md-grid{display:grid!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}@media (max-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.justify-content-sm-center{justify-content:center!important}.align-items-sm-center{align-items:center!important}}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.img-fluid{height:auto;max-width:100%}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border{border:1px solid var(--border-color)!important}.border-top{border-top:1px solid var(--border-color)!important}.border-right{border-right:1px solid var(--border-color)!important}.border-bottom{border-bottom:1px solid var(--border-color)!important}.border-left{border-left:1px solid var(--border-color)!important}.border-0{border:0!important}.rounded{border-radius:var(--border-radius)!important}.rounded-circle{border-radius:50%!important}.shadow-none{box-shadow:none!important}.shadow-sm{box-shadow:var(--shadow-sm)!important}.shadow{box-shadow:var(--shadow-md)!important}.shadow-lg{box-shadow:var(--shadow-lg)!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}
/*# sourceMappingURL=main.b862ee9f.css.map*/