:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;display:block}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.loading-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-popup{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;align-items:center;gap:1.5rem;min-width:200px;animation:popupSlideIn .3s ease-out}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.spinner-ring{width:48px;height:48px;border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.loading-message{margin:0;color:#374151;font-size:1rem;font-weight:500;text-align:center}@media (max-width: 480px){.loading-popup{margin:1rem;padding:1.5rem;min-width:180px}.spinner-ring{width:40px;height:40px;border-width:3px}.loading-message{font-size:.9rem}}.landing-view{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.2);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 4px 20px #ffffff4d}.loading-container p{font-size:1.1rem;font-weight:500;opacity:.9;margin:0;letter-spacing:.5px}.landing-header{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);position:fixed;top:0;left:0;right:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:1rem}.figure-left .figure-body{width:6px;height:12px;background:linear-gradient(135deg,#06b6d6,#0891b2);border-radius:3px}.brand-name{font-size:1.5rem;font-weight:700;margin:0}.login-btn-header{background:#fff3;color:#fff;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;border:1px solid rgba(255,255,255,.3)}.login-btn-header:hover{background:#ffffff4d;transform:translateY(-2px)}.hero-section{padding:8rem 2rem 4rem;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;margin:2rem 0 1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin:0 0 2rem;opacity:.9;line-height:1.6}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;text-align:center}.cta-button.primary{background:#ff6b6b;color:#fff}.cta-button.primary:hover{background:#ff5252;transform:translateY(-3px);box-shadow:0 10px 25px #ff6b6b4d}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px)}.cta-button.large{padding:1.25rem 3rem;font-size:1.25rem}.hero-visual{display:flex;justify-content:center;align-items:center}.app-preview{perspective:1000px}.phone-mockup{width:300px;height:600px;background:#1a1a1a;border-radius:30px;padding:20px;box-shadow:0 20px 40px #0000004d;transform:rotateY(-15deg) rotateX(5deg);transition:transform .3s ease}.phone-mockup:hover{transform:rotateY(-10deg) rotateX(2deg)}.screen{background:#fff;height:100%;border-radius:20px;padding:16px;color:#333;overflow-y:auto}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #eee}.app-header h3{margin:0;font-size:1.2rem;font-weight:600}.item-count{background:#667eea;color:#fff;padding:4px 12px;border-radius:15px;font-size:.8rem;font-weight:500}.list-items{display:flex;flex-direction:column;gap:8px}.list-item{display:flex;align-items:center;padding:8px 10px;background:#f8f9fa;border-radius:8px;gap:10px;transition:all .3s ease;cursor:pointer;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.list-item:hover{background:#e9ecef;transform:translate(2px)}.item-checkbox{position:relative;display:flex;align-items:center}.item-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #667eea;border-radius:4px;background:#fff;cursor:pointer;position:relative;transition:all .2s ease}.item-checkbox input[type=checkbox]:checked{background:#667eea;border-color:#667eea}.item-checkbox input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.item-checkbox input[type=checkbox]:hover{border-color:#5a67d8;transform:scale(1.05)}.item-checkbox label{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.item-name{font-weight:500;flex:1;color:#333}.item-price{color:#667eea;font-weight:600;margin-left:auto}.completed-section{margin-top:16px;padding-top:16px;border-top:1px solid #eee}.completed-section h4{margin:0 0 15px;font-size:.9rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.completed-items{display:flex;flex-direction:column;gap:6px}.list-item.completed{opacity:.6;background:#f0f0f0}.list-item.completed .item-name{text-decoration:line-through;color:#666}.list-item.completed .item-price{color:#999}.features-section{padding:6rem 2rem;background:#ffffff0d}.features-container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin:0 0 4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#ffffff1a;padding:2rem;border-radius:20px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin:0 0 1rem}.feature-card p{margin:0;opacity:.9;line-height:1.6}.video-section{padding:6rem 2rem}.video-container{max-width:800px;margin:0 auto;text-align:center}.video-wrapper{margin-top:3rem}.video-placeholder{background:#ffffff1a;border-radius:20px;padding:4rem 2rem;border:2px dashed rgba(255,255,255,.3);position:relative}.play-button{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem;cursor:pointer;transition:all .3s ease}.play-button:hover{background:#ffffff4d;transform:scale(1.1)}.video-placeholder p{margin:.5rem 0;font-size:1.1rem}.video-description{opacity:.8;font-size:1rem;max-width:500px;margin:1rem auto 0}.cta-section{padding:6rem 2rem;background:#ffffff0d;text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-section h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.cta-section p{font-size:1.25rem;margin:0 0 2rem;opacity:.9}.cta-actions{display:flex;justify-content:center}.landing-footer{background:#0000004d;padding:3rem 2rem 1rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.footer-brand p{margin:0;opacity:.8}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-column h4{font-size:1.1rem;font-weight:600;margin:0 0 1rem}.footer-column a{display:block;color:#fff;text-decoration:none;margin-bottom:.5rem;opacity:.8;transition:opacity .3s ease}.footer-column a:hover{opacity:1}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.footer-bottom p{margin:0;opacity:.7}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.features-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-links{justify-items:center}.header-container{padding:.75rem 1rem}.logo-graphic{margin-bottom:8px}.cart-outline{width:60px;height:45px}.brand-name{font-size:1.25rem}.login-btn-header{padding:.5rem 1rem;font-size:.9rem}.hero-section{padding:5rem 1rem 2rem}.features-section,.video-section,.cta-section{padding:4rem 1rem}}@media (max-width: 480px){.header-container{padding:.5rem .75rem}.logo-graphic{margin-bottom:6px}.cart-outline{width:50px;height:38px}.brand-name{font-size:1.1rem}.login-btn-header{padding:.4rem .8rem;font-size:.85rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-section{padding:4.5rem .75rem 2rem}.cta-button{padding:.875rem 1.5rem;font-size:1rem}.phone-mockup{width:240px;height:400px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;margin:0;padding:0;-webkit-text-size-adjust:100%;-webkit-overflow-scrolling:touch;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.app-container{max-width:1200px;margin:0 auto;padding:12px}@media (max-width: 768px){.app-container{padding:10px;margin:0;max-width:100%}}@media (max-width: 480px){.app-container{padding:8px}}@media (max-width: 414px){.app-container{padding:6px}}@supports (padding: max(0px)){.app-container{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));padding-bottom:max(12px,env(safe-area-inset-bottom))}@media (max-width: 768px){.app-container{padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right));padding-bottom:max(10px,env(safe-area-inset-bottom))}}@media (max-width: 480px){.app-container{padding-left:max(8px,env(safe-area-inset-left));padding-right:max(8px,env(safe-area-inset-right));padding-bottom:max(8px,env(safe-area-inset-bottom))}}}.household-content{display:flex;flex-direction:column}.member-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f5f5f5}.member-item:last-child{border-bottom:none}.member-name{font-weight:500;color:#333;margin-bottom:2px}.member-role{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px}.edit-btn{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:6px 12px;font-size:12px;color:#495057;cursor:pointer;transition:all .2s}.edit-btn:hover{background:#e9ecef;border-color:#dee2e6}.add-member-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:500;cursor:pointer;transition:all .2s;margin-top:auto;align-self:flex-start}.shopping-content{display:flex;flex-direction:column;gap:24px}.store-section{margin-bottom:24px;background:#f8f9fa;border-radius:12px;padding:16px;border:1px solid #e9ecef}.store-header{display:flex;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #dee2e6}.store-icon{width:32px;height:32px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin-right:12px;font-size:16px;box-shadow:0 2px 4px #0000001a}.store-name{font-weight:600;color:#2b2d42;font-size:16px}.shopping-item{display:flex;align-items:center;padding:12px 16px;background:#fff;border-radius:8px;margin-bottom:8px;border:1px solid #e9ecef;transition:all .2s}.shopping-item:hover{border-color:#4a90e2;box-shadow:0 2px 8px #4a90e21a}.shopping-item:last-child{margin-bottom:0}.shopping-item.completed{background:#f8f9fa;opacity:.7}.shopping-item.completed .item-name{text-decoration:line-through;color:#6b7280}.item-checkbox{margin-right:12px}.item-name{flex:1;font-size:14px;color:#2b2d42;font-weight:500}.item-status{width:24px;height:24px;border-radius:50%;background:#28a745;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;margin-left:8px;font-weight:700}.frequent-purchases{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.frequent-purchases h3{font-size:18px;font-weight:600;color:#333;margin-bottom:16px}.frequent-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px}.frequent-item{display:flex;flex-direction:column;align-items:center;padding:12px 8px;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .2s;text-align:center}.frequent-item:hover{background:#e9ecef;transform:translateY(-2px)}.frequent-item-icon{width:32px;height:32px;border-radius:6px;margin-bottom:6px;display:flex;align-items:center;justify-content:center;font-size:16px}.frequent-item-name{font-size:11px;color:#495057;font-weight:500;line-height:1.2}@media (max-width: 768px){.app-container{grid-template-columns:1fr;gap:20px;height:auto}.panel{padding:20px}.frequent-items-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr))}}.loading{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0000004d;z-index:1000}.loading:before{content:"Loading...";background:#fffffff2;color:#333;padding:20px 30px;border-radius:8px;font-size:14px;box-shadow:0 10px 25px #00000026;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.app-loading{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);gap:20px}.app-loading:before{content:"";width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 4px 20px #0003}.app-loading:after{content:"Loading...";background:#fffffff2;color:#333;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;box-shadow:0 4px 15px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#333}.form-group input,.form-group select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn{padding:10px 20px;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;font-size:14px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:#f8f9fa;color:#495057;border:1px solid #e9ecef}.btn-secondary:hover{background:#e9ecef}.login-view{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;width:100%}.login-container{width:100%;max-width:400px;margin:0 auto}.login-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:40px;text-align:center}.login-header{margin-bottom:32px}.app-logo{margin-bottom:16px}.logo-icon{font-size:48px;display:block}.login-header h1{font-size:28px;font-weight:600;color:#333;margin-bottom:8px}.login-header p{color:#666;font-size:16px;line-height:1.5}.login-form{margin-bottom:24px}.login-form .form-group{margin-bottom:16px}.login-form input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;background:#fff;transition:all .2s;box-sizing:border-box}.login-form input:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d41a}.login-btn{width:100%;padding:14px 24px;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.login-btn:hover:not(:disabled){background:linear-gradient(135deg,#1e3a8a,#2563eb);transform:translateY(-1px);box-shadow:0 4px 12px #1e40af4d}.login-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-btn.loading{position:relative;color:transparent}.login-btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border:1px solid transparent;border-top:1px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.login-footer{text-align:center;color:#64748b;font-size:14px}.signup-link{color:#06b6d4;text-decoration:none;font-weight:600;transition:color .2s;background:none;border:none;cursor:pointer;padding:0;margin:0;font-size:inherit}.signup-link:hover{color:#0891b2;text-decoration:underline}.login-form .form-group input.error{border-color:#dc3545}.login-form .form-group input.error:focus{box-shadow:0 0 0 3px #dc35451a}.error-message{color:#dc3545;font-size:14px;margin:12px 0;padding:12px;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;text-align:center;display:block;animation:fadeIn .3s ease-in}.error-message.network-error{background:#fff3cd;border-color:#ffeaa7;color:#856404}.error-message.validation-error{background:#d1ecf1;border-color:#bee5eb;color:#0c5460}.toggle-auth-btn{background:none;border:none;color:#667eea;font-weight:500;cursor:pointer;margin-left:4px;text-decoration:underline;transition:color .2s}.toggle-auth-btn:hover{color:#5a6fd8}.welcome-view{min-height:100vh;display:flex;flex-direction:column;padding:0}.welcome-content{flex:1;display:flex;align-items:center;justify-content:center;padding:32px}.welcome-card{width:100%;max-width:720px;background:#fff;border-radius:16px;box-shadow:0 12px 28px #0000001f;padding:40px 48px;text-align:center}.welcome-icon{font-size:44px;margin-bottom:12px}.welcome-title{font-size:32px;font-weight:700;color:#2b2d42;margin-bottom:8px}.welcome-subtitle{font-size:16px;color:#61646b;margin-bottom:24px}.welcome-actions{display:flex;gap:12px;justify-content:center;margin-bottom:20px}.welcome-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 16px;list-style:none;padding:0;margin:0;color:#4a4e69}.welcome-features li:before{content:"✓";color:#28a745;margin-right:8px}@media (max-width: 640px){.welcome-card{padding:28px 24px}.welcome-actions{flex-direction:column}}.modal-form{display:flex;flex-direction:column;gap:12px}.modal-form .form-group{display:flex;flex-direction:column;gap:4px}.modal-form label{font-weight:500;color:#2b2d42;font-size:13px}.modal-form input,.modal-form select,.modal-form textarea{padding:8px 10px;border:1px solid #e1e5e9;border-radius:6px;font-size:14px;transition:border-color .2s}.modal-form input:focus,.modal-form select:focus,.modal-form textarea:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.modal-form textarea{resize:vertical;min-height:60px;max-height:80px}.modal-form .form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}@media (max-width: 480px){.modal-form .form-actions{flex-direction:column}}.form-group .error-message{color:#e74c3c;font-size:.75rem;margin-top:.125rem;margin-bottom:.5rem;display:block;animation:fadeIn .3s ease-in-out;line-height:1.2;background:none;border:none;border-radius:0;padding:0;text-align:left}.error-popup{text-align:center;padding:20px;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-popup .error-icon{font-size:48px;margin-bottom:16px}.error-popup .error-content{margin-bottom:24px}.error-popup .error-message{font-size:16px;line-height:1.5;color:#374151;margin:0}.error-popup .error-actions{display:flex;justify-content:center;gap:12px}.error-popup .btn{padding:10px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.error-popup .btn-primary{background-color:#3b82f6;color:#fff}.error-popup .btn-primary:hover{background-color:#2563eb}.success-popup{text-align:center;padding:20px}.success-popup .success-icon{font-size:48px;margin-bottom:16px}.success-popup .success-content{margin-bottom:24px}.success-popup .success-message{font-size:16px;line-height:1.5;color:#374151;margin:0}.success-popup .success-actions{display:flex;justify-content:center;gap:12px}.success-popup .btn{padding:10px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.success-popup .btn-primary{background-color:#10b981;color:#fff}.success-popup .btn-primary:hover{background-color:#059669}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:500px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{position:relative;display:flex;justify-content:center;align-items:center;padding:16px 20px 0;border-bottom:1px solid #e1e5e9;margin-bottom:16px;min-height:48px}.modal-header h3{margin:0;font-size:16px;font-weight:600;color:#2b2d42}.modal-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:20px;cursor:pointer;color:#6b7280;padding:6px;border-radius:6px;transition:all .2s;width:28px;height:28px;display:flex;align-items:center;justify-content:center;line-height:1}.modal-close:hover{color:#374151;background-color:#f3f4f6}.modal-body{padding:0 20px 20px;flex:1;overflow-y:auto;min-height:0}@media (max-width: 640px){.modal-overlay{padding:16px}.modal-content{max-width:100%}.modal-header,.modal-body{padding-left:20px;padding-right:20px}.fab{bottom:24px;right:24px;width:52px;height:52px}.fab-icon{width:20px;height:20px}.add-item-form-modal .form-row{grid-template-columns:1fr}}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:0;box-shadow:0 4px 20px #00000026;position:relative;overflow:visible;z-index:1000}.app-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.header-content{display:flex;justify-content:space-between;align-items:center;padding:12px 32px;position:relative;z-index:1;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.header-left{display:flex;align-items:center;gap:24px}.app-brand{display:flex;align-items:center;gap:12px}.app-logo{font-size:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.app-name{font-size:20px;font-weight:700;letter-spacing:-.5px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.header-right-section{display:flex;align-items:center;gap:12px;flex-shrink:0;overflow:visible;position:relative;z-index:1000;justify-self:end}.household-badge{display:flex;align-items:center;gap:8px;background:#ffffff26;padding:6px 12px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;will-change:auto;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0)}.household-badge:hover{border-color:#ffffff80}@media (hover: hover) and (pointer: fine){.household-badge:hover{transform:scale(1.05)}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:20px;font-weight:600;color:#1f2937}.modal-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:24px}.household-info{display:flex;flex-direction:column;gap:24px}.household-details p{margin:8px 0;color:#374151;font-size:14px}.household-details strong{color:#1f2937;font-weight:600}.household-members h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#1f2937}.member-list{display:flex;flex-direction:column;gap:12px}.members-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.loading-spinner{display:flex;align-items:center;justify-content:center}.spinner{width:2rem;height:2rem;color:#667eea;animation:spin 1s linear infinite}.members-loading p{color:#6b7280;font-size:.875rem;margin:0}.members-empty{display:flex;align-items:center;justify-content:center;padding:2rem}.members-empty p{color:#6b7280;font-size:.875rem;margin:0}.member-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.member-list-header h3{margin:0}.member-list-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280}.last-update{font-style:italic}.refresh-btn{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;color:#6b7280;transition:color .2s}.refresh-btn:hover{color:#667eea}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.refresh-icon{width:1rem;height:1rem}.members-container{position:relative}.refresh-indicator{position:absolute;top:0;right:0;display:flex;align-items:center;gap:.5rem;background:#ffffffe6;padding:.5rem;border-radius:.25rem;font-size:.75rem;color:#6b7280;z-index:10}.refresh-spinner{display:flex;align-items:center;justify-content:center}.refresh-spinner .spinner{width:1rem;height:1rem;color:#667eea}.member-item{display:flex;align-items:center;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.member-name{font-weight:500;color:#1f2937;margin-bottom:2px}.household-icon{font-size:16px}.household-name{font-size:14px;font-weight:600;color:#fff}.header-right{display:flex;align-items:center;gap:16px}.user-section{display:flex;align-items:center;gap:12px;flex-shrink:0}.user-avatar{cursor:pointer;transition:transform .2s;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.3);width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:12px}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar span{font-size:12px;font-weight:600;color:#fff}.user-avatar:hover{transform:scale(1.05);border-color:#ffffff80}@media (max-width: 768px){.header-content{padding:10px 20px;gap:16px}.header-left{gap:16px}.app-name{font-size:18px}.header-right-section{gap:10px}.household-badge{padding:6px 12px}.household-name{font-size:13px}.user-section{gap:8px}.settings-btn{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important}}@media (max-width: 480px){.header-content{padding:12px 16px;gap:12px}.app-brand{gap:8px}.brand-text{font-size:16px}.household-badge{padding:4px 8px;font-size:12px;transform:none!important;-webkit-transform:none!important;animation:none!important;-webkit-animation:none!important;position:relative!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important;-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.user-section{gap:6px;margin-left:auto}.user-avatar,.settings-btn{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;max-width:26px!important;max-height:26px!important}}@media (max-width: 375px){.header-content{padding:6px 12px;gap:8px}.brand-text{font-size:14px}.header-right-section{gap:6px}.household-badge{padding:3px 6px;font-size:11px;transform:none!important;-webkit-transform:none!important;animation:none!important;-webkit-animation:none!important;position:relative!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important;-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.user-section{gap:4px}.user-avatar,.settings-btn{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;max-width:24px!important;max-height:24px!important}}@media (max-width: 480px){.header-content{padding:12px 16px;gap:12px}.app-brand{gap:8px}.brand-text{font-size:16px}.household-badge{padding:4px 8px;font-size:12px}.user-section{gap:6px;margin-left:auto}.user-avatar,.settings-btn{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;max-width:26px!important;max-height:26px!important}}.avatar{border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.avatar-small{width:32px;height:32px;font-size:12px}.avatar-medium{width:40px;height:40px;font-size:14px}.avatar-large{width:48px;height:48px;font-size:16px}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.household-lists-view{min-height:100vh;display:flex;flex-direction:column;background:transparent;position:relative;z-index:1;padding-top:0}.household-lists-view .app-container{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:12px;position:relative;z-index:2}.tabs-container{display:flex;background:#fff;border-radius:16px;padding:6px;margin-bottom:8px;gap:6px;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9;position:relative;overflow:hidden}.tabs-container:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.tab{flex:1;padding:16px 24px;border:none;background:transparent;border-radius:12px;font-size:15px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px}.tab:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease;border-radius:12px}.tab:hover{color:#475569;transform:translateY(-1px)}.tab:hover:before{opacity:.05}.tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 16px #667eea4d;transform:translateY(-2px)}.tab.active:before{opacity:0}.tab.active:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea66}.tab:after{display:none}.tab:nth-child(1):after{display:none}.tab:nth-child(2):after{display:none}.tab.active:after{display:none}.tab-content{background:#fff;border-radius:20px;padding:32px;box-shadow:0 8px 32px #00000014;border:1px solid #f1f5f9;position:relative;overflow:hidden}.tab-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.household-content,.shopping-content{display:flex;flex-direction:column;gap:24px}@media (max-width: 640px){.tabs-container{padding:4px;gap:4px;margin-bottom:24px}.tab{padding:12px 16px;font-size:14px;min-height:44px}.tab-content{padding:24px 20px;border-radius:16px}}.members-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.member-item{display:flex;align-items:center;padding:12px 16px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.member-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;margin-right:12px;flex-shrink:0}.member-info{flex:1;margin-right:12px}.member-name{font-weight:500;color:#2b2d42;margin-bottom:2px}.member-role{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.edit-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:6px 12px;font-size:12px;color:#374151;cursor:pointer;transition:all .2s}.edit-btn:hover{background:#e5e7eb;border-color:#9ca3af}.add-member-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:500;cursor:pointer;transition:all .2s;align-self:flex-start}.add-member-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.settings-btn{background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:50%!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;padding:0!important;box-sizing:border-box}.settings-btn:hover{background:#ffffff40;transform:scale(1.05);border-color:#ffffff80}.settings-icon{font-size:16px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.settings-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.settings-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:900px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.settings-header{display:flex;justify-content:space-between;align-items:center;padding:16px 32px;border-bottom:1px solid #e1e5e9;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.close-btn{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:4px;border-radius:6px;transition:background-color .2s}.close-btn:hover{background:#fff3}.settings-content{display:flex;flex:1;overflow:hidden}.settings-sidebar{width:240px;background:#f8f9fa;border-right:1px solid #e1e5e9;padding:20px 0;overflow-y:auto}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 24px;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:all .2s;color:#64748b;font-size:14px;font-weight:500}.sidebar-item:hover{background:#e2e8f0;color:#475569}.sidebar-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.sidebar-icon{font-size:16px;width:20px;text-align:center}.settings-main{flex:1;padding:32px;overflow-y:auto}.settings-section h3{margin:0 0 24px;font-size:20px;font-weight:600;color:#2b2d42}.profile-card{display:flex;gap:32px;align-items:flex-start}.profile-avatar{display:flex;flex-direction:column;align-items:center;gap:12px}.member-since-indicator{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:4px}.member-since-label{font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.member-since-value{font-size:12px;color:#6b7280;font-weight:500}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-size:14px;font-weight:500;color:#374151;margin-bottom:2px}.form-group input{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#f9fafb;color:#6b7280}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f1f5f9}.setting-item:last-child{border-bottom:none}.setting-info{display:flex;flex-direction:column;gap:4px}.setting-label{font-weight:500;color:#2b2d42;font-size:14px}.setting-description{font-size:13px;color:#6b7280}.toggle{position:relative;display:inline-block;width:48px;height:24px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle input:checked+.toggle-slider{background-color:#667eea}.toggle input:checked+.toggle-slider:before{transform:translate(24px)}.about-info{display:flex;flex-direction:column;gap:32px;align-items:center;text-align:center}.app-info{display:flex;flex-direction:column;align-items:center;gap:12px}.app-logo{font-size:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.app-info h4{margin:0;font-size:20px;font-weight:600;color:#2b2d42}.app-info p{margin:0;color:#6b7280;font-size:14px}.about-links{display:flex;flex-direction:column;gap:12px;width:100%;max-width:300px}.logout-section{margin-top:20px;padding-top:20px;border-top:1px solid #e1e5e9;width:100%;max-width:300px}.btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px;justify-content:center}.btn-danger{background:#ef4444;color:#fff;width:100%}.btn-danger:hover{background:#dc2626}@media (max-width: 768px){.settings-container{max-width:100%;max-height:100vh;border-radius:0}.settings-content{flex-direction:column}.settings-sidebar{width:100%;border-right:none;border-bottom:1px solid #e1e5e9;padding:16px}.settings-main{padding:24px 20px}.profile-card{flex-direction:column;align-items:center;text-align:center}.setting-item{flex-direction:column;align-items:flex-start;gap:12px}}.sidebar-divider{height:1px;background:#e1e5e9;margin:16px 24px}.sidebar-logout{color:#ef4444!important;margin-top:8px}.sidebar-logout:hover{background:#fef2f2!important;color:#dc2626!important}.sidebar-logout .sidebar-icon{color:#ef4444}.logout-confirm-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.logout-confirm-content{background:#fff;border-radius:16px;padding:32px;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out;overflow:hidden}.logout-confirm-content h3{margin:0 0 16px;font-size:20px;font-weight:600;color:#1f2937}.logout-confirm-content p{margin:0 0 24px;color:#6b7280;font-size:16px;line-height:1.5}.logout-confirm-actions{display:flex;gap:12px;justify-content:center}.logout-confirm-actions .btn{min-width:80px;padding:12px 24px;font-size:14px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.logout-confirm-actions .btn-primary{background:#ef4444;color:#fff}.logout-confirm-actions .btn-primary:hover{background:#dc2626;transform:translateY(-1px)}.logout-confirm-actions .btn-secondary{background:#f3f4f6;color:#374151}.logout-confirm-actions .btn-secondary:hover{background:#e5e7eb;transform:translateY(-1px)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:9999;pointer-events:auto}.profile-menu-overlay:hover{pointer-events:auto}.profile-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;border:1px solid #e1e5e9;min-width:240px;z-index:10001;overflow:hidden;animation:profileMenuSlideIn .2s ease-out;pointer-events:auto}.profile-menu-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #f1f5f9;background:#f8f9fa}.profile-menu-avatar{flex-shrink:0}.profile-menu-info{flex:1;min-width:0}.profile-menu-name{font-weight:600;color:#1f2937;font-size:14px;margin-bottom:2px}.profile-menu-email{color:#6b7280;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-menu-items{padding:8px 0;pointer-events:auto}.profile-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:none;color:#374151;font-size:14px;cursor:pointer;transition:background-color .2s;text-align:left;pointer-events:auto;-webkit-user-select:none;user-select:none}.profile-menu-item:hover{background:#f3f4f6}.profile-menu-item:active{background:#e5e7eb}.profile-menu-icon{font-size:16px;width:20px;text-align:center}.profile-menu-divider{height:1px;background:#e5e7eb;margin:8px 0}.profile-menu-logout{color:#ef4444}.profile-menu-logout:hover{background:#fef2f2}@keyframes profileMenuSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.user-section{position:relative}.profile-modal{max-width:600px;width:90%;overflow:hidden;display:flex;flex-direction:column;max-height:90vh}.profile-modal .modal-body{overflow:visible;flex:1;min-height:0;padding:0 20px 16px}.profile-section{display:flex;gap:24px;align-items:flex-start}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.change-avatar-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:8px 16px;font-size:14px;color:#374151;cursor:pointer;transition:all .2s}.change-avatar-btn:hover{background:#e5e7eb;border-color:#9ca3af}.profile-details{flex:1;display:flex;flex-direction:column;gap:16px}.profile-field-value{padding:12px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;min-height:44px;display:flex;align-items:center}.profile-view-section{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;padding:20px 0}.profile-view-avatar{margin-bottom:8px}.profile-view-info{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.profile-view-name{font-size:24px;font-weight:600;color:#1f2937;margin:0}.profile-view-email{font-size:16px;color:#6b7280;margin:0}.profile-view-details{display:flex;flex-direction:column;gap:12px;width:100%;max-width:300px}.profile-view-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border-radius:8px;border:1px solid #e5e7eb}.profile-view-label{font-size:14px;font-weight:500;color:#6b7280}.profile-view-value{font-size:14px;font-weight:600;color:#1f2937}.modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:20px;border-top:1px solid #e5e7eb;margin-top:auto;flex-shrink:0}@media (max-width: 640px){.profile-section{flex-direction:column;gap:24px;align-items:center}.profile-avatar-section,.profile-details{width:100%}.modal-footer{flex-direction:column}.modal-footer .btn{width:100%}}.login-logo{text-align:center;margin-bottom:32px}.logo-graphic{display:inline-block;margin-bottom:16px}.cart-outline{position:relative;width:80px;height:60px;margin:0 auto}.cart-handle{position:absolute;top:0;left:50%;transform:translate(-50%);width:20px;height:8px;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:4px}.cart-basket{position:absolute;top:8px;left:0;right:0;height:40px;background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:8px 8px 0 0;display:flex;align-items:center;justify-content:center}.figure-left{position:absolute;left:8px;bottom:4px;width:12px;height:20px}.figure-left .figure-head{width:8px;height:8px;background:#06b6d4;border-radius:50%;margin-bottom:2px}.figure-left .figure-body{width:6px;height:12px;background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:3px}.figure-right{position:absolute;right:8px;bottom:4px;width:12px;height:20px}.figure-right .figure-head{width:8px;height:8px;background:#f97316;border-radius:50%;margin-bottom:2px}.figure-right .figure-body{width:6px;height:12px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:3px}.link-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#10b981;border-radius:2px}.chat-bubble{position:absolute;top:-4px;right:12px;width:12px;height:8px;background:#10b981;border-radius:4px}.chat-dots{display:flex;justify-content:center;align-items:center;gap:1px;height:100%}.chat-dots span{width:2px;height:2px;background:#fff;border-radius:50%}.cart-wheels{position:absolute;bottom:-4px;left:0;right:0;display:flex;justify-content:space-between;padding:0 8px}.wheel-left{width:8px;height:8px;background:#06b6d4;border-radius:50%}.wheel-right{width:8px;height:8px;background:#f97316;border-radius:50%}.brand-name{font-size:28px;font-weight:700;color:#1e40af;margin:0 0 8px;letter-spacing:-.5px}.brand-tagline{font-size:14px;color:#64748b;margin:0;font-weight:500}.brand-logo{display:flex;align-items:center;gap:12px}.mini-logo{display:flex;align-items:center}.mini-cart{position:relative;width:32px;height:24px}.mini-handle{position:absolute;top:0;left:50%;transform:translate(-50%);width:8px;height:3px;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:2px}.mini-basket{position:absolute;top:3px;left:0;right:0;height:16px;background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:4px 4px 0 0}.mini-figure-left{position:absolute;left:3px;bottom:2px;width:4px;height:8px;background:#06b6d4;border-radius:2px}.mini-figure-right{position:absolute;right:3px;bottom:2px;width:4px;height:8px;background:#f97316;border-radius:2px}.mini-link{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:3px;height:3px;background:#10b981;border-radius:1px}.mini-wheels{position:absolute;bottom:-2px;left:0;right:0;display:flex;justify-content:space-between;padding:0 3px}.mini-wheel-left{width:3px;height:3px;background:#06b6d4;border-radius:50%}.mini-wheel-right{width:3px;height:3px;background:#f97316;border-radius:50%}.brand-text{font-size:20px;font-weight:700;color:#1e40af;letter-spacing:-.5px}.app-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #0000000d;overflow:visible}.header-content{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1200px;margin:0 auto;min-height:60px;position:relative;z-index:1;overflow:visible}.app-brand{display:flex;align-items:center;flex-shrink:0;overflow:hidden;justify-self:start}.household-badge{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;box-shadow:0 2px 8px #06b6d44d;flex-shrink:0;justify-self:center;pointer-events:auto}.user-section{display:flex;align-items:center;gap:12px;position:relative;z-index:1000}.user-avatar{position:relative;cursor:pointer;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;z-index:1001;pointer-events:auto;border-radius:50%;transition:all .2s ease}.user-avatar:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.user-avatar:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:transparent;border-radius:50%;z-index:-1;pointer-events:auto}.profile-menu{position:absolute!important;top:100%!important;right:0!important;background-color:#fff!important;border:1px solid #e1e5e9!important;border-radius:12px!important;padding:8px 0!important;z-index:999999!important;min-width:240px!important;font-size:14px!important;box-shadow:0 10px 40px #00000026!important;margin-top:8px!important}.settings-btn{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;border:none;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0!important;box-sizing:border-box!important}.settings-btn:hover{background:#e2e8f0;transform:scale(1.05)}.settings-icon{font-size:18px}.tabs{display:flex;background:#fff;border-radius:12px;padding:4px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px}.tab{flex:1;padding:12px 20px;border:none;background:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;color:#64748b;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.tab.active{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;box-shadow:0 2px 8px #1e40af4d}.tab:hover:not(.active){background:#f1f5f9;color:#1e293b}.btn-primary{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background:linear-gradient(135deg,#1e3a8a,#2563eb);transform:translateY(-1px);box-shadow:0 4px 12px #1e40af4d}.btn-secondary{background:#f1f5f9;color:#1e293b;border:2px solid #e2e8f0;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#e2e8f0;border-color:#cbd5e1}.settings-header{display:flex;justify-content:space-between;align-items:center;padding:16px 32px;border-bottom:1px solid #e1e5e9;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff}.settings-header h2{margin:0;font-size:20px;font-weight:600}:root{--primary-blue: #1e40af;--primary-teal: #06b6d4;--primary-green: #10b981;--primary-orange: #f97316;--secondary-blue: #3b82f6;--secondary-teal: #0891b2;--secondary-orange: #ea580c;--text-dark: #1e293b;--text-medium: #64748b;--text-light: #94a3b8;--background-light: #f8fafc;--border-light: #e2e8f0}.add-item-form{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.add-item-form-modal{padding:0}.add-item-form-modal .form-group{margin-bottom:20px}.add-item-form-modal .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.add-item-form-modal .form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.form-row{display:flex;gap:12px;align-items:flex-end}.item-name-input{flex:1}.quantity-input{width:80px}.price-input{width:100px}.input-container{display:flex;flex-direction:column;gap:4px}.input-label{font-size:14px;font-weight:600;color:#374151}.input-field{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s;background:#fff}.input-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-field.error{border-color:#ef4444}.shopping-list{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;position:relative}@media (max-width: 768px){.shopping-list{padding:20px;border-radius:12px;margin:0 4px}}@media (max-width: 480px){.shopping-list{padding:18px;border-radius:8px;margin:0 2px}}@media (max-width: 414px){.shopping-list{padding:16px;border-radius:6px}}@media (max-width: 375px){.shopping-list{padding:14px;border-radius:4px;margin:0}}.fab{position:fixed;bottom:32px;right:32px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;box-shadow:0 8px 32px #4f46e54d,0 4px 16px #7c3aed33;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;display:flex;align-items:center;justify-content:center;overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media (max-width: 768px){.fab{bottom:24px;right:24px;width:56px;height:56px}}@media (max-width: 480px){.fab{bottom:20px;right:20px;width:52px;height:52px}}@supports (padding: max(0px)){.fab{bottom:max(32px,env(safe-area-inset-bottom) + 16px);right:max(32px,env(safe-area-inset-right) + 16px)}@media (max-width: 768px){.fab{bottom:max(24px,env(safe-area-inset-bottom) + 12px);right:max(24px,env(safe-area-inset-right) + 12px)}}@media (max-width: 480px){.fab{bottom:max(20px,env(safe-area-inset-bottom) + 8px);right:max(20px,env(safe-area-inset-right) + 8px)}}}.fab:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:50%;opacity:0;transition:opacity .3s ease}.fab:hover{transform:translateY(-4px) scale(1.08);box-shadow:0 12px 40px #4f46e566,0 8px 24px #7c3aed4d}.fab:hover:before{opacity:1}.fab:active{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #4f46e580}.fab-icon{color:#fff;width:24px;height:24px;position:relative;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.list-actions{display:flex;align-items:center;gap:8px;margin-left:12px}.list-action-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.list-action-button:hover{background:#f3f4f6;color:#374151;transform:translateY(-1px)}.list-action-button:active{transform:translateY(0);background:#e5e7eb}.list-action-button.edit-button:hover{background:#dbeafe;color:#2563eb}.list-action-button.delete-button:hover{background:#fee2e2;color:#dc2626}.list-action-button svg{width:16px;height:16px;stroke-width:2}@media (max-width: 768px){.list-actions{gap:6px;margin-left:8px}.list-action-button{width:36px;height:36px}.list-action-button svg{width:18px;height:18px}.list-title-actions{opacity:1;gap:6px}.list-title-action-button{padding:6px}.list-title-action-button svg{width:1.25rem;height:1.25rem}}@media (max-width: 480px){.list-actions{gap:4px;margin-left:6px}.list-action-button{width:40px;height:40px}.list-action-button svg{width:20px;height:20px}}.list-item{display:flex;align-items:center;padding:12px 16px;background:#f8f9fa;border-radius:8px;margin-bottom:8px;border:1px solid #e9ecef;transition:all .2s;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:44px}.list-item:hover{border-color:#4a90e2;box-shadow:0 2px 8px #4a90e21a}.list-item.completed{background:#f8f9fa;opacity:.7}.list-item.completed .item-name{text-decoration:line-through;color:#6b7280}.item-checkbox{margin-right:12px;min-width:24px;min-height:24px}@media (max-width: 768px){.list-item{padding:14px 16px;margin-bottom:6px;min-height:48px}.item-checkbox{min-width:28px;min-height:28px}}@media (max-width: 480px){.list-item{padding:12px 14px;margin-bottom:4px;min-height:44px}}.list-item:active{background:#e9ecef;transform:scale(.98)}.item-checkbox input[type=checkbox]{width:20px;height:20px;accent-color:#28a745;cursor:pointer}.item-content{flex:1;display:flex;align-items:center;gap:8px}.item-content input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.item-name{font-size:14px;color:#2b2d42;font-weight:500;cursor:pointer}.item-quantity{background:#e3f2fd;color:#1976d2;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:500}.item-meta{display:flex;align-items:center;gap:8px;margin-right:12px}.item-price{font-size:12px;color:#28a745;font-weight:500}.item-actions{display:flex;gap:4px}.action-btn{width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;background:transparent}.action-btn:hover{transform:scale(1.1)}.action-icon{font-size:14px;line-height:1}.edit-btn{color:#1976d2;min-width:32px;min-height:32px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.edit-btn:hover{background:#e3f2fd}.edit-btn:active{background:#bbdefb;transform:scale(.95)}.delete-btn{color:#d32f2f;min-width:32px;min-height:32px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.delete-btn:hover{background:#ffebee}.delete-btn:active{background:#ffcdd2;transform:scale(.95)}@media (max-width: 768px){.edit-btn,.delete-btn{min-width:36px;min-height:36px}}@media (max-width: 480px){.edit-btn,.delete-btn{min-width:40px;min-height:40px}}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:8px}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.header-content h2{margin:0;font-size:24px;font-weight:700;color:#1f2937}.header-status{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.item-count{color:#6b7280;font-size:14px;font-weight:500}@media (max-width: 768px){.list-header{margin-bottom:20px}.header-content h2{font-size:22px}.item-count{font-size:13px}}@media (max-width: 480px){.list-header{margin-bottom:16px}.header-content{flex-direction:column;align-items:center;gap:12px;text-align:center}.header-content h2{font-size:20px;margin-bottom:0}.header-status{gap:10px;justify-content:center}.item-count{font-size:13px}}@media (max-width: 430px){.header-content{flex-direction:column;align-items:center;gap:10px;text-align:center}.header-content h2{font-size:19px;margin-bottom:0}.header-status{gap:8px;flex-wrap:nowrap;justify-content:center}.item-count{font-size:12px}.polling-indicator{font-size:11px;opacity:1;visibility:visible}.polling-icon{width:14px;height:14px}}@media (max-width: 414px){.header-content{flex-direction:column;align-items:center;gap:8px;text-align:center}.header-content h2{font-size:20px;margin-bottom:0}.header-status{gap:6px;justify-content:center}.item-count{font-size:13px}}@media (max-width: 375px){.header-content h2{font-size:18px}.item-count{font-size:12px}.polling-indicator{font-size:11px}.polling-icon{width:14px;height:14px}}.polling-indicator{display:flex;align-items:center;font-size:12px;font-weight:500;animation:pulse 2s infinite;white-space:nowrap;opacity:1;visibility:visible}.polling-success,.polling-success .polling-icon{color:#10b981!important}.polling-error{color:#ef4444!important;animation:pulse 1s infinite}.polling-error .polling-icon{color:#ef4444!important}.polling-icon{width:16px;height:16px;margin-right:4px;animation:spin 2s linear infinite;flex-shrink:0}@media (max-width: 480px){.polling-indicator{font-size:11px}.polling-icon{width:14px;height:14px;margin-right:3px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.list-sections{display:flex;flex-direction:column;gap:24px}.pending-items h3,.completed-items h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#374151}.completed-items h3{color:#6b7280}@media (max-width: 768px){.list-sections{gap:20px}.pending-items h3,.completed-items h3{margin:0 0 14px;font-size:17px}}@media (max-width: 480px){.list-sections{gap:16px}.pending-items h3,.completed-items h3{margin:0 0 12px;font-size:16px}}@media (max-width: 414px){.list-sections{gap:14px}.pending-items h3,.completed-items h3{margin:0 0 10px;font-size:15px}}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb}.remove-member-btn{background:#dc3545;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;margin-left:auto}.remove-member-btn:hover{background:#c82333;transform:translateY(-1px);box-shadow:0 2px 4px #dc35454d}.member-item{display:flex;align-items:center;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:8px}.member-info{flex:1;margin-left:12px}.member-name{font-weight:500;color:#1f2937;margin-bottom:2px;display:block}.member-role{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;display:block}.confirmation-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirmation-content{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.confirmation-content h4{margin:0 0 16px;font-size:18px;font-weight:600;color:#1f2937}.confirmation-content p{margin:0 0 12px;color:#374151;line-height:1.5}.warning-text{color:#dc3545!important;font-weight:500;font-size:14px}.confirmation-actions{display:flex;gap:12px;margin-top:24px;justify-content:flex-end}.btn-danger{background:#dc3545;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-weight:500;cursor:pointer;transition:all .2s}.btn-danger:hover{background:#c82333;transform:translateY(-1px);box-shadow:0 2px 4px #dc35454d}.save-message{padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500;margin-bottom:12px;text-align:center}.save-message.success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.save-message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.household-switcher{max-height:400px;overflow-y:auto}.household-list{display:flex;flex-direction:column;gap:8px}.household-option{padding:12px;border-radius:8px;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s;background-color:#fff}.household-option:hover{background-color:#f9fafb;border-color:#d1d5db}.household-option.current{background-color:#f0f9ff;border-color:#0ea5e9}.household-option-content{display:flex;align-items:center;gap:12px}.household-option-icon{font-size:20px;width:24px;text-align:center}.household-option-info{flex:1}.household-option-name{font-weight:600;color:#1f2937;font-size:14px;margin-bottom:2px}.household-option-details{display:flex;gap:8px;font-size:12px;color:#6b7280}.household-option-type{background-color:#f3f4f6;padding:2px 6px;border-radius:4px;font-weight:500}.household-option-creator{font-style:italic}.household-option-current{font-size:12px;color:#059669;font-weight:600}.no-households{text-align:center;padding:24px;color:#6b7280}.loading-spinner{text-align:center;padding:24px;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner:before{content:"";width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.error-message{text-align:center;padding:24px;color:#ef4444}.household-actions{display:flex;justify-content:center;margin-bottom:16px}.invite-btn{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:8px;padding:12px;font-size:18px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;width:48px;height:48px}.invite-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.invite-section{display:flex;flex-direction:column;gap:16px}.invite-section h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#1f2937;text-align:center}.members-section{display:flex;flex-direction:column;gap:16px;position:relative}.members-actions{display:flex;justify-content:center;gap:12px;margin-top:16px}.invite-btn,.back-btn{padding:12px 24px;font-size:16px;font-weight:600;border-radius:8px;min-width:120px;height:44px}.members-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;padding-top:8px}.member-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;border:1px solid #e5e7eb;background-color:#fff}.member-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0}.member-info{flex:1}.member-name{font-weight:600;color:#1f2937;font-size:14px;margin-bottom:2px}.member-email{font-size:12px;color:#6b7280}.member-role{font-size:12px;color:#059669;font-weight:500;background-color:#f0fdf4;padding:2px 8px;border-radius:12px}.no-members{text-align:center;padding:24px;color:#6b7280}.back-button{position:absolute;top:0;left:0;z-index:10}.back-button .btn{padding:8px;font-size:18px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px;background-color:#f3f4f6;border:1px solid #e5e7eb}.household-option-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.members-btn,.switch-btn{padding:8px;font-size:16px;border-radius:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.households-list{margin:24px 0}.households-list h3{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:16px;text-align:center}.households-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:24px}.household-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:16px}.household-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.household-card-icon{font-size:32px;flex-shrink:0}.household-card-info{flex:1}.household-card-name{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 4px}.household-card-type{font-size:14px;color:#059669;background-color:#f0fdf4;padding:2px 8px;border-radius:12px;display:inline-block;margin:0 0 4px}.household-card-creator{font-size:12px;color:#6b7280;margin:0}.loading-households{text-align:center;padding:24px;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-households:before{content:"";width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.no-households{text-align:center;padding:24px;color:#6b7280;background-color:#f9fafb;border-radius:8px;margin:24px 0}.simplified-shopping-list{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1rem 0}.gradient-background{background:linear-gradient(135deg,#667eea,#764ba2);width:100%;display:flex;justify-content:center;align-items:flex-start;padding:1rem}.list-container{max-width:600px;width:95%;background-color:#fff;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-radius:1.5rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;position:relative}.list-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-left{display:flex;align-items:center;gap:.5rem}.shopping-cart-icon{width:2rem;height:2rem;color:#4f46e5}.list-title{font-size:1.875rem;font-weight:700;color:#1f2937;letter-spacing:-.025em;margin:0}.user-avatars{display:flex;align-items:center;margin-left:-.75rem}.avatar{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#fff;border:2px solid white;box-shadow:0 4px 6px -1px #0000001a;margin-left:-.75rem}.avatar-blue{background-color:#3b82f6}.avatar-pink{background-color:#ec4899}.avatar-purple{background-color:#8b5cf6}.avatar-green{background-color:#10b981}.avatar-orange{background-color:#f59e0b}.avatar-red{background-color:#ef4444}.avatar-indigo{background-color:#6366f1}.avatar-teal{background-color:#14b8a6}.no-members-indicator{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#f3f4f6;border:2px solid #e5e7eb;color:#9ca3af;margin-left:-.75rem}.no-members-icon{width:1.25rem;height:1.25rem}.list-sections{display:flex;flex-direction:column;gap:1rem}.section-title{font-size:1.25rem;font-weight:600;color:#374151;margin:0}.section-divider{height:1px;background-color:#e5e7eb;margin:1rem 0}.empty-state{text-align:center;color:#9ca3af;font-style:italic;padding:1rem}.add-item-form{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.add-item-input{flex-grow:1;padding:.75rem;border-radius:.75rem;border:1px solid #d1d5db;font-size:1rem;outline:none;transition:all .2s ease-in-out;height:48px;box-sizing:border-box}.add-item-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.add-item-button{background-color:#4f46e5;color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;border:none;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;min-width:80px;font-weight:500;white-space:nowrap;height:48px;box-sizing:border-box}.add-item-button:hover{background-color:#4338ca;transform:translateY(-1px);box-shadow:0 6px 8px -1px #00000026}.add-item-button svg{width:1.5rem;height:1.5rem}.simplified-list-item{display:flex;align-items:flex-start;justify-content:space-between;background-color:#f7fafc;padding:.75rem 1rem;border-radius:.75rem;transition:background-color .2s ease-in-out,transform .2s ease-in-out;cursor:pointer}.simplified-list-item:hover{background-color:#edf2f7;transform:translateY(-2px)}.simplified-list-item.completed{background-color:#ecfdf5;text-decoration:line-through;color:#9ca3af}.simplified-list-item.completed:hover{background-color:#d1fae5}.item-checkbox:checked{background-color:#4f46e5;border-color:#4f46e5}.item-edit-input{flex-grow:1;padding:.25rem .5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;outline:none}.item-edit-input:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.item-actions{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.action-btn{padding:.5rem;border-radius:.5rem;border:none;background:transparent;cursor:pointer;transition:background-color .2s ease-in-out;display:flex;align-items:center;justify-content:center}.action-btn:hover{background-color:#e2e8f0}.edit-btn{color:#6b7280}.edit-btn:hover{color:#4f46e5}.delete-btn{color:#6b7280}.delete-btn:hover{color:#ef4444}.action-btn svg{width:1.25rem;height:1.25rem}.polling-indicator{width:1.25rem;height:1.25rem;margin-left:.5rem;display:flex;align-items:center;justify-content:center}.polling-icon{width:100%;height:100%;transform-origin:center}@media (max-width: 768px){.household-badge{transform:none!important;-webkit-transform:none!important;animation:none!important;-webkit-animation:none!important;position:relative!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important;-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important}.household-badge:hover,.household-badge:active{transform:none!important;-webkit-transform:none!important}.household-badge:focus{transform:none!important;-webkit-transform:none!important}.gradient-background{padding:.5rem}.list-container{width:100%;border-radius:1rem;padding:1.25rem}.list-title{font-size:1.5rem}.avatar{width:2rem;height:2rem;font-size:.75rem}.header-content{padding:8px 12px;gap:8px;min-height:50px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.app-brand{flex-shrink:0}.brand-text{font-size:16px}.header-right-section{gap:8px;flex-shrink:0;display:flex;align-items:center}.household-badge{padding:6px 10px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;position:relative;z-index:5;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transform:none;left:auto;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;animation:none;backface-visibility:hidden;-webkit-backface-visibility:hidden}.user-avatar{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;z-index:100!important;pointer-events:auto!important;cursor:pointer!important}}@media (min-width: 1024px){.polling-indicator{width:1rem;height:1rem}}@media (min-width: 1440px){.polling-indicator{width:.875rem;height:.875rem}.header-content{max-width:1600px}}@media (min-width: 1920px){.header-content{max-width:1800px}}@media (max-width: 375px){.header-content{padding:4px 6px;gap:4px;min-height:40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.brand-text{font-size:13px}.household-badge{padding:3px 6px;font-size:10px;max-width:80px;position:relative;z-index:5;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transform:none;left:auto;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;animation:none;backface-visibility:hidden;-webkit-backface-visibility:hidden}.user-avatar{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;z-index:100!important;pointer-events:auto!important;cursor:pointer!important}}@media (max-width: 480px){.list-container{padding:1rem;gap:1rem}.list-header{flex-direction:column;align-items:flex-start;gap:.75rem}.user-avatars{margin-left:0}.avatar{margin-left:-.5rem}.add-item-form{flex-direction:column;gap:.75rem}.add-item-input,.add-item-button{width:100%}.header-content{padding:6px 8px;gap:6px;min-height:45px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.brand-text{font-size:14px}.household-badge{padding:4px 8px;font-size:11px;max-width:100px;position:absolute;left:50%;transform:translate(-50%);z-index:5}.user-avatar{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;z-index:100!important;pointer-events:auto!important;cursor:pointer!important}}.forgot-password-link{text-align:center;margin:8px 0 16px}.forgot-password-btn{background:none;border:none;color:#06b6d4;font-size:14px;font-weight:500;cursor:pointer;text-decoration:underline;transition:color .2s;padding:0}.forgot-password-btn:hover{color:#0891b2}.forgot-password{width:100%}.forgot-password-header{margin-bottom:24px;position:relative;display:flex;align-items:center;min-height:40px}.back-button{position:absolute;left:0;top:50%;transform:translateY(-50%);background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .2s;z-index:1}.back-button:hover{background-color:#f1f5f9}.forgot-password-header h2{font-size:24px;font-weight:600;color:#333;margin:0;flex:1;text-align:center;padding-left:40px;padding-right:40px}@media (max-width: 480px){.forgot-password-header h2{font-size:20px;padding-left:35px;padding-right:35px}.back-button{padding:6px;font-size:13px}.login-btn.loading:after,.submit-btn.loading:after{width:6px;height:6px;margin:-3px 0 0 -3px;border-width:.5px}}.forgot-password-form{text-align:left}.form-description{color:#64748b;font-size:14px;line-height:1.5;margin-bottom:20px;text-align:center}.submit-btn{width:100%;padding:14px 24px;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#1e3a8a,#2563eb);transform:translateY(-1px);box-shadow:0 4px 12px #1e40af4d}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-btn.loading{position:relative;color:transparent}.submit-btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border:1px solid transparent;border-top:1px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.form-footer{margin-top:16px;text-align:center}.link-button{background:none;border:none;color:#3b82f6;font-size:14px;cursor:pointer;text-decoration:underline;padding:4px 8px;border-radius:4px;transition:background-color .2s}.link-button:hover{background-color:#f1f5f9}.reset-password-view{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.reset-password-container{width:100%;max-width:400px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001a;padding:40px}.reset-password-container .error-message{text-align:center;padding:20px}.reset-password-container .error-message h2{color:#ef4444;margin-bottom:16px;font-size:24px;font-weight:600}.reset-password-container .error-message p{color:#6b7280;margin-bottom:24px;line-height:1.5}@media (max-width: 768px){.household-badge{position:relative!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;transform:none!important;-webkit-transform:none!important;transition:none!important;-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;animation:none!important;-webkit-animation:none!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important;will-change:auto!important;margin:0!important;padding:inherit!important}.household-badge:hover,.household-badge:active,.household-badge:focus{transform:none!important;-webkit-transform:none!important;transition:none!important;-webkit-transition:none!important}}.admin-dashboard{display:flex;min-height:100vh;background:#f8fafc}.admin-sidebar{width:280px;background:#1e293b;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:1000}.admin-sidebar-header{padding:24px;border-bottom:1px solid #334155}.admin-logo{display:flex;align-items:center;gap:12px}.admin-logo-icon{font-size:24px}.admin-logo-text{font-size:18px;font-weight:700;color:#fff}.admin-nav{flex:1;padding:16px 0}.admin-nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 24px;border:none;background:none;color:#cbd5e1;font-size:14px;cursor:pointer;transition:all .2s ease;text-align:left}.admin-nav-item:hover{background:#334155;color:#fff}.admin-nav-item.active{background:#3b82f6;color:#fff}.admin-nav-icon{font-size:16px;width:20px;text-align:center}.admin-nav-label{font-weight:500}.admin-sidebar-footer{padding:24px;border-top:1px solid #334155}.admin-logout-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:none;background:#dc2626;color:#fff;border-radius:8px;font-size:14px;cursor:pointer;transition:background .2s ease}.admin-logout-btn:hover{background:#b91c1c}.admin-logout-icon{font-size:16px}.admin-main{flex:1;margin-left:280px;display:flex;flex-direction:column}.admin-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:24px 32px;display:flex;align-items:center;justify-content:space-between}.admin-header-left{flex:1}.admin-header-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 4px}.admin-header-subtitle{color:#6b7280;margin:0;font-size:14px}.admin-header-right{display:flex;align-items:center;gap:16px}.admin-refresh-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease}.admin-refresh-btn:hover{background:#f9fafb;border-color:#9ca3af}.admin-refresh-icon{font-size:14px}.admin-user-info{display:flex;align-items:center;gap:12px}.admin-user-avatar{width:40px;height:40px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.admin-user-details{display:flex;flex-direction:column}.admin-user-name{font-weight:600;color:#1f2937;font-size:14px}.admin-user-role{color:#6b7280;font-size:12px}.admin-content{flex:1;padding:32px}.dashboard-overview{display:flex;flex-direction:column;gap:32px}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.stat-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:16px;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-icon{font-size:32px;width:60px;height:60px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.stat-content{flex:1}.stat-number{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:4px}.stat-label{color:#6b7280;font-size:14px}.dashboard-activity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}.activity-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.activity-card-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 16px}.activity-list{display:flex;flex-direction:column;gap:12px}.activity-item{padding:12px;background:#f9fafb;border-radius:8px;border-left:3px solid #3b82f6}.activity-item-info{display:flex;justify-content:space-between;align-items:center}.activity-item-name{font-weight:500;color:#1f2937}.activity-item-time{color:#6b7280;font-size:12px}.activity-item-meta{color:#6b7280;font-size:12px;margin-top:4px}.activity-empty{text-align:center;color:#9ca3af;font-style:italic;padding:24px}.dashboard-distributions{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}.distribution-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.distribution-card-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 16px}.distribution-chart{display:flex;flex-direction:column;gap:12px}.distribution-item{display:flex;flex-direction:column;gap:8px}.distribution-item-info{display:flex;justify-content:space-between;align-items:center}.distribution-item-label{font-weight:500;color:#1f2937}.distribution-item-count{color:#6b7280;font-size:14px}.distribution-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.distribution-fill{height:100%;background:#3b82f6;transition:width .3s ease}.management-header{margin-bottom:24px}.management-header h2{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 8px}.management-header p{color:#6b7280;margin:0}.management-filters{display:flex;gap:16px;margin-bottom:24px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-group label{font-size:12px;font-weight:500;color:#374151}.filter-group input,.filter-group select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.data-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.data-table{width:100%;border-collapse:collapse}.data-table th{background:#f9fafb;padding:16px;text-align:left;font-weight:600;color:#374151;font-size:14px;border-bottom:1px solid #e5e7eb}.data-table td{padding:16px;border-bottom:1px solid #f3f4f6;font-size:14px;color:#1f2937}.data-table tbody tr:hover{background:#f9fafb}.action-buttons{display:flex;gap:8px}.btn-view,.btn-edit,.btn-delete{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-view{background:#e0e7ff;color:#3730a3}.btn-view:hover{background:#c7d2fe}.btn-edit{background:#dcfce7;color:#166534}.btn-edit:hover{background:#bbf7d0}.btn-delete{background:#fee2e2;color:#dc2626}.btn-delete:hover{background:#fecaca}.status-badge,.role-badge,.type-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-active{background:#dcfce7;color:#166534}.status-inactive{background:#fee2e2;color:#dc2626}.role-admin{background:#fef3c7;color:#92400e}.role-member{background:#e0e7ff;color:#3730a3}.type-family{background:#fce7f3;color:#be185d}.type-roommates{background:#e0f2fe;color:#0c4a6e}.type-friends{background:#f0fdf4;color:#166534}.type-default{background:#f3f4f6;color:#374151}.item-image{width:32px;height:32px;object-fit:cover;border-radius:4px;margin-right:8px;vertical-align:middle}.item-name{display:flex;align-items:center}.item-price{font-weight:600;color:#059669}.group-id{font-family:monospace;font-size:12px;color:#6b7280}.group-name{font-weight:500}.group-description{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-results{text-align:center;padding:48px;color:#9ca3af}.admin-form{display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:500;color:#374151;font-size:14px}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px;padding-top:16px;border-top:1px solid #e5e7eb}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.delete-confirmation{padding:8px 0}.delete-confirmation p{margin:0 0 16px;color:#374151;line-height:1.5}.group-details{display:flex;flex-direction:column;gap:24px}.group-details-section h4{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:16px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item label{font-weight:500;color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.detail-item span{color:#1f2937;font-size:14px}.detail-item p{color:#1f2937;font-size:14px;margin:0;line-height:1.5}.members-list,.shopping-lists-list{display:flex;flex-direction:column;gap:8px}.member-item,.list-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9fafb;border-radius:8px}.member-name,.list-name{font-weight:500;color:#1f2937}.member-role,.list-created{color:#6b7280;font-size:12px}.all-shopping-lists{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1rem 0}.lists-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;width:100%;max-width:600px}.header-controls,.hide-completed-control{display:flex;align-items:center;gap:.5rem}.hide-completed-toggle{position:relative;width:3rem;height:1.5rem;background:#e5e7eb;border:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease;outline:none}.hide-completed-toggle:before{content:"";position:absolute;top:.125rem;left:.125rem;width:1.25rem;height:1.25rem;background:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.hide-completed-toggle:hover{background:#d1d5db}.hide-completed-toggle.active{background:#3b82f6}.hide-completed-toggle.active:before{transform:translate(1.5rem)}.hide-completed-text{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;min-width:4rem;text-align:left}.hide-completed-label{font-size:.75rem;font-weight:500;color:#374151;line-height:1}.header-left{display:flex;align-items:center;gap:.75rem}.lists-title{font-size:1.875rem;font-weight:700;color:#1f2937;letter-spacing:-.025em;margin:0}.lists-container{width:100%;max-width:600px;display:flex;flex-direction:column;gap:1rem}.list-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;transition:all .2s ease-in-out;overflow:hidden}.list-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-1px)}.list-card.selected{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.list-card.expanded{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.list-card-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;cursor:pointer;transition:background-color .2s ease}.list-card-header:hover{background-color:#f9fafb}.list-header-left{display:flex;align-items:center;gap:1rem;flex:1}.list-title-section{display:flex;flex-direction:column;gap:.25rem}.list-name-with-actions{display:flex;align-items:center;gap:8px}.list-name{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.list-title-actions{display:flex!important;align-items:center;gap:4px;opacity:1!important;visibility:visible!important}.list-title-action-button{display:flex!important;align-items:center;justify-content:center;width:auto;height:auto;border:none!important;border-radius:4px;background:transparent!important;color:#6b7280!important;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:none!important;visibility:visible!important;opacity:1!important;z-index:1000!important;position:relative!important;padding:4px}.list-title-action-button:hover{background:#0000000d!important;color:#374151!important}.list-title-action-button:active{background:#0000001a!important}.list-title-action-button.edit-button:hover{color:#2563eb!important}.list-title-action-button.delete-button:hover{color:#dc2626!important}.list-title-action-button svg{width:1.125rem!important;height:1.125rem!important;stroke-width:2;display:block!important;flex-shrink:0!important}.list-meta{display:flex;align-items:center;font-size:.75rem;color:#6b7280}.list-creator-date{display:flex;align-items:center;gap:.25rem;font-weight:500;color:#6b7280}.date-separator-icon{width:.75rem;height:.75rem;color:#9ca3af;flex-shrink:0}.list-creator{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6b7280;font-weight:500;margin-top:.25rem}.creator-icon{width:.875rem;height:.875rem;color:#9ca3af}@media (max-width: 640px){.list-meta{font-size:.7rem}.list-creator-date{font-size:.7rem;gap:.2rem}.date-separator-icon{width:.65rem;height:.65rem}.list-creator{font-size:.7rem;gap:.2rem}.creator-icon{width:.75rem;height:.75rem}.list-progress{min-width:120px;gap:0}.progress-remaining-top{font-size:.65rem}.progress-bar-container{gap:.25rem}.progress-completed-left,.progress-total-right{font-size:.7rem;min-width:1.25rem}}.list-header-right{display:flex;align-items:center;gap:1rem}.list-progress{display:flex;flex-direction:column;gap:0;min-width:150px;align-items:center}.progress-remaining-top{font-size:.7rem;font-weight:500;color:#dc2626;text-align:center;width:100%}.progress-bar-container{display:flex;align-items:center;gap:.25rem;width:100%;min-width:120px}.progress-completed-left{font-size:.75rem;font-weight:700;color:#059669;min-width:1.5rem;text-align:center}.progress-total-right{font-size:.75rem;font-weight:700;color:#374151;min-width:1.5rem;text-align:center}.progress-bar{flex:2;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden;position:relative;min-width:60px}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:2px;transition:width .3s ease}.expand-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:none;color:#6b7280;cursor:pointer;border-radius:.5rem;transition:all .2s ease}.expand-button:hover{background-color:#f3f4f6;color:#374151}.expand-button.expanded{transform:rotate(180deg)}.expand-button svg{width:1.25rem;height:1.25rem}.list-card-content{border-top:1px solid #e5e7eb;padding:1.25rem;background-color:#fafafa}.list-section{margin-bottom:1.5rem}.list-section:last-child{margin-bottom:0}.section-title{font-size:1rem;font-weight:600;color:#374151;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.items-list{display:flex;flex-direction:column;gap:.5rem}.empty-list{text-align:center;padding:2rem;color:#6b7280;font-style:italic}.no-lists-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;max-width:400px;margin:2rem auto}.no-lists-icon{width:4rem;height:4rem;color:#9ca3af;margin-bottom:1rem}.no-lists-icon svg{width:100%;height:100%}.no-lists-message h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .5rem}.no-lists-message p{color:#6b7280;margin:0}.no-active-lists-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;max-width:400px;margin:2rem auto}.no-active-lists-icon{width:4rem;height:4rem;color:#10b981;margin-bottom:1rem}.no-active-lists-icon svg{width:100%;height:100%}.no-active-lists-message h3{font-size:1.25rem;font-weight:600;color:#374151;margin:0 0 .5rem}.no-active-lists-message p{color:#6b7280;margin:0}@media (max-width: 768px){.lists-header{margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.lists-title{font-size:1.5rem}.header-controls{order:3;width:100%;justify-content:center}.hide-completed-control{flex-direction:column;align-items:center;gap:.375rem}.hide-completed-toggle{width:2.75rem;height:1.375rem}.hide-completed-toggle:before{width:1.125rem;height:1.125rem}.hide-completed-toggle.active:before{transform:translate(1.375rem)}.hide-completed-text{align-items:center;min-width:3.5rem;text-align:center}.hide-completed-label{font-size:.6875rem;color:#374151}.list-card-header{padding:1rem}.list-name{font-size:1rem}.list-meta{font-size:.8125rem;flex-direction:column;align-items:flex-start;gap:.25rem}.list-progress{min-width:80px}.list-card-content{padding:1rem}}@media (max-width: 480px){.lists-container{gap:.75rem}.list-card-header{padding:.875rem;flex-direction:column;align-items:flex-start;gap:.75rem}.list-header-right{width:100%;justify-content:space-between}.list-progress{flex:1;min-width:auto}.list-card-content{padding:.875rem}.no-lists-message{margin:1rem;padding:2rem 1.5rem}}.admin-loading,.management-loading,.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;color:#6b7280}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@media (max-width: 1024px){.admin-sidebar{width:240px}.admin-main{margin-left:240px}.admin-content{padding:24px}}@media (max-width: 768px){.admin-sidebar{width:100%;position:relative;height:auto}.admin-main{margin-left:0}.admin-header{flex-direction:column;align-items:flex-start;gap:16px}.admin-header-right{width:100%;justify-content:space-between}.dashboard-stats-grid,.dashboard-activity-grid,.dashboard-distributions,.form-row{grid-template-columns:1fr}.data-table-container{overflow-x:auto}.data-table{min-width:800px}}.autocomplete-container{position:relative;width:100%}.autocomplete-input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;font-family:inherit;background-color:#fff;color:#2d3748;transition:all .2s ease;outline:none}.autocomplete-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.autocomplete-input:disabled{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed}.autocomplete-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e1e5e9;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:300px;overflow-y:auto;margin-top:-2px}.suggestion-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background-color .15s ease}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover,.suggestion-item.selected{background-color:#f8fafc}.suggestion-item.loading,.suggestion-item.no-results{color:#64748b;font-style:italic;cursor:default}.suggestion-content{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.item-name{font-weight:500;color:#2d3748;flex:1}.item-store{font-size:14px;color:#64748b;background-color:#f1f5f9;padding:2px 8px;border-radius:4px;margin-right:8px}.item-price{font-size:14px;font-weight:600;color:#059669}.suggestion-meta{display:flex;align-items:center;font-size:12px;color:#64748b}.item-location{background-color:#e2e8f0;padding:2px 6px;border-radius:3px}@media (max-width: 768px){.autocomplete-input{font-size:16px;padding:14px 16px}.autocomplete-suggestions{max-height:250px}.suggestion-item{padding:14px 16px}.suggestion-content{flex-direction:column;align-items:flex-start;gap:4px}.item-store,.item-price{margin-right:0}}@media (max-width: 480px){.autocomplete-suggestions{max-height:200px}.suggestion-item{padding:12px 14px}}.selected-item-info{margin-top:8px;padding:8px 12px;background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;color:#0369a1}.selected-item-info small{font-size:12px;font-weight:500}.add-item-form{display:flex;justify-content:center;width:100%}.add-item-input-container{display:flex;align-items:center;gap:8px;max-width:600px;width:100%;position:relative}.add-item-input-container .autocomplete-container{flex:1;width:100%;min-width:0;position:relative}.add-item-form .add-item-input-container>div{flex:1;width:100%;position:relative}.add-item-form .add-item-input-container .add-item-input{flex-grow:1;width:100%;text-align:center;position:relative}.add-item-form .autocomplete-container .autocomplete-suggestions,.add-item-form .autocomplete-suggestions{left:0;right:0;width:100%;border-radius:0 0 .75rem .75rem;border:1px solid #d1d5db;border-top:none}.add-item-form .autocomplete-suggestions .suggestion-item{padding:.75rem}.add-item-input-container .add-item-button{border-radius:8px!important;border:1px solid #4f46e5!important;padding:.75rem 1.5rem!important;min-width:80px!important;flex-shrink:0;white-space:nowrap;height:48px!important;box-sizing:border-box!important}@media (max-width: 768px){.add-item-input-container{flex-direction:column;gap:12px}.add-item-form .add-item-input-container .add-item-input{flex-grow:1;width:100%;border-radius:8px;border-right:2px solid #e1e5e9}.add-item-form .autocomplete-container .autocomplete-suggestions,.add-item-form .autocomplete-suggestions{left:0;right:0;width:100%;border-radius:0 0 8px 8px;border:1px solid #d1d5db;border-top:none}.add-item-form .autocomplete-suggestions .suggestion-item{padding:.75rem}.add-item-input-container .add-item-button{border-radius:8px!important;border-left:2px solid #e1e5e9!important;width:100%!important;padding:.75rem 1.5rem!important;min-width:80px!important;height:48px!important;box-sizing:border-box!important}}.floating-button{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;box-shadow:0 4px 12px #4f46e566;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;color:#fff;font-size:0;overflow:hidden}.floating-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px #4f46e599;background:linear-gradient(135deg,#4338ca,#6d28d9)}.floating-button:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px #4f46e566}.floating-button-icon{width:24px;height:24px;stroke-width:2.5}.create-list-form{display:flex;flex-direction:column;gap:1.5rem;padding:0}.create-list-form .form-group{display:flex;flex-direction:column;gap:.5rem}.create-list-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}@media (max-width: 768px){.floating-button{bottom:1.5rem;right:1.5rem;width:52px;height:52px}.floating-button-icon{width:22px;height:22px}.create-list-form .form-actions{flex-direction:column;gap:.75rem}.create-list-form .form-actions button{width:100%}}@media (prefers-color-scheme: dark){.floating-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f166}.floating-button:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 8px 20px #6366f199}}.textarea-field{min-height:80px;resize:vertical;font-family:inherit;line-height:1.5}.btn.loading{position:relative;pointer-events:none;opacity:.8;animation:pulse 2s ease-in-out infinite}.btn-loading-spinner{width:18px;height:18px;animation:spin 1.2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.8}50%{opacity:.6}}.success-popup{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0}.success-icon{font-size:3rem;animation:successBounce .6s ease-out}@keyframes successBounce{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}.success-content{text-align:center}.success-message{margin:0;color:#374151;font-size:1.1rem;font-weight:500}.success-actions{margin-top:.5rem}
