@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;background:#fff;color:#2d3748;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden;touch-action:manipulation}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.pt-3{padding-top:1.5rem}.pt-4{padding-top:2rem}.pt-5{padding-top:3rem}.pb-1{padding-bottom:.5rem}.pb-2{padding-bottom:1rem}.pb-3{padding-bottom:1.5rem}.pb-4{padding-bottom:2rem}.pb-5{padding-bottom:3rem}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.animate-fadeIn{animation:fadeIn .5s ease}.animate-fadeInUp{animation:fadeInUp .6s ease}.animate-fadeInDown{animation:fadeInDown .6s ease}.animate-fadeInLeft{animation:fadeInLeft .6s ease}.animate-fadeInRight{animation:fadeInRight .6s ease}.animate-slideUp{animation:slideUp .5s ease}.animate-scaleIn{animation:scaleIn .5s ease}.animate-pulse{animation:pulse 2s ease infinite}.animate-spin,.spinner{animation:spin 1s linear infinite}.spinner{border:4px solid #667eea4d;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}.shadow-sm{box-shadow:0 2px 8px #00000014}.shadow{box-shadow:0 4px 15px #0000001a}.shadow-lg{box-shadow:0 10px 30px #00000026}.shadow-xl{box-shadow:0 20px 50px #0003}.transition{transition:all .3s ease}.transition-fast{transition:all .15s ease}.transition-slow{transition:all .5s ease}.hover-scale:hover{transform:scale(1.05)}.hover-lift:hover{transform:translateY(-5px)}.rounded-sm{border-radius:4px}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-xl{border-radius:16px}.rounded-full{border-radius:9999px}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (max-width:768px){body,input,select,textarea{font-size:16px}.container{padding:0 1rem}}@media (max-width:480px){.container{padding:0 .75rem}}[role=button],a,button{min-height:44px;min-width:44px}@media print{body{background:#fff}.no-print,button,footer,header{display:none!important}}*{box-sizing:border-box;margin:0;padding:0}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}::selection{background:#667eea;color:#fff}::-moz-selection{background:#667eea;color:#fff}:focus-visible{outline:2px solid #667eea;outline-offset:2px}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}img{display:block;height:auto;max-width:100%}button{font-family:inherit}a{color:inherit}ol,ul{list-style:none}.header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000000d;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000001a}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-container,.logo-link,.logo-section{align-items:center;display:flex}.logo-link{gap:.75rem;text-decoration:none;transition:transform .3s ease}.logo-link:hover{transform:scale(1.05)}.logo{align-items:center;animation:logoFloat 3s ease-in-out infinite;display:flex}.logo img{display:block;height:40px;width:40px}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.nav-links{align-items:center;display:flex;gap:2rem}.nav-link{color:#4a5568;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:#667eea}.nav-link:hover:after{width:100%}.login-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.625rem 1.5rem;transition:all .3s ease}.login-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.login-btn:active{transform:translateY(0)}.user-dropdown-container{position:relative}.user-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.625rem 1.5rem;transition:all .3s ease}.user-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.user-dropdown{animation:dropdownSlide .2s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:180px;padding:.5rem 0;position:absolute;right:0;top:calc(100% + 10px);z-index:1000}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{background:none;border:none;color:#2d3748;cursor:pointer;display:block;font-size:.9375rem;font-weight:500;padding:.75rem 1.25rem;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.dropdown-item:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea}.dropdown-item.logout{border-top:1px solid #e2e8f0;color:#fc8181;margin-top:.25rem;padding-top:.75rem}.dropdown-item.logout:hover{background:#fc81811a;color:#f56565}@media (max-width:768px){.header-container{padding:.875rem 1rem}.nav-links{gap:1rem}.nav-link{font-size:.875rem}.brand-name{font-size:1.25rem}.login-btn,.user-btn{font-size:.875rem;padding:.5rem 1rem}.user-dropdown{min-width:160px}.dropdown-item{font-size:.875rem;padding:.625rem 1rem}}@media (max-width:480px){.header-container{padding:.75rem 1rem}.logo-link{gap:.5rem}.logo img{height:32px;width:32px}.brand-name{font-size:1.125rem}.nav-link{display:none}.nav-links{gap:.5rem}.login-btn,.user-btn{font-size:.8125rem;padding:.5rem .875rem;white-space:nowrap}.user-dropdown{min-width:150px;right:-10px}}.modal-overlay{align-items:center;animation:fadeIn .3s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:450px;padding:2.5rem;position:relative;width:90%}.modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#718096;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:1.25rem;top:1.25rem;transition:all .3s ease}.modal-close:hover{background:#f7fafc;color:#2d3748;transform:rotate(90deg)}.modal-header{margin-bottom:2rem;text-align:center}.modal-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.modal-header p{color:#718096;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group label{font-size:.9rem}.form-group input{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;outline:none;padding:.875rem 1rem;transition:all .3s ease}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#a0aec0}.forgot-password{margin-top:-.5rem;text-align:right}.forgot-password a{color:#667eea;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s ease}.forgot-password a:hover{color:#764ba2;text-decoration:underline}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:all .3s ease}.submit-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}.modal-footer{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.modal-footer p{color:#718096;font-size:.9rem}.toggle-mode-btn{background:none;border:none;color:#667eea;cursor:pointer;font-size:.9rem;font-weight:600;transition:color .3s ease}.toggle-mode-btn:hover{color:#764ba2;text-decoration:underline}@media (max-width:480px){.modal-content{padding:2rem 1.5rem}.modal-header h2{font-size:1.5rem}}.footer{background:linear-gradient(135deg,#1a202c,#2d3748);color:#fff;margin-top:auto;padding:3rem 2rem 1.5rem}.footer-container{margin:0 auto;max-width:1200px}.footer-content{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:2rem;padding-bottom:2rem}.footer-section h3{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.footer-logo img{display:block;height:36px;width:36px}.footer-brand{color:#fff;font-size:1.5rem;font-weight:700}.footer-description{color:#ffffffb3;line-height:1.6;margin-top:1rem;max-width:350px}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links a{color:#ffffffb3;display:inline-block;position:relative;text-decoration:none;transition:all .3s ease}.footer-links a:before{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-links a:hover{color:#fff;transform:translateX(5px)}.footer-links a:hover:before{width:100%}.social-links{display:flex;gap:1rem}.social-icon{align-items:center;background:#ffffff1a;border-radius:8px;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-icon:hover{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 5px 15px #667eea66;transform:translateY(-3px)}.footer-bottom{color:#fff9;font-size:.9rem;padding-top:1.5rem;text-align:center}.footer-bottom p{margin:.25rem 0}.footer-tagline{font-style:italic}@media (max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-description{max-width:100%}}@media (max-width:480px){.footer-brand{font-size:1.25rem}.social-links{justify-content:flex-start}}.home-page{min-height:100vh;padding-top:80px}.hero-section{align-items:center;background:linear-gradient(135deg,#f6f8fb,#fff);display:flex;min-height:calc(100vh - 80px);overflow:hidden;position:relative}.hero-section:before{background:radial-gradient(circle at 20% 50%,#667eea1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#764ba21a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:2rem;position:relative;z-index:1}.hero-text{animation:fadeInLeft .8s ease}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.hero-title{color:#2d3748;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;display:block}.hero-subtitle{color:#718096;font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;max-width:500px}.cta-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 10px 30px #667eea4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;gap:.75rem;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 15px 40px #667eea66;transform:translateY(-3px)}.cta-button:active{transform:translateY(-1px)}.cta-button.secondary{background:#fff;border:2px solid #667eea;color:#667eea}.cta-button.secondary:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;color:#fff}.hero-illustration{animation:fadeInRight .8s ease;height:500px;position:relative}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.floating-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;display:flex;gap:1rem;padding:1.5rem 2rem;position:absolute;transition:all .3s ease}.floating-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-10px)}.card-icon{font-size:2.5rem}.card-text{color:#2d3748;font-size:1.125rem;font-weight:600}.card-1{animation:float 3s ease-in-out infinite;left:10%;top:20%}.card-2{animation:float 3s ease-in-out 1s infinite;right:10%;top:50%}.card-3{animation:float 3s ease-in-out 2s infinite;bottom:15%;left:25%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features-section{background:#fff;padding:5rem 2rem}.features-container{margin:0 auto;max-width:1200px}.section-title{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.feature-card{background:linear-gradient(135deg,#f6f8fb,#fff);border:2px solid #0000;border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#667eea;box-shadow:0 20px 40px #0000001a;transform:translateY(-10px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-card h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#718096;line-height:1.6}.how-it-works-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 2rem}.how-it-works-container{margin:0 auto;max-width:1200px}.how-it-works-section .section-title{color:#fff}.steps-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr)}.step-card{position:relative;text-align:center}.step-number{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff3;border:3px solid #fff;border-radius:50%;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.step-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.step-card p{color:#ffffffe6;line-height:1.6}.cta-section{background:linear-gradient(135deg,#f6f8fb,#fff);padding:5rem 2rem}.cta-container{margin:0 auto;max-width:800px;text-align:center}.cta-container h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-container p{color:#718096;font-size:1.25rem;margin-bottom:2.5rem}@media (max-width:968px){.hero-content{gap:2rem;grid-template-columns:1fr}.hero-illustration{height:400px}.hero-title{font-size:2.5rem}.features-grid,.steps-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.cta-container h2,.section-title{font-size:2rem}.floating-card{padding:1rem 1.5rem}.card-icon{font-size:2rem}.card-text{font-size:1rem}}@media (max-width:480px){.home-page{padding-top:70px}.hero-section{min-height:auto;padding:3rem 0}.hero-title{font-size:1.75rem}.hero-illustration{height:300px}.cta-button{justify-content:center;width:100%}}.create-modal-overlay{align-items:center;animation:fadeIn .3s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.create-modal-content{animation:slideUp .3s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:550px;overflow-y:auto;padding:2.5rem;position:relative;width:90%}.create-modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#718096;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:1.25rem;top:1.25rem;transition:all .3s ease;z-index:10}.create-modal-close:hover{background:#f7fafc;color:#2d3748;transform:rotate(90deg)}.create-modal-header{margin-bottom:2rem;text-align:center}.create-modal-icon{align-items:center;animation:iconPop .5s ease .3s backwards;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}@keyframes iconPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.create-modal-header h2{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:.5rem}.create-modal-header p{color:#718096;font-size:1rem}.create-list-form{gap:1.5rem}.create-list-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#4a5568;font-size:.95rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:2px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:1rem;outline:none;padding:.875rem 1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0aec0}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%234a5568' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.form-group textarea{min-height:80px;resize:vertical}.list-type-options{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-top:2rem}.list-type-card{align-items:center;background:linear-gradient(135deg,#f6f8fb,#fff);border:2px solid #e2e8f0;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:1rem;overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .3s ease}.list-type-card:before{background:linear-gradient(135deg,#667eea0d,#764ba20d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.list-type-card:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea33;transform:translateY(-5px)}.list-type-card:hover:before{opacity:1}.list-type-icon{align-items:center;border-radius:12px;color:#fff;display:flex;height:64px;justify-content:center;transition:all .3s ease;width:64px}.list-type-icon.private{background:linear-gradient(135deg,#667eea,#764ba2)}.list-type-icon.public{background:linear-gradient(135deg,#48bb78,#38a169)}.list-type-card:hover .list-type-icon{transform:scale(1.1) rotate(5deg)}.list-type-card h3{color:#2d3748;font-size:1.25rem;font-weight:700;margin:0}.list-type-card p{color:#718096;font-size:.9rem;line-height:1.5;margin:0}.list-type-badge{background:#667eea1a;border-radius:20px;color:#667eea;display:inline-block;font-size:.75rem;font-weight:600;margin-top:.5rem;padding:.375rem .875rem}.list-type-badge.public{background:#48bb781a;color:#38a169}.create-modal-actions{display:flex;gap:1rem;margin-top:1rem}.back-btn,.cancel-btn,.create-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease}.back-btn,.cancel-btn{background:#f7fafc;border:2px solid #e2e8f0;color:#4a5568}.back-btn:hover,.cancel-btn:hover{background:#edf2f7;border-color:#cbd5e0}.create-btn{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.create-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.create-btn:active{transform:translateY(0)}@media (max-width:768px){.list-type-options{grid-template-columns:1fr}}@media (max-width:480px){.create-modal-content{padding:2rem 1.5rem}.create-modal-header h2{font-size:1.5rem}.create-modal-icon{height:64px;width:64px}.create-modal-icon svg{height:32px;width:32px}.create-modal-actions{flex-direction:column}.list-type-card{padding:1.5rem 1rem}.list-type-icon{height:56px;width:56px}.list-type-card h3{font-size:1.125rem}}.faq-page{background:linear-gradient(135deg,#f6f8fb,#fff);min-height:100vh;padding:120px 2rem 4rem}.faq-container{margin:0 auto;max-width:900px}.faq-header{animation:fadeInDown .6s ease;margin-bottom:3rem;text-align:center}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.faq-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:3rem;font-weight:700;margin-bottom:1rem}.faq-header p{color:#718096;font-size:1.25rem}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem}.faq-item{animation:fadeInUp .6s ease backwards;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;overflow:hidden;transition:all .3s ease}.faq-item:first-child{animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.15s}.faq-item:nth-child(3){animation-delay:.2s}.faq-item:nth-child(4){animation-delay:.25s}.faq-item:nth-child(5){animation-delay:.3s}.faq-item:nth-child(6){animation-delay:.35s}.faq-item:nth-child(7){animation-delay:.4s}.faq-item:nth-child(8){animation-delay:.45s}.faq-item:hover{box-shadow:0 8px 25px #0000001a}.faq-item.active{box-shadow:0 8px 25px #667eea26}.faq-question{align-items:center;background:none;border:none;color:#2d3748;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;justify-content:space-between;padding:1.5rem;text-align:left;transition:all .3s ease;width:100%}.faq-icon,.faq-question:hover{color:#667eea}.faq-icon{flex-shrink:0;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{max-height:300px}.faq-answer p{color:#718096;font-size:1rem;line-height:1.7;padding:0 1.5rem 1.5rem}.faq-contact{animation:fadeIn .6s ease .5s backwards;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 10px 30px #667eea4d;color:#fff;padding:3rem 2rem;text-align:center}.faq-contact h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.faq-contact p{color:#ffffffe6;font-size:1.125rem}@media (max-width:768px){.faq-page{padding:100px 1rem 3rem}.faq-header h1{font-size:2rem}.faq-header p,.faq-question{font-size:1rem}.faq-question{padding:1.25rem}.faq-answer p{font-size:.95rem}.faq-contact{padding:2rem 1.5rem}.faq-contact h2{font-size:1.5rem}.faq-contact p{font-size:1rem}}.privacy-page{background:linear-gradient(135deg,#f6f8fb,#fff);min-height:100vh;padding:120px 2rem 4rem}.privacy-container{animation:fadeInUp .6s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000014;margin:0 auto;max-width:900px;padding:3rem}.privacy-header{border-bottom:2px solid #e2e8f0;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.privacy-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:3rem;font-weight:700;margin-bottom:1rem}.privacy-header p{color:#718096;font-size:1rem;font-style:italic}.privacy-content{display:flex;flex-direction:column;gap:2.5rem}.privacy-section{animation:fadeIn .6s ease backwards}.privacy-section:first-child{animation-delay:.1s}.privacy-section:nth-child(2){animation-delay:.15s}.privacy-section:nth-child(3){animation-delay:.2s}.privacy-section:nth-child(4){animation-delay:.25s}.privacy-section:nth-child(5){animation-delay:.3s}.privacy-section:nth-child(6){animation-delay:.35s}.privacy-section:nth-child(7){animation-delay:.4s}.privacy-section:nth-child(8){animation-delay:.45s}.privacy-section:nth-child(9){animation-delay:.5s}.privacy-section:nth-child(10){animation-delay:.55s}.privacy-section h2{align-items:center;color:#2d3748;display:flex;font-size:1.75rem;font-weight:700;gap:.75rem;margin-bottom:1rem}.privacy-section h2:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:24px;width:4px}.privacy-section p{color:#4a5568;font-size:1rem;line-height:1.8;margin-bottom:1rem}.privacy-section ul{display:flex;flex-direction:column;gap:.75rem;list-style:none;padding-left:0}.privacy-section li{color:#4a5568;font-size:1rem;line-height:1.8;padding-left:1.5rem;position:relative}.privacy-section li:before{color:#667eea;content:"→";font-weight:700;left:0;position:absolute}.privacy-section strong{color:#2d3748;font-weight:600}.contact-info{background:linear-gradient(135deg,#f6f8fb,#fff);border-left:4px solid #667eea;border-radius:12px;margin-top:1rem;padding:1.5rem}.contact-info p{color:#4a5568;margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}@media (max-width:768px){.privacy-page{padding:100px 1rem 3rem}.privacy-container{padding:2rem 1.5rem}.privacy-header h1{font-size:2rem}.privacy-section h2{font-size:1.5rem}.privacy-section li,.privacy-section p{font-size:.95rem}}@media (max-width:480px){.privacy-container{padding:1.5rem 1rem}.privacy-header{margin-bottom:2rem;padding-bottom:1.5rem}.privacy-header h1{font-size:1.75rem}.privacy-section h2{font-size:1.25rem}}.list-page{background:linear-gradient(135deg,#f6f8fb,#fff);min-height:100vh;padding-top:80px}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:1.5rem;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.loading-container p{color:#718096;font-size:1.125rem;font-weight:500}.error-container{align-items:center;animation:fadeInUp .5s ease;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 80px);padding:2rem;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-icon{color:#667eea;margin-bottom:2rem;opacity:.8}.error-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2rem;font-weight:700;margin:0 0 1rem}.error-message{color:#718096;font-size:1.125rem;line-height:1.6;margin:0 0 2.5rem;max-width:600px}.error-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.error-button{border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.error-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.error-button.primary:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.error-button.secondary{background:#fff;border:2px solid #667eea;color:#667eea}.error-button.secondary:hover{background:#667eea0d;transform:translateY(-2px)}@media (max-width:768px){.error-container,.loading-container{min-height:calc(100vh - 70px);padding:1.5rem}.error-icon svg{height:80px;width:80px}.error-title{font-size:1.75rem}.error-message{font-size:1rem;margin-bottom:2rem}.error-actions{flex-direction:column;max-width:300px;width:100%}.error-button{text-align:center;width:100%}}@media (max-width:480px){.error-container,.loading-container{min-height:calc(100vh - 60px);padding:1rem}.error-icon svg{height:64px;width:64px}.error-title{font-size:1.5rem}.error-button,.error-message{font-size:.9375rem}.error-button{padding:.75rem 1.5rem}}.list-container{box-sizing:border-box;display:flex;max-width:100%;min-height:calc(100vh - 80px);position:relative;width:100%}.mobile-toggle-pane-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 12px #667eea4d;box-sizing:border-box;color:#fff;cursor:pointer;display:none;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;margin:1.5rem;padding:1rem 1.25rem;position:relative;transition:all .3s ease;width:calc(100% - 3rem);z-index:100}.mobile-toggle-pane-btn:active{transform:scale(.98)}.mobile-toggle-pane-btn:hover{box-shadow:0 6px 16px #667eea66}.mobile-toggle-pane-btn span:first-child{display:inline-block;font-size:1rem;transition:transform .3s ease}.actions-pane{background:#fff;border-right:2px solid #e2e8f0;box-sizing:border-box;display:block;flex-shrink:0;max-width:400px;min-width:400px;overflow-x:hidden;padding:2rem;pointer-events:auto;transition:all .3s ease;width:400px}@media (max-width:768px){.actions-pane{display:none}.mobile-list-header,.mobile-settings-pane{display:block}}.actions-pane h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.list-meta{border-bottom:2px solid #e2e8f0;color:#718096;font-size:.875rem;margin-bottom:2rem;padding-bottom:1.5rem}.section{animation:fadeIn .5s ease;margin-bottom:2rem}.section h3{align-items:center;color:#4a5568;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.section h3:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:16px;width:4px}.section input,.section select,.section textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.9375rem;padding:.75rem;transition:all .3s ease;width:100%}.section input:focus,.section select:focus,.section textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.section select,.styled-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23667eea' d='M10.293 3.293 6 7.586 1.707 3.293A1 1 0 0 0 .293 4.707l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:12px;cursor:pointer;padding-right:2.5rem}.section textarea{min-height:80px;resize:vertical}.section button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:600;margin-top:.75rem;padding:.625rem 1.25rem;transition:all .3s ease}.section button:hover{box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.section button:active{transform:translateY(0)}.section button:disabled{cursor:not-allowed;opacity:.5;transform:none}.row{align-items:flex-end;display:flex;gap:.5rem}.row input,.row select{flex:1 1;margin:0}.row button{flex-shrink:0;margin:0}.collab-list{list-style:none;margin:1rem 0 0;padding:0}.collab-list li{align-items:center;background:#f7fafc;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:1rem;transition:all .3s ease}.collab-list li:hover{background:#edf2f7;transform:translateX(4px)}.collab-list li>div{flex:1 1}.collab-name{color:#2d3748;display:block;font-weight:600;margin-bottom:.25rem}.collab-email{color:#718096;display:block;font-size:.875rem;margin-bottom:.5rem}.collab-perms{color:#667eea;font-size:.8125rem;font-weight:500;line-height:1.4}.collab-list li button{background:#fc8181;font-size:.8125rem;margin:0;padding:.5rem 1rem}.collab-list li button:hover{background:#f56565}.custom-dropdown-wrapper{flex:1 1;position:relative}.dropdown-trigger{align-items:center;background:#fff;border:2px solid #cbd5e0;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-family:inherit;font-size:.9375rem;font-weight:500;justify-content:space-between;padding:.625rem 1rem;text-align:left;transition:all .3s ease;width:100%}.dropdown-trigger:hover{border-color:#667eea}.dropdown-trigger:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.dropdown-arrow{color:#a0aec0;font-size:.75rem;transition:transform .3s ease}.dropdown-menu{animation:dropdownSlideIn .2s ease;background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 30px #00000026;left:0;max-height:280px;overflow-y:auto;position:absolute;right:0;top:calc(100% + .5rem);z-index:100}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-option{align-items:center;border-bottom:1px solid #f7fafc;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;transition:all .2s ease}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{background:linear-gradient(135deg,#667eea0d,#764ba20d)}.dropdown-option input[type=checkbox]{accent-color:#667eea;cursor:pointer;flex-shrink:0;height:18px;margin:0;width:18px}.dropdown-option span{color:#2d3748;flex:1 1;font-size:.9375rem;font-weight:500}.dropdown-option input[type=checkbox]:checked~span{color:#667eea;font-weight:600}.dropdown-menu::-webkit-scrollbar{width:6px}.dropdown-menu::-webkit-scrollbar-track{background:#f7fafc}.dropdown-menu::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:#a0aec0}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.chip{align-items:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid #667eea4d;border-radius:20px;color:#667eea;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem .875rem;transition:all .3s ease}.chip:hover{box-shadow:0 2px 8px #667eea33;transform:scale(1.05)}.chip button{all:unset;align-items:center;color:#764ba2;cursor:pointer;display:flex;font-weight:700;height:16px;justify-content:center;line-height:1;margin:0;padding:0;transition:all .2s ease;width:16px}.chip button:hover{color:#fc8181;transform:rotate(90deg)}.table-pane{flex:1 1;min-width:0;overflow-x:hidden;padding:2rem}.search-bar-container{margin-bottom:1.5rem}.search-input-wrapper{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;display:flex;padding:.75rem 1rem;position:relative;transition:all .3s ease}.search-input-wrapper:focus-within{border:2px solid #667eea;box-shadow:0 4px 20px #667eea33}.search-icon{color:#a0aec0;flex-shrink:0;margin-right:.75rem}.search-input{background:#0000;border:none;color:#2d3748;flex:1 1;font-family:inherit;font-size:1rem;outline:none}.search-input::placeholder{color:#a0aec0}.clear-search-btn{align-items:center;background:none;border:none;border-radius:4px;color:#a0aec0;cursor:pointer;display:flex;font-size:1.125rem;justify-content:center;line-height:1;margin-left:.5rem;padding:.25rem;transition:all .2s ease}.clear-search-btn:hover{background:#edf2f7;color:#667eea}.active-filters-bar{align-items:center;animation:slideDown .3s ease;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-count{color:#667eea;font-size:.9375rem;font-weight:600}.clear-all-filters-btn{background:#fff;border:2px solid #667eea;border-radius:6px;color:#667eea;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.clear-all-filters-btn:hover{background:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-2px)}.table-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.table-header h2{color:#2d3748;font-size:1.5rem;font-weight:700}.table-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;max-width:100%;overflow-x:auto;overflow-y:visible;width:100%}.list-table{border-collapse:collapse;min-width:600px;width:100%}.list-table thead{background:linear-gradient(135deg,#667eea,#764ba2)}.list-table thead th{color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.5px;overflow:visible;padding:1rem;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;z-index:10}.completed-header{padding:1rem .5rem!important;text-align:center;width:60px}.completed-header span{font-size:1.125rem;font-weight:700}.completed-cell{padding:1rem .5rem!important;text-align:center;width:60px}.completed-checkbox{accent-color:#667eea;cursor:pointer;height:20px;transition:all .2s ease;width:20px}.completed-checkbox:hover{transform:scale(1.1)}.table-checkbox{accent-color:#667eea;cursor:pointer;height:20px;transition:all .2s ease;width:20px}.table-checkbox:hover{transform:scale(1.1)}.completed-row{opacity:.7}.completed-row td:not(.completed-cell){color:#a0aec0;text-decoration:line-through}.th-content{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.filter-container{display:inline-flex;position:relative}.filter-btn{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;justify-content:center;padding:.25rem .5rem;transition:all .2s ease}.filter-btn:hover{background:#ffffff4d;transform:scale(1.1)}.filter-btn.active{background:#fff;border-color:#fff;box-shadow:0 0 0 2px #ffffff4d;color:#667eea}.filter-dropdown{animation:dropdownSlideIn .2s ease;background:#fff;border-radius:8px;box-shadow:0 10px 40px #0003;max-width:300px;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:10000}.filter-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:.875rem;font-weight:600;justify-content:space-between;padding:.75rem 1rem}.clear-filter-btn{background:#fff3;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:.25rem .5rem;transition:all .2s ease}.clear-filter-btn:hover{background:#ffffff4d}.filter-options{max-height:300px;overflow-y:auto;padding:.5rem}.filter-option{background:#fff;border:2px solid #e2e8f0;border-radius:6px;color:#2d3748;cursor:pointer;display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem;padding:.625rem .875rem;text-align:left;transition:all .2s ease;width:100%}.filter-option:hover{background:#667eea0d;border-color:#667eea;transform:translateX(4px)}.filter-option.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 2px 8px #667eea4d;color:#fff}.filter-option:last-child{margin-bottom:0}.no-options{color:#a0aec0;font-size:.875rem;font-style:italic;padding:1rem;text-align:center}.list-table tbody tr{border-bottom:1px solid #e2e8f0;transition:all .3s ease}.list-table tbody tr:hover{background:#f7fafc}.list-table tbody tr.new-row{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-bottom:2px solid #667eea}.list-table tbody tr.new-row:hover{background:linear-gradient(135deg,#667eea14,#764ba214)}.list-table td{color:#2d3748;font-size:.9375rem;padding:1rem}.new-row input{border:2px solid #cbd5e0;border-radius:6px;font-size:.9375rem;padding:.5rem;transition:all .3s ease;width:100%}.new-row input:focus,.table-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.table-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23667eea' d='M10.293 3.293 6 7.586 1.707 3.293A1 1 0 0 0 .293 4.707l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:12px;border:2px solid #cbd5e0;border-radius:6px;cursor:pointer;font-family:inherit;font-size:.9375rem;padding:.5rem 2.5rem .5rem .5rem;transition:all .3s ease;width:100%}.muted{color:#a0aec0;font-size:.875rem;font-style:italic}.inline-view{align-items:center;cursor:pointer;display:flex;gap:.5rem}.inline-view button{background:#edf2f7;border:none;border-radius:4px;color:#4a5568;cursor:pointer;font-size:.75rem;opacity:0;padding:.25rem .5rem;transition:all .2s ease}.inline-view:hover button{opacity:1}.inline-edit{align-items:center;display:flex;gap:.25rem}.inline-edit input{border:2px solid #667eea;border-radius:4px;font-size:.9375rem;padding:.375rem}.inline-edit button{border:none;border-radius:4px;cursor:pointer;font-weight:600;padding:.375rem .625rem;transition:all .2s ease}.inline-edit button:first-of-type{background:#48bb78;color:#fff}.inline-edit button:first-of-type:hover{background:#38a169}.inline-edit button:last-of-type{background:#fc8181;color:#fff}.inline-edit button:last-of-type:hover{background:#f56565}.list-table td button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem .75rem;transition:all .3s ease}.list-table td button:hover{box-shadow:0 4px 12px #667eea66;transform:scale(1.1)}.list-table tbody tr:not(.new-row) td:last-child button{background:#fc8181;box-shadow:0 2px 8px #fc81814d}.list-table tbody tr:not(.new-row) td:last-child button:hover{background:#f56565;box-shadow:0 4px 12px #fc818166}.list-page::-webkit-scrollbar{width:10px}.list-page::-webkit-scrollbar-track{background:#f1f5f9}.list-page::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}.list-page::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#6a3d8f)}.username-modal-overlay{align-items:center;animation:fadeIn .3s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.username-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:2.5rem;text-align:center;width:90%}.username-modal h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:1.75rem;font-weight:700;margin:0 0 .75rem}.username-modal p{color:#718096;font-size:1rem;margin-bottom:1.5rem}.username-modal input{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;margin-bottom:1.25rem;padding:.875rem;transition:all .3s ease;width:100%}.username-modal input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.username-modal button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;transition:all .3s ease;width:100%}.username-modal button:hover:not(:disabled){box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.username-modal button:disabled{cursor:not-allowed;opacity:.5;transform:none}@media (max-width:1024px){.actions-pane{width:320px}.actions-pane,.table-pane{padding:1.5rem}.search-bar-container{margin-bottom:1rem}.search-input-wrapper{padding:.625rem .875rem}.search-input{font-size:.9375rem}}@media (max-width:768px){.list-page{padding-top:70px}.list-container{flex-direction:column;height:auto;min-height:auto;padding-top:0}.mobile-list-header{background:#fff;border-bottom:2px solid #e2e8f0;padding:1.5rem;width:100%}.mobile-list-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.mobile-list-header .list-meta{border-bottom:1px solid #e2e8f0;color:#718096;font-size:.875rem;margin-bottom:1.5rem;padding-bottom:1rem}.mobile-list-header .section{margin-bottom:0}.mobile-toggle-pane-btn{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;margin:1.5rem 1.5rem 1rem;position:-webkit-sticky;position:sticky;top:70px;z-index:100}.mobile-settings-pane{background:#fff;border-bottom:2px solid #e2e8f0;margin-bottom:0;max-height:0;opacity:0;overflow:hidden;padding:0 1.5rem;transition:max-height .3s ease,padding .3s ease,opacity .3s ease,margin-bottom .3s ease;width:100%}.mobile-settings-pane.open{margin-bottom:1rem;max-height:2000px;opacity:1;padding-bottom:1.5rem;padding-top:1.5rem}.mobile-settings-pane .section h3{font-size:.9375rem}.mobile-settings-pane .section input,.mobile-settings-pane .section select,.mobile-settings-pane .section textarea{font-size:.875rem;padding:.625rem}.mobile-settings-pane .section button{font-size:.875rem;padding:.5rem 1rem}.actions-pane{display:none}.section h3{font-size:.9375rem}.section input,.section select,.section textarea{font-size:.875rem;padding:.625rem}.section button{font-size:.875rem;padding:.5rem 1rem}.table-pane{padding:1.5rem}.table-header h2{font-size:1.25rem}.table-wrapper{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto;width:100%}.list-table{font-size:.875rem;min-width:600px;width:-webkit-max-content;width:max-content}.list-table td,.list-table th{font-size:.875rem;padding:.75rem .5rem}.list-table thead th{font-size:.8125rem;padding:.875rem .5rem}.new-row input,.table-select{font-size:.875rem;padding:.5rem}.inline-edit input{font-size:.875rem;padding:.375rem}.inline-edit button{font-size:.8125rem;padding:.375rem .5rem}.list-table td button{font-size:.875rem;padding:.5rem .625rem}.collab-list li{align-items:flex-start;flex-direction:column;gap:.75rem}.collab-actions-vertical{flex-direction:row;width:100%}.edit-btn-small,.remove-btn-small{flex:1 1;text-align:center}.chips{gap:.5rem}.chip{font-size:.875rem;padding:.5rem .75rem}.perms-modal,.username-modal,.who-brings-modal{max-height:85vh;padding:1.5rem;width:95%}.perms-modal h2,.username-modal h2{font-size:1.5rem}.modal-subtitle{font-size:.875rem}.perms-grid{gap:.625rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.perm-option{font-size:.875rem;padding:.75rem}.active-filters-bar{align-items:flex-start;flex-direction:column;gap:.5rem}.clear-all-filters-btn{width:100%}.filter-dropdown{min-width:180px}.th-content{align-items:center;flex-direction:row;flex-wrap:nowrap;gap:.35rem;justify-content:flex-start}.th-content span{white-space:nowrap}.filter-container{flex-shrink:0}}@media (max-width:480px){.list-page{padding-top:60px}.mobile-list-header{padding:1.25rem}.mobile-list-header h2{font-size:1.375rem}.mobile-list-header .list-meta{font-size:.8125rem}.mobile-toggle-pane-btn{background:linear-gradient(135deg,#667eea,#764ba2);font-size:.9375rem;margin:1.5rem 1rem 1rem;padding:.875rem 1rem;top:60px;width:calc(100% - 2rem)}.mobile-settings-pane{padding:1.25rem}.mobile-settings-pane.open{padding-bottom:1.25rem;padding-top:1.25rem}.mobile-settings-pane .section h3{font-size:.875rem}.mobile-settings-pane .section input,.mobile-settings-pane .section select,.mobile-settings-pane .section textarea{font-size:.8125rem;padding:.5rem}.mobile-settings-pane .section button{font-size:.8125rem;padding:.5rem .875rem}.list-meta{font-size:.8125rem}.section{margin-bottom:1.5rem}.section h3{font-size:.875rem}.section input,.section select,.section textarea{font-size:.8125rem;padding:.5rem}.section button{font-size:.8125rem;padding:.5rem .875rem}.table-pane{max-width:100%;overflow-x:hidden;padding:1rem;width:100%}.table-header{align-items:flex-start;flex-direction:column;gap:.75rem;margin-bottom:1rem}.table-header h2{font-size:1.125rem}.table-wrapper{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto;width:100%}.list-table{font-size:.8125rem;min-width:550px;width:-webkit-max-content;width:max-content}.list-table td,.list-table th{font-size:.8125rem;padding:.625rem .375rem}.list-table thead th{font-size:.75rem;padding:.75rem .375rem}.new-row input,.table-select{font-size:.8125rem;padding:.375rem}.list-table td button{font-size:.8125rem;padding:.375rem .5rem}.delete-column-modal,.perms-modal,.username-modal,.who-brings-modal{max-height:90vh;padding:1.25rem;width:95%}.perms-modal h2,.username-modal h2{font-size:1.375rem}.modal-subtitle{font-size:.875rem}.perms-grid{gap:.5rem;grid-template-columns:1fr}.perm-option{font-size:.875rem;padding:.75rem}.modal-actions{flex-direction:column;gap:.75rem}.danger-btn,.primary-btn,.secondary-btn{font-size:.9375rem;padding:.75rem 1rem;width:100%}.who-bringer-row{flex-direction:column;padding:.875rem}.bringer-fields{width:100%}.bringer-qty-input{max-width:100%}.remove-bringer-btn{margin-top:.5rem;width:100%}.warning-text{font-size:.8125rem;padding:.75rem}.filter-dropdown{max-width:250px;min-width:160px}.filter-option{font-size:.8125rem;padding:.5rem .75rem}.filter-btn{font-size:.75rem;padding:.25rem .375rem}}@media (max-width:768px){.section h3 button{font-size:.75rem!important;line-height:1;padding:.25rem .6rem!important}.filter-btn{font-size:.75rem;padding:.2rem .4rem}}@media (max-width:480px){.section h3 button{font-size:.7rem!important;padding:.2rem .5rem!important}.filter-btn{font-size:.7rem;padding:.2rem .45rem}}.collab-list-header{align-items:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;margin-top:1rem;padding:.75rem 1rem;transition:all .3s ease}.collab-list-header:hover{background:linear-gradient(135deg,#667eea26,#764ba226);transform:translateX(4px)}.expand-arrow{color:#667eea;font-size:.75rem;transition:transform .3s ease}.expand-arrow.expanded{transform:rotate(180deg)}.collab-info{flex:1 1}.collab-actions-vertical{display:flex;flex:0 1!important;flex-direction:column;gap:.5rem}.edit-btn-small,.remove-btn-small{font-size:.875rem!important;margin:0!important;padding:.5rem 1rem!important;white-space:nowrap}.edit-btn-small{background:#667eea!important}.edit-btn-small:hover{background:#5568d3!important}.remove-btn-small{background:#fc8181!important}.remove-btn-small:hover{background:#f56565!important}.perms-modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.perms-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.perms-modal h2{color:#2d3748;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.modal-subtitle{color:#718096;font-size:.9375rem;margin:0 0 1.5rem}.name-input{border:2px solid #cbd5e0;border-radius:8px;font-size:1rem;margin-bottom:1.5rem;padding:.875rem;transition:all .3s ease;width:100%}.name-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.perms-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:1.5rem}.perm-option{align-items:center;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:.9375rem;font-weight:500;gap:.75rem;padding:.875rem;transition:all .3s ease}.perm-option:hover{background:#667eea0d;border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.perm-option input[type=checkbox]{accent-color:#667eea;cursor:pointer;flex-shrink:0;height:20px;margin:0;width:20px}.perm-option input[type=checkbox]:checked~span{color:#667eea;font-weight:600}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.primary-btn,.secondary-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.primary-btn{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.primary-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.primary-btn:disabled{cursor:not-allowed;opacity:.5}.secondary-btn{background:#e2e8f0;color:#4a5568}.secondary-btn:hover{background:#cbd5e0}.who-brings-cell{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.edit-who-brings-btn{background:#667eea!important;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.875rem;opacity:.7;padding:.25rem .5rem!important;transition:all .2s ease}.edit-who-brings-btn:hover{background:#5568d3!important;opacity:1}.who-brings-modal{max-width:700px!important}.who-brings-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.who-bringer-row{align-items:flex-start;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;display:flex;gap:.75rem;padding:1rem}.bringer-fields{display:flex;flex:1 1;flex-direction:column;gap:.75rem}.private-name-field,.public-name-field,.qty-field{display:flex;flex-direction:column;gap:.5rem}.private-name-field label,.public-name-field label,.qty-field label{color:#4a5568;font-size:.875rem;font-weight:600}.bringer-name-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23667eea' d='M10.293 3.293 6 7.586 1.707 3.293A1 1 0 0 0 .293 4.707l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:12px;border:2px solid #cbd5e0;border-radius:6px;cursor:pointer;font-family:inherit;font-size:.9375rem;padding:.75rem 2.5rem .75rem .75rem;transition:all .3s ease;width:100%}.bringer-name-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.bringer-name-input,.bringer-qty-input{border:2px solid #cbd5e0;border-radius:6px;font-size:.9375rem;padding:.75rem;transition:all .3s ease;width:100%}.bringer-name-input:focus,.bringer-qty-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.bringer-qty-input{max-width:200px}.remove-bringer-btn{background:#fc8181;border:none;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;font-size:1.25rem;font-weight:700;line-height:1;padding:.5rem .75rem;transition:all .2s ease}.remove-bringer-btn:hover{background:#f56565;transform:scale(1.1)}.remaining-qty-info{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:8px;padding:.75rem 1rem;text-align:center}.add-bringer-btn,.remaining-qty-info{color:#667eea;font-weight:600;margin-bottom:1rem}.add-bringer-btn{background:#fff;border:2px dashed #667eea;border-radius:8px;cursor:pointer;padding:.75rem;transition:all .3s ease;width:100%}.add-bringer-btn:hover{background:#667eea0d;border-style:solid}.delete-column-modal{max-width:450px}.warning-text{background:#ff6b6b1a;border-left:3px solid #ff6b6b;border-radius:8px;color:#ff6b6b;font-size:14px;line-height:1.6;margin:16px 0;padding:12px}.danger-btn{background:linear-gradient(135deg,#ff4757,#e84118);border:none;border-radius:8px;box-shadow:0 4px 15px #ff47574d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .3s ease}.danger-btn:hover{box-shadow:0 6px 20px #ff475766;transform:translateY(-2px)}.my-lists-page{background:linear-gradient(135deg,#667eea,#764ba2);margin-top:80px;min-height:calc(100vh - 80px);padding:3rem 2rem}.my-lists-container{margin:0 auto;max-width:1200px}.tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;display:flex;gap:1rem;margin-bottom:2rem;padding:.5rem}.tab{background:#0000;border:2px solid #0000;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.tab:hover{background:#ffffff1a}.tab.active{background:#fff;border-color:#fff;color:#667eea}.lists-content{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;min-height:400px;padding:2rem}.empty-state,.error,.loading{color:#718096;font-size:1.125rem;padding:3rem;text-align:center}.error{color:#f56565}.lists-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.list-card{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:2px solid #0000;border-radius:12px;cursor:pointer;padding:1.5rem;transition:all .3s ease}.list-card:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea33;transform:translateY(-4px)}.list-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.list-name{color:#2d3748;font-size:1.25rem;font-weight:700;line-height:1.3;margin:0}.badge{border-radius:12px;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase;white-space:nowrap}.badge.public{background:#c6f6d5;color:#22543d}.badge.private{background:#fed7d7;color:#742a2a}.list-description{color:#4a5568;font-size:.9375rem;line-height:1.5;margin:.75rem 0;min-height:3rem}.list-footer{align-items:center;border-top:1px solid #e2e8f0;color:#718096;display:flex;font-size:.875rem;justify-content:space-between;margin-top:1rem;padding-top:1rem}.list-owner{font-weight:500}.list-date{font-style:italic}@media (max-width:768px){.my-lists-page{margin-top:70px;padding:2rem 1rem}.page-title{font-size:2rem}.tabs{flex-direction:column;gap:.5rem}.tab{font-size:.9375rem;padding:.75rem 1rem}.lists-grid{grid-template-columns:1fr}.lists-content{padding:1.5rem}.list-card{padding:1.25rem}.list-name{font-size:1.125rem}.list-description{font-size:.875rem;min-height:2.5rem}}@media (max-width:480px){.my-lists-page{margin-top:60px;padding:1.5rem 1rem}.page-title{font-size:1.75rem;margin-bottom:1.5rem}.tabs{gap:.375rem;padding:.375rem}.tab{font-size:.875rem;padding:.625rem .875rem}.lists-content{min-height:300px;padding:1.25rem}.list-card{padding:1rem}.list-header{gap:.5rem}.list-name{font-size:1rem}.badge{font-size:.6875rem;padding:.25rem .625rem}.list-description{font-size:.8125rem;margin:.5rem 0;min-height:2rem}.list-footer{align-items:flex-start;flex-direction:column;font-size:.8125rem;gap:.375rem}.empty-state,.error,.loading{font-size:1rem;padding:2rem 1rem}}.my-profile-page{background:linear-gradient(135deg,#667eea,#764ba2);margin-top:80px;min-height:calc(100vh - 80px);padding:3rem 2rem}.my-profile-container{margin:0 auto;max-width:800px}.page-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;text-shadow:0 2px 4px #0000001a}.profile-content{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.profile-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center}.profile-avatar{margin-bottom:1rem}.avatar-circle,.profile-avatar{display:flex;justify-content:center}.avatar-circle{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 15px #0003;color:#667eea;font-size:3rem;font-weight:700;height:100px;width:100px}.profile-name{font-size:2rem;font-weight:700;margin:.5rem 0}.profile-email{font-size:1.125rem;margin:0;opacity:.9}.profile-details{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.detail-card{border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.detail-card:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #0000000d}.detail-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.detail-header h3{color:#2d3748;font-size:1.25rem;font-weight:700;margin:0}.edit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.375rem .875rem;transition:all .3s ease}.edit-btn:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.detail-value{color:#4a5568;font-size:1.125rem;line-height:1.6;margin:0}.edit-form{display:flex;flex-direction:column;gap:.75rem}.edit-form input{border:2px solid #cbd5e0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.edit-form input:focus{border-color:#667eea;outline:none}.edit-form input:disabled{background:#f7fafc;cursor:not-allowed}.field-error{color:#f56565;font-size:.875rem;font-weight:500}.button-group{display:flex;gap:.75rem}.cancel-btn,.save-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.save-btn:disabled{cursor:not-allowed;opacity:.6}.cancel-btn{background:#e2e8f0;color:#4a5568}.cancel-btn:hover:not(:disabled){background:#cbd5e0}.cancel-btn:disabled{cursor:not-allowed;opacity:.6}.info-grid{display:flex;flex-direction:column;gap:.75rem}.info-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.75rem 0}.info-item:last-child{border-bottom:none}.info-label{color:#718096;font-weight:600}.info-value{color:#2d3748}.error,.loading{color:#fff;font-size:1.125rem;padding:3rem;text-align:center}.error{background:#fff;border-radius:12px;color:#fc8181;margin:2rem}@media (max-width:768px){.my-profile-page{margin-top:70px;padding:2rem 1rem}.page-title{font-size:2rem}.profile-section{padding:2rem 1rem}.avatar-circle{font-size:2.5rem;height:80px;width:80px}.profile-name{font-size:1.5rem}.profile-email{font-size:1rem}.profile-details{padding:1.5rem}.detail-card{padding:1.25rem}.detail-header h3{font-size:1.125rem}.detail-value{font-size:1rem}.button-group{flex-direction:column}}@media (max-width:480px){.my-profile-page{margin-top:60px;padding:1.5rem 1rem}.page-title{font-size:1.75rem;margin-bottom:1.5rem}.profile-section{padding:1.5rem 1rem}.avatar-circle{font-size:2rem;height:70px;width:70px}.profile-name{font-size:1.375rem}.profile-email{font-size:.9375rem}.profile-details{gap:1.25rem;padding:1.25rem}.detail-card{padding:1rem}.detail-header{align-items:flex-start;flex-direction:column;gap:.75rem}.detail-header h3{font-size:1rem}.edit-btn{font-size:.8125rem;padding:.5rem 1rem;width:100%}.detail-value,.edit-form input{font-size:.9375rem}.edit-form input{padding:.625rem}.cancel-btn,.save-btn{font-size:.9375rem;padding:.625rem 1rem}.info-item{align-items:flex-start;flex-direction:column;gap:.375rem;padding:.625rem 0}.info-label,.info-value{font-size:.875rem}.error,.loading{font-size:1rem;padding:2rem 1rem}}
/*# sourceMappingURL=main.2f412eb9.css.map*/