:root{--color-primary: #1b4332;--color-primary-light: #2d6a4f;--color-secondary: #d4a373;--color-secondary-light: #faedcd;--color-background: #fefae0;--color-surface: #ffffff;--color-text: #2b2d42;--color-text-light: #6d6875;--color-border: #e9edc9;--color-danger: #e74c3c;--color-success: #27ae60;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 3rem;--spacing-xl: 6rem;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 8px 24px rgba(27, 67, 50, .08);--shadow-lg: 0 16px 48px rgba(27, 67, 50, .12);--glass: rgba(255, 255, 255, .8);--header-announcement-height: 42px;--header-nav-height: 80px;--header-total-height: 122px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-background);background-image:linear-gradient(#ffffff80,#ffffff80),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");color:var(--color-text);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);line-height:1.25;margin-bottom:var(--spacing-md);letter-spacing:-.02em}a{text-decoration:none;color:inherit;transition:all .2s ease}ul{list-style:none}img{max-width:100%;display:block}svg,video,canvas,iframe{max-width:100%}input,select,textarea{font:inherit;max-width:100%}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1300px;margin:0 auto;padding:0 var(--spacing-lg);width:100%}.main-content{padding-top:var(--header-total-height);min-height:calc(100vh - var(--header-total-height) - 300px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:var(--radius-full);font-weight:600;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1rem}.btn-primary{background-color:var(--color-primary);color:#fff;box-shadow:0 4px 15px #1b43324d}.btn-primary:hover{background-color:var(--color-primary-light);transform:translateY(-2px);box-shadow:0 8px 25px #1b433266}.btn-secondary{background-color:var(--color-secondary);color:#fff}.btn-secondary:hover{background-color:var(--color-secondary-light)}.btn-outline{border:2px solid white;color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-outline:hover{background-color:#fff;color:var(--color-primary)}.text-center{text-align:center}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mt-lg{margin-top:var(--spacing-lg)}.mb-lg{margin-bottom:var(--spacing-lg)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}@media(max-width:768px){:root{--header-announcement-height: 36px;--header-nav-height: 72px;--header-total-height: 108px}body{line-height:1.6}.container{padding:0 1rem}.main-content{padding-top:var(--header-total-height);padding-bottom:calc(84px + env(safe-area-inset-bottom));min-height:auto}.btn{width:100%;min-height:48px;padding:.9rem 1.25rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}@media(max-width:480px){h1{font-size:clamp(2rem,8vw,2.5rem)}h2{font-size:clamp(1.65rem,7vw,2rem)}h3{font-size:clamp(1.25rem,5.5vw,1.5rem)}.products-grid{grid-template-columns:1fr;gap:1rem}}.app-error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(circle at top,rgba(250,204,21,.14),transparent 28%),linear-gradient(180deg,#fffef6,#f8fafc)}.app-error-boundary__card{width:min(100%,620px);padding:2rem;border-radius:24px;background:#ffffffeb;border:1px solid rgba(226,232,240,.9);box-shadow:0 24px 60px #0f172a1f}.app-error-boundary__eyebrow{display:inline-flex;padding:.35rem .75rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.app-error-boundary__card h1{margin:1rem 0 .75rem;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.1;color:#0f172a}.app-error-boundary__card p{margin:0;color:#475569;line-height:1.7;font-size:1rem}.app-error-boundary__message{margin-top:1.25rem;padding:1rem 1.1rem;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:.95rem;word-break:break-word}.app-error-boundary__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.app-error-boundary__actions button{border:none;border-radius:12px;padding:.85rem 1.25rem;background:#0f172a;color:#fff;font-weight:700;cursor:pointer}.app-error-boundary__actions button.secondary{background:#e2e8f0;color:#0f172a}.header{position:fixed;top:0;left:0;width:100%;z-index:1400;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px #0000000d;transition:all .3s ease}.header-announcement-bar{min-height:var(--header-announcement-height);display:flex;align-items:center;justify-content:center;padding:.55rem 1rem;background:linear-gradient(90deg,#1b4332fa,#2d6a4ffa 52%,#1b4332fa);border-bottom:1px solid rgba(250,237,205,.22)}.header-announcement-bar__inner{width:100%;max-width:1400px;display:flex;align-items:center;justify-content:center;text-align:center}.header-announcement-bar__text{color:#fffdf7;font-size:.94rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1.2;text-wrap:balance}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;height:var(--header-nav-height);gap:1rem;display:flex;align-items:center}.logo{display:flex;justify-content:flex-start;flex-shrink:0;min-width:160px}.logo a{text-decoration:none;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.site-logo{display:block;height:72px;max-width:168px;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;flex:1}.nav-links a{text-decoration:none;color:var(--color-text);font-weight:500;font-size:.95rem;transition:color .2s}.nav-links a:hover{color:var(--color-primary)}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions--left{display:none}.header-actions--right{justify-content:flex-end;flex-shrink:0;margin-left:1.25rem}.icon-btn{background:none;border:none;cursor:pointer;color:var(--color-text);padding:.5rem;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center;position:relative;text-decoration:none}.icon-btn:hover{background-color:var(--color-secondary-light);color:var(--color-secondary)}.cart-badge{position:absolute;top:0;right:0;background-color:#047857;color:#fff;font-size:.7rem;font-weight:700;height:18px;width:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translate(25%,-25%)}.mobile-menu-btn,.mobile-search-btn,.mobile-favorites-btn{display:none}.desktop-profile-btn{display:inline-flex}.header-mobile-backdrop,.header-mobile-drawer{display:none}.search-overlay{position:absolute;top:100%;left:0;width:100%;background:#fff;padding:1rem 0;box-shadow:0 4px 6px -1px #0000001a;animation:slideDown .3s ease-out;border-top:1px solid #f0f0f0}.search-form{max-width:600px;margin:0 auto;padding:0 1rem}.search-input-wrapper{position:relative;display:flex;gap:1rem}.search-form input{flex:1;padding:.8rem 1.2rem;border:1px solid #e2e8f0;border-radius:50px;font-size:1rem;outline:none;transition:all .2s}.search-form input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #2563eb1a}.search-form button{padding:0 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:50px;font-weight:600;cursor:pointer}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(180deg,#fffffffa,#faf8f3f5);border-bottom:1px solid rgba(27,67,50,.08)}.header-announcement-bar{padding:.42rem .75rem}.header-announcement-bar__text{font-size:.76rem;letter-spacing:.03em}.header-container{height:var(--header-nav-height);padding:0 .9rem;gap:.4rem;display:grid;grid-template-columns:auto 1fr auto}.nav-links,.desktop-search-btn,.desktop-favorites-btn,.desktop-profile-btn{display:none}.mobile-menu-btn,.mobile-search-btn,.mobile-favorites-btn{display:flex}.header-actions--left{display:flex;justify-content:flex-start;position:relative;z-index:1404}.header-actions{gap:.2rem}.header-actions--right .icon-btn,.header-actions--left .icon-btn{width:40px;height:40px;padding:0;border-radius:14px}.header-actions--left .icon-btn,.header-actions--right .icon-btn{color:var(--color-primary)}.header-actions--right .icon-btn:hover,.header-actions--left .icon-btn:hover{background:#d4a37329;color:var(--color-primary)}.logo{justify-content:center;min-width:0}.site-logo{height:60px;max-width:188px}.cart-badge{top:4px;right:3px;height:16px;width:16px;font-size:.62rem;transform:none}.header-mobile-backdrop.is-open{display:block;position:fixed;inset:var(--header-total-height) 0 0;background:#0f172a47;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:0;z-index:1401}.header-mobile-drawer{display:flex;flex-direction:column;position:fixed;top:var(--header-total-height);left:0;right:0;bottom:0;width:100%;background:#fff;border-top:1px solid rgba(27,67,50,.08);box-shadow:0 20px 40px #0f172a24;transform:translateY(-14px);transition:transform .22s ease,opacity .22s ease,visibility .22s ease;z-index:1402;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none}.header-mobile-drawer.is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.header-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .85rem;color:var(--color-primary);background:linear-gradient(180deg,#faedcdd1,#fffffff5);border-bottom:1px solid rgba(27,67,50,.08)}.header-mobile-drawer-title{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;letter-spacing:.01em}.header-mobile-drawer-close{width:36px;height:36px;border-radius:12px;background:#1b433214;color:var(--color-primary)}.header-mobile-drawer-body{flex:1;min-height:0;overflow-y:auto;background:#fff;padding:0 0 calc(6.5rem + env(safe-area-inset-bottom))}.header-mobile-drawer-categories{border-top:1px solid rgba(15,23,42,.06);background:#fff}.header-mobile-drawer-group{border-top:1px solid rgba(15,23,42,.06)}.header-mobile-drawer-group:last-child{border-bottom:1px solid rgba(15,23,42,.06)}.header-mobile-drawer-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.header-mobile-drawer-link,.header-mobile-sublink{display:flex;align-items:center;width:100%;min-height:56px;padding:1rem;color:var(--color-text);font-weight:600;font-size:1rem;background:#fff;text-decoration:none}.header-mobile-drawer-link.is-active,.header-mobile-sublink.is-active{color:var(--color-primary);background:#faedcd8c}.header-mobile-drawer-toggle{width:52px;height:52px;margin-right:.35rem;border-radius:14px;background:transparent;color:#1b4332b8}.header-mobile-drawer-toggle.is-open{color:var(--color-primary)}.header-mobile-submenu{padding:.2rem 0 .65rem;background:#fcfaf5}.header-mobile-sublink{min-height:46px;padding:.72rem 1rem .72rem 1.85rem;font-size:.94rem;font-weight:500}.search-overlay{position:fixed;inset:var(--header-total-height) 0 auto 0;width:100%;padding:.85rem 0 1rem;background:#fffffffa;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 22px 42px #0f172a1f;z-index:1000}.search-input-wrapper{flex-direction:column;gap:.75rem}.search-form{max-width:100%;padding:0 .9rem}.search-form input{border-radius:18px;min-height:48px;font-size:.95rem;box-shadow:0 10px 24px #0f172a0d}.search-form button{width:100%;min-height:48px;border-radius:16px;box-shadow:0 14px 28px #1b43322e}}@media(max-width:480px){.header-announcement-bar__text{font-size:.7rem}.header-container{padding:0 .7rem}.site-logo{height:56px;max-width:172px}.header-actions--right .icon-btn,.header-actions--left .icon-btn{width:38px;height:38px}.search-form{padding:0 .75rem}}.cookie-consent-banner{position:fixed;right:20px;bottom:20px;z-index:1200}.cookie-consent-banner__card,.cookie-consent-modal__card{background:#fffffffa;border:1px solid rgba(20,83,45,.12);box-shadow:0 24px 60px #0f172a2e}.cookie-consent-banner__card{width:min(420px,calc(100vw - 40px));padding:1rem 1rem .95rem;border-radius:22px;display:grid;gap:.85rem}.cookie-consent-banner__content h3,.cookie-consent-modal__header h3{margin:.2rem 0 .5rem;color:#14213d}.cookie-consent-banner__content h3{font-size:1.3rem;line-height:1.2}.cookie-consent-banner__content p,.cookie-consent-modal__row p{margin:0;line-height:1.55;color:#475569}.cookie-consent-banner__content p{font-size:.95rem}.cookie-consent-banner__eyebrow{display:inline-block;padding:.35rem .7rem;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.cookie-consent-banner__actions,.cookie-consent-modal__footer{display:flex;gap:.75rem;flex-wrap:wrap}.cookie-consent-banner__actions{justify-content:flex-end}.cookie-btn{border:0;border-radius:14px;padding:.82rem 1rem;font-weight:700;cursor:pointer}.cookie-btn--primary{background:#143f2a;color:#fff}.cookie-btn--soft{background:#eef2ff;color:#3730a3}.cookie-btn--ghost{background:#f8fafc;color:#0f172a;border:1px solid #dbe4dc}.cookie-consent-modal{position:fixed;inset:0;z-index:1300;display:grid;place-items:center;padding:1rem}.cookie-consent-modal__backdrop{position:absolute;inset:0;background:#0f172a6b}.cookie-consent-modal__card{position:relative;width:min(720px,100%);border-radius:28px;padding:1.4rem;display:grid;gap:1rem}.cookie-consent-modal__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.cookie-consent-modal__close{border:0;background:#f8fafc;border-radius:12px;padding:.7rem .95rem;font-weight:700;color:#0f172a;cursor:pointer}.cookie-consent-modal__section{display:grid;gap:.9rem}.cookie-consent-modal__row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.05rem;border-radius:18px;border:1px solid #dbe4dc;background:#fbfffc}.cookie-consent-modal__row strong{display:block;margin-bottom:.25rem;color:#143f2a}.cookie-consent-modal__toggle input{width:20px;height:20px;margin-top:.25rem}.cookie-consent-badge{white-space:nowrap;border-radius:999px;padding:.4rem .65rem;background:#ecfdf5;color:#15803d;font-size:.78rem;font-weight:800}@media(max-width:700px){.cookie-consent-banner{right:12px;left:12px;bottom:12px}.cookie-consent-banner__card{width:100%;padding:1rem}.cookie-consent-banner__content h3{font-size:1.15rem}.cookie-consent-banner__actions{justify-content:stretch}.cookie-consent-banner__actions .cookie-btn{flex:1 1 100%}.cookie-consent-modal__header,.cookie-consent-modal__row{display:grid}.cookie-consent-modal__toggle input{justify-self:start}}.hero-showcase{--hero-rail-gap: 1rem;--hero-rail-card-height: 222px;padding:1.3rem 0 .5rem}.hero-showcase__shell{width:min(1340px,calc(100% - 2rem));margin:0 auto;padding:1rem 0 .3rem}.hero-showcase__grid{display:grid;grid-template-columns:395px minmax(0,820px);gap:var(--hero-rail-gap);align-items:stretch;justify-content:center}.hero-showcase__rail{display:grid;gap:var(--hero-rail-gap)}.hero-showcase__main{min-width:0}.hero-promo-card,.hero-main-banner{position:relative;display:block;overflow:hidden;border-radius:18px;border:1px solid rgba(226,232,240,.9);box-shadow:0 14px 30px #0f172a14;background:#f8fafc}.hero-skeleton{position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(226,232,240,.9);background:linear-gradient(110deg,#eef2f7 8%,#f8fafc 18%,#eef2f7 33%);background-size:200% 100%;animation:heroSkeletonPulse 1.25s linear infinite}.hero-skeleton--promo{height:var(--hero-rail-card-height)}.hero-skeleton--main{height:calc((var(--hero-rail-card-height) * 2) + var(--hero-rail-gap))}.hero-promo-card{height:var(--hero-rail-card-height)}.hero-main-banner{height:calc((var(--hero-rail-card-height) * 2) + var(--hero-rail-gap))}.hero-banner-backdrop{position:absolute;inset:0;background-position:center;background-repeat:no-repeat;background-size:cover;filter:blur(18px) saturate(1.05);transform:scale(1.08);opacity:.42}.hero-banner-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff1a,#fff3)}.hero-banner-backdrop--main{opacity:.34}.hero-promo-card__image,.hero-main-banner__image{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center}.hero-promo-card__image{transition:opacity .7s ease-in-out,transform .55s ease;will-change:opacity,transform}.hero-main-banner__image{transition:transform .35s ease;padding:0}.hero-promo-card:hover .hero-promo-card__image,.hero-main-banner:hover .hero-main-banner__image{transform:scale(1.015)}.hero-promo-card--slider .hero-banner-backdrop{animation:heroPromoBackdropIn 1.05s ease-out both}.hero-promo-card--slider .hero-promo-card__image{animation:heroPromoFadeIn 1.05s ease-in-out both}@keyframes heroPromoFadeIn{0%{opacity:.22;transform:scale(1.018)}to{opacity:1;transform:scale(1)}}@keyframes heroPromoBackdropIn{0%{opacity:.16;transform:scale(1.11)}to{opacity:.42;transform:scale(1.08)}}@keyframes heroSkeletonPulse{to{background-position-x:-200%}}@media(prefers-reduced-motion:reduce){.hero-promo-card__image,.hero-main-banner__image,.hero-banner-backdrop,.hero-skeleton{transition:none!important;animation:none!important}}@media(max-width:1100px){.hero-showcase{--hero-rail-card-height: 188px;--hero-rail-gap: .85rem}.hero-showcase__shell{width:min(1140px,calc(100% - 1rem))}.hero-showcase__grid{grid-template-columns:330px minmax(0,690px)}}@media(max-width:768px){.hero-showcase{--hero-rail-card-height: auto;padding-top:.4rem}.hero-showcase__shell{width:min(100%,calc(100% - .7rem));padding-top:.25rem}.hero-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;align-items:start}.hero-showcase__rail{display:grid;grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.hero-showcase__main{grid-column:1 / -1;grid-row:1}.hero-showcase__rail--left{grid-row:2}.hero-promo-card,.hero-main-banner,.hero-skeleton{border-radius:14px;aspect-ratio:16 / 9;height:auto}}@media(max-width:480px){.hero-showcase__shell{width:min(100%,calc(100% - .6rem))}.hero-showcase__grid{gap:.65rem}.hero-promo-card,.hero-main-banner,.hero-skeleton{border-radius:12px}}.footer{background:linear-gradient(180deg,#1b4332fa,#133125);color:var(--color-surface);padding:var(--spacing-xl) 0 var(--spacing-md);margin-top:auto}.footer-content{margin-bottom:var(--spacing-lg)}.footer-main-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.footer-contact-inline{margin-top:var(--spacing-md);padding-top:var(--spacing-sm);border-top:1px solid rgba(255,255,255,.12)}.footer-column h3{color:var(--color-secondary);font-size:1.25rem;margin-bottom:var(--spacing-md)}.footer-column p,.footer-column a{color:#dfe6e9;font-size:.95rem;margin-bottom:var(--spacing-sm);display:block;text-decoration:none}.footer-text-button{display:block;margin-bottom:var(--spacing-sm);padding:0;border:0;background:transparent;color:#dfe6e9;font-size:.95rem;text-align:left;cursor:pointer}.footer-column a:hover,.footer-text-button:hover{color:var(--color-secondary);text-decoration:underline}.footer-category-link.level-0{font-weight:600;margin-top:.15rem}.footer-category-link.level-1{padding-left:.9rem;font-size:.9rem;opacity:.92}.footer-category-link.level-2{padding-left:1.7rem;font-size:.88rem;opacity:.85}.footer-category-link.level-3{padding-left:2.4rem;font-size:.86rem;opacity:.78}.footer-category-grid{display:grid;grid-template-columns:1fr;gap:.25rem;max-width:none;margin:0}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:var(--spacing-md);font-size:.85rem;color:#fff9}.footer-signature{margin-top:.38rem;display:flex;justify-content:center;text-align:center}.footer-signature__badge{display:inline-flex;align-items:center;gap:.42rem;padding:.32rem .62rem;border:1px solid rgba(234,224,201,.14);border-radius:999px;background:linear-gradient(135deg,#ffffff0f,#d2e6d908);box-shadow:inset 0 1px #ffffff0d;color:#f1eadde0;text-decoration:none;cursor:pointer;pointer-events:auto;position:relative;z-index:2;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.footer-signature__badge:hover{transform:translateY(-1px);border-color:#eae0c93d;background:linear-gradient(135deg,#ffffff14,#d2e6d90d)}.footer-signature__mark{display:inline-flex;align-items:center;justify-content:center;width:.82rem;height:.82rem;color:#ece5d6f5;opacity:.92}.footer-signature__mark svg{display:block;width:100%;height:100%}.footer-signature__text{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:none;font-variant-ligatures:none;white-space:nowrap}.mobile-bottom-nav{display:none}@media(max-width:900px){.footer{padding:1.2rem 0 calc(5.5rem + env(safe-area-inset-bottom));border-top-left-radius:26px;border-top-right-radius:26px;overflow:hidden}.footer-content{margin-bottom:.5rem}.footer-main-grid{grid-template-columns:1fr;gap:.9rem;margin-bottom:0}.footer-column{padding:1rem 1rem .95rem;border-radius:18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07)}.footer-column--brand{background:linear-gradient(135deg,#d4a37333,#ffffff12)}.footer-category-grid{gap:.35rem}.footer-column h3{margin-bottom:.5rem;font-size:1.1rem}.footer-column p,.footer-column a,.footer-text-button{margin-bottom:.4rem;font-size:.92rem}.footer-contact-inline{margin-top:.65rem;padding-top:.55rem}.footer-bottom{padding-top:.8rem;padding-bottom:.15rem;font-size:.78rem}.footer-signature{margin-top:.32rem}.footer-signature__badge{gap:.34rem;padding:.28rem .54rem}.footer-signature__mark{width:.74rem;height:.74rem}.footer-signature__text{font-size:.62rem;letter-spacing:.05em}.mobile-bottom-nav{position:fixed;left:.65rem;right:.65rem;bottom:calc(.45rem + env(safe-area-inset-bottom));z-index:995;display:grid;grid-template-columns:repeat(5,1fr);align-items:stretch;gap:.35rem;padding:.48rem .52rem;background:#ffffffeb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(27,67,50,.08);border-radius:24px;box-shadow:0 18px 34px #0f172a1f}.mobile-bottom-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.22rem;min-height:54px;padding:.35rem .15rem;border-radius:16px;color:#0f172ab8;transition:transform .18s ease,background-color .18s ease,color .18s ease}.mobile-bottom-nav__item.is-active{color:var(--color-primary);background:linear-gradient(180deg,#faedcdeb,#fff8ebe6);box-shadow:inset 0 1px #ffffffa6}.mobile-bottom-nav__item:hover{transform:translateY(-1px)}.mobile-bottom-nav__icon{position:relative;display:inline-flex;align-items:center;justify-content:center}.mobile-bottom-nav__item:nth-child(3){background:#1b43320f}.mobile-bottom-nav__item:nth-child(3).is-active{background:linear-gradient(180deg,#1b433224,#faedcdf2)}.mobile-bottom-nav__badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 .2rem;border-radius:999px;background:var(--color-secondary);color:#fff;font-size:.62rem;font-weight:700;line-height:16px;text-align:center}.mobile-bottom-nav__label{font-size:.68rem;font-weight:600;line-height:1.1;text-align:center}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease;z-index:999;animation:fadeIn .3s ease}.scroll-to-top:hover{background:var(--color-secondary);transform:translateY(-4px);box-shadow:0 6px 20px #0003}.scroll-to-top:active{transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.scroll-to-top{bottom:calc(5.4rem + env(safe-area-inset-bottom));right:1rem;width:45px;height:45px;box-shadow:0 10px 22px #0f172a2e}}.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:9999;display:flex;flex-direction:column;gap:1rem;pointer-events:none}.toast-message{pointer-events:auto;min-width:300px;padding:1rem 1.25rem;border-radius:12px;background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;align-items:center;gap:.75rem;animation:slideInToast .3s cubic-bezier(.16,1,.3,1);border:1px solid transparent}.toast-message.success{background-color:#059669;color:#fff;border-color:#047857}.toast-message.error,.toast-message.wishlist{background-color:#ef4444;color:#fff;border-color:#dc2626}.toast-message.warning{background-color:#d97706;color:#fff;border-color:#b45309}.toast-message.info{background-color:#2563eb;color:#fff;border-color:#1d4ed8}.toast-icon{display:flex;align-items:center;justify-content:center}.toast-close{margin-left:auto;background:transparent;border:none;color:currentColor;opacity:.8;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%}.toast-close:hover{background:#fff3;opacity:1}@keyframes slideInToast{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.toast-container{left:50%;transform:translate(-50%);right:auto;bottom:1.5rem;width:90%;max-width:400px}.toast-message{width:100%;min-width:auto}}.confirm-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1.5rem}.confirm-dialog{width:min(100%,420px);background:linear-gradient(180deg,#fffdfa,#fffaf4);border-radius:24px;border:1px solid rgba(234,88,12,.18);box-shadow:0 28px 70px #0f172a38;padding:1.45rem}.confirm-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.confirm-dialog__header-copy{display:grid;gap:.45rem}.confirm-dialog__eyebrow{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;padding:.34rem .62rem;border-radius:999px;background:#fed7aab3;color:#b45309;font-size:.74rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.confirm-dialog__header h3{margin:0;font-size:1.28rem;line-height:1.25;color:#1f2937}.confirm-dialog__close{width:34px;height:34px;border:none;border-radius:999px;background:#ffffffd1;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid rgba(226,232,240,.9)}.confirm-dialog__message-box{border-radius:18px;padding:1rem 1rem .95rem;background:linear-gradient(135deg,#ffedd5e6,#fff7edf5);border:1px solid rgba(251,146,60,.2);box-shadow:inset 0 1px #ffffff80}.confirm-dialog p{margin:0;color:#4b5563;line-height:1.7;font-size:1rem;white-space:pre-line}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.15rem}.confirm-dialog__btn{border:none;border-radius:14px;padding:.86rem 1.22rem;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.confirm-dialog__btn:hover{transform:translateY(-1px)}.confirm-dialog__btn--secondary{background:#eef2f7;color:#475569}.confirm-dialog__btn--danger{background:linear-gradient(180deg,#ef4444,#dc2626);color:#fff;box-shadow:0 12px 24px #dc262638}.confirm-dialog__btn--primary{background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff}.mp-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background:#f8fafc;color:#172033}.mp-shell--login{grid-template-columns:1fr;place-items:center;padding:2rem}.mp-login-card,.mp-loading-card{width:min(100%,420px);background:#ffffffeb;border:1px solid rgba(23,50,77,.08);border-radius:24px;box-shadow:0 28px 70px #1720331a;padding:1.8rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mp-login-card h1,.mp-page-header h1{margin:0;font-size:clamp(1.9rem,2.4vw,2.9rem);line-height:.98;color:#17324d}.mp-login-card p,.mp-page-header p,.mp-stat-card p,.mp-list-item p,.mp-channel-card p,.mp-placeholder-panel p{color:#5e6777}.mp-login-copy{display:block;margin-top:.75rem;line-height:1.6}.mp-login-form{display:grid;gap:1rem;margin-top:1.5rem}.mp-login-form label,.mp-toggle-row label{display:grid;gap:.45rem}.mp-login-form input{border:1px solid #d7dce3;border-radius:16px;padding:.95rem 1rem;font:inherit;background:#fff;color:#172033;transition:border-color .16s ease,box-shadow .16s ease}.mp-login-form input:focus,.mp-field input:focus,.mp-field textarea:focus{outline:none;border-color:#1f4b7a;box-shadow:0 0 0 4px #1f4b7a1a}.mp-primary-btn,.mp-ghost-btn{border:0;border-radius:999px;padding:.95rem 1.2rem;font:inherit;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.6rem}.mp-primary-btn{justify-content:center;background:linear-gradient(135deg,#17324d,#245a7a);color:#fff;box-shadow:0 14px 30px #17324d38}.mp-ghost-btn{background:#fff;color:#17324d;border:1px solid rgba(23,50,77,.12)}.mp-sidebar{border-right:1px solid #e2e8f0;background:#fff;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:0;min-height:100vh}.mp-brand{display:flex;align-items:center;gap:.9rem;padding:.75rem .4rem}.mp-brand strong{display:block;font-size:1.35rem;margin-bottom:.15rem}.mp-brand p{margin:0;color:#64748b;font-size:.82rem}.mp-brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:0 14px 28px #2563eb38}.mp-eyebrow{display:inline-block;margin-bottom:.6rem;color:#8f6a2a;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800}.mp-nav{display:grid;gap:.5rem}.mp-nav-link{display:flex;align-items:center;gap:.75rem;padding:.95rem 1rem;border-radius:14px;text-decoration:none;color:#64748b;transition:background-color .16s ease,color .16s ease,transform .16s ease}.mp-nav-link:hover,.mp-nav-link.is-active{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;transform:translate(2px);box-shadow:0 14px 26px #2563eb38}.mp-sidebar-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid rgba(23,50,77,.08)}.mp-sidebar-footer small,.mp-panel-heading span,.mp-stat-card span,.mp-channel-meta span,.mp-definition-list span{color:#6a7280}.mp-main{width:100%;min-width:0;padding:clamp(1.5rem,2vw,2.75rem);box-sizing:border-box}.mp-page{display:grid;gap:1.5rem;align-content:start;width:100%;min-width:0}.mp-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.mp-page-header p{max-width:760px}.mp-page-header--detail{align-items:flex-end}.mp-page-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.mp-action-menu{position:relative}.mp-action-menu__dropdown{position:absolute;top:calc(100% + .55rem);right:0;min-width:240px;padding:.45rem;border-radius:18px;border:1px solid rgba(23,50,77,.12);background:#fffffffa;box-shadow:0 22px 50px #17203329;z-index:20;display:grid;gap:.3rem}.mp-action-menu__item{border:0;background:transparent;color:#17324d;border-radius:14px;padding:.8rem .95rem;font:inherit;font-weight:600;text-align:left;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.mp-action-menu__item:hover{background:#edf4fb;transform:translate(2px)}.mp-stats-grid,.mp-panel-grid,.mp-channel-grid,.mp-channel-list,.mp-channel-detail-grid{display:grid;gap:1rem}.mp-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mp-panel-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.mp-channel-grid,.mp-channel-list{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-channel-detail-grid{grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);align-items:start}.mp-stat-card,.mp-panel,.mp-channel-card,.mp-placeholder-panel,.mp-channel-summary-card{background:#ffffffeb;border:1px solid rgba(23,50,77,.08);border-radius:24px;padding:1.3rem;box-shadow:0 20px 50px #1720330f}.mp-stat-card strong{display:block;font-size:2rem;margin:.45rem 0}.mp-panel-heading,.mp-channel-topline,.mp-toggle-row,.mp-definition-list div{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mp-panel-heading__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}.mp-list,.mp-checklist{display:grid;gap:.85rem}.mp-list-item,.mp-checklist div{border:1px solid #f1e4d2;background:#fffdf8;border-radius:16px;padding:.95rem 1rem}.mp-badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.82rem;font-weight:700}.mp-badge--success{background:#dcfce7;color:#166534}.mp-badge--warning{background:#fef3c7;color:#92400e}.mp-badge--danger{background:#ffe4e6;color:#be123c}.mp-badge--muted{background:#e7e5e4;color:#57534e}.mp-back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.9rem;color:#17324d;text-decoration:none;font-weight:700}.mp-back-link:hover{text-decoration:underline}.mp-channel-summary-card{display:grid;gap:1rem}.mp-channel-summary-card__topline,.mp-channel-summary-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.mp-channel-summary-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.mp-channel-summary-meta div,.mp-channel-summary-note{border:1px solid #f1e4d2;background:#fffdf8;border-radius:18px;padding:.9rem 1rem;display:grid;gap:.25rem}.mp-channel-summary-meta span,.mp-channel-summary-note span{color:#6a7280;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.mp-channel-summary-meta strong,.mp-channel-summary-note strong{color:#17324d;line-height:1.4}.mp-primary-btn--link{text-decoration:none}.mp-channel-detail-main,.mp-channel-detail-side{display:grid;gap:1.1rem}.mp-section-heading{display:grid;gap:.2rem}.mp-section-heading h2{margin:0}.mp-section-heading p{margin:0;color:#6a7280}.mp-channel-card{display:grid;gap:1rem}.mp-toggle-row{align-items:stretch;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.mp-toggle-row label{padding:.95rem 1rem;border-radius:18px;background:#fffaf5;border:1px solid #f3dfca}.mp-toggle-row input{margin-right:.5rem}.mp-channel-meta{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:.25rem}.mp-channel-note{margin:0}.mp-inline-alert,.mp-banner-error,.mp-banner-success{display:flex;align-items:center;gap:.6rem;border-radius:16px;padding:.85rem 1rem}.mp-inline-alert--soft{color:#9a3412;background:#fff7ed;border:1px solid #fdba74}.mp-inline-alert,.mp-banner-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.mp-banner-warning{display:grid;gap:.75rem;color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:16px;padding:1rem 1.1rem}.mp-diagnostic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.mp-diagnostic-card{display:grid;gap:.35rem;padding:.9rem;border-radius:14px;background:#ffffffb8;border:1px solid rgba(251,191,36,.32)}.mp-diagnostic-card strong{color:#7c2d12;font-size:.9rem}.mp-diagnostic-card small{color:#9a3412;font-size:.82rem;line-height:1.45}.mp-banner-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.mp-definition-list{display:grid;gap:.85rem}.mp-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.mp-form-grid--schedule{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-field{display:grid;gap:.45rem}.mp-field span{color:#78716c;font-size:.86rem;font-weight:600}.mp-field input,.mp-field textarea{width:100%;border:1px solid #e7d7c4;border-radius:14px;padding:.8rem .9rem;font:inherit;background:#fff;color:#1f2937}.mp-field textarea{min-height:96px;resize:vertical}.mp-action-row,.mp-mini-actions{display:flex;gap:.75rem;flex-wrap:wrap}.mp-mini-actions--stacked{display:grid}.mp-action-row .mp-primary-btn,.mp-action-row .mp-ghost-btn{flex:1;justify-content:center}.mp-mini-action-btn{border:1px solid rgba(23,50,77,.12);background:#f4f8fb;color:#17324d;border-radius:999px;padding:.7rem 1rem;font:inherit;font-weight:700;cursor:pointer}.mp-mini-action-btn:disabled,.mp-primary-btn:disabled,.mp-ghost-btn:disabled{opacity:.6;cursor:not-allowed}.mp-log-list,.mp-order-list{display:grid;gap:.8rem}.mp-order-toolbar{display:grid;gap:1rem}.mp-order-toolbar__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.mp-order-toolbar-card{background:#ffffffeb;border:1px solid rgba(23,50,77,.08);border-radius:20px;padding:1rem 1.1rem;display:grid;gap:.3rem}.mp-order-toolbar-card span{color:#6a7280;font-size:.82rem}.mp-order-toolbar-card strong{color:#17324d;font-size:1.7rem}.mp-order-status-tabs{display:flex;gap:.75rem;flex-wrap:wrap}.mp-order-status-tab{border:1px solid #d9e1ea;background:#fff;color:#3d4758;border-radius:16px;padding:.8rem 1rem;font:inherit;display:inline-flex;align-items:center;gap:.7rem;cursor:pointer;transition:.16s ease}.mp-order-status-tab strong{color:#17324d;background:#eef3f8;border-radius:999px;padding:.15rem .5rem;font-size:.82rem}.mp-order-status-tab.is-active{background:linear-gradient(135deg,#17324d,#245a7a);color:#fff;border-color:transparent;box-shadow:0 14px 30px #17324d2e}.mp-order-status-tab.is-active strong{background:#ffffff2e;color:#fff}.mp-order-search{display:flex;align-items:center;gap:.75rem;background:#ffffffeb;border:1px solid rgba(23,50,77,.08);border-radius:18px;padding:.95rem 1rem;color:#6a7280}.mp-order-search input{width:100%;border:0;background:transparent;font:inherit;color:#172033}.mp-order-search input:focus{outline:none}.mp-orders-panel{overflow:hidden;width:100%}.mp-orders-panel-meta{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;justify-content:flex-end}.mp-page-size-select{display:inline-flex;align-items:center;gap:.55rem;color:#6a7280;font-size:.88rem}.mp-page-size-select select{border:1px solid rgba(23,50,77,.12);border-radius:10px;padding:.45rem .7rem;background:#fff;color:#17324d;font:inherit}.mp-panel-heading--compact{align-items:center;gap:1rem;flex-wrap:wrap}.mp-orders-table{display:grid;gap:0;width:100%;border:1px solid #edf1f5;border-radius:20px;overflow:hidden;background:#fff}.mp-orders-table__head,.mp-orders-row{display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(190px,1.1fr) minmax(180px,.95fr) minmax(190px,1fr) minmax(96px,.45fr);gap:1rem;align-items:start}.mp-orders-table__head{padding:1rem 1.1rem;background:#f8fafc;color:#6a7280;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.mp-orders-table__body{display:grid}.mp-orders-row{padding:1rem 1.1rem;border-top:1px solid #edf1f5}.mp-orders-cell{display:grid;gap:.35rem}.mp-orders-cell strong{color:#17324d}.mp-orders-cell small{color:#6a7280;font-size:.86rem}.mp-orders-cell--action{align-items:center;justify-items:start}.mp-order-status-badge{width:fit-content;max-width:100%;padding:.24rem .62rem;font-size:.72rem;line-height:1.1;white-space:nowrap}.mp-orders-pagination{display:flex;align-items:center;justify-content:flex-end;gap:.9rem;padding-top:1rem}.mp-orders-pagination span{color:#6a7280;font-size:.92rem}.mp-orders-link{border:0;padding:0;background:transparent;color:#245a7a;text-decoration:none;font-weight:700;cursor:pointer}.mp-orders-link:hover{text-decoration:underline}.mp-order-detail-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:1.5rem}.mp-order-detail-backdrop{position:absolute;inset:0;background:#0f172a6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mp-order-detail-modal{position:relative;width:min(1160px,100%);max-height:calc(100vh - 3rem);overflow:auto;background:#f8fafc;border:1px solid rgba(23,50,77,.08);border-radius:28px;box-shadow:0 30px 80px #0f172a40;padding:1.3rem;display:grid;gap:1rem}.mp-order-detail-modal--editor{width:min(1080px,100%)}.mp-order-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.mp-order-detail-header p{margin:.35rem 0 0;color:#64748b}.mp-order-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:1rem}.mp-order-detail-addresses,.mp-order-detail-lines{display:grid;gap:.85rem}.mp-order-detail-address-card,.mp-order-detail-line{border:1px solid #edf1f5;background:#fff;border-radius:18px;padding:1rem}.mp-order-detail-address-card p,.mp-order-detail-line p{margin:.2rem 0;color:#64748b}.mp-order-detail-address-card small,.mp-order-detail-line small{color:#6a7280}.mp-order-detail-line{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:.9rem;align-items:start}.mp-order-detail-line__image{width:88px;height:88px;border-radius:16px;object-fit:cover;background:#f8fafc;border:1px solid #edf1f5}.mp-order-detail-line__content{min-width:0}.mp-order-detail-line__content strong{display:block;color:#17324d;margin-bottom:.25rem}.mp-order-detail-line__meta{display:grid;justify-items:end;gap:.4rem}.mp-product-grid--listing{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start}.mp-product-card--listing{display:grid;gap:.85rem;min-width:0;overflow:hidden}.mp-product-card--listing .mp-field{display:grid;gap:.35rem;min-width:0}.mp-product-card--listing .mp-field input,.mp-product-card--listing .mp-field select,.mp-product-card--listing .mp-field textarea{width:100%;border:1px solid #d7dce3;border-radius:14px;padding:.75rem .85rem;font:inherit;background:#fff;color:#172033;box-sizing:border-box}.mp-product-card--listing .mp-field textarea{min-height:82px;resize:vertical}.mp-product-card__meta--stack{display:grid;gap:.3rem;min-width:0}.mp-marketplace-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.3rem .6rem;border-radius:999px;background:var(--marketplace-pill-bg, #e9f1fb);color:var(--marketplace-pill-fg, #245a7a);border:1px solid var(--marketplace-pill-border, rgba(36, 90, 122, .14));font-size:.78rem;font-weight:800;letter-spacing:.01em;box-shadow:0 8px 18px var(--marketplace-pill-shadow, rgba(36, 90, 122, .08))}.mp-marketplace-pill--trendyol{--marketplace-pill-bg: linear-gradient(135deg, #fff1e8 0%, #ffe0c2 100%);--marketplace-pill-fg: #c94d00;--marketplace-pill-border: rgba(201, 77, 0, .18);--marketplace-pill-shadow: rgba(249, 115, 22, .16)}.mp-marketplace-pill--pazarama{--marketplace-pill-bg: linear-gradient(135deg, #f3efff 0%, #ddd5ff 100%);--marketplace-pill-fg: #5b3cc4;--marketplace-pill-border: rgba(91, 60, 196, .18);--marketplace-pill-shadow: rgba(91, 60, 196, .14)}.mp-marketplace-pill--hepsiburada{--marketplace-pill-bg: linear-gradient(135deg, #fff2ea 0%, #ffd7c2 100%);--marketplace-pill-fg: #d94f00;--marketplace-pill-border: rgba(217, 79, 0, .18);--marketplace-pill-shadow: rgba(217, 79, 0, .14)}.mp-marketplace-pill--n11{--marketplace-pill-bg: linear-gradient(135deg, #e9f1ff 0%, #cfe0ff 100%);--marketplace-pill-fg: #1f4b7a;--marketplace-pill-border: rgba(31, 75, 122, .18);--marketplace-pill-shadow: rgba(31, 75, 122, .14)}.mp-marketplace-pill--pttavm{--marketplace-pill-bg: linear-gradient(135deg, #fef5d9 0%, #fde68a 100%);--marketplace-pill-fg: #8a5a00;--marketplace-pill-border: rgba(138, 90, 0, .18);--marketplace-pill-shadow: rgba(202, 138, 4, .14)}.mp-marketplace-pill--idefix{--marketplace-pill-bg: linear-gradient(135deg, #ecfeff 0%, #c9f5f7 100%);--marketplace-pill-fg: #0f766e;--marketplace-pill-border: rgba(15, 118, 110, .18);--marketplace-pill-shadow: rgba(15, 118, 110, .14)}.mp-marketplace-pill--ciceksepeti{--marketplace-pill-bg: linear-gradient(135deg, #ecfdf3 0%, #cdefd8 100%);--marketplace-pill-fg: #166534;--marketplace-pill-border: rgba(22, 101, 52, .18);--marketplace-pill-shadow: rgba(22, 101, 52, .14)}.mp-marketplace-pill--amazon{--marketplace-pill-bg: linear-gradient(135deg, #eef2ff 0%, #d6dbff 100%);--marketplace-pill-fg: #232f3e;--marketplace-pill-border: rgba(35, 47, 62, .18);--marketplace-pill-shadow: rgba(35, 47, 62, .14)}.mp-marketplace-pill--website{--marketplace-pill-bg: linear-gradient(135deg, #f5f5f4 0%, #e7e5e4 100%);--marketplace-pill-fg: #57534e;--marketplace-pill-border: rgba(87, 83, 78, .16);--marketplace-pill-shadow: rgba(87, 83, 78, .12)}.mp-marketplace-pill--other{--marketplace-pill-bg: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);--marketplace-pill-fg: #334155;--marketplace-pill-border: rgba(51, 65, 85, .14);--marketplace-pill-shadow: rgba(51, 65, 85, .1)}.mp-orders-empty{padding:1.2rem;color:#6a7280}.mp-log-item{border:1px solid #f1e4d2;background:#fffdf8;border-radius:16px;padding:.95rem 1rem}.mp-order-card{border:1px solid #f1e4d2;background:#fffdf8;border-radius:18px;padding:1rem}.mp-log-item p{margin:.45rem 0}.mp-log-item small{color:#78716c}.mp-log-item__topline{display:flex;justify-content:space-between;gap:1rem;align-items:center}.mp-log-modal{width:min(980px,100%)}.mp-log-modal--wide{width:min(1320px,100%)}.mp-log-modal--product-detail{width:min(1420px,100%)}.mp-order-detail-modal .mp-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.mp-log-modal__list{max-height:min(68vh,820px);overflow:auto;padding-right:.25rem}.mp-log-modal__pagination{padding-top:0}.mp-order-card__topline,.mp-order-card__meta{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.mp-order-card__topline p{margin:.25rem 0 0;color:#6b7280}.mp-order-card__meta{margin-top:.7rem;color:#57534e;font-size:.92rem}.mp-list-item strong,.mp-order-card strong,.mp-channel-card strong,.mp-panel h2{color:#17324d}.mp-stats-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.is-spinning{animation:mp-spin .9s linear infinite}@keyframes mp-spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.mp-shell,.mp-stats-grid,.mp-stats-grid--compact,.mp-panel-grid,.mp-channel-list,.mp-channel-detail-grid,.mp-channel-grid,.mp-order-toolbar__meta,.mp-form-grid,.mp-form-grid--schedule,.mp-toggle-row{grid-template-columns:1fr}}@media(min-width:1500px){.mp-stats-grid{grid-template-columns:repeat(4,minmax(220px,1fr))}.mp-panel-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}}@media(max-width:720px){.mp-main,.mp-sidebar{padding:1rem}.mp-page-header,.mp-panel-heading,.mp-channel-topline,.mp-channel-summary-card__topline,.mp-channel-summary-footer,.mp-log-item__topline,.mp-order-card__topline,.mp-order-card__meta,.mp-toggle-row,.mp-definition-list div,.mp-sidebar-footer,.mp-action-row,.mp-mini-actions,.mp-page-actions{flex-direction:column;align-items:flex-start}.mp-login-card,.mp-loading-card{padding:1.35rem}.mp-channel-summary-meta{grid-template-columns:1fr}.mp-orders-table__head{display:none}.mp-orders-row{grid-template-columns:1fr}.mp-order-detail-header,.mp-order-detail-grid,.mp-order-detail-line{grid-template-columns:1fr;flex-direction:column}.mp-order-detail-line__meta{justify-items:start}.mp-product-grid--listing{grid-template-columns:1fr}}.mp-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.mp-metric-card{background:#fffffff0;border:1px solid rgba(23,50,77,.08);border-radius:24px;padding:1.2rem 1.25rem;box-shadow:0 20px 50px #1720330f;display:grid;gap:.55rem}.mp-metric-card__topline{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mp-metric-card__topline span,.mp-simple-table__head,.mp-inline-select span{color:#6a7280;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.mp-metric-card__icon{width:2.5rem;height:2.5rem;border-radius:16px;display:grid;place-items:center;background:#eef4fb;color:#245a7a}.mp-metric-card strong{color:#17324d;font-size:clamp(1.5rem,2vw,2.2rem);line-height:1}.mp-metric-card p{margin:0;color:#6a7280}.mp-metric-card--success .mp-metric-card__icon{background:#e8fff1;color:#15803d}.mp-metric-card--warning .mp-metric-card__icon{background:#fff7e7;color:#b45309}.mp-metric-card--danger .mp-metric-card__icon{background:#fff1f2;color:#be123c}.mp-dashboard-grid,.mp-overview-grid,.mp-settings-grid,.mp-filter-grid{display:grid;gap:1rem}.mp-dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr)}.mp-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mp-panel--chart{min-height:320px}.mp-panel--centered{display:grid;align-content:center}.mp-mini-chart{height:100%;min-height:230px;display:grid;grid-template-columns:repeat(auto-fit,minmax(42px,1fr));gap:.9rem;align-items:end;padding-top:.75rem}.mp-mini-chart__item{display:grid;gap:.55rem;justify-items:center}.mp-mini-chart__track{width:100%;height:220px;display:flex;align-items:flex-end;padding:0 .2rem;border-radius:18px;background:linear-gradient(to top,#3b82f60d,#3b82f600),repeating-linear-gradient(to top,rgba(148,163,184,.14) 0,rgba(148,163,184,.14) 1px,transparent 1px,transparent 44px)}.mp-mini-chart__bar{width:100%;border-radius:14px 14px 8px 8px;background:linear-gradient(180deg,#3b82f6,#2563eb);box-shadow:0 16px 32px #2563eb2e}.mp-mini-chart__item span{color:#6a7280;font-size:.76rem;font-weight:700}.mp-alert-stack,.mp-summary-list{display:grid;gap:.85rem}.mp-alert-card,.mp-summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border-radius:18px;border:1px solid #eef2f7;background:#fff}.mp-alert-card strong,.mp-summary-row strong{color:#17324d}.mp-alert-card p,.mp-summary-row p{margin:.2rem 0 0;color:#6a7280}.mp-empty-state{padding:1.2rem;border-radius:18px;background:#f8fafc;color:#6a7280;text-align:center}.mp-select-row{display:flex;justify-content:flex-start}.mp-inline-select{display:grid;gap:.45rem}.mp-inline-select select{min-width:200px;border:1px solid #d8e0ea;border-radius:14px;padding:.9rem 1rem;font:inherit;background:#fff;color:#17324d}.mp-kpi-spotlight{display:grid;gap:.8rem;justify-items:center;color:#17324d;padding:1rem 0}.mp-kpi-spotlight svg{color:#0f9f6e}.mp-kpi-spotlight strong{font-size:clamp(1.8rem,2.3vw,2.8rem)}.mp-kpi-spotlight p{margin:0;color:#6a7280}.mp-simple-table{display:grid;gap:0;margin-top:.6rem;border:1px solid #edf1f5;border-radius:20px;overflow-x:auto;overflow-y:hidden;background:#fff}.mp-simple-table__head,.mp-simple-table__row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;align-items:center;padding:.95rem 1rem}.mp-simple-table__head{background:#f8fafc}.mp-simple-table__row{border-top:1px solid #edf1f5}.mp-simple-table__row span,.mp-simple-table__row small{color:#5f6979}.mp-simple-table__row strong{color:#17324d}.mp-table-title-cell{display:grid;gap:.18rem;min-width:0}.mp-table-title-cell small{color:#6a7280;overflow-wrap:anywhere}.mp-table-title-cell strong{overflow-wrap:anywhere}.mp-simple-table--inventory .mp-simple-table__head,.mp-simple-table--inventory .mp-simple-table__row{grid-template-columns:88px minmax(220px,1.35fr) minmax(160px,.95fr) minmax(160px,.95fr) minmax(140px,.7fr)}.mp-simple-table--report-6 .mp-simple-table__head,.mp-simple-table--report-6 .mp-simple-table__row{min-width:1020px;grid-template-columns:minmax(290px,1.8fr) minmax(120px,.72fr) minmax(120px,.72fr) minmax(120px,.72fr) minmax(160px,.85fr) minmax(130px,.72fr)}.mp-simple-table--report-detail .mp-simple-table__head,.mp-simple-table--report-detail .mp-simple-table__row{min-width:1280px;grid-template-columns:minmax(110px,.7fr) minmax(110px,.72fr) minmax(170px,.95fr) minmax(120px,.8fr) minmax(310px,1.7fr) minmax(120px,.75fr) minmax(120px,.75fr) minmax(150px,.9fr)}.mp-panel--wide-report{grid-column:1 / -1}.mp-simple-table__row--inventory span{display:grid;gap:.2rem}.mp-inventory-actions{display:grid;justify-items:start;gap:.35rem}.mp-product-thumb{width:56px;height:56px;object-fit:cover;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc}.mp-inventory-editor-hero,.mp-linked-product-preview{display:flex;align-items:center;gap:.85rem;padding:.8rem .9rem;border:1px solid rgba(23,50,77,.08);border-radius:18px;background:#f8fafc;min-width:0}.mp-inventory-editor-hero-copy,.mp-linked-product-preview__copy{display:grid;gap:.2rem;min-width:0}.mp-inventory-editor-hero-copy small,.mp-linked-product-preview__copy small{color:#6a7280}.mp-filter-grid{grid-template-columns:minmax(0,1.8fr) repeat(2,minmax(180px,.45fr));align-items:end}.mp-filter-grid--inventory{grid-template-columns:minmax(0,1.9fr) minmax(220px,.55fr)}.mp-filter-grid--report-modal{grid-template-columns:minmax(0,1.7fr) minmax(220px,.55fr);align-items:end}.mp-chip-row{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1rem}.mp-chip{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:#eff4fa;color:#4a5870;font-size:.86rem;font-weight:700}.mp-chip.is-active{background:#17324d;color:#fff}.mp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.mp-product-card{background:#fffffff0;border:1px solid rgba(23,50,77,.08);border-radius:24px;padding:1rem;display:grid;gap:.8rem;box-shadow:0 20px 50px #1720330f;min-width:0}.mp-product-card__topline,.mp-product-card__meta,.mp-tab-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mp-product-card__image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:18px;background:#f8fafc}.mp-product-card p{margin:0;color:#6a7280;min-height:2.8em;min-width:0;overflow-wrap:anywhere}.mp-product-card strong,.mp-product-card span,.mp-product-card small,.mp-product-card label{min-width:0;overflow-wrap:anywhere}.mp-tab-row{padding:.35rem;border-radius:18px;background:#eef4f9;justify-content:flex-start;flex-wrap:wrap}.mp-tab-btn{border:0;background:transparent;color:#5f6979;font:inherit;font-weight:700;padding:.8rem 1rem;border-radius:14px;cursor:pointer}.mp-tab-btn.is-active{background:#fff;color:#17324d;box-shadow:0 10px 24px #17203314}.mp-settings-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1400px){.mp-metrics-grid,.mp-settings-grid,.mp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mp-overview-grid{grid-template-columns:1fr}}@media(max-width:1100px){.mp-dashboard-grid,.mp-filter-grid,.mp-filter-grid--inventory,.mp-simple-table__head,.mp-simple-table__row,.mp-simple-table--inventory .mp-simple-table__head,.mp-simple-table--inventory .mp-simple-table__row{grid-template-columns:1fr}}@media(max-width:720px){.mp-metrics-grid,.mp-settings-grid,.mp-product-grid{grid-template-columns:1fr}.mp-tab-row,.mp-product-card__topline,.mp-product-card__meta,.mp-summary-row,.mp-alert-card{flex-direction:column;align-items:flex-start}}.mp-orders-link--danger{color:#b91c1c}
