code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,:after,:before{box-sizing:border-box}body,html{max-width:100vw;overflow-x:hidden}.snowflake{animation:snowfall 10s linear infinite;color:#fff;cursor:default;font-size:1.5em;opacity:.9;pointer-events:none;position:fixed;top:-100px;-webkit-user-select:none;user-select:none;z-index:9999}@keyframes snowfall{0%{transform:translateY(-100px) translateX(0)}25%{transform:translateY(25vh) translateX(10px)}50%{transform:translateY(50vh) translateX(-5px)}75%{transform:translateY(75vh) translateX(15px)}to{transform:translateY(100vh) translateX(0)}}.snowflake:first-child{animation-delay:0s;animation-duration:8s;left:5%}.snowflake:nth-child(2){animation-delay:2s;animation-duration:12s;left:15%}.snowflake:nth-child(3){animation-delay:4s;animation-duration:10s;left:25%}.snowflake:nth-child(4){animation-delay:1s;animation-duration:9s;left:35%}.snowflake:nth-child(5){animation-delay:6s;animation-duration:11s;left:45%}.snowflake:nth-child(6){animation-delay:3s;animation-duration:7s;left:55%}.snowflake:nth-child(7){animation-delay:5s;animation-duration:13s;left:65%}.snowflake:nth-child(8){animation-delay:1.5s;animation-duration:8.5s;left:75%}.snowflake:nth-child(9){animation-delay:7s;animation-duration:10.5s;left:85%}.snowflake:nth-child(10){animation-delay:2.5s;animation-duration:9.5s;left:95%}.snowflake:nth-child(11){animation-delay:3.2s;animation-duration:11s;left:15%}.snowflake:nth-child(12){animation-delay:1.8s;animation-duration:7.5s;left:35%}.snowflake:nth-child(13){animation-delay:4.5s;animation-duration:9.8s;left:55%}.snowflake:nth-child(14){animation-delay:.8s;animation-duration:8.2s;left:72%}.snowflake:nth-child(15){animation-delay:6.2s;animation-duration:10.2s;left:88%}.snowflake:nth-child(16){animation-delay:2.8s;animation-duration:7.8s;left:8%}.snowflake:nth-child(17){animation-delay:5.5s;animation-duration:9.2s;left:42%}.snowflake:nth-child(18){animation-delay:1.2s;animation-duration:8.8s;left:68%}.snowflake:nth-child(19){animation-delay:4.2s;animation-duration:10.8s;left:82%}.snowflake:nth-child(20){animation-delay:3.8s;animation-duration:7.2s;left:92%}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e5631,#2d8f47);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;max-width:100vw;overflow-x:hidden}.App,body{min-height:100vh}.loading-container{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loading-spinner{animation:bounce 2s infinite;font-size:4rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.sign-in-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.sign-in-card{background:#fff;border:3px solid #c41e3a;border-radius:20px;box-shadow:0 20px 60px #0003;max-width:500px;padding:40px;text-align:center;width:100%}.sign-in-card h1{color:#c41e3a;font-size:2.5rem;margin-bottom:20px}.sign-in-card p{color:#666;font-size:1.1rem;margin-bottom:30px}.user-list{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.user-card{align-items:center;background-color:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:18px 20px;transition:all .3s ease}.user-card:hover{background-color:#fef5f5;border-color:#c41e3a;box-shadow:0 4px 15px #c41e3a1a;transform:translateY(-2px)}.user-name{color:#2c3e50;font-size:1.1rem;font-weight:500}.user-arrow{color:#c41e3a;font-size:1.2rem;transition:transform .3s ease}.user-card:hover .user-arrow{transform:translateX(5px)}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:0;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{align-items:center;background:linear-gradient(135deg,#fef5f5,#fff);border-bottom:1px solid #e0e0e0;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:20px 25px}.modal-header h2{color:#2c3e50;font-size:1.3rem;margin:0}.modal-close{background:none;border:none;border-radius:50%;color:#666;cursor:pointer;font-size:1.5rem;padding:5px;transition:all .2s ease}.modal-close:hover{background-color:#f0f0f0;color:#c41e3a}.password-form{padding:25px}.modal-submit-button{background:linear-gradient(45deg,#c41e3a,#e74c3c);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:12px 20px;transition:all .3s ease;width:100%}.modal-submit-button:hover{box-shadow:0 6px 20px #c41e3a4d;transform:translateY(-1px)}.password-section{margin-bottom:25px}.password-label{color:#2c3e50;display:block;font-size:1rem;font-weight:700;margin-bottom:8px}.password-input{background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:12px 15px;transition:all .3s ease;width:100%}.password-input:focus{border-color:#c41e3a;box-shadow:0 0 0 3px #c41e3a1a;outline:none}.password-error{align-items:center;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;display:flex;font-size:.9rem;gap:8px;margin-top:8px;padding:10px}.sign-in-button{background:linear-gradient(45deg,#c41e3a,#e74c3c);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:15px 40px;text-transform:uppercase;transition:all .3s ease}.sign-in-button:hover:not(:disabled){box-shadow:0 10px 25px #c41e3a4d;transform:translateY(-2px)}.sign-in-button:disabled{cursor:not-allowed;opacity:.5}.dashboard{background:#def5de;box-sizing:border-box;max-width:100vw;min-height:100vh;overflow-x:hidden;width:100%}.dashboard-header{align-items:center;background:linear-gradient(135deg,#c41e3a,#e74c3c);box-shadow:0 4px 20px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:15px}.dashboard-header h1{font-size:2rem}.user-info{align-items:center;display:flex;gap:20px}.status-indicators{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.sync-indicator{animation:pulse 2s infinite;color:#fff;font-size:.8rem;opacity:.9}.connection-indicator{font-size:.8rem;font-weight:500}.connection-indicator.online{color:#4caf50}.connection-indicator.offline{animation:blink 1s infinite;color:#f44336}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.4}}.sign-out-button{background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;cursor:pointer;padding:10px 20px;transition:all .3s ease}.sign-out-button:hover{background:#ffffff4d}.dashboard-nav{background:#2c3e50;display:flex;overflow-x:auto}.nav-tab{background:none;border:none;color:#bdc3c7;cursor:pointer;font-size:1rem;padding:20px 30px;transition:all .3s ease;white-space:nowrap}.nav-tab:hover{background:#ffffff1a}.nav-tab.active{background:#fff;border-bottom:3px solid #c41e3a;color:#2c3e50}.dashboard-content{margin:0 auto;max-width:1200px;padding:30px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.section-header h2{color:#2c3e50;font-size:2rem}.add-item-button,.create-list-button{background:linear-gradient(45deg,#27ae60,#2ecc71);border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:700;padding:12px 25px;transition:all .3s ease}.add-item-button:hover:not(:disabled),.create-list-button:hover{box-shadow:0 8px 20px #27ae604d;transform:translateY(-2px)}.add-item-button:disabled{cursor:not-allowed;opacity:.5}.empty-state,.no-items,.no-lists{color:#7f8c8d;font-size:1.1rem;padding:60px 20px;text-align:center}.empty-state{background:#f1f3f5;border:2px dashed #bdc3c7;border-radius:15px}.add-item-section{background:#f1f3f5;border:2px solid #e9ecef;border-radius:15px;margin-bottom:30px;padding:25px}.add-item-section h3{color:#2c3e50;margin-bottom:20px}.add-item-form{gap:20px}.add-item-form,.form-group{display:flex;flex-direction:column}.form-group{gap:5px}.form-group label{color:#2c3e50;font-weight:700}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px;transition:border-color .3s ease}.form-group textarea{min-height:60px;resize:none}.form-group input:focus,.form-group textarea:focus{border-color:#c41e3a;outline:none}.form-actions{display:flex;gap:15px;justify-content:flex-end}.cancel-button{background:#95a5a6;border-radius:20px;padding:12px 25px}.cancel-button:hover{background:#7f8c8d}.add-button{background:linear-gradient(45deg,#27ae60,#2ecc71);border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:700;padding:12px 25px;transition:all .3s ease}.add-button:hover{box-shadow:0 8px 20px #27ae604d;transform:translateY(-2px)}.items-list{background:#fff;border:2px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 10px #0000000d;counter-reset:item-counter;display:flex;flex-direction:column;overflow:hidden}.christmas-item{border-bottom:1px solid #f0f0f0;counter-increment:item-counter;padding:6px 20px;transition:all .3s ease}.christmas-item:last-child{border-bottom:none}.christmas-item:hover{background-color:#f1f3f5}.christmas-item{position:relative}.christmas-item:before{color:#c41e3a;content:counter(item-counter) ".";font-size:1.1rem;font-weight:700;left:8px;line-height:1.5rem;position:absolute;text-align:right;top:6px;width:28px}.christmas-item .item-header{margin-left:30px}.christmas-item[draggable=true]:hover{background-color:#f0f8ff}.christmas-item.drag-over{background-color:#e8f5e8;border-top:3px solid #27ae60}.christmas-item[draggable=true]{transition:all .2s ease}.christmas-item[draggable=true]:active{opacity:.6;transform:scale(.95)}.christmas-item.checked-by-me{background:linear-gradient(135deg,#f8fff8,#e8f5e8);border-color:#27ae60}.item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.item-title{color:#2c3e50;font-size:1.2rem;margin:0}.item-title a{color:#c41e3a;text-decoration:none}.item-title a:hover{text-decoration:underline}.item-text{display:flex;flex-direction:column;gap:4px}.item-text h4{font-size:1.1rem;font-weight:600;line-height:1.5rem;margin:0}.christmas-item:not(.has-notes):before{top:50%;transform:translateY(-50%)}.christmas-item:not(.has-notes) .item-text h4{margin-top:3px}.item-notes{color:#7f8c8d;font-size:.8rem;font-style:italic;font-weight:500;line-height:1.3;margin:0 0 0 20px}.item-buttons{gap:8px}.edit-button,.item-buttons{align-items:center;display:flex}.edit-button{background:#27ae60;border:none;border-radius:6px;color:#fff;cursor:pointer;height:32px;justify-content:center;transition:all .3s ease;width:32px}.edit-button:hover{background:#219a52;transform:scale(1.1)}.delete-button{align-items:center;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.delete-button:hover{background:#c0392b;transform:scale(1.1)}.buy-button{align-items:center;background:#c41e3a;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:.8rem;font-weight:500;gap:6px;justify-content:center;min-width:80px;padding:6px 12px;transition:all .3s ease}.buy-button,.buy-button:hover{color:#fff;text-decoration:none}.buy-button:hover{background:#a91b2e;transform:scale(1.05)}.edit-form{gap:12px;width:100%}.edit-form,.edit-inputs{display:flex;flex-direction:column}.edit-inputs{gap:8px}.edit-input,.edit-link-input,.edit-notes-input,.edit-title-input{border:2px solid #e0e0e0;border-radius:6px;font-family:inherit;font-size:.9rem;padding:8px 12px;transition:border-color .3s ease}.edit-notes-input{min-height:50px;resize:vertical}.edit-input:focus,.edit-link-input:focus,.edit-notes-input:focus,.edit-title-input:focus{border-color:#27ae60;outline:none}textarea.edit-input,textarea.edit-notes-input{min-height:50px;resize:none}.edit-buttons{gap:8px}.edit-buttons,.save-button{align-items:center;display:flex}.save-button{background:#27ae60;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;justify-content:center;min-width:50px;padding:6px 12px;transition:all .3s ease}.save-button:hover{background:#219a52;transform:scale(1.05)}.cancel-button{align-items:center;background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.8rem;font-weight:500;justify-content:center;min-width:50px;padding:6px 12px;transition:all .3s ease}.cancel-button:hover{background:#c0392b;transform:scale(1.05)}.dropdown-menu{display:inline-block;position:relative}.menu-button{align-items:center;background:#95a5a6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.menu-button:hover{background:#7f8c8d;transform:scale(1.05)}.dropdown-content{background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #00000026;margin-top:4px;max-width:220px;min-width:100px;position:absolute;right:0;top:100%;width:auto;z-index:1000}.dropdown-content.dropdown-up{bottom:100%;margin-bottom:4px;margin-top:0;top:auto}.dropdown-content.dropdown-down{bottom:auto;margin-bottom:0;margin-top:4px;top:100%}.dropdown-portal{margin:0!important;pointer-events:auto;position:fixed!important;transform:translateZ(0);will-change:transform;z-index:200000!important}.dropdown-item{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:.9rem;gap:8px;overflow:hidden;padding:6px 10px;text-align:left;text-overflow:ellipsis;transition:background-color .2s ease;white-space:nowrap;width:100%}.dropdown-item:hover{background-color:#f1f3f5}.dropdown-item.delete{color:#e74c3c}.dropdown-item.delete:hover{background-color:#fdf2f2}.dropdown-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.dropdown-item:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.header-buttons{align-items:center;display:flex;gap:12px}.export-pdf-wrapper{margin-top:6px}.export-pdf-button{background:linear-gradient(45deg,#c41e3a,#e74c3c);border:none;border-radius:6px;box-shadow:0 1px 4px #c41e3a1a;color:#fff;cursor:pointer;font-size:.72rem;font-weight:600;height:24px;line-height:1;min-width:56px;padding:3px 6px;transition:all .1s ease}.export-pdf-button:hover{box-shadow:0 6px 12px #c41e3a24;transform:translateY(-1px)}.export-pdf-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.export-pdf-button:disabled:hover{transform:none}@media (max-width:480px){.export-pdf-wrapper{justify-content:center}.export-pdf-button{max-width:200px;width:100%}}.gifts-giving-section{padding:20px}.recipient-section{background:#fff;border:2px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:40px;padding:20px}.recipient-section h3{color:#2c3e50;font-size:1.5rem;margin-bottom:15px;margin-top:0}.gift-item{border-bottom:1px solid #f0f0f0;padding:15px;transition:all .3s ease}.gift-item:last-child{border-bottom:none}.gift-item:hover{background-color:#f9f9f9}.gift-item .item-header{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:1fr auto}.gift-item .item-content{display:flex;flex-direction:column;gap:5px}.gift-item .item-title{color:#2c3e50;font-size:1.1rem}.gift-item .item-title a{color:#3498db;text-decoration:none;transition:color .2s ease}.gift-item .item-title a:hover{color:#2980b9;text-decoration:underline}.gift-source-badge{background:#e8f5e8;border-radius:12px;color:#27ae60;display:inline-block;font-size:.75rem;font-weight:500;padding:3px 8px}.delete-button{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:8px 12px;transition:all .2s ease}.delete-button:hover:not(:disabled){background:#c0392b;transform:scale(1.05)}.delete-button:disabled{cursor:not-allowed;opacity:.5}.reorder-button{background:#f39c12;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.reorder-button:hover{background:#e67e22;transform:translateY(-1px)}.reorder-button.active{background:#27ae60}.reorder-button.active:hover{background:#219a52}.reorder-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.christmas-item.reorder-mode{border-left:4px solid #f39c12;cursor:grab}.christmas-item.reorder-mode:hover{background-color:#fff8e1;border-left-color:#e67e22}.christmas-item.reorder-mode:active{cursor:grabbing}.christmas-item.reorder-mode .item-buttons{opacity:.3;pointer-events:none}.dashboard-layout{display:flex;max-width:100vw;min-height:calc(100vh - 80px);overflow-x:hidden;width:100%}.sidebar{background:#f1f3f5;border-right:2px solid #e0e0e0;box-shadow:2px 0 10px #0000000d;flex-shrink:0;max-width:200px;min-width:200px;padding:16px;width:200px}.sidebar-nav h3{color:#2c3e50;font-size:1.1rem;margin:0 0 15px}.sidebar-tab{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#2c3e50;cursor:pointer;display:block;font-size:.85rem;margin-bottom:8px;padding:12px 16px;text-align:left;transition:all .3s ease;white-space:nowrap;width:100%}.sidebar-tab:hover{background:#fff5f5;border-color:#c41e3a}.sidebar-tab.active{background:linear-gradient(135deg,#fff5f5,#ffe8e8);border-color:#c41e3a;font-weight:600}.sidebar-divider{background:linear-gradient(90deg,#0000,#c41e3a,#0000);height:2px;margin:20px 0;opacity:.3}.gifts-giving-tab{font-weight:500}.gifts-giving-tab.active{background:linear-gradient(135deg,#e8f5e8,#d4e8d4);border-color:#27ae60}.gifts-giving-tab:hover{border-color:#27ae60}.gifts-giving-tab.active:hover{background:linear-gradient(135deg,#d4e8d4,#c1e0c1)}.main-content{background:#def5de;flex:1 1;max-width:calc(100vw - 220px);min-width:0;overflow-x:hidden;padding:20px}.dashboard-nav{display:none}.item-actions{flex-wrap:wrap;gap:10px;justify-content:space-between}.check-button,.item-actions{align-items:center;display:flex}.check-button{background:#fff;border:2px solid #e0e0e0;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#c41e3a;cursor:pointer;font-size:.9rem;height:28px;justify-content:center;overflow:hidden;position:relative;transition:all .2s ease;width:28px}.check-button:hover{border-color:#c41e3a;box-shadow:0 2px 8px #c41e3a33;transform:translateY(-1px)}.check-button.checked{animation:checkBounce .4s ease-out;background:linear-gradient(135deg,#27ae60,#2ecc71);border-color:#27ae60;box-shadow:0 3px 12px #27ae604d;color:#fff}.check-button.checked:hover{background:linear-gradient(135deg,#219a52,#27ae60);transform:translateY(-1px) scale(1.02)}@keyframes checkBounce{0%{transform:scale(.8) rotate(-10deg)}50%{transform:scale(1.1) rotate(5deg)}to{transform:scale(1) rotate(0deg)}}.check-count{color:#7f8c8d;font-size:.9rem;font-style:italic}.users-lists{display:flex;flex-direction:column;gap:40px}.user-list-section{background:#f1f3f5;border:2px solid #e9ecef;border-radius:15px;padding:25px}.user-list-section h3{border-bottom:2px solid #e9ecef;color:#c41e3a;font-size:1.5rem;margin-bottom:20px;padding-bottom:10px}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:15px;text-align:center}.dashboard-header h1{font-size:1.5rem}.section-header{flex-direction:column;gap:20px;text-align:center}.user-selection{grid-template-columns:1fr}.sign-in-card{padding:30px 20px}.dashboard-content{padding:20px}.form-actions,.item-actions{justify-content:center}}.mobile-menu-toggle{background:none;border:none;border-radius:4px;color:#146001;cursor:pointer;display:none;padding:8px;transition:all .2s ease}.mobile-menu-toggle:hover{background:#c41e3a1a}.mobile-backdrop{background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:997}@media (max-width:768px){.mobile-backdrop,.mobile-menu-toggle{display:block}.dashboard-layout{position:relative}.sidebar{background:#f1f3f5;box-shadow:2px 0 20px #0000001a;height:calc(100vh - 80px);left:-250px;position:fixed;top:80px;transition:left .3s ease;width:250px;z-index:1000}.sidebar.sidebar-mobile-open{left:0!important}.main-content{margin-left:0;max-width:100vw;width:100%}.dashboard-header{align-items:center;gap:16px;padding:16px 20px;position:relative}.mobile-menu-toggle{align-items:center;background:none;border-radius:8px;display:flex;height:44px;justify-content:center;padding:8px;position:absolute;right:calc(12px + env(safe-area-inset-right, 0px));top:calc(12px + env(safe-area-inset-top, 0px));width:44px;z-index:2001}.dashboard-header h1{flex:1 1;font-size:1.5rem;text-align:center}.sidebar-tab{font-size:1rem;min-height:48px;padding:16px 20px}.check-button{height:32px;min-width:32px;width:32px}.buy-button,.check-button{min-height:32px}.buy-button{align-items:center;border-radius:6px;box-sizing:border-box;display:inline-flex;font-size:0;gap:0;height:32px;justify-content:center;line-height:32px;min-width:32px;padding:0;width:32px}.buy-button svg{height:14px;width:14px}}@media (max-width:480px){.dashboard-header h1{font-size:1.2rem}.user-info{flex-direction:column;gap:10px}.nav-tab{font-size:.9rem;padding:15px 20px}.sidebar{left:-220px;width:220px}.sidebar.sidebar-mobile-open{left:0!important}.main-content{padding:16px}.section-header h2{font-size:1.3rem}.header-buttons{flex-direction:column;gap:12px}.add-item-button,.reorder-button{justify-content:center;min-height:44px;width:100%}.add-item-form{gap:16px;padding:20px}.form-group{margin-bottom:16px}.form-group input,.form-group textarea{font-size:16px;min-height:44px;padding:12px 16px}.christmas-item{padding:16px 20px}.item-buttons{flex-wrap:wrap;gap:12px}.dropdown-content{min-width:160px;right:0}.dropdown-item{min-height:44px;padding:12px 16px}.sign-out-button{font-size:.9rem;min-height:44px;padding:8px 16px}.empty-state,.loading-container{padding:40px 20px}.empty-state{text-align:center}.create-list-button{margin:0 auto;max-width:300px;min-height:44px;width:100%}.sign-in-container{padding:20px 16px}.sign-in-card{margin:0;padding:30px 20px}.modal-submit-button,.password-input{font-size:16px;min-height:44px}@media (min-width:769px){.mobile-backdrop,.mobile-menu-toggle{display:none!important}.sidebar{height:auto!important;left:auto!important;position:static!important;width:200px!important}.main-content{margin-left:0!important;max-width:calc(100vw - 220px)!important}}.item-header{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto}.item-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;word-break:break-word}.item-buttons{align-items:center;display:flex;gap:8px;justify-self:end}.item-buttons>*{flex:none}}
/*# sourceMappingURL=main.08f64ddb.css.map*/