:root{--color-text: #1f2937;--color-bg: #f9fafb;--color-primary: #2b2b2e;--color-primary-dark: #2563eb;--color-primary-light: #60a5fa;--color-green: #10b981;--color-green-dark: #059669;--color-border: #e5e7eb;--color-accent: #111827;--color-card-bg: #ffffff;--color-sticky-bg: #f3f4f6;--font-main: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-community-blue: #63B3ED;--color-community-blue-dark: #4299E1;--color-community-blue-light: #BEE3F8;--color-sage-green: #86EFAC;--color-sage-green-dark: #4ADE80;--color-sage-green-light: #D1FAE5}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-main);outline:none}body,input,button,textarea,select{font-family:var(--font-main)}body{-webkit-font-smoothing:antialiased;background-color:var(--color-bg)}html,body{width:100%;height:100%;font-family:var(--font-main);color:var(--color-text);max-width:100vw;overscroll-behavior:none}.store-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1.5rem;text-align:center;position:fixed!important;top:0;z-index:100;min-height:70px;margin-bottom:0;width:100%}.store-front-wrapper{padding:5rem 1rem 200px;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;position:relative;min-height:100vh}.shares-section-wrapper{margin:0rem 0 2rem;padding:0rem 0}.shares-section-wrapper .office-shares-container{padding:0;background:transparent;min-height:auto}.shares-section-wrapper .office-shares-header{margin-bottom:1rem}.shares-section-wrapper .share-card{min-width:280px;max-width:280px}.product-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:16px;padding:2rem 1rem 1rem;height:270px;text-align:center;font-family:var(--font-main);box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;justify-content:space-between;-webkit-tap-highlight-color:transparent;position:relative;transition:border-color .2s ease}.product-card:hover{border-color:#9ca3af}.product-card:focus{outline:none}.product-card-link:focus{outline:none;-webkit-tap-highlight-color:transparent}.product-card-link{outline:none}.product-img{height:100px;object-fit:contain;margin-bottom:1.5rem;width:60%;margin:0 auto;mix-blend-mode:multiply}.product-info{display:flex;flex-direction:column;gap:.3rem;padding-top:.5rem;overflow:hidden;text-overflow:ellipsis}.price-row{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.logo{position:relative;width:100%;min-height:70px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;padding:1rem 1.5rem}.header-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.logo-img{position:relative;z-index:1;height:30px;margin-top:43px;display:block;margin-left:auto;margin-right:auto}.shop-title{font-size:1.125rem;font-weight:500;color:var(--color-text);padding:1rem 0 1.5rem;margin:0}.cart{position:absolute;top:50%;right:1.5rem;transform:translateY(-50%);font-size:1.25rem;background:#ffffff26;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:.4rem .7rem;cursor:pointer;color:#fff;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;z-index:101;white-space:nowrap}.cart:hover{background:#ffffff40;transform:translateY(calc(-50% - 1px));box-shadow:0 4px 12px #00000026}.sticky-visible .cart{top:13px}.cart .price{font-weight:600;font-size:1.125rem;letter-spacing:.01em;white-space:nowrap}.tag{padding:.3rem .6rem;background:var(--color-green);display:inline-block;color:#fff;font-size:1.1rem;font-weight:600;align-self:flex-start;border-radius:5px;margin:0 auto}.product-card-link{text-decoration:none;color:inherit;display:block}.product-card.flash{animation:flashGreen .8s ease-in-out}@keyframes flashGreen{0%{background-color:var(--color-primary-light)}to{background-color:var(--color-card-bg)}}@keyframes totalFlash{0%{transform:scale(1.2);color:var(--color-green)}to{transform:scale(1);color:inherit}}.total-price-flash{animation:totalFlash .8s ease-in-out}@keyframes totalFlash{0%{transform:scale(1);color:inherit}30%{transform:scale(1.4);color:var(--color-primary);font-weight:700}60%{transform:scale(1.2);color:var(--color-primary)}to{transform:scale(1);color:inherit}}.product-flash{animation:flashProduct .1s ease-in-out;z-index:2;position:relative}.product-card{transition:background-color .1s ease}.product-flash{background-color:#dbeafe!important}.add-button{background:var(--color-primary);width:36px;height:36px;border-radius:50%;padding:.5rem;cursor:pointer;transition:all .3s ease;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #3b82f633}.add-button:hover{background:var(--color-primary-dark);transform:scale(1.1)}.add-button.added{background-color:var(--color-green);color:#fff;box-shadow:0 2px 4px #10b98133}.plusss{stroke-width:2.5;width:18px;height:18px;margin-top:1px}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.shop-panel-wrapper{position:fixed;bottom:0;width:100%;z-index:10}.shop-panel{background:var(--color-card-bg);padding:26px;box-shadow:0 -4px 20px #00000014;display:flex;justify-content:center;opacity:1;transform:translateY(0);transition:all .4s ease-in-out;border-top:1px solid var(--color-border)}.shop-panel-hidden{opacity:0;transform:translateY(100%);pointer-events:none}.shop-panel-expanded{flex-direction:column;align-items:center;gap:12px;padding:24px;min-height:250px}.email-panel{display:flex;flex-direction:column;gap:12px;z-index:10;min-width:420px}.email-label{font-weight:700;font-size:16px}.email-wrapper{display:flex;align-items:center;gap:.3rem;background:#fff;border:1px solid #ccc;padding:10px 14px;border-radius:10px;margin:.5rem 0}.email-input{font-size:1.1rem;padding:7px 16px 7px 2px;width:100%;border:none;font-weight:600}.email-input::placeholder{color:#afafaf}.email-label{font-weight:500}.email-domain{color:#383833;font-size:1.1rem}.close-button{position:absolute;top:6px;right:16px;background:none;border:none;font-size:2rem;color:#a9a9a9;cursor:pointer}.close-button:hover{color:#000}.sticky-top-bar{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;background:var(--color-sticky-bg);padding:.7rem 1.5rem;z-index:1000;box-shadow:0 2px 8px #0000000d;border-bottom:1px solid var(--color-border)}.top-bar .sticky-inner{display:flex;justify-content:space-between;align-items:center;transform-origin:top left;transition:transform .2s ease}.sticky-top-bar .sticky-inner{transform-origin:top left}.sticky-inner{display:flex;justify-content:space-between;align-items:center;width:100%}.top-bar.sticky-top-bar .price{font-size:1rem}.top-bar.sticky-top-bar h2{font-size:1.1rem;font-weight:600}.refresh-button{background-color:var(--color-primary);color:#fff;padding:.8rem 1.5rem;font-size:1.2rem;border-radius:.5rem;border:none;cursor:pointer;margin-top:1.5rem;font-weight:600;transition:all .2s ease}.refresh-button:hover{background-color:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.top-bar.sticky-top-bar svg{width:22px;height:22px}.shop-button{position:relative;overflow:hidden;background-color:var(--color-primary);color:#fff;font-size:18px;font-weight:600;border:none;border-radius:999px;cursor:pointer;transition:all .3s ease;width:90%;height:50px;display:flex;align-items:center;justify-content:center}.shop-button-text{display:flex;align-items:center;gap:.5rem}.shop-button-label{font-weight:600}.shop-button-amount{font-weight:700}.shop-button:hover{background-color:var(--color-primary-dark);box-shadow:0 6px 12px #3b82f64d;transform:translateY(-1px)}.shop-button:after{content:"";position:absolute;top:0;left:-75%;width:100%;filter:blur(2px);height:100%;background:linear-gradient(120deg,#fff0,#fffc,#fff0);transform:skew(-20deg);animation:glareSweep 5s infinite ease-in-out}@keyframes glareSweep{0%{left:-75%}10%{left:100%}to{left:100%}}.skeleton{background:#eee;animation:pulse 1.2s ease-in-out infinite;height:280px;border-radius:12px}@keyframes pulse{0%{background-color:#f0f0f0}50%{background-color:#e2e2e2}to{background-color:#f0f0f0}}.skeleton-card{background-color:#f4f4f7;border-radius:12px;height:280px;position:relative;overflow:hidden}.skeleton-card:before{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.4s infinite}@keyframes shimmer{0%{left:-150px}to{left:100%}}.shop-button:disabled{opacity:.6;cursor:not-allowed}input:focus{outline:none;box-shadow:none}.email-input:focus,.email-input:focus-visible,.email-input:active{outline:none!important;box-shadow:none!important}input:focus-visible{outline:none}.email-input:focus{outline:none;box-shadow:none;background-color:inherit;-webkit-appearance:none}.email-input:focus{outline:none;box-shadow:none;background-color:#fff}input:focus,input:focus-visible{background-color:#fff;outline:none;box-shadow:none}input:-webkit-autofill{background-color:#fff!important;box-shadow:0 0 0 1000px #fff inset!important;-webkit-box-shadow:0 0 0px 1000px white inset!important;-webkit-text-fill-color:#000!important}input:-internal-autofill-selected{appearance:menulist-button;background-image:none!important;background-color:var(--color-card-bg)!important;color:var(--color-text)!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px white inset!important;box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:black!important;background-color:#fff!important;caret-color:#000!important;transition:background-color 9999s ease-out,color 9999s ease-out}.product-added{background-color:#dbeafe;border-color:var(--color-primary-light);transition:all .3s ease}.filter-button{all:unset;appearance:none;-webkit-appearance:none;padding:.4rem 1.1rem;border:none;border-radius:99px;background:var(--color-sticky-bg);font-weight:500;cursor:pointer;transition:all .2s ease;font-size:1rem;margin:0rem .4rem 0rem 0rem;color:var(--color-text);flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.filter-button:hover{background:#e5e7eb}.filter-buttons{display:flex;justify-content:flex-start;align-items:center;padding:0;overflow-y:hidden;scroll-behavior:smooth;flex-wrap:nowrap;box-sizing:border-box;overscroll-behavior-x:contain;position:relative;margin:0rem 0rem 1rem;flex:1;min-width:0;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.filter-buttons::-webkit-scrollbar{display:none}.count{font-weight:500;font-size:.9rem;color:#6b7280;margin-bottom:1.2rem;margin-left:0;margin-right:0;display:block;white-space:nowrap}.filter-button.active{background:var(--color-primary);color:#fff}#wishlistSubmit:disabled{background-color:var(--color-green)}.tablet-store.dark{background-color:#121212;color:#eee}.tablet-store.dark .product-card{background-color:#1e1e1e;border:1px solid #333}.tablet-store.dark .filter-button{background-color:#333;color:#eee;border:1px solid #555}.tablet-store.dark .filter-button.active{background-color:#4caf50;color:#fff}.tablet-store.dark .email-panel,.tablet-store.dark .shop-panel{background-color:#1e1e1e;color:#eee}.tablet-store.dark input{background-color:#2a2a2a;color:#fff;border:1px solid #555}.dark-toggle{position:absolute;top:16px;right:16px;background:transparent;color:#fff;font-size:1rem;border:none;cursor:pointer}.last-purchase-box{background:#fff;padding:.8rem;border-radius:10px;font-size:.95rem;margin:1rem auto;text-align:center;font-size:.9rem}.dark .last-purchase-box{background:#222;color:#ccc}.dark-toggle-switch{position:absolute;top:16px;right:16px;display:inline-block;width:50px;height:26px}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.dark-toggle-switch input:checked+.slider{background-color:#40c870}.emoji{font-size:18px;margin-top:2px}.dark-toggle-switch{width:44px;height:24px}.slider:before{height:18px;width:18px;left:3px;bottom:3px}.dark-toggle-switch input:checked+.slider:before{transform:translate(20px)}.dark-toggle-wrapper{display:flex;align-items:center;justify-content:center;gap:10px;position:absolute;top:14px;right:16px}.emoji{font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;transform:translateY(1px)}.dark-toggle-wrapper{display:flex;align-items:center;justify-content:center;gap:10px;position:absolute;top:16px;right:16px}.emoji{font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;transform:translateY(2px)}.dark-toggle-switch{display:inline-block;width:52px;height:28px;position:relative}.dark-toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#6b6a61;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.dark-toggle-switch input:checked+.slider:before{transform:translate(24px)}.darkmode-toggle-icon{position:absolute;top:23px;right:23px;font-size:21px;background:none;border:none;cursor:pointer;color:#fff;transition:transform .2s ease}tablet-store.dark h2{color:#eee}.wish-card{border:1px solid #d4d4c8;border-radius:12px;padding:2rem 1rem;height:260px;display:flex;flex-direction:column;justify-content:center;text-align:center;font-weight:600}.wish-card-content p{margin-bottom:1.5rem;font-size:1.2rem;line-height:1.4;color:var(--color-text)}.wish-button{background:var(--color-primary);color:#fff;border:none;padding:12px 20px;font-size:1rem;font-weight:600;border-radius:999px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #3b82f633}.wish-button:hover{background-color:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}#wishlistSection{max-width:700px;margin-bottom:2rem}#wishlistSection p{font-weight:500;margin-bottom:1rem}#wishlistContainer{display:flex;flex-direction:column;gap:1rem}@media (min-width: 600px){#wishlistContainer{flex-direction:row}}#wishlistInput{padding:12px;font-size:16px;border:1px solid var(--color-text);border-radius:8px;flex:1}#wishlistInput::placeholder{color:#999;font-size:1rem;font-style:italic;opacity:1}#wishlistSubmit{padding:12px 24px;background-color:var(--color-green);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;font-size:1rem}#successMessage{margin-top:1rem;font-size:1.2rem;color:#94ec94;font-weight:700}.wishbox{margin-top:40px;background:var(--color-text);padding:2rem 2.5rem;border-radius:8px;border:1px solid var(--color-text);color:var(--color-bg);opacity:1;transition:opacity .5s ease-in-out}.wishbox.fade-out{opacity:0;pointer-events:none}.wishbox h3{font-size:1.5rem;font-weight:700;margin:10px 0}.wishbox p{font-size:1rem;font-weight:500;margin:10px 0}.overlay-blocker{position:fixed;top:0;left:0;width:100vw;height:100vh;backdrop-filter:blur(4px);background:#fff6;z-index:3}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.shop-panel-expanded .shop-button:after{display:none}.tablet-store{overscroll-behavior:contain;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.spinner{border:4px solid #f3f3f3;border-top:4px solid var(--color-primary);border-radius:50%;width:32px;height:32px;animation:spin .8s linear infinite;margin:0 auto}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}@media (min-width: 600px){.filter-header{display:flex;align-items:center}.count{margin-top:0rem;margin-bottom:1rem}.filter-button{padding:.5rem 1.5rem;font-size:1rem}.filter-buttons::-webkit-scrollbar{display:none}.store-front-wrapper{padding:5rem 1.5rem 200px}.shop-button{max-width:600px;width:100%}}@media (max-width: 599px){.grid{grid-template-columns:repeat(2,1fr)}}.product-out-of-stock{filter:grayscale(1);cursor:not-allowed}.out-of-stock-tag{position:absolute;top:70px;right:38px;background:#f1f1ea;color:#8b7e7e;padding:4px 10px;border-radius:3px;font-weight:600;font-size:.85rem;z-index:9;transform:rotate(26deg);box-shadow:0 1px 2px #0000001a;text-transform:uppercase}.most-popular-tag{background-color:gold;color:#000;font-weight:700;padding:5px 10px;font-size:.75rem;border-radius:3px;position:absolute;top:16px;right:0;z-index:2;box-shadow:0 0 0 1px #ccc}.custom-dish-card{position:relative;padding:1.25rem 1rem;background:#fff;display:flex;flex-direction:column;height:100%;border:2px solid rgba(0,94,217,.19);border-radius:var(--theme-button-roundness, 10px)}.custom-dish-card-edit-button-wrapper{position:absolute;top:.75rem;right:.75rem;z-index:10}.custom-dish-card-edit-button{background:#fffffff2;border:1px solid #e5e7eb;border-radius:6px;padding:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;transition:all .2s ease}.custom-dish-card-edit-button:hover{background:#fff;transform:scale(1.05)}.custom-dish-card-top-section{flex:1}.custom-dish-card-cook-label{font-size:.7rem;margin-bottom:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-primary-color, #005ED9)}.custom-dish-card-title{font-size:.95rem;font-weight:700;line-height:1.4;margin-bottom:1rem;min-height:2.8rem}.custom-dish-card-progress-section{margin-bottom:1rem}.custom-dish-card-progress-header{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;margin-bottom:.5rem;font-size:.75rem;color:#6b7280;font-weight:500}.custom-dish-card-progress-number{font-size:.75rem;font-weight:500;color:var(--theme-primary-color, #005ED9)}.custom-dish-card-progress-bar-container{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.custom-dish-card-progress-bar-fill{height:100%;border-radius:4px;transition:width .3s ease;background:var(--theme-primary-color, #005ED9)}.custom-dish-card-progress-stats{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;color:#6b7280}.custom-dish-card-progress-percentage{font-weight:600}.custom-dish-card-deadline{display:flex;align-items:center;gap:.25rem;color:#ef4444;font-weight:600}.custom-dish-card-cta-button{width:100%;color:#fff;border:none;padding:.875rem;font-size:.875rem;font-weight:700;transition:all .2s ease;border-radius:var(--theme-button-roundness, 10px);background:var(--theme-primary-color, #005ED9);box-shadow:0 2px 8px #005ed940}.custom-dish-card-cta-button:disabled{cursor:not-allowed;background:#9ca3af;box-shadow:none}.custom-dish-card-cta-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 12px #005ed966}.your-own-dish-cta{display:flex;align-items:center;gap:.3rem;padding:.7rem .8rem;background:var(--theme-primary-color, #005ED9);color:#fff;border:none;border-radius:var(--theme-button-roundness, 10px);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.your-own-dish-cta:hover{transform:translateY(-1px)}.your-own-dish-cta-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:var(--theme-button-roundness, 10px);font-size:.875rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(10px)}.your-own-dish-cta-header:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-1px)}.custom-dish-panel{background:#fff;border-radius:24px 24px 0 0;box-shadow:0 -8px 32px #00000026;padding:32px 24px;border:none}.custom-dish-panel-content{padding:0;min-width:100%;max-width:500px;margin:0 auto}.custom-dish-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.custom-dish-panel-title{font-size:1.5rem;font-weight:700;margin:0}.custom-dish-panel-close-button{background:transparent;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1}.custom-dish-panel-form{display:flex;flex-direction:column;gap:16px;margin-top:28px}.custom-dish-panel-input{width:100%;padding:16px 20px;font-size:16px;border:2px solid #e5e7eb;border-radius:12px;background:#f9fafb;outline:none;transition:all .2s ease;box-shadow:none;font-weight:500;color:#1f2937}.custom-dish-panel-input:focus{background:#fff;transform:translateY(-1px)}.custom-dish-panel-buttons{display:flex;gap:12px}.custom-dish-panel-delete-button{flex:0 0 auto;padding:16px 24px;background:#fff;color:#ef4444;border:2px solid #ef4444;border-radius:var(--theme-button-roundness, 10px);cursor:pointer;font-weight:700;font-size:1rem;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.custom-dish-panel-delete-button:hover{background:#ef4444;color:#fff}.custom-dish-panel-save-button{flex:1;padding:16px 24px;background:var(--theme-primary-color, #005ED9);color:#fff;border:none;border-radius:var(--theme-button-roundness, 10px);cursor:pointer;font-weight:700;font-size:1rem;transition:all .2s ease;box-shadow:0 4px 12px #005ed94d;letter-spacing:-.01em}.custom-dish-panel-save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #005ed966}.custom-dish-panel-save-button:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6;box-shadow:none}.title-cta-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;margin-top:1rem}.office-share-image-container{height:100px;margin-bottom:.5rem;border-radius:8px;overflow:hidden;background:#f3f4f6}.office-share-image{width:100%;height:100%;object-fit:cover}.office-share-ready-badge{font-size:.7rem;color:#10b981;margin-bottom:.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.office-share-cook-name{font-size:.7rem;color:#6b7280;margin-bottom:.25rem;font-weight:500}.office-share-dish-name{font-size:.75rem;line-height:1.3;margin-bottom:.75rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.office-share-price-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.office-share-price-info{display:flex;align-items:center;gap:.5rem;flex:1}.office-share-availability{font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:4px}.office-share-availability.available{color:#10b981;background:#10b9811a}.office-share-availability.unavailable{color:#ef4444;background:#ef44441a}.product-card{cursor:pointer;position:relative}.product-info{width:100%;padding-top:.5rem;flex:1;display:flex;flex-direction:column}.product-name{font-size:1rem;line-height:1.3;font-weight:600;padding-top:.5rem}.product-additional-info{font-size:.75rem;color:#6b7280;margin:.25rem 0 .5rem;line-height:1.4}.price-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.price{font-size:.875rem;font-weight:700}.add-button{flex-shrink:0}.wish-card{cursor:pointer;border:none;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem 1rem;min-height:260px}.wish-card-icon{margin-bottom:1rem;opacity:.9}.wish-card-text{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;line-height:1.4}.wish-button{background:#fff;border:none;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.thanks-container{width:100vw;min-height:100vh;background-color:#f9fafb;display:flex;flex-direction:column;align-items:center;position:relative;overflow-x:hidden}.timer-bar{position:fixed;top:0;left:0;width:100%;height:6px;background:#e5e7eb;z-index:1000}.timer-fill{height:100%;background:#22c55e}.thanks-content{width:100%;max-width:500px;padding:60px 20px;display:flex;flex-direction:column;align-items:center;text-align:center}.success-icon{font-size:3rem;margin-bottom:1rem}.thanks-content h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#111827}.subtitle{color:#6b7280;font-size:1.1rem;margin-bottom:2rem}.receipt-card{width:100%;background:#fff;border-radius:16px;padding:24px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;margin-bottom:2rem}.receipt-row{display:flex;justify-content:space-between;padding:8px 0;font-size:1.1rem;color:#374151}.receipt-divider{height:1px;background:#e5e7eb;margin:16px 0;border-style:dashed;border-width:1px 0 0 0}.receipt-total{display:flex;justify-content:space-between;font-weight:800;font-size:1.3rem;color:#111827}.fun-section{margin-bottom:2rem}.headline{font-style:italic;font-size:1.1rem;color:#4b5563;margin-bottom:1rem}.meme-display{width:100%;max-width:400px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.done-button{background:#111827;color:#fff;border:none;padding:16px 40px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .1s}.done-button:active{transform:scale(.98)}.wishlist-teaser{margin-top:auto;padding:30px;color:#6b7280;font-size:1rem}.wishlist-teaser .link{color:#3b82f6;font-weight:600;text-decoration:underline;cursor:pointer}@media (min-width: 768px){.thanks-content{padding-top:100px}}.office-shares-container{padding:2rem;background:var(--color-bg);position:relative;overflow:hidden;transition:max-height .4s ease-out}.office-shares-container:not(.expanded){max-height:30vh}.office-shares-container.expanded{max-height:none;min-height:auto}.office-shares-header{margin-bottom:1rem}.shares-header-content{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.shares-header-content p{font-size:.9rem;font-weight:400;color:#000000b3;margin:0}.shares-header-content h2{font-size:1.6rem;font-weight:600;color:var(--color-text);margin:0}.shares-scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:1rem}.shares-scroll-container::-webkit-scrollbar{height:8px}.shares-scroll-container::-webkit-scrollbar-track{background:var(--color-border);border-radius:4px}.shares-scroll-container::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}.shares-scroll-container::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)}.shares-gradient-overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,var(--color-bg) 0%,rgba(249,250,251,.95) 30%,rgba(249,250,251,0) 100%);pointer-events:auto;cursor:pointer;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1rem;z-index:10;transition:opacity .3s ease}.office-shares-container.expanded .shares-gradient-overlay{display:none}.shares-gradient-content{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-text);opacity:.7;padding:.5rem 1rem;background:#f9fafbe6;border-radius:20px;border:1px solid var(--color-border);backdrop-filter:blur(4px);transition:all .2s ease}.shares-gradient-content:hover{opacity:1;background:var(--color-bg)}.shares-grid{display:flex;gap:1.5rem;min-width:min-content;align-items:flex-start}.share-card{min-width:280px;max-width:280px;background:#fff;border-radius:16px;border:1px solid var(--color-border);padding:1rem;box-shadow:0 1px 3px #0000000d;transition:border-color .2s ease;display:flex;flex-direction:column;gap:.75rem;height:auto}.share-card:hover{border-color:#9ca3af}.share-card.commitment,.share-card.available{background:#fff}.share-profile{display:flex;align-items:center;margin-bottom:0}.share-cook-text{font-size:.8125rem;font-weight:500;color:var(--color-text);opacity:.7;display:flex;align-items:center;justify-content:space-between;width:100%}.share-price-header{font-weight:600;color:var(--color-text);opacity:1}.share-dish{font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0;line-height:1.4}.share-progress-section{display:flex;flex-direction:column;gap:.5rem}.share-progress-info{display:flex;justify-content:flex-end;align-items:center}.share-progress-count{font-size:.8125rem;font-weight:600;color:var(--color-primary)}.share-progress-bar{width:100%;height:6px;background:var(--color-border);border-radius:3px;overflow:hidden;position:relative}.share-progress-fill{height:100%;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-primary-light) 100%);border-radius:3px;transition:width .3s ease}.share-deadline{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-text);opacity:.7;padding:.25rem .5rem;border-radius:6px;justify-content:space-between;width:100%;margin-top:.5rem}.share-deadline .share-progress-count{font-weight:600;opacity:1;margin-right:auto}.share-deadline>span:last-child{display:flex;align-items:center;gap:.375rem}.share-deadline svg{flex-shrink:0}.share-ready-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.share-ready-badge{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .75rem;background:transparent;color:var(--color-sage-green-dark);border:1px solid var(--color-sage-green);border-radius:6px;font-size:.75rem;font-weight:600;position:relative;overflow:hidden}.ready-pulse{position:absolute;inset:0;background:var(--color-sage-green);opacity:0;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:0}50%{opacity:.2}}.share-ready-badge span{position:relative;z-index:1}.share-image-thumbnail{width:100%;height:120px;border-radius:8px;overflow:hidden;margin-bottom:.5rem}.share-image-thumbnail img{width:100%;height:100%;object-fit:cover}.share-portions{display:flex;align-items:baseline;gap:.375rem}.portions-count{font-size:1.5rem;font-weight:700;color:var(--color-sage-green);line-height:1}.portions-label{font-size:.75rem;color:var(--color-text);opacity:.7}.share-claim-info{font-size:.6875rem;color:var(--color-text);opacity:.6;margin:0;text-align:center;line-height:1.4}.share-btn{width:100%;padding:.625rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.375rem;font-family:var(--font-main)}.share-btn svg{width:14px;height:14px}.pledge-btn{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff}.pledge-btn:hover:not(:disabled){transform:translateY(-2px)}.share-icon-btn{background:#fff;border:1px solid var(--color-border);color:var(--color-text);padding:.625rem;min-width:auto;width:auto;flex-shrink:0}.share-icon-btn:hover{background:#f8fafc;border-color:var(--color-primary);color:var(--color-primary)}.pledge-btn:disabled{background:var(--color-border);color:var(--color-text);opacity:.5;cursor:not-allowed;box-shadow:none}.claim-btn{background:linear-gradient(135deg,var(--color-sage-green) 0%,var(--color-sage-green-dark) 100%);color:#fff}.claim-btn:hover:not(:disabled){transform:translateY(-2px)}.claim-btn:disabled{background:var(--color-border);color:var(--color-text);opacity:.5;cursor:not-allowed;box-shadow:none}.share-panel-overlay{position:fixed;inset:0;background:#0006;z-index:2000;display:flex;align-items:center;justify-content:flex-end;animation:fadeIn .2s ease}.share-panel{width:480px;max-width:90vw;height:100vh;background:#fff;box-shadow:-4px 0 24px #00000026;display:flex;flex-direction:column;animation:slideIn .3s ease}.share-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border)}.share-panel-header h3{margin:0 0 4px;font-size:1.5rem;font-weight:700;color:var(--color-text)}.share-panel-header p{margin:0;font-size:.875rem;color:var(--color-text);opacity:.7}.share-panel-close{width:32px;height:32px;border-radius:6px;border:1px solid var(--color-border);background:#fff;color:var(--color-text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.share-panel-close:hover{background:#f8fafc;border-color:var(--color-primary);color:var(--color-primary)}.share-panel-content{flex:1;overflow-y:auto;padding:1.5rem}.share-dish-image{width:100%;margin-bottom:1.5rem;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.share-dish-image img{width:100%;height:auto;display:block;object-fit:cover}.share-panel-info,.share-panel-progress{display:flex;flex-direction:column;gap:1rem}.share-panel-progress-info{display:flex;flex-direction:column;gap:.5rem}.share-panel-progress-info span:first-child{font-size:1rem;font-weight:600;color:var(--color-primary)}.share-panel-progress-info span:last-child{font-size:.875rem;color:var(--color-text);opacity:.7}.share-panel-ready{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.share-panel-footer{padding:1.5rem;border-top:1px solid var(--color-border);background:#f8fafc;display:flex;gap:.75rem}.share-email-input{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.share-email-input label{font-size:.875rem;font-weight:500;color:var(--color-text)}.email-input-wrapper{display:flex;align-items:center;gap:.25rem;background:#fff;border:1px solid var(--color-border);padding:.75rem 1rem;border-radius:8px}.share-email-field{border:none;font-size:1rem;padding:0;flex:1;outline:none;font-weight:500}.share-email-field::placeholder{color:#9ca3af;font-weight:400}.email-domain{color:var(--color-text);opacity:.6;font-size:1rem}@media (max-width: 768px){.office-shares-container{padding:1rem}.share-card{min-width:280px;max-width:280px}.share-panel{width:100vw;max-width:100vw}}.landing-page{min-height:100vh;background:linear-gradient(to bottom,#f8fafc,#fff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-container{max-width:90%;margin:0 auto;padding:0 2rem}.landing-hero{padding:4rem 0 2rem;text-align:center;background:#fff}.landing-title{font-size:3.5rem;font-weight:700;color:#0f172a;margin:0 0 1rem;letter-spacing:-.02em}.landing-subtitle{font-size:1.25rem;color:#64748b;margin:0;font-weight:400}.landing-pricing-section{padding:4rem 0 6rem;background:#f8fafc}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-title{font-size:2.5rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.02em}.pricing-subtitle{font-size:1.125rem;color:#64748b;margin:0 0 2rem}.billing-toggle{display:inline-flex;background:#fff;border:1px solid #E2E8F0;border-radius:99px;padding:4px;gap:4px;box-shadow:0 1px 3px #0000000d}.toggle-option{padding:.75rem 1.5rem;border:none;background:transparent;color:#64748b;font-size:.9375rem;font-weight:500;border-radius:99px;cursor:pointer;transition:all .2s;position:relative;display:flex;align-items:center;gap:.5rem}.toggle-option:hover{color:#0f172a}.toggle-option.active{background:#0f172a;color:#fff}.savings-badge{font-size:.75rem;background:#10b981;color:#fff;padding:.125rem .5rem;border-radius:12px;font-weight:600;margin-left:.25rem}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem}.vat-notice{text-align:center;font-size:.875rem;color:#64748b;margin:2rem 0 0}.custom-solution-notice{text-align:center;font-size:.875rem;color:#64748b;margin:1rem 0 0}.sales-link{color:#005ed9;text-decoration:none;font-weight:500}.sales-link:hover{text-decoration:underline}.why-airfridge-section{margin-top:4rem;text-align:center}.why-airfridge-heading{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 2rem;letter-spacing:-.02em}.comparison-table{max-width:600px;margin:0 auto 2rem;background:#fff;border:1px solid #E2E8F0;border-radius:12px;overflow:hidden}.comparison-row{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #E2E8F0}.comparison-row:last-child{border-bottom:none}.comparison-row.comparison-total{background:#f0fdf4;border-top:2px solid #10B981;border-bottom:none;font-weight:700}.comparison-row.comparison-total .comparison-label,.comparison-row.comparison-total .comparison-price{color:#10b981;font-weight:700}.comparison-label{font-size:.9375rem;color:#1e293b;font-weight:500;flex:1;text-align:left}.comparison-price{font-size:1rem;color:#0f172a;font-weight:600;margin-left:1rem}.why-airfridge-subtext{max-width:600px;margin:0 auto;font-size:.9375rem;color:#64748b;line-height:1.6}.pricing-card{background:#fff;border:1px solid #E2E8F0;border-radius:16px;padding:1.5rem 1.75rem;position:relative;transition:all .3s;display:flex;flex-direction:column}.pricing-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-4px)}.pricing-card.popular{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 10px 30px #005ed926}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#005ed9;color:#fff;padding:.375rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.tier-name{font-size:1.3rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.tier-description{font-size:.9375rem;color:#64748b;margin:0 0 .75rem;line-height:1.5}.card-pricing{margin-bottom:.75rem}.price-amount{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.5rem}.price-currency{font-size:1.5rem;font-weight:500;color:#64748b}.price-value{font-size:2.8rem;font-weight:600;color:#0f172a;line-height:1}.price-free{font-size:2rem;font-weight:600;color:#0f172a;line-height:1}.price-period{font-size:1.5rem;color:#64748b;font-weight:400}.price-savings{font-size:1rem;color:#10b981;font-weight:700;margin:0}.features-section{margin:.75rem 0;flex:1}.features-title{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .5rem}.card-features{list-style:none;padding:0;margin:0 0 1rem}.feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:.375rem 0;font-size:.97rem;color:#1e293b}.feature-item span{font-weight:600}.feature-icon{color:#10b981;flex-shrink:0;margin-top:2px}.cta-button{width:100%;padding:.875rem 1.5rem;background:#0f172a;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:auto}.cta-button:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a33}.pricing-card.popular .cta-button{background:#005ed9}.pricing-card.popular .cta-button:hover{background:#0047b3}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:480px;padding:2.5rem;position:relative;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#f1f5f9;border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.modal-close:hover{background:#e2e8f0;color:#0f172a}.modal-header{text-align:center;margin-bottom:2rem}.modal-title{font-size:1.875rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.modal-subtitle{font-size:.9375rem;color:#64748b;margin:0}.auth-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.auth-button{width:100%;padding:.875rem 1.5rem;border:1px solid #E2E8F0;border-radius:10px;background:#fff;color:#0f172a;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.75rem}.auth-button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-button.google,.auth-button.apple{border-color:#e2e8f0}.auth-button.email{background:#0f172a;color:#fff;border-color:#0f172a}.auth-button.email:hover:not(:disabled){background:#1e293b;border-color:#1e293b}.auth-button.email:disabled{background:#cbd5e1;border-color:#cbd5e1}.auth-divider{display:flex;align-items:center;text-align:center;margin:1rem 0;color:#94a3b8;font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #E2E8F0}.auth-divider span{padding:0 1rem}.email-form{display:flex;flex-direction:column;gap:.75rem}.email-input{width:100%;padding:.875rem 1rem;border:1px solid #E2E8F0;border-radius:10px;font-size:.9375rem;color:#0f172a;transition:all .2s}.email-input:focus{outline:none;border-color:#005ed9;box-shadow:0 0 0 3px #005ed91a}.email-input:disabled{background:#f8fafc;cursor:not-allowed}.email-sent-message{text-align:center;padding:1rem 0}.email-sent-icon{width:64px;height:64px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.email-sent-message h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.email-sent-message p{font-size:.9375rem;color:#64748b;margin:.5rem 0;line-height:1.6}.email-sent-note{font-size:.875rem!important;color:#94a3b8!important;margin-top:1rem!important}.back-button{margin-top:1.5rem;padding:.75rem 1.5rem;background:#f1f5f9;border:none;border-radius:8px;color:#0f172a;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.back-button:hover{background:#e2e8f0}.error-message{background:#fef2f2;border:1px solid #FECACA;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-top:1rem;text-align:center}.terms-disclaimer{text-align:center;font-size:.75rem;color:#94a3b8;margin:1.5rem 0 0;line-height:1.6}.terms-link{color:#005ed9;text-decoration:none;font-weight:500}.terms-link:hover{text-decoration:underline}@media (max-width: 768px){.landing-title{font-size:2.5rem}.landing-subtitle{font-size:1.125rem}.pricing-title{font-size:2rem}.pricing-cards{grid-template-columns:1fr;gap:1.5rem}.modal-content{padding:2rem 1.5rem}.landing-container{padding:0 1rem}}.saas-landing{min-height:100vh;background:linear-gradient(180deg,#fff,#f9fafb);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.beta-badge{position:fixed;top:20px;right:20px;z-index:100;background:#f59e0b;color:#fff;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 4px 6px -1px #0000001a}.beta-text{text-transform:uppercase;letter-spacing:.5px}.saas-container{max-width:1200px;margin:0 auto;padding:0 24px}.saas-hero{padding:120px 0 80px;text-align:center}.saas-title{font-size:4rem;font-weight:800;color:#111827;margin-bottom:1rem;letter-spacing:-.02em}.saas-subtitle{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:1.5rem}.saas-description{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto 3rem;line-height:1.7}.saas-cta-button{display:inline-flex;align-items:center;gap:12px;background:#111827;color:#fff;padding:16px 32px;border-radius:12px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.saas-cta-button:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 10px 25px -5px #0003}.saas-cta-button.secondary{background:#fff;color:#111827;border:2px solid #111827}.saas-cta-button.secondary:hover{background:#111827;color:#fff}.saas-features{padding:80px 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:48px}.feature-card{padding:32px;background:#f9fafb;border-radius:16px;border:1px solid #e5e7eb;transition:all .2s}.feature-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}.feature-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:12px}.feature-text{font-size:1rem;color:#6b7280;line-height:1.6}.saas-cta-section{padding:80px 0;text-align:center;background:#f9fafb}.cta-heading{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:1rem}.cta-text{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.saas-title{font-size:2.5rem}.saas-subtitle{font-size:1.25rem}.saas-description{font-size:1rem}.beta-badge{top:10px;right:10px;padding:6px 12px;font-size:.75rem}.saas-hero{padding:100px 0 60px}.features-grid{grid-template-columns:1fr;gap:24px}.cta-heading{font-size:2rem}}:root{--admin-sidebar-width: 260px;--admin-top-bar-height: 70px;--admin-bg-light: #F8FAFC;--admin-dark: #0F172A;--admin-emerald: #10B981;--admin-blue: #005ED9;--admin-border: #aebbd1;--admin-text-main: #1E293B;--admin-text-muted: #64748B}*{box-sizing:border-box}.admin-root{display:flex;min-height:100vh;background-color:var(--admin-bg-light);color:var(--admin-text-main);font-family:Manrope,sans-serif}.admin-sidebar{width:var(--admin-sidebar-width);background:#fff;border-right:1px solid var(--admin-border);color:var(--admin-text-main);position:fixed;top:0;left:0;bottom:0;padding:1.5rem 0;display:flex;flex-direction:column;z-index:1000;box-shadow:1px 0 3px #00000008}.admin-main{flex:1;margin-left:var(--admin-sidebar-width);display:flex;flex-direction:column;min-width:0}.admin-top-bar{height:var(--admin-top-bar-height);background:#fff;border-bottom:1px solid var(--admin-border);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:sticky;top:0;z-index:800;box-shadow:0 1px 3px #00000008}.breadcrumb{font-size:.875rem;color:var(--admin-text-muted);font-weight:500}.admin-profile{display:flex;align-items:center;gap:12px;padding:.35rem .75rem;border-radius:999px;cursor:pointer;text-decoration:none;color:inherit;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.admin-profile:hover{background:#f1f5f9;box-shadow:0 1px 2px #0f172a0f}.profile-info{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.profile-info .role{font-size:.75rem;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.profile-info .name{font-size:.9rem;font-weight:600;color:var(--admin-text-main)}.profile-avatar{width:40px;height:40px;border-radius:99px;background:linear-gradient(135deg,var(--admin-blue) 0%,#2563EB 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.admin-view{padding:2rem;flex:1;min-height:calc(100vh - var(--admin-top-bar-height))}.dashboard-view-container,.inventory-view,.employees-view,.wishlist-view{max-width:1400px;margin:0 auto;width:100%}.admin-brand{display:flex;align-items:center;gap:12px;padding:0 1.5rem 2.5rem;margin-bottom:.5rem}.brand-icon{width:40px;height:40px;border-radius:10px;object-fit:contain;flex-shrink:0}.admin-brand h1{font-size:1.25rem;font-weight:700;margin:0;letter-spacing:-.02em;line-height:1.2;color:var(--admin-text-main)}.admin-brand h1 span{display:block;font-size:.75rem;font-weight:500;opacity:.7;margin-top:2px;letter-spacing:.02em}.brand-subtitle{font-size:.75rem;font-weight:500;color:var(--admin-text-muted);margin:4px 0 0;letter-spacing:.02em}.admin-nav{display:flex;flex-direction:column;gap:4px;padding:0 .5rem;flex:1}.nav-link{display:flex;align-items:center;gap:12px;padding:10px 14px;color:#475569;text-decoration:none;border-radius:8px;transition:all .2s ease;font-size:.9rem;font-weight:500}.nav-link svg{color:#475569}.nav-link:hover{background:#f8fafc;color:var(--admin-text-main)}.nav-link:hover svg{color:var(--admin-text-main)}.nav-link.active{background:#eff6ff;color:var(--admin-blue);font-weight:600}.nav-link.active svg{color:var(--admin-blue)}.admin-sidebar-footer{padding:1.5rem 1.5rem 0;margin-top:auto;border-top:1px solid var(--admin-border);display:flex;flex-direction:column;gap:1.5rem}.admin-sidebar-divider{height:1px;background:var(--admin-border);margin:.5rem 0rem 1rem}.admin-sidebar-footer .nav-link{color:#475569;font-size:.875rem;padding:10px 14px}.admin-sidebar-footer .nav-link svg{color:#475569}.admin-sidebar-footer .nav-link:hover{color:var(--admin-blue)}.admin-sidebar-footer .nav-link:hover svg{color:var(--admin-blue)}.general-settings-section{display:flex;flex-direction:column;gap:1rem}.general-settings-header{margin-bottom:.25rem}.general-settings-title{font-size:.75rem;font-weight:600;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.05em}.general-settings-toggles{display:flex;flex-direction:column;gap:1rem}.settings-toggle-item{display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-toggle-label-wrapper{display:flex;align-items:center;gap:6px;flex:1;position:relative}.settings-toggle-label{font-size:.875rem;font-weight:500;color:var(--admin-text-main);cursor:pointer;margin:0}.info-icon-wrapper{position:relative;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--admin-text-muted);flex-shrink:0}.info-icon-wrapper svg{width:14px;height:14px}.info-icon-wrapper:hover{color:var(--admin-blue)}.settings-tooltip{position:absolute;bottom:calc(100% + 8px);right:0;background:var(--admin-dark);color:#fff;padding:.75rem 1rem;border-radius:8px;font-size:.75rem;line-height:1.5;width:220px;z-index:10000;box-shadow:0 4px 12px #00000026;pointer-events:none;white-space:normal}.settings-tooltip:after{content:"";position:absolute;top:100%;right:20px;border:6px solid transparent;border-top-color:var(--admin-dark)}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;inset:0;background-color:#cbd5e1;border-radius:24px;transition:background-color .2s ease}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:left .2s ease;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.toggle-slider{background-color:var(--admin-emerald)}.toggle-switch input:checked+.toggle-slider:before{left:23px}.inventory-layout-wrapper{display:flex;width:100%}.inventory-view{flex:1;min-width:0;transition:padding-right .3s ease}.inventory-filters{display:flex;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.inventory-filters::-webkit-scrollbar{height:6px}.inventory-filters::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.inventory-filters::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.inventory-filters::-webkit-scrollbar-thumb:hover{background:#94a3b8}.inventory-filter-pill{padding:.5rem 1rem;border:1px solid var(--admin-border);background:#fff;border-radius:8px;font-size:.875rem;font-weight:500;color:var(--admin-text-main);cursor:pointer;transition:all .2s ease;font-family:Manrope,sans-serif;white-space:nowrap;flex-shrink:0}.inventory-filter-pill:hover{border-color:var(--admin-blue);background:#f8fafc}.inventory-filter-pill.active{background:var(--admin-blue);color:#fff;border-color:var(--admin-blue)}.inventory-filter-pill.active:hover{background:#2563eb;border-color:#2563eb}.side-panel{position:fixed;top:0;right:0;bottom:0;width:440px;max-width:730px;background:#fff;z-index:3000;display:flex;flex-direction:column;box-shadow:-10px 0 30px #0000001a;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);border-left:1px solid var(--admin-border)}@media (min-width: 800px){.side-panel{width:50vw;max-width:730px}}.panel-open .side-panel{transform:translate(0)}.panel-backdrop{position:fixed;inset:0;z-index:2000;opacity:0;pointer-events:none;transition:opacity .3s ease}.panel-backdrop.active{opacity:1;pointer-events:auto}.panel-header{padding:1.5rem;border-bottom:1px solid var(--admin-border);display:flex;justify-content:space-between;align-items:center}.panel-close{width:32px;height:32px;border-radius:6px;border:none;background:transparent;color:var(--admin-text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.panel-close:hover{background:#f1f5f9;color:var(--admin-text-main)}.panel-body{flex:1;overflow-y:auto;padding:1.5rem}.panel-footer{padding:1.5rem 2rem;border-top:1px solid var(--admin-border);background:#f8fafc;display:flex;gap:12px}.panel-search-bar{display:flex;align-items:center;background:#f1f5f9;padding:0 1rem;border-radius:12px;margin-bottom:1.5rem}.panel-search-bar input{flex:1;border:none;background:transparent;padding:14px;font-size:.95rem;outline:none}.result-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;cursor:pointer;transition:.2s}.result-row:hover{background:#f1f5f9}.result-img-wrapper{width:48px;height:48px;background:#fff;border:1px solid var(--admin-border);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.result-img-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.config-hero{display:flex;align-items:center;gap:20px;padding:1rem;background:var(--admin-bg-light);border-radius:16px;margin-bottom:1.5rem}.config-hero img{width:80px;height:80px;object-fit:contain;background:#fff;border-radius:10px;padding:5px}.btn-action{flex:1;background:var(--admin-dark);color:#fff;border:none;padding:12px 20px;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.btn-ghost{background:#fff;border:1px solid var(--admin-border);padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px}.cat-toggle{display:flex;background:#f1f5f9;padding:4px;border-radius:10px;gap:4px}.cat-toggle button{flex:1;border:none;padding:8px;border-radius:7px;font-size:.85rem;font-weight:600;cursor:pointer;background:transparent;color:var(--admin-text-muted)}.cat-toggle button.active{background:#fff;color:var(--admin-dark);box-shadow:0 2px 4px #0000000d}.field{margin-bottom:.5rem}.field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:0;color:var(--admin-text-muted)}.field input{width:100%;padding:12px;border-radius:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.admin-sidebar{display:none}.admin-main{margin-left:0}.side-panel{width:100%}}.view-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;padding:0}.header-text h1{font-size:1.875rem;font-weight:700;margin:0;line-height:1.2;color:var(--admin-text-main)}.header-text p{margin:.5rem 0 0;font-size:.9375rem;color:var(--admin-text-muted);line-height:1.5}.header-actions{display:flex;gap:12px}.btn-action-blue{background:var(--admin-dark)!important;color:#fff!important;border:none!important}.btn-action-blue:hover{background:"#000"}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid var(--admin-border);display:flex;align-items:center;gap:1rem;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.stat-card:hover{box-shadow:0 2px 8px #00000014}.table-controls{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--admin-border)}.pagination-info{font-size:.875rem;color:var(--admin-text-muted)}.admin-table td{padding:1rem 1.5rem;border-bottom:1px solid #F1F5F9;vertical-align:middle}.id-badge{background:#fff;color:var(--admin-text-main);padding:4px 8px;border-radius:99px;box-shadow:0 1px 3px #0000001a;font-weight:500;font-size:.75rem;display:inline-block}.low-stock-table-row .id-badge{background:#fffffff2;border-color:#00000026;box-shadow:0 1px 3px #0000001a;font-weight:600}:root{--admin-sidebar-width: 260px;--admin-emerald: #10B981;--admin-dark: #0F172A;--admin-border: #E2E8F0;--admin-bg: #F8FAFC;--admin-text-muted: #64748B}.admin-view-container{max-width:1200px;margin:0 auto}.view-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.2rem}.header-text h1{font-size:1.875rem;font-weight:700;margin:0}.header-text p{color:var(--admin-text-muted);margin-top:4px}.header-actions{display:flex;gap:12px;align-items:center}.btn-action,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap;flex:none}.btn-action{background:var(--admin-dark);color:#fff;border:none}.btn-secondary{background:#fff;border:1px solid var(--admin-border);color:var(--admin-dark)}.btn-secondary.small{height:36px;padding:0 12px;font-size:.875rem}.admin-card{background:#fff;border-radius:12px;border:1px solid var(--admin-border);overflow:hidden;box-shadow:0 1px 3px #0000000d}.card-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--admin-border);display:flex;justify-content:space-between;align-items:center;background:#fafbfc}.card-header h3{font-size:1rem;font-weight:600;margin:0;color:var(--admin-text-main)}.table-controls{padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--admin-border)}.search-wrapper{position:relative;flex:1;max-width:400px}.search-wrapper input{width:100%;height:40px;padding-left:40px;border:1px solid var(--admin-border);border-radius:8px;outline:none}.search-wrapper svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--admin-text-muted)}.admin-table{width:100%;border-collapse:collapse}.admin-table th{background:#f8fafc;padding:12px 1.5rem;text-align:left;font-size:.75rem;text-transform:uppercase;color:var(--admin-text-muted);border-bottom:none}.inventory-table-container .admin-table thead{border-top:none}.admin-table td{font-size:.85rem;border-bottom:1px solid #F1F5F9;vertical-align:middle}.inventory-table-row{transition:background-color .15s ease}.inventory-table-row:hover{cursor:pointer;background-color:#f8fafc}.inventory-margin-cell{color:var(--admin-emerald)}.inventory-actions-cell{text-align:right}.table-sort-header{display:flex;align-items:center;gap:.5rem;background:none;border:none;padding:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--admin-text-muted);cursor:pointer;transition:color .2s ease;font-family:Manrope,sans-serif}.table-sort-header:hover{color:var(--admin-text-main)}.sort-arrows{display:flex;flex-direction:column;gap:2px;margin-left:auto}.sort-arrows svg{color:var(--admin-text-muted);opacity:.3;transition:all .2s ease}.sort-arrows svg.active{color:var(--admin-blue);opacity:1}.table-sort-header:hover .sort-arrows svg{opacity:.6}.table-pagination{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--admin-border);background:#fcfcfd}.pagination-btns{display:flex;gap:8px}.import-flow-container{padding:4rem 2rem;text-align:center}.import-dropzone{border:2px dashed var(--admin-border);border-radius:16px;padding:3rem;background:#f8fafc;margin-bottom:2rem}.dropzone-actions{display:flex;justify-content:center;gap:12px;margin-top:1.5rem}.icon-circle{width:64px;height:64px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 12px #0000000d;color:var(--admin-text-muted)}.dashboard-grid{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}.stats-cards-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.stat-mini{display:flex;justify-content:space-between;padding:1.5rem;align-items:center}.stat-content p{color:var(--admin-text-muted);font-size:.875rem;margin:0}.stat-content h2{font-size:1.75rem;font-weight:700;margin:.25rem 0}.trend{font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:2px}.trend.up{color:var(--admin-emerald)}.stat-icon-bg{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon-bg.yellow{background:#fef3c7;color:#d97706}.stat-icon-bg.blue{background:#dbeafe;color:#2563eb}.todo-card{padding:1.5rem}.todo-card h3{font-size:1rem;margin-bottom:1.25rem}.todo-list{display:flex;flex-direction:column;gap:12px}.todo-item{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s;font-size:.9rem}.todo-item:hover{background:var(--admin-bg-light)}.todo-item.done{color:var(--admin-text-muted);text-decoration:line-through}.todo-item.done .icon-check{color:var(--admin-emerald)}.activity-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--admin-border)}.activity-item:last-child{border:none}.avatar-circle.gray{background:#e2e8f0;color:#64748b;font-weight:700;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}.profile-mini-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--admin-bg-light);border-radius:10px;margin-bottom:8px}.profile-mini-info p{margin:0;font-weight:600;font-size:.85rem}.profile-mini-info span{font-size:.75rem;color:var(--admin-text-muted)}.dashboard-layout{display:grid;grid-template-columns:1fr 380px;gap:1.5rem}.todo-hero-section{padding:1.5rem;margin-bottom:1.5rem;border-top:4px solid var(--admin-emerald)}.todo-grid{display:grid;gap:10px;margin-top:1rem}.todo-box{display:flex;align-items:center;gap:15px;padding:1rem;background:#f8fafc;border-radius:12px;cursor:pointer;transition:.2s;border:1px solid transparent}.todo-box:hover{border-color:var(--admin-border);background:#fff}.todo-box.done{opacity:.6}.todo-box.done span{text-decoration:line-through}.communication-card{padding:1.5rem;margin-bottom:1.5rem}.comm-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.comm-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1.5rem}.comm-btn{display:flex;align-items:center;gap:12px;padding:1rem;background:#fff;border:1px solid var(--admin-border);border-radius:12px;text-align:left;cursor:pointer;transition:all .2s ease}.comm-btn:hover{border-color:var(--admin-blue);background:#eff6ff;transform:translateY(-1px);box-shadow:0 2px 8px #3b82f61a}.comm-icon{color:var(--admin-blue);flex-shrink:0}.comm-text{flex:1}.comm-text strong{display:block;font-size:.9rem;font-weight:600;color:var(--admin-text-main);margin-bottom:2px}.comm-text span{font-size:.75rem;color:var(--admin-text-muted)}.quick-action-btn{display:flex;align-items:center;gap:12px;padding:.875rem 1rem;background:#fff;border:1px solid var(--admin-border);border-radius:8px;text-align:left;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:var(--admin-text-main)}.quick-action-btn:hover{border-color:var(--admin-blue);background:#f8fafc;transform:translate(2px)}.quick-action-btn svg{color:var(--admin-blue);flex-shrink:0}.quick-action-btn span{flex:1}.quick-action-btn svg:last-child{color:var(--admin-text-muted);margin-left:auto}.template-panel-overlay{position:fixed;inset:0;background:#0006;z-index:1000;display:flex;align-items:center;justify-content:flex-end;animation:fadeIn .2s ease}.template-panel{width:480px;max-width:90vw;height:100vh;background:#fff;box-shadow:-4px 0 24px #00000026;display:flex;flex-direction:column;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.template-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--admin-border)}.template-panel-header h3{margin:0;font-size:1.125rem;font-weight:600;color:var(--admin-text-main)}.template-panel-close{width:32px;height:32px;border-radius:6px;border:1px solid var(--admin-border);background:#fff;color:var(--admin-text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.template-panel-close:hover{background:#f8fafc;border-color:var(--admin-blue);color:var(--admin-blue)}.template-panel-content{flex:1;overflow-y:auto;padding:1.5rem}.template-list{display:flex;flex-direction:column;gap:.75rem}.template-item{display:flex;align-items:center;gap:12px;padding:1rem;background:#fff;border:1px solid var(--admin-border);border-radius:10px;cursor:pointer;transition:all .2s ease}.template-item:hover{border-color:var(--admin-blue);background:#f8fafc;transform:translate(2px);box-shadow:0 2px 8px #3b82f61a}.template-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.template-content{flex:1}.template-content strong{display:block;font-size:.9rem;font-weight:600;color:var(--admin-text-main);margin-bottom:2px}.template-content p{font-size:.75rem;color:var(--admin-text-muted);margin:0}.template-btn-inline{display:flex;align-items:center;gap:12px;padding:1rem;background:#fff;border:1px solid var(--admin-border);border-radius:10px;text-align:left;cursor:pointer;transition:all .2s ease;width:100%}.template-btn-inline:hover{border-color:var(--admin-blue);background:#f8fafc;transform:translate(2px);box-shadow:0 2px 8px #3b82f61a}.template-icon-inline{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.template-content-inline{flex:1;text-align:left}.template-content-inline strong{display:block;font-size:.9rem;font-weight:600;color:var(--admin-text-main);margin-bottom:2px}.template-content-inline p{font-size:.75rem;color:var(--admin-text-muted);margin:0}.template-editor{display:flex;flex-direction:column;gap:1.25rem}.template-field{display:flex;flex-direction:column;gap:.5rem}.template-field label{font-size:.875rem;font-weight:600;color:var(--admin-text-main)}.template-input,.template-textarea{width:100%;padding:.75rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.875rem;font-family:Manrope,sans-serif;color:var(--admin-text-main);background:#fff;transition:all .2s ease}.template-input:focus,.template-textarea:focus{outline:none;border-color:var(--admin-blue);box-shadow:0 0 0 3px #3b82f61a}.template-input:read-only,.template-textarea:read-only{background:#f8fafc;color:var(--admin-text-muted);cursor:not-allowed}.template-textarea{resize:vertical;min-height:120px;line-height:1.5}.template-panel-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid var(--admin-border);background:#f8fafc}.btn-action:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.recipient-selector{display:flex;flex-direction:column;gap:.5rem}.recipient-option{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:#fff;border:1px solid var(--admin-border);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.recipient-option:hover{border-color:var(--admin-blue);background:#f8fafc}.recipient-option.selected{border-color:var(--admin-blue);background:#eff6ff}.recipient-option-content{display:flex;align-items:center;gap:12px;flex:1}.recipient-icon{width:32px;height:32px;border-radius:6px;background:#f1f5f9;color:var(--admin-text-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0}.recipient-option.selected .recipient-icon{background:var(--admin-blue);color:#fff}.recipient-info{display:flex;flex-direction:column;gap:2px;flex:1}.recipient-label{font-size:.875rem;font-weight:600;color:var(--admin-text-main)}.recipient-count{font-size:.75rem;color:var(--admin-text-muted)}.recipient-check{color:var(--admin-blue);flex-shrink:0}.purchase-item{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.5rem;border-bottom:1px solid #F1F5F9;transition:background .2s ease}.purchase-item:hover{background:#f8fafc}.purchase-item:last-child{border-bottom:none}.purchase-meta{display:flex;flex-direction:column;gap:2px}.p-name{font-weight:600;font-size:.9rem;color:var(--admin-text-main)}.p-user{font-size:.75rem;color:var(--admin-text-muted)}.p-time{font-size:.8rem;color:var(--admin-text-muted)}.p-amount{font-weight:700;font-size:.9rem;color:var(--admin-text-main)}.highlight-border{border:1px solid #DBEAFE;background:#f0f7ff}.guest-verify-card{background:#fff;padding:1rem;border-radius:10px;margin-bottom:.75rem;border:1px solid #E2E8F0}.guest-info{margin-bottom:10px}.guest-info strong{display:block;font-size:.85rem;word-break:break-all}.guest-info span{font-size:.75rem;color:var(--admin-text-muted)}.btn-action-sm{width:100%;padding:8px;background:var(--admin-dark);color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border:1px solid var(--admin-border);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.stat-card:hover{box-shadow:0 2px 8px #0000000d}.stat-card.highlight-alert{border-color:#fcd34d;background:#fffbeb}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon.blue{background:#dbeafe;color:#2563eb}.stat-icon.green{background:#d1fae5;color:#059669}.stat-icon.purple{background:#e9d5ff;color:#7c3aed}.stat-data{display:flex;flex-direction:column;gap:4px;flex:1}.stat-data .label{font-size:.75rem;font-weight:500;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.05em}.stat-data .value{font-size:1.5rem;font-weight:700;color:var(--admin-text-main);line-height:1.2}.content-tabs{display:flex;gap:8px;margin-bottom:1.5rem;border-bottom:1px solid var(--admin-border);padding-bottom:0}.content-tabs button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--admin-text-muted);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:-1px}.content-tabs button:hover{color:var(--admin-text-main);background:#f8fafc}.content-tabs button.active{color:var(--admin-text-main);border-bottom-color:var(--admin-emerald);font-weight:600}.user-cell{display:flex;align-items:center;gap:12px}.avatar-small{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--admin-blue) 0%,#2563EB 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0;box-shadow:0 2px 4px #3b82f633}.avatar-small.gray{background:#e2e8f0;color:#64748b;box-shadow:0 1px 2px #0000000d}.user-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.user-meta .name{font-weight:600;font-size:.9rem;color:var(--admin-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-meta .email{font-size:.8rem;color:var(--admin-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-pill.active{background:#d1fae5;color:#059669}.status-pill.pending{background:#fef3c7;color:#d97706}.status-pill.inactive{background:#f1f5f9;color:#64748b}.icon-btn-more{width:32px;height:32px;border-radius:8px;border:1px solid var(--admin-border);background:#fff;color:var(--admin-text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex:none}.icon-btn-more:hover{background:#f8fafc;border-color:var(--admin-blue);color:var(--admin-blue)}.btn-action-sm-inline{padding:6px 12px;background:var(--admin-dark);color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease}.btn-action-sm-inline:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f64d}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.filter-group{display:flex;gap:8px;align-items:center}.id-badge.guest{background:#fef3c7;color:#d97706;font-weight:600}.admin-info-card{background:#fff;border:1px solid var(--admin-border);border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1.5rem}.admin-info-card.mt-2{margin-top:1.5rem}.info-content{display:flex;align-items:flex-start;gap:1rem;flex:1}.info-content svg.text-blue{color:var(--admin-blue);flex-shrink:0;margin-top:2px}.info-text{display:flex;flex-direction:column;gap:4px}.info-text strong{font-size:.9rem;font-weight:600;color:var(--admin-text-main)}.info-text p{font-size:.85rem;color:var(--admin-text-muted);margin:0;line-height:1.5}.text-blue{color:var(--admin-blue)}.text-green{color:var(--admin-emerald)}.text-red{color:#ef4444}.text-muted{color:var(--admin-text-muted)}.mt-2{margin-top:1.5rem}.product-beauty-frame{background:#fff;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:12px;border:1px dotted #ccc}.product-beauty-frame img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 5px 15px rgba(0,0,0,.08))}.product-beauty-frame .placeholder-icon{font-size:2rem;opacity:.3}.summary-table{width:100%;border-collapse:collapse;font-size:.875rem}.summary-table thead{border-bottom:1px solid var(--admin-border)}.summary-table th{text-align:left;padding:.5rem .75rem;font-size:.75rem;font-weight:600;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.05em}.summary-table td{padding:.75rem;border-bottom:1px solid #F8FAFC;vertical-align:middle}.summary-table tbody tr:last-child td{border-bottom:none}.summary-table tbody tr:hover{background:#f8fafc}.summary-table strong{font-weight:600;color:var(--admin-text-main);font-size:.9375rem}.category-grid-view{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 1rem;background:#fff;border:1px solid var(--color-border);border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:1.125rem;font-weight:500;color:var(--color-text)}.category-card:hover{border-color:var(--color-primary);background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f61a}.category-icon{width:3rem;height:3rem;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600}.btn-add-unique{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:var(--color-primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-add-unique:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f633}.link-global-search{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:transparent;border:none;color:var(--color-text);opacity:.6;font-size:.875rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.link-global-search:hover{opacity:1;color:var(--color-primary)}.global-search-section{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.global-search-input{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:8px;font-size:1rem}.global-search-results{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto}.global-result-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#fff;border:1px solid var(--color-border);border-radius:8px;cursor:pointer;transition:all .2s ease}.global-result-item:hover{border-color:var(--color-primary);background:#f8fafc}.global-result-item .product-beauty-frame{width:60px;height:60px;padding:.5rem}.global-result-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.global-result-info strong{font-size:.9375rem;color:var(--color-text)}.global-result-info span{font-size:.8125rem;color:var(--color-text);opacity:.6}.loading-spinner{text-align:center;padding:1rem;color:var(--color-text);opacity:.6;font-size:.875rem}.common-items-view{display:flex;flex-direction:column;gap:1.5rem}.common-items-header{display:flex;flex-direction:column;gap:1rem}.common-items-header h3{font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0}.hero-items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.hero-item-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;background:#fff;border:1px solid var(--color-border);border-radius:12px;cursor:pointer;transition:all .2s ease}.hero-item-card:hover{border-color:var(--color-primary);background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f61a}.hero-item-card .product-beauty-frame{width:100%;max-width:120px}.hero-item-name{font-size:.875rem;font-weight:500;color:var(--color-text);text-align:center}.manual-entry-view,.manual-form{display:flex;flex-direction:column;gap:1.5rem}.image-preview{margin-top:1rem}.image-preview .product-beauty-frame{max-width:200px;margin:0 auto}.btn-back{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;background:transparent;border:none;color:var(--color-text);opacity:.7;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.btn-back:hover{opacity:1;color:var(--color-primary)}.product-form{display:flex;flex-direction:column;gap:1.5rem}.field{display:flex;flex-direction:column;gap:.5rem}.field label{font-size:.875rem;font-weight:600;color:var(--admin-text-main)}.field input,.field textarea{padding:.75rem;border:1px solid rgb(174,187,193,.9);border-radius:8px;font-size:.9375rem;font-family:Manrope,sans-serif;transition:border-color .2s ease;background-color:#fff}.field input:focus,.field textarea:focus{border-color:var(--admin-blue);border-width:2px}select,.field select{padding:.75rem 2.5rem .75rem .75rem;border:1px solid rgb(174,187,193,.9);border-radius:8px;font-size:.875rem;font-family:Manrope,sans-serif;transition:border-color .2s ease;background-color:#fff;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748B' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;cursor:pointer}select:focus,.field select:focus{border-color:var(--admin-blue);border-width:2px;outline:none}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cat-toggle{display:flex;gap:.5rem;flex-wrap:wrap}.cat-toggle button{padding:.5rem 1rem;border:1px solid var(--admin-border);background:#fff;border-radius:8px;font-size:.875rem;font-weight:500;color:var(--admin-text-main);cursor:pointer;transition:all .2s ease}.cat-toggle button:hover{border-color:var(--admin-blue);background:#f8fafc}.cat-toggle button.active{background:var(--admin-blue);color:#fff;border-color:var(--admin-blue)}.image-dropzone{border:2px dashed var(--admin-border);border-radius:12px;padding:2rem;background:#f8fafc;cursor:pointer;transition:all .2s ease;position:relative;min-height:200px;height:100%;display:flex;align-items:center;justify-content:center}.image-dropzone:hover{border-color:var(--admin-blue);background:#f1f5f9}.image-dropzone.drag-over{border-color:var(--admin-blue);background:#eff6ff}.dropzone-content{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--admin-text-muted)}.dropzone-content svg{color:var(--admin-text-muted)}.upload-status{font-size:.875rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.spinner{animation:spin 1s linear infinite}.image-preview-container{position:relative;width:100%;max-width:300px;margin:0 auto}.image-actions{position:absolute;top:-8px;right:-8px;display:flex;gap:.5rem;align-items:center}.remove-bg-btn{padding:.375rem .75rem;border-radius:6px;background:var(--admin-blue);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;box-shadow:0 2px 8px #00000026;transition:all .2s ease;white-space:nowrap}.remove-bg-btn:hover:not(:disabled){background:var(--admin-blue-dark);transform:translateY(-1px)}.remove-bg-btn:disabled{opacity:.6;cursor:not-allowed}.remove-image-btn{width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid var(--admin-border);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .2s ease}.remove-image-btn:hover{background:#f8fafc;border-color:var(--admin-blue)}.fetch-image-section{margin-top:1rem}.fetch-input-group{display:flex;gap:.5rem}.fetch-input-group input{flex:1;padding:.75rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.9375rem;outline:none}.fetch-input-group input:focus{border-color:var(--admin-blue)}.btn-fetch{padding:.75rem 1.25rem;background:var(--admin-blue);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s ease;white-space:nowrap}.btn-fetch:hover:not(:disabled){background:#2563eb}.btn-fetch:disabled{opacity:.5;cursor:not-allowed}.fetch-results{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto}.fetch-result-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border:1px solid var(--admin-border);border-radius:8px;cursor:pointer;transition:all .2s ease}.fetch-result-item:hover{border-color:var(--admin-blue);background:#f8fafc}.product-beauty-frame.small{width:60px;height:60px;padding:.5rem}.fetch-result-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.fetch-result-info strong{font-size:.875rem;font-weight:600;color:var(--admin-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fetch-result-info span{font-size:.75rem;color:var(--admin-text-muted)}.additional-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.image-upload-container{grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.upload-section-wrapper{display:flex;flex-direction:column;gap:.5rem}.image-upload-container .upload-section-wrapper:first-of-type{gap:.5rem}.upload-section-label{font-size:.875rem;font-weight:600;color:var(--admin-text-main)}.qr-code-container{border:2px dashed var(--admin-border);border-radius:12px;background:#f8fafc;cursor:pointer;transition:all .2s ease;position:relative;min-height:200px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%}.qr-code-wrapper{padding:.75rem;background:#fff;border-radius:8px;border:1px solid var(--admin-border)}.qr-status{font-size:.75rem;color:var(--admin-blue);font-weight:500;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.qr-ip-input{margin-bottom:.75rem;width:100%}.qr-ip-input input{width:100%;padding:.5rem;border:1px solid var(--admin-border);border-radius:6px;font-size:.75rem}.image-preview-section{display:flex;flex-direction:column;gap:1rem}.image-preview-wrapper{position:relative;display:flex;flex-direction:column;gap:.75rem}.image-preview-wrapper .product-beauty-frame{width:360px;height:360px;max-width:360px;max-height:360px;padding:.5rem;margin:0 auto}.image-actions-column{display:flex;flex-direction:column;gap:.75rem;height:100%}.image-quick-actions{display:flex;gap:.5rem;margin-top:.75rem;justify-content:center}.image-action-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:#fff;border:1px solid var(--admin-border);border-radius:6px;cursor:pointer;transition:all .2s ease;color:var(--admin-text-muted)}.image-action-btn:hover{border-color:var(--admin-blue);color:var(--admin-blue);background:#f8fafc}.image-action-btn.active{background:var(--admin-blue);border-color:var(--admin-blue);color:#fff}.image-action-btn.remove-btn:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.remove-bg-cta{width:100%;padding:.875rem 1rem;background:var(--admin-blue);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.remove-bg-cta:hover:not(:disabled){background:var(--admin-blue-dark);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.remove-bg-cta:disabled{opacity:.6;cursor:not-allowed}.crop-guide-overlay{position:absolute;inset:0;pointer-events:none;z-index:10}.crop-guide-line{position:absolute;border:1px dashed rgba(59,130,246,.6);background:#3b82f61a}.crop-guide-horizontal{left:20%;right:20%;height:1px}.crop-guide-vertical{top:20%;bottom:20%;width:1px}.crop-guide-top{top:20%}.crop-guide-bottom{bottom:20%}.crop-guide-left{left:20%}.crop-guide-right{right:20%}.customize-section-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.75rem;color:var(--admin-text-main)}.customize-input{width:100%;padding:.75rem 1rem;border:1px solid var(--admin-border);border-radius:.5rem;font-size:.875rem;outline:none;transition:all .2s ease;background-color:#f4f4f4}.customize-input:focus{border-color:var(--admin-blue);box-shadow:0 0 0 3px #005ed91a}.customize-select{width:100%;padding:.75rem 1rem;border:1px solid var(--admin-border);border-radius:.5rem;font-size:.875rem;outline:none;background:#fff;cursor:pointer;transition:all .2s ease;background-color:#f4f4f4}.customize-select:focus{border-color:var(--admin-blue);box-shadow:0 0 0 3px #005ed91a}.customize-range{width:100%;height:.5rem;border-radius:.25rem;background:var(--admin-border);outline:none;cursor:pointer}.customize-range-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--admin-text-muted);margin-top:.5rem}.customize-logo-container{display:flex;flex-direction:column;gap:.5rem}.customize-logo-row{display:flex;gap:.75rem;align-items:center}.customize-logo-preview{width:3rem;height:3rem;border-radius:.5rem;border:1px solid var(--admin-border);display:flex;align-items:center;justify-content:center;overflow:hidden;background:#ccc;flex-shrink:0}.customize-logo-preview img{width:100%;height:100%;object-fit:contain;padding:.5rem}.customize-logo-upload-btn{display:flex;align-items:center;gap:.5rem;font-size:.875rem;padding:.5rem .75rem}.customize-logo-remove{background:none;border:none;color:#6b7280;font-size:.75rem;cursor:pointer;padding:0;text-decoration:underline;align-self:flex-start;transition:color .2s ease}.customize-logo-remove:hover{color:#374151}.customize-colors-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.customize-colors-label{font-size:.875rem;font-weight:600;color:var(--admin-text-main)}.customize-colors-container{display:flex;flex-direction:column;gap:1rem}.customize-color-row{display:flex;align-items:center;gap:1rem}.customize-color-label{font-size:.875rem;min-width:6rem}.customize-color-input-wrapper{position:relative;flex:1}.customize-color-picker{width:100%;height:2.5rem;border:1px solid var(--admin-border);border-radius:.5rem;cursor:pointer;outline:none}.customize-color-hex{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:5rem;padding:.25rem .5rem;border:none;background:#fff;border-radius:.25rem;font-size:.75rem;font-family:monospace;outline:none}.order-section-container{padding:1.5rem;display:grid;grid-template-columns:400px 2fr;gap:2rem;align-items:flex-start;background-color:#fff}.order-section-header{max-width:400px}.order-section-title{font-size:1rem;font-weight:600;color:var(--admin-text-main);margin-bottom:.5rem}.order-section-subtitle{font-size:.875rem;color:var(--admin-text-muted);margin:0}.order-partner-card{display:flex;flex-direction:column;gap:1rem}.order-partner-content{display:flex;align-items:flex-start;padding:1rem;border:1px solid var(--admin-border);border-radius:8px;gap:1.5rem}.order-trust-badge{font-size:.75rem;color:var(--admin-text-muted);line-height:1.4;max-width:250px}.order-partner-logo-container{display:flex;justify-content:flex-start;flex-shrink:0}.order-partner-logo{height:20px;width:auto;object-fit:contain}.order-partner-features-wrapper{display:flex;align-items:flex-start;gap:1.5rem;flex:1}.order-features-list{display:flex;flex-direction:column;gap:.5rem;flex:1}.order-features-list-wrapper{display:flex;flex-direction:column;gap:.25rem;flex:1}.order-feature-item{display:flex;align-items:center;gap:.5rem}.order-feature-text{font-size:.75rem;color:var(--admin-text-main)}.order-cta-container{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;align-self:flex-start}.order-cta-button{font-size:.875rem;padding:.5rem 1rem;text-decoration:none;text-align:center;white-space:nowrap}.order-generate-button{font-size:.75rem;padding:.5rem 1rem;white-space:nowrap}.order-checkout-code-display{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--admin-bg);border:1px solid var(--admin-border);border-radius:6px;font-size:.75rem;font-family:monospace;color:var(--admin-text-main)}.order-copy-button{background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;color:var(--admin-text-muted);transition:color .2s}.order-copy-button:hover:not(.copied){color:var(--admin-blue)}.order-copy-button.copied{color:#10b981}
