code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--pine:#1c3d31;--pine-deep:#132b21;--pine-soft:#2f5c48;--cranberry:#a82a42;--cranberry-deep:#872038;--cranberry-soft:#c14257;--holly:#2d6a4f;--gold:#c2a04a;--gold-soft:#d9c088;--parchment:#fbf6ec;--cream:#f4ecdb;--ink:#2b2621;--ink-soft:#6b5f52;--border:#e4d8c2;--font-display:"Playfair Display",Georgia,"Times New Roman",serif}*,: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%}*{padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1c3d31,#2f5c48);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{display:flex;justify-content:center;min-height:100vh;padding:20px}.sign-in-card{background:#fbf6ec;border-radius:20px;box-shadow:0 20px 60px #0003;max-width:500px;padding:40px;text-align:center;width:100%}.sign-in-card h1{font-size:2.5rem;margin-bottom:20px}.sign-in-card p{color:#6b5f52;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:#fbf6ec;border:2px solid #e4d8c2;cursor:pointer;display:flex;justify-content:space-between;padding:18px 20px;transition:all .3s ease}.user-card:hover{background-color:#f7efe0;border-color:#a82a42;box-shadow:0 4px 15px #c41e3a1a;transform:translateY(-2px)}.user-name{font-size:1.1rem;font-weight:500}.user-arrow{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:#fbf6ec;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,#f7efe0,#fbf6ec);border-bottom:1px solid #e4d8c2;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:20px 25px}.modal-header h2{color:#2b2621;font-size:1.3rem;margin:0}.modal-close{background:none;border:none;border-radius:50%;color:#6b5f52;cursor:pointer;font-size:1.5rem;padding:5px;transition:all .2s ease}.modal-close:hover{background-color:#ece0cb;color:#a82a42}.password-form{padding:25px}.modal-submit-button{background:linear-gradient(45deg,#a82a42,#c14257);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:#2b2621;display:block;font-size:1rem;font-weight:700;margin-bottom:8px}.password-input{background-color:#fbf6ec;border:2px solid #e4d8c2;border-radius:8px;font-size:1rem;padding:12px 15px;transition:all .3s ease;width:100%}.password-input:focus{border-color:#a82a42;box-shadow:0 0 0 3px #c41e3a1a;outline:none}.password-error{align-items:center;background-color:#f7e9e3;border:1px solid #e3b8a8;border-radius:6px;color:#a5302b;display:flex;font-size:.9rem;gap:8px;margin-top:8px;padding:10px}.dashboard{background:#f4ecdb;box-sizing:border-box;max-width:100vw;min-height:100vh;overflow-x:hidden;width:100%}.dashboard-header{align-items:center;background:linear-gradient(135deg,#a82a42,#c14257);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;position:relative}.status-indicators{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.sync-indicator{animation:pulse 2s infinite;color:#fbf6ec;font-size:.8rem;opacity:.9}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}.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}.settings-button{align-items:center;background:#ffffff1f;border:1px solid #ffffff38;border-radius:10px;box-shadow:0 2px 6px #0000001f;color:#fff;cursor:pointer;display:inline-flex;height:40px;justify-content:center;padding:6px;transition:all .18s ease;width:40px}.settings-button svg{display:block;height:18px;width:18px}.settings-button:hover{background:#ffffff38;box-shadow:0 6px 18px #00000029;transform:translateY(-2px) scale(1.02)}.settings-button:focus-visible{outline:3px solid #c41e3a2e;outline-offset:2px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.section-header h2{color:#2b2621;font-size:2rem}.add-item-button,.create-list-button{background:linear-gradient(45deg,#2d6a4f,#3a7d5e);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{color:#8a7d6a;font-size:1.1rem;padding:60px 20px;text-align:center}.empty-state{background:#f1e7d5;border:2px dashed #b7a98f;border-radius:15px}.add-item-section{background:#f1e7d5;border:2px solid #e4d8c2;border-radius:15px;margin-bottom:30px;padding:25px}.add-item-section h3{color:#2b2621;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:#2b2621;font-weight:700}.form-group input,.form-group textarea{border:2px solid #e4d8c2;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:#a82a42;outline:none}.form-actions{display:flex;gap:15px;justify-content:flex-end}.add-button{background:linear-gradient(45deg,#2d6a4f,#3a7d5e);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:#fbf6ec;border:2px solid #e4d8c2;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 #ece0cb;counter-increment:item-counter;padding:6px 20px;position:relative;transition:all .3s ease}.christmas-item:last-child{border-bottom:none}.christmas-item:hover{background-color:#f1e7d5}.christmas-item:before{color:#a82a42;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:#f3ecd9}.christmas-item.drag-over{background-color:#e3ecd9;border-top:3px solid #2d6a4f}.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,#f6f0e2,#e3ecd9)}.item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.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:#8a7d6a;font-size:.8rem;font-style:italic;font-weight:500;line-height:1.3;margin:0 0 0 20px}.item-buttons{gap:8px}.buy-button,.item-buttons{align-items:center;display:flex}.buy-button{background:#a82a42;border:none;border-radius:6px;cursor:pointer;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:#872038;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 #e4d8c2;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:#2d6a4f;outline:none}textarea.edit-input,textarea.edit-notes-input{min-height:50px;resize:none}.edit-actions,.edit-buttons{align-items:center;display:flex;gap:8px}.save-button{align-items:center;background:#2d6a4f;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}.save-button:hover{background:#245741;transform:scale(1.05)}.cancel-button{align-items:center;background:#c14257;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:#872038;transform:scale(1.05)}.dropdown-menu{display:inline-block;position:relative}.menu-button{align-items:center;background:#9c8f79;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:#8a7d6a;transform:scale(1.05)}.dropdown-content{background:#fbf6ec;border:1px solid #e4d8c2;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.toggle-row{overflow:visible}.dropdown-item:hover{background-color:#f1e7d5}.dropdown-item.delete{color:#c14257}.dropdown-item.delete:hover{background-color:#f7e9e3}.settings-dropdown{min-width:220px;overflow:visible;padding:8px;right:0;z-index:1100}.toggle-row{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:8px 10px}.toggle-label{color:#2b2621;font-size:.95rem;font-weight:500}.toggle-switch{display:inline-block;height:26px;position:relative;width:44px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#cbbfa8;border-radius:999px;bottom:0;box-shadow:inset 0 1px 2px #0000000f;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.2s}.toggle-slider:before{background-color:#fbf6ec;border-radius:50%;box-shadow:0 2px 6px #0000001f;content:"";height:20px;left:3px;position:absolute;top:3px;transition:.2s;width:20px}.toggle-switch input:checked+.toggle-slider{background-color:#2d6a4f}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(18px)}.tooltip-container{display:inline-block;position:relative}.tooltip-text{background:#000000d9;border-radius:6px;color:#fbf6ec;font-size:12px;opacity:0;padding:6px 8px;pointer-events:none;right:calc(100% + 8px);transition:opacity .14s ease 0s,transform .14s ease 0s;white-space:nowrap;z-index:2000}.tooltip-text,.tooltip-text:after{position:absolute;top:50%;transform:translateY(-50%)}.tooltip-text:after{border:6px solid #0000;border-right-color:#000000d9;content:"";left:100%}.tooltip-container:focus-within .tooltip-text,.tooltip-container:hover .tooltip-text{opacity:1;pointer-events:auto;transform:translateY(-50%) translateX(-6px);transition-delay:1s}.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,#a82a42,#c14257);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:#fbf6ec;border:2px solid #e4d8c2;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:40px;padding:20px}.recipient-section h3{color:#2b2621;font-size:1.5rem;margin-bottom:15px;margin-top:0}.gift-source-badge{background:#e3ecd9;border-radius:12px;color:#2d6a4f;display:inline-block;font-size:.75rem;font-weight:500;padding:3px 8px}.reorder-button{background:#b0842f;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:#8f6a22;transform:translateY(-1px)}.reorder-button.active{background:#2d6a4f}.reorder-button.active:hover{background:#245741}.reorder-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.christmas-item.reorder-mode{border-left:4px solid #b0842f;cursor:grab}.christmas-item.reorder-mode:hover{background-color:#f7edcf;border-left-color:#8f6a22}.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:#f1e7d5;border-right:2px solid #e4d8c2;box-shadow:2px 0 10px #0000000d;flex-shrink:0;max-width:200px;min-width:200px;padding:16px;width:200px}.sidebar-nav h3{color:#2b2621;font-size:1.1rem;margin:0 0 15px}.sidebar-tab{background:#fbf6ec;border:2px solid #e4d8c2;border-radius:8px;color:#2b2621;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:#f7efe0;border-color:#a82a42}.sidebar-tab.active{background:linear-gradient(135deg,#f7efe0,#f2e7d2);border-color:#a82a42;font-weight:600}.sidebar-divider{background:linear-gradient(90deg,#0000,#a82a42,#0000);height:2px;margin:20px 0;opacity:.3}.gifts-giving-tab{font-weight:500}.gifts-giving-tab.active{background:linear-gradient(135deg,#e3ecd9,#d5e2cc);border-color:#2d6a4f}.gifts-giving-tab:hover{border-color:#2d6a4f}.gifts-giving-tab.active:hover{background:linear-gradient(135deg,#d5e2cc,#c4d5b8)}.main-content{background:#f4ecdb;flex:1 1;max-width:calc(100vw - 220px);min-width:0;overflow-x:hidden;padding:20px}.item-actions{flex-wrap:wrap;gap:10px;justify-content:space-between}.check-button,.item-actions{align-items:center;display:flex}.check-button{background:#fbf6ec;border:2px solid #e4d8c2;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#a82a42;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:#a82a42;box-shadow:0 2px 8px #c41e3a33;transform:translateY(-1px)}.check-button.checked{animation:checkBounce .4s ease-out;background:linear-gradient(135deg,#2d6a4f,#3a7d5e);border-color:#2d6a4f;box-shadow:0 3px 12px #27ae604d;color:#fff}.check-button.checked:hover{background:linear-gradient(135deg,#245741,#2d6a4f);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:#8a7d6a;font-size:.9rem;font-style:italic}@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}.sign-in-card{padding:30px 20px}.form-actions,.item-actions{justify-content:center}}.mobile-menu-toggle{background:none;border:none;border-radius:4px;color:#f7efe0;cursor:pointer;display:none;padding:8px;transition:all .2s ease}.mobile-menu-toggle:hover{background:#ffffff26}.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:#f3ead6;box-shadow:2px 0 24px #00000059;height:100vh;height:100dvh;left:-270px;overflow-y:auto;padding-bottom:12px;padding-top:calc(62px + env(safe-area-inset-top, 0px));position:fixed;top:0;transition:left .3s ease;width:270px;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:#0000004d;border-radius:10px;display:flex;height:44px;justify-content:center;left:calc(12px + env(safe-area-inset-left, 0px));padding:8px;position:absolute;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}.buy-button,.check-button{height:32px;min-height:32px;min-width:32px;width:32px}.buy-button{align-items:center;border-radius:6px;box-sizing:border-box;display:inline-flex;font-size:0;gap:0;justify-content:center;line-height:32px;padding:0}.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}.sidebar{left:-240px;width:240px}.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}.item-header{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto}.item-buttons{align-items:center;display:flex;gap:8px;justify-self:end}.item-buttons>*{flex:none}}.save-error{align-items:center;background:#f7e9e3;border-bottom:1px solid #e3b8a8;color:#a5302b;display:flex;font-size:.95rem;gap:12px;justify-content:space-between;margin:0;padding:12px 20px}.save-error-dismiss{background:none;border:none;border-radius:4px;color:inherit;cursor:pointer;flex:none;font-size:1.4rem;line-height:1;padding:0 4px}.save-error-dismiss:hover{background:#0000000f}.error-boundary{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.error-boundary-card{background:#fbf6ec;border:3px solid #a82a42;border-radius:20px;box-shadow:0 20px 60px #0003;max-width:500px;padding:40px;text-align:center;width:100%}.error-boundary-card h1{color:#a82a42;font-size:1.8rem;margin-bottom:16px}.error-boundary-card p{color:#6b5f52;font-size:1.05rem;line-height:1.5}.error-boundary-actions{margin:24px 0 16px}.error-boundary-detail{border-top:1px solid #e4d8c2;color:#8a7d6a;font-family:monospace;font-size:.8rem;margin-top:8px;padding-top:16px;word-break:break-word}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sidebar-heading{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:15px}.sidebar-heading h3{margin:0}.year-picker select{background:#fbf6ec;border:2px solid #e4d8c2;border-radius:8px;color:#a82a42;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:600;padding:5px 8px;transition:border-color .2s ease}.year-picker select:hover{border-color:#a82a42}.year-picker select:focus-visible{outline:3px solid #c41e3a2e;outline-offset:1px}.archive-notice{background:#f7edcf;border-bottom:1px solid #e4cf94;color:#6f5518;font-size:.92rem;padding:10px 20px;text-align:center}.year-badge{background:#f1e7d5;border:1px solid #e4d8c2;border-radius:999px;color:#8a7d6a;display:inline-block;font-size:.85rem;font-weight:600;margin-left:10px;padding:2px 10px;vertical-align:middle}body{background:linear-gradient(168deg,#16342a,#1f4636 55%,#163127);background-attachment:fixed;color:#2b2621;color:var(--ink)}.add-item-section h3,.dashboard-header h1,.error-boundary-card h1,.modal-header h2,.recipient-section h3,.section-header h2,.sidebar-nav h3,.sign-in-card h1{font-family:Playfair Display,Georgia,Times New Roman,serif;font-family:var(--font-display);font-weight:600;letter-spacing:.3px}.dashboard-header{background:linear-gradient(135deg,#1c3d31,#24503f);border-bottom:2px solid #c2a04a;border-bottom:2px solid var(--gold);box-shadow:0 6px 26px #0f221a47;padding:18px 22px}.dashboard-header h1{color:#fbf6ec;text-shadow:0 1px 2px #00000040}.user-info>span{color:#f3ead6}.dashboard,.main-content{background:#631a24}.main-content{max-width:none}.sidebar{background:#f3ead6;border-right:1px solid #e4d8c2;border-right:1px solid var(--border);box-shadow:2px 0 18px #0000001f}.sidebar-nav h3{color:#1c3d31;color:var(--pine);font-size:1.25rem}.sidebar-tab:not(.active){background:#fffdf8;border-color:#e4d8c2;border-color:var(--border)}.sidebar-tab:not(.active):hover{background:#fff;border-color:#c2a04a;border-color:var(--gold)}.sidebar-divider{background:linear-gradient(90deg,#0000,#c2a04a,#0000);background:linear-gradient(to right,#0000,var(--gold),#0000);opacity:.5}.items-list,.recipient-section{border:1px solid #e4d8c2;border:1px solid var(--border);border-radius:14px;box-shadow:0 8px 26px #281c0e17}.christmas-item{border-bottom-color:#efe6d5}.christmas-item:before{color:var(--gold-deep,#a07f2e);color:#a07f2e}.christmas-item:hover{background-color:#f6efdf}.christmas-item.checked-by-me{background:linear-gradient(135deg,#f6f0e2,#e6efdd);border-color:#2d6a4f;border-color:var(--holly)}.section-header h2{color:#f7efe0;font-size:2.1rem;text-shadow:0 1px 3px #0000004d}.sign-in-container{align-items:center;flex-direction:column;justify-content:flex-start;overflow-y:auto;padding:24px 20px}.sign-in-card{border:3px solid #a82a42;border:3px solid var(--cranberry);border-radius:18px;box-shadow:0 28px 64px #0c1c1566;margin:auto 0;padding:30px 34px}.sign-in-card h1{color:#a82a42;color:var(--cranberry);font-size:2.1rem;margin-bottom:12px}.sign-in-card p{margin-bottom:18px}.sign-in-card .user-list{gap:8px;margin-bottom:0}.sign-in-card .user-card{padding:13px 20px}.user-card{border-color:#e4d8c2;border-color:var(--border);border-radius:12px}.user-card:hover{background-color:#f8f1e2;border-color:#c2a04a;border-color:var(--gold)}.user-name{color:#2b2621;color:var(--ink)}.user-arrow{color:#a82a42;color:var(--cranberry)}.add-button,.add-item-button,.buy-button,.create-list-button,.export-pdf-button,.modal-submit-button,.save-button{border-radius:10px;color:#fbf6ec;font-weight:600;letter-spacing:.3px}.add-button,.add-item-button,.create-list-button,.save-button{background:#2d6a4f;background:var(--holly);box-shadow:0 3px 10px #24574138}.add-button:hover,.add-item-button:hover:not(:disabled),.create-list-button:hover,.save-button:hover{background:#245741;box-shadow:0 6px 16px #24574147;transform:translateY(-1px)}.buy-button,.export-pdf-button,.modal-submit-button{background:#a82a42;background:var(--cranberry)}.buy-button:hover,.modal-submit-button:hover{background:#872038;background:var(--cranberry-deep);color:#fbf6ec}.gifts-giving-tab.active,.sidebar-tab.active{animation:swipe-green .35s ease-out;background-position:0;background-repeat:no-repeat;border:2px solid #c2a04a;border:2px solid var(--gold);box-shadow:inset 5px 0 0 #c2a04a,0 3px 12px #00000047;box-shadow:inset 5px 0 0 var(--gold),0 3px 12px #00000047;color:#fff;font-weight:600}.gifts-giving-tab.active,.gifts-giving-tab.active:hover,.sidebar-tab.active,.sidebar-tab.active:hover{background-color:#fbf6ec;background-image:linear-gradient(#1c3d31,#1c3d31);background-size:100% 100%}@keyframes swipe-green{0%{background-size:0 100%}to{background-size:100% 100%}}@media (prefers-reduced-motion:reduce){.gifts-giving-tab.active,.sidebar-tab.active{animation:none}}.snowflake{color:#fdf9f0;opacity:.82;text-shadow:0 0 8px #ffffff59}
/*# sourceMappingURL=main.9a52fa94.css.map*/