@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@300;400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300&family=Inter:wght@300;400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";.logo-container{background-color:#f3efe8;background-image:repeating-linear-gradient(90deg,#fff6 0 2px,#0000 2px 20px);background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;margin:0;display:flex}.logo-svg{width:min(90vw,1000px);height:auto;display:block}.flow-text{fill:#0000;stroke:#111;stroke-width:2px;letter-spacing:12px;font-family:Uncial Antiqua,system-ui;font-size:95px;font-style:normal;font-weight:400;transition:fill .6s}.flow-text.finished{fill:#111;stroke:none;font-weight:900}.sub-log{text-align:center;opacity:0;margin-top:-20px;animation:.5s ease-out 2.2s forwards slideUp;transform:translateY(100px)}.sub-log h3{letter-spacing:8px;text-transform:uppercase;color:#555;margin:0;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:400}.enter-btn{opacity:0;margin-top:40px;animation:.5s ease-out 2.4s forwards slideUp;transform:translateY(100px)}.enter-btn button{color:#f4f0e8;letter-spacing:4px;text-transform:uppercase;cursor:pointer;background:#1e1b2e;border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 42px;font-family:Cormorant Garamond,serif;font-size:14px;font-weight:600;transition:all .3s;display:flex}.enter-btn button:hover{letter-spacing:5px;transform:translateY(-3px);box-shadow:0 10px 25px #1e1b2e33}.enter-btn button:active{transform:translateY(0)}.arrow{transition:transform .3s;display:inline-block}.enter-btn button:hover .arrow{transform:translate(6px)}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.hero-section{background-color:#14110e;align-items:center;width:100%;min-height:90vh;display:flex;position:relative;overflow:hidden}.hero-bg-image{object-fit:cover;opacity:.55;width:100%;height:100%;position:absolute;inset:0}.hero-bg-overlay{background:linear-gradient(100deg,#0a0806f5 28%,#0a08068c 60%,#0a080680 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:920px;padding:6rem 6%;position:relative}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow,.hero-title,.hero-description,.hero-buttons{opacity:0;animation:.8s cubic-bezier(.22,1,.36,1) forwards hero-fade-up}.hero-eyebrow{animation-delay:.1s}.hero-title{animation-delay:.25s}.hero-description{animation-delay:.45s}.hero-buttons{animation-delay:.65s}@media (prefers-reduced-motion:reduce){.hero-eyebrow,.hero-title,.hero-description,.hero-buttons{opacity:1;animation:none;transform:none}}.hero-eyebrow{letter-spacing:.08em;color:#681818;margin-bottom:1.75rem;font-family:Cormorant Garamond,serif;font-size:19px;font-style:italic;font-weight:500;display:block}.hero-title{color:#f7f4ee;max-width:820px;margin:0 0 2rem;font-family:Cormorant Garamond,serif;font-size:6.6rem;font-weight:700;line-height:1.02}.hero-title-italic{font-style:italic;font-weight:500}.hero-title-outline{color:#0000;-webkit-text-stroke:2px #f7f4ee}.hero-description{color:#b5ab9a;max-width:520px;margin:0 0 2.75rem;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-style:italic;font-weight:500;line-height:1.6}.hero-title-uncial{color:#c4896c;letter-spacing:.08em;font-family:Uncial Antiqua,system-ui;font-style:normal}.hero-buttons{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.primary-btn{color:#14110e;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background-color:#b5ab9a;border:none;border-radius:8px;padding:18px;font-family:Cormorant Garamond,sans-serif;font-size:14px;font-weight:600;transition:transform .25s,background-color .25s}.primary-btn:hover{transform:translateY(-2px)}@media (width<=900px){.hero-title{font-size:4.2rem}.hero-description{font-size:1.3rem}}@media (width<=600px){.hero-content{padding:4.5rem 6%}.hero-title{font-size:3rem}.hero-description{font-size:1.15rem}}.hero-badge{z-index:1;border:1px solid #f7f4ee4d;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:absolute;top:40px;right:48px}.hero-badge-number{color:#f7f4ee;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:700}.hero-badge-label{letter-spacing:.04em;color:#c9a35f;text-transform:uppercase;font-family:Inter,sans-serif;font-size:8px}.hero-quote{z-index:1;text-align:right;max-width:240px;margin:0;position:absolute;bottom:40px;right:48px}.hero-quote p{color:#f7f4ee;margin:0;font-size:13px;font-style:normal;line-height:1.5}@media (width<=900px){.hero-badge,.hero-quote{display:none}}.bst-card{cursor:pointer;background-color:#f7f4ef;border-radius:8px;flex-direction:column;height:100%;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden}.bst-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #2b25221f}.bst-image-wrapper{aspect-ratio:3/4;flex-shrink:0;width:100%;position:relative;overflow:hidden}.bst-image{object-fit:cover;width:100%;height:100%}.bst-discount-badge{color:#f7f4f0;letter-spacing:1.5px;background-color:#c4896c;border-radius:4px;padding:4px 8px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;position:absolute;top:10px;left:10px}.bst-info{flex-direction:column;flex:1;padding:16px 18px 22px;display:flex}.bst-title{color:#2b2522;margin-bottom:4px;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600}.bst-author{color:#6f655c;margin-bottom:8px;font-family:Cormorant Garamond,serif;font-size:16px;font-style:italic}.bst-bottom-row{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.bst-rating{color:#c4896c;white-space:nowrap;align-items:center;font-family:Quicksand,sans-serif;font-size:13px;display:flex}.bst-review-count{color:#9c938a;margin-left:4px}.bst-price-row{align-items:center;gap:10px;display:flex}.bst-current-price{color:#2b2522;font-family:Quicksand,sans-serif;font-size:16px;font-weight:600}.bst-original-price{color:#9c938a;font-family:Quicksand,sans-serif;font-size:13px;text-decoration:line-through}.bst-page{background-color:#eee8de;padding:80px 60px}.bst-loader,.bst-error,.bst-empty{color:#6f655c;justify-content:center;align-items:center;min-height:300px;font-family:Inter,sans-serif;font-size:15px;display:flex}.bst-header{text-align:center;margin-bottom:50px}.section-tag{letter-spacing:2.5px;text-transform:uppercase;color:#444;margin-bottom:10px;font-family:Cormorant Garamond,serif;font-size:15px}.bst-btn-card{justify-content:center;margin-top:20px;display:flex}.section-title{letter-spacing:1px;color:#c4896c;margin:0 0 10px;font-family:Ephesis,cursive;font-size:70px;font-weight:400}.section-subtitle{letter-spacing:1px;color:#333;font-family:Cormorant Garamond,serif;font-size:22px}.bst-carousel-wrap{align-items:center;max-width:1200px;margin:0 auto;display:flex;position:relative}.bst-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;gap:32px;width:100%;padding:4px;display:flex;overflow-x:auto}.bst-grid::-webkit-scrollbar{display:none}.bst-grid-item{scroll-snap-align:start;flex:0 0 calc(25% - 24px);min-width:0}.bst-arrow{color:#2b2522;cursor:pointer;z-index:2;background:#fff;border:1px solid #2b25221a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;line-height:1;transition:background-color .2s;display:flex}.bst-arrow:hover{color:#f7f4f0;background-color:#c4896c}.bst-arrow-left{margin-right:16px}.bst-arrow-right{margin-left:16px}@media (width<=1024px){.bst-grid-item{flex:0 0 calc(50% - 16px)}}@media (width<=600px){.bst-page{padding:50px 20px}.bst-grid-item{flex:0 0 85%}.bst-arrow{display:none}}.wcu-page{background-color:#f7f4ef;padding:80px 6%}.wcu-header{text-align:center;max-width:700px;margin:0 auto 50px}.wcu-tag{letter-spacing:2.5px;text-transform:uppercase;color:#444;margin:0 0 10px;font-family:Cormorant Garamond,serif;font-size:15px}.wcu-title{letter-spacing:1px;color:#c4896c;margin:0 0 10px;font-family:Ephesis,cursive;font-size:55px;font-weight:400}.wcu-title:after{margin-left:4px;animation:.9s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.wcu-subtitle{letter-spacing:.5px;color:#6f655c;margin:0;font-family:Quicksand,sans-serif;font-size:17px}.wcu-grid{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1200px;margin:0 auto;display:grid}.wcu-card{text-align:center;background-color:#fff;border-radius:12px;padding:36px 24px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #0000000d}.wcu-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000014}.wcu-icon{margin-bottom:16px;font-size:32px}.wcu-card-title{color:#1a1a1a;margin:0 0 8px;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600}.wcu-card-description{color:#6f655c;margin:0;font-family:Quicksand,sans-serif;font-size:14px;line-height:1.6}@media (width<=1024px){.wcu-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.wcu-page{padding:50px 20px}.wcu-title{font-size:42px}.wcu-grid{grid-template-columns:1fr}}.home-page{background-color:#f7f4ef;flex-direction:column;min-height:100vh;display:flex}.footer{background-color:#1a1410;padding:70px 6% 32px}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:40px;display:grid}.footer-brand{flex-direction:column;display:flex}.footer-logo{letter-spacing:12px;color:#f7f4ef;margin:0 0 14px;font-family:Uncial Antiqua,system-ui;font-size:22px;font-weight:600}.footer-tagline{color:#f7f4ef8c;max-width:280px;margin:0;font-family:Quicksand,sans-serif;font-size:14px;line-height:1.7}.footer-col{flex-direction:column;display:flex}.footer-heading{letter-spacing:1.5px;text-transform:uppercase;color:#c4896c;margin:0 0 18px;font-family:Cormorant Garamond,serif;font-size:16px;font-weight:600}.footer-link{color:#f7f4ef99;width:fit-content;margin-bottom:12px;font-family:Quicksand,sans-serif;font-size:14px;text-decoration:none;transition:color .2s}.footer-link:hover{color:#c4896c}.footer-text{color:#f7f4ef8c;margin:0 0 16px;font-family:Quicksand,sans-serif;font-size:14px;line-height:1.6}.footer-form{gap:8px;display:flex}.footer-input{color:#f7f4ef;background:#f7f4ef0f;border:1px solid #f7f4ef26;border-radius:6px;outline:none;flex:1;min-width:0;padding:10px 12px;font-family:Quicksand,sans-serif;font-size:13px;transition:border-color .2s}.footer-input::placeholder{color:#f7f4ef59}.footer-input:focus{border-color:#c4896c}.footer-subscribe-btn{color:#1a1410;cursor:pointer;white-space:nowrap;background-color:#c4896c;border:none;border-radius:6px;padding:10px 18px;font-family:Quicksand,sans-serif;font-size:13px;font-weight:600;transition:background-color .2s}.footer-subscribe-btn:hover{background-color:#d9a583}.footer-divider{background:#f7f4ef1a;height:1px;margin:50px 0 24px}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-copyright{color:#f7f4ef66;margin:0;font-family:Quicksand,sans-serif;font-size:13px}.footer-socials{gap:24px;display:flex}.footer-social-link{color:#f7f4ef8c;font-family:Quicksand,sans-serif;font-size:13px;text-decoration:none;transition:color .2s}.footer-social-link:hover{color:#c4896c}@media (width<=900px){.footer-top{grid-template-columns:1fr 1fr;row-gap:36px}}@media (width<=600px){.footer{padding:50px 20px 28px}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}.sidebar-backdrop{opacity:0;pointer-events:none;z-index:98;background:#1e140a4d;transition:opacity .35s;position:fixed;inset:0}.sidebar-backdrop--visible{opacity:1;pointer-events:all}.sidebar{z-index:99;background:#f0ebe3;border-right:1px solid #1e140a14;flex-direction:column;width:280px;height:100vh;padding:32px 40px;transition:transform .4s cubic-bezier(.76,0,.24,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar-close-btn{color:#1e140a;cursor:pointer;background:0 0;border:1px solid #1e140a40;border-radius:100px;justify-content:center;align-self:flex-start;align-items:center;width:36px;height:36px;margin-bottom:52px;font-size:.9rem;transition:background .22s,color .22s;display:flex}.sidebar-close-btn:hover{color:#f0ebe3;background:#c4896c}.sidebar-nav{flex-direction:column;gap:0;display:flex}.sidebar-nav-link{color:gray;letter-spacing:.03em;font-family:Cormorant Garamond,sans-serif;font-size:2.8rem;font-style:italic;font-weight:400;line-height:1.18;text-decoration:none;transition:color .2s}.sidebar-nav-link:hover{color:#c4896c}.sidebar-nav-link--active{color:#1e140a;font-style:italic}.sidebar-footer{letter-spacing:.14em;text-transform:uppercase;color:#1e140a4d;margin-top:auto;font-family:Inter,sans-serif;font-size:.58rem}.sidebar-store-card{flex-direction:column;gap:10px;margin-top:auto;margin-bottom:16px;display:flex}.sidebar-store-img{border-radius:16px;width:100%;overflow:hidden}.sidebar-store-img img{object-fit:cover;width:100%;height:220px;transition:transform .4s;display:block}.sidebar-store-img:hover img{transform:scale(1.03)}.sidebar-store-label{letter-spacing:.06em;color:#1e140a80;padding-left:2px;font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:400}.layout-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-header{background:#eee8de;border-bottom:1px solid #1e140a1a;justify-content:space-between;align-items:center;padding:18px 48px;display:flex;position:relative}.menu-toggle-btn{color:#1e140a;cursor:pointer;background:0 0;border:1px solid #1e140a40;border-radius:100px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;transition:background .22s,color .22s,border-color .22s;display:flex}.menu-toggle-btn:hover{color:#f7f4f0;background:#c4896c;border-color:#c4896c}.brand-logo{letter-spacing:12px;text-transform:uppercase;color:#1e140a;white-space:nowrap;font-family:Uncial Antiqua,system-ui;font-size:1.45rem;font-style:normal;font-weight:400;position:absolute;left:50%;transform:translate(-50%)}.cart-indicator{cursor:pointer;border:1px solid #1e140a40;border-radius:100px;align-items:center;gap:8px;padding:7px 16px;transition:background .22s,border-color .22s;display:flex}.cart-count{color:#c4896c;letter-spacing:.08em;font-size:18px;font-weight:500;transition:color .22s}@media (width<=768px){.main-header{padding:16px 24px}}.header-right{align-items:center;gap:10px;display:flex}.auth-btn{letter-spacing:.06em;cursor:pointer;border-radius:100px;padding:7px 18px;font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:600;transition:background .22s,color .22s,border-color .22s}.auth-btn--ghost{color:#1e140a;background:0 0;border:1px solid #1e140a40}.auth-btn--ghost:hover{color:#f7f4f0;background:#1e140a;border-color:#1e140a}.auth-btn--filled{color:#f7f4f0;background:#c4896c;border:1px solid #c4896c}.auth-btn--filled:hover{background:#3a2a1a;border-color:#3a2a1a}.about-page{background-color:#f7f4ef}.about-hero{text-align:center;max-width:700px;margin:0 auto;padding:90px 6% 60px}.about-tag{letter-spacing:2.5px;text-transform:uppercase;color:#444;margin:0 0 12px;font-family:Cormorant Garamond,serif;font-size:15px}.about-title{letter-spacing:1px;color:#c4896c;margin:0 0 14px;font-family:Ephesis,cursive;font-size:60px;font-weight:400}.about-subtitle{letter-spacing:.3px;color:#6f655c;margin:0;font-family:Quicksand,sans-serif;font-size:17px;line-height:1.7}.about-story{padding:20px 6% 90px}.about-story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1100px;margin:0 auto;display:grid}.about-story-image-wrap{border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #0000001a}.about-story-image{object-fit:cover;width:100%;height:100%;display:block}.about-story-tag{letter-spacing:1.5px;text-transform:uppercase;color:#c4896c;margin:0 0 10px;font-family:Cormorant Garamond,serif;font-size:13px;font-style:italic}.about-story-title{color:#1a1a1a;margin:0 0 18px;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1.3}.about-story-paragraph{color:#6f655c;margin:0 0 16px;font-family:Quicksand,sans-serif;font-size:15px;line-height:1.85}.about-values{background-color:#fff;padding:90px 6%}.about-values-header{text-align:center;margin:0 auto 50px}.about-values-title{color:#1a1a1a;margin:0;font-family:Cormorant Garamond,serif;font-size:34px;font-weight:600}.about-values-grid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:0 auto;display:grid}.about-value-card{background-color:#f7f4ef;border-radius:12px;padding:36px 28px}.about-value-number{letter-spacing:1px;color:#c4896c;margin-bottom:14px;font-family:Cormorant Garamond,serif;font-size:14px;font-weight:600;display:block}.about-value-title{color:#1a1a1a;margin:0 0 10px;font-family:Cormorant Garamond,serif;font-size:21px;font-weight:600}.about-value-description{color:#6f655c;margin:0;font-family:Quicksand,sans-serif;font-size:14px;line-height:1.7}.about-closing{text-align:center;padding:90px 6%}.about-closing-title{color:#1a1a1a;margin:0 0 12px;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:600}.about-closing-text{color:#6f655c;margin:0 0 28px;font-family:Quicksand,sans-serif;font-size:15px}.about-closing-btn{color:#f7f4ef;letter-spacing:.5px;background-color:#1a1a1a;border-radius:8px;padding:14px 32px;font-family:Quicksand,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.about-closing-btn:hover{background-color:#c4896c}@media (width<=900px){.about-story-grid{grid-template-columns:1fr;gap:36px}.about-values-grid{grid-template-columns:1fr}}@media (width<=600px){.about-title{font-size:44px}.about-hero{padding:60px 20px 40px}.about-story,.about-values,.about-closing{padding:50px 20px}}.cart-page{background:#fdfbf7;min-height:100vh;padding:60px 6%}.cart-inner{grid-template-columns:1fr 340px;align-items:start;gap:48px;max-width:1140px;margin:0 auto;display:grid}.books-loader-p{color:#9e8e7e;font-family:Quicksand,sans-serif;font-size:15px}.cart-empty{text-align:center;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;max-width:500px;min-height:65vh;margin:40px auto;padding:40px;display:flex;box-shadow:0 4px 20px #00000005}.cart-empty-title{color:#1a1a1a;margin:0;font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600}.cart-empty-sub{color:#8c7b6c;margin:0;font-family:Quicksand,sans-serif;font-size:18px;font-style:italic;line-height:1.5}.cart-browse-btn{color:#f7f4ef;letter-spacing:1px;background:#1a1a1a;border-radius:8px;margin-top:12px;padding:14px 32px;font-family:Quicksand,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block;box-shadow:0 4px 12px #0000001a}.cart-browse-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #c4896c4d}.cart-header-row{border-bottom:2px solid #f0ece4;justify-content:space-between;align-items:flex-end;margin-bottom:24px;padding-bottom:16px;display:flex}.cart-title{letter-spacing:1px;color:#1a1a1a;margin:0;font-family:Cormorant Garamond,serif;font-size:38px;font-weight:600}.cart-num{color:#c4896c;margin-left:12px;font-family:Quicksand,sans-serif;font-size:18px;font-weight:500}.cart-clear-btn{color:#c0392b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-family:Quicksand,sans-serif;font-size:14px;font-weight:600;transition:all .2s}.cart-clear-btn:hover{background:#c0392b14}.cart-items{flex-direction:column;gap:16px;display:flex}.cart-item{background:#fff;border:1px solid #f0ece499;border-radius:16px;grid-template-columns:95px 1fr auto;align-items:center;gap:24px;padding:24px;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 4px 20px #00000005}.cart-item:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000000a}.cart-item-img-link{border-radius:8px;display:block;overflow:hidden}.cart-item-img{aspect-ratio:2/3;object-fit:cover;width:95px;transition:transform .3s;display:block}.cart-item:hover .cart-item-img{transform:scale(1.05)}.cart-item-info{flex-direction:column;gap:4px;display:flex}.cart-item-title{color:#1a1a1a;margin:0;font-family:Cormorant Garamond,serif;font-size:23px;font-weight:600;line-height:1.2}.cart-item-author{color:#777;margin:0 0 2px;font-family:Cormorant Garamond,serif;font-size:18px;font-style:italic}.cart-item-genre{color:#c4896c;text-transform:uppercase;letter-spacing:1px;margin:0 0 12px;font-family:Quicksand,sans-serif;font-size:11px;font-weight:700}.cart-item-bottom{align-items:center;gap:18px;display:flex}.cart-qty-control{background:#f7f4ef;border:1px solid #eee;border-radius:8px;align-items:center;gap:8px;padding:4px;display:flex}.cart-qty-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000008}.cart-qty-btn:hover{color:#fff;background:#c4896c}.cart-qty{color:#1a1a1a;text-align:center;min-width:28px;font-family:Quicksand,sans-serif;font-size:14px;font-weight:700}.cart-remove-btn{color:#a3a3a3;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.cart-remove-btn:hover{color:#c0392b;background:#c0392b14}.cart-item-price{text-align:right;flex-direction:column;justify-content:center;min-width:90px;height:100%;display:flex}.cart-item-unit-price{color:#1a1a1a;margin:0;font-family:Quicksand,sans-serif;font-size:1.1rem;font-weight:700}.cart-item-total-price{color:#9e8e7e;margin:4px 0 0;font-family:Quicksand,sans-serif;font-size:12px;font-weight:500}.cart-summary{background:#fff;border:1px solid #f0ece499;border-radius:16px;flex-direction:column;gap:18px;padding:32px;display:flex;position:sticky;top:40px;box-shadow:0 4px 24px #00000008}.cart-summary-title{color:#1a1a1a;border-bottom:2px solid #f7f4ef;margin:0 0 4px;padding-bottom:12px;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600}.cart-summary-row{color:#666;justify-content:space-between;align-items:center;font-family:Quicksand,sans-serif;font-size:14px;display:flex}.cart-summary-value{color:#1a1a1a;font-weight:600}.cart-free{color:#c4896c;letter-spacing:.5px;font-weight:700}.cart-summary-divider{background:#f0ece4;height:1px;margin:4px 0}.cart-summary-total{color:#1a1a1a;font-size:20px;font-weight:700}.cart-checkout-btn{color:#f7f4ef;cursor:pointer;letter-spacing:.5px;background:#1a1a1a;border:none;border-radius:8px;width:100%;margin-top:8px;padding:16px 0;font-family:Quicksand,sans-serif;font-size:15px;font-weight:600;transition:all .25s;box-shadow:0 4px 12px #00000014}.cart-checkout-btn:hover{background:#c4896c;transform:translateY(-1px);box-shadow:0 6px 16px #c4896c40}.cart-checkout-btn:active{transform:translateY(0)}.cart-continue-link{text-align:center;color:#9e8e7e;margin-top:4px;font-family:Quicksand,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.cart-continue-link:hover{color:#c4896c}@media (width<=960px){.cart-inner{grid-template-columns:1fr;gap:32px}.cart-summary{position:static}}@media (width<=650px){.cart-page{padding:30px 16px}.cart-item{grid-template-columns:80px 1fr;align-items:start;gap:16px;padding:16px}.cart-item-price{text-align:left;grid-column:2;min-width:auto;margin-top:8px}}.bst-book-page{background:#f9f7f1;flex-direction:column;min-height:100vh;padding:60px 6%;display:flex}.bst-book-header{text-align:center;max-width:700px;margin:0 auto 50px}.bst-book-tag{letter-spacing:2.5px;text-transform:uppercase;color:#8b5a2b;margin:0 0 10px;font-family:Cormorant Garamond,serif;font-size:15px}.bst-book-title{letter-spacing:1px;color:#c4896c;margin:0 0 12px;font-family:Ephesis,cursive;font-size:70px;font-weight:400}.bst-book-subtitle{letter-spacing:.5px;color:#6f655c;margin:0;font-family:Quicksand,sans-serif;font-size:17px}.books-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:32px;width:100%;max-width:1200px;margin:0 auto;display:grid}.bst-loader,.bst-error,.bst-empty{color:#6f655c;background:#f7f4ef;justify-content:center;align-items:center;min-height:60vh;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-style:italic;display:flex}@media (width<=1024px){.books-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.bst-book-page{padding:40px 20px}.bst-book-title{font-size:42px}.books-grid{grid-template-columns:1fr}}.stars{gap:3px;display:flex}.star{color:#ddd;cursor:pointer;font-size:1.4rem;line-height:1;transition:color .15s}.star.filled{color:#e9a825}.star.readonly{cursor:default}.reviews-section{flex-direction:column;gap:24px;display:flex}.reviews-title{color:#222;margin:0;font-family:Cormorant Garamond,serif;font-size:1.6rem}.reviews-count{color:#c4896c;font-size:1rem;font-weight:400}.review-form{background:#faf8f5;border:1px solid #ece8e0;border-radius:12px;flex-direction:column;gap:12px;padding:24px;display:flex}.review-form-label{color:#333;margin:0;font-weight:600}.review-textarea{resize:vertical;color:#333;background:#fff;border:1px solid #ddd;border-radius:8px;padding:12px;font-family:inherit;font-size:.95rem}.review-textarea:focus{border-color:#8b5a2b;outline:none}.review-error{color:#c0392b;margin:0;font-size:.9rem}.review-submit-btn{letter-spacing:1px;color:#fff;cursor:pointer;background:#c4896c;border:none;border-radius:8px;width:fit-content;padding:10px 24px;font-family:Cormorant Garamond,serif;font-size:.95rem;transition:background .2s}.review-submit-btn:disabled{opacity:.6;cursor:not-allowed}.review-already,.review-signin-prompt,.reviews-empty,.reviews-loading{color:#333;letter-spacing:1px;margin:0;font-family:Cormorant Garamond,serif;font-size:20px}.reviews-list{flex-direction:column;gap:16px;display:flex}.review-card{border-bottom:1px solid #f0ece4;padding-bottom:16px}.review-card:last-child{border-bottom:none}.review-header{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:6px;display:flex}.review-author{color:#333;font-weight:600}.review-date{color:#bbb;margin-left:auto;font-size:.85rem}.review-delete-btn{color:#c0392b;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem}.review-delete-btn:hover{text-decoration:underline}.review-comment{color:#555;margin:0;font-size:.95rem;line-height:1.7}.det-page{color:#2a2a2a;-webkit-font-smoothing:antialiased;background:#faf9f6;min-height:100vh;padding:60px 8%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.det-inner{max-width:1250px;margin:auto}.det-back{color:#8c7662;cursor:pointer;letter-spacing:.05em;background:0 0;border:none;align-items:center;margin-bottom:40px;padding:0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.15rem;transition:all .3s;display:inline-flex}.det-back:hover{color:#1a1a1a;text-decoration:none;transform:translate(-4px)}.det-grid{grid-template-columns:320px 1fr 280px;align-items:start;gap:64px;display:grid}.det-cover-col{position:sticky;top:60px}.det-cover{aspect-ratio:2/3;object-fit:cover;border-radius:6px;width:100%;transition:transform .4s;display:block;box-shadow:0 20px 40px #00000014,0 1px 3px #0000000d}.det-cover:hover{transform:scale(1.02)}.det-info-col{flex-direction:column;gap:0;padding-right:20px;display:flex}.det-badge{letter-spacing:.15em;text-transform:uppercase;color:#c59b27;background:#fdfaf2;border:1px solid #c59b2733;border-radius:4px;align-self:flex-start;margin-bottom:18px;padding:6px 12px;font-size:.7rem;font-weight:700;display:inline-block}.det-title{color:#111;letter-spacing:-.01em;margin:0 0 10px;font-family:Cormorant Garamond,Georgia,serif;font-size:2.8rem;font-weight:500;line-height:1.15}.det-author{color:#666;margin:0 0 24px;font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-style:italic}.det-meta-row{align-items:center;gap:16px;margin-bottom:20px;display:flex}.det-genre{letter-spacing:.08em;text-transform:uppercase;color:#555;background:#eae4d9;border-radius:3px;padding:5px 12px;font-size:.75rem;font-weight:600}.det-instock{color:#c4896c;letter-spacing:.02em;font-size:.85rem;font-weight:600}.det-outstock{color:#b84a39;font-size:.85rem;font-weight:600}.det-rating-row{border-bottom:1px solid #eeeada;align-items:center;gap:10px;margin-bottom:36px;padding-bottom:20px;display:flex}.det-rating-val{color:#111;font-size:.95rem;font-weight:700}.det-review-count{color:#888;font-size:.85rem}.det-tabs{border-bottom:1px solid #eadecc;gap:32px;margin-bottom:28px;display:flex}.det-tab{color:#888;cursor:pointer;letter-spacing:.03em;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:12px 0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.15rem;font-style:italic;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.det-tab:hover{color:#1a1a1a}.det-tab.active{color:#1a1a1a;border-bottom-color:#8c7662;font-weight:600}.det-tab-content{min-height:180px}.det-description{color:#444;max-width:680px;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.98rem;line-height:1.9}.det-description.clamped{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.det-read-more{color:#8c7662;cursor:pointer;text-underline-offset:4px;background:0 0;border:none;padding:12px 0 0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.05rem;font-style:italic;font-weight:600;text-decoration:underline;transition:color .2s}.det-read-more:hover{color:#1a1a1a}.det-details-table{border-collapse:collapse;width:100%;max-width:500px;font-size:.9rem}.det-details-table td{color:#222;border-bottom:1px solid #eae5da;padding:14px 0}.det-details-table td:first-child{color:#888;text-transform:uppercase;letter-spacing:.05em;width:140px;font-size:.75rem;font-weight:400}.det-sidebar{background:#fff;border:1px solid #eae5da;border-radius:8px;flex-direction:column;gap:20px;padding:32px;display:flex;position:sticky;top:60px;box-shadow:0 10px 30px #8c76620a}.det-price-wrap{align-items:baseline;gap:12px;display:flex}.det-price{color:#1a1a1a;margin:0;font-family:Quicksand,sans-serif;font-size:1.8rem;font-weight:600}.det-original-price{color:#a0958a;margin:0;font-family:Quicksand,sans-serif;font-size:1.15rem;text-decoration:line-through}.det-avail{color:#c4896c;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.85rem;font-weight:600}.det-unavail{color:#b84a39;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.85rem;font-weight:600}.det-cart-btn{color:#fff;text-transform:uppercase;letter-spacing:.15em;cursor:pointer;background:#1a1a1a;border:none;border-radius:4px;width:100%;padding:16px 0;font-size:.85rem;font-weight:600;transition:all .3s}.det-cart-btn:hover:not(:disabled){background:#3a3a3a;box-shadow:0 4px 12px #00000026}.det-cart-btn:disabled{color:#a09a90;cursor:not-allowed;background:#e5e0d8}.det-sidebar-divider{background:#eae5da;height:1px;margin:8px 0}.det-sidebar-meta{color:#666;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.det-sidebar-meta span:first-child{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.det-sidebar-meta span:last-child{color:#1a1a1a;font-weight:600}.det-state{color:#8c7662;background:#faf9f6;justify-content:center;align-items:center;min-height:100vh;font-family:Cormorant Garamond,serif;font-size:1.4rem;display:flex}.books-loader{background:#faf9f6;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.books-loader-p{color:#8c7662;letter-spacing:.05em;margin-top:16px;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-style:italic}@media (width<=1024px){.det-grid{grid-template-columns:260px 1fr;gap:40px}.det-sidebar{box-sizing:border-box;grid-column:span 2;width:100%;position:static}}@media (width<=768px){.det-page{padding:30px 4%}.det-grid{grid-template-columns:1fr;gap:32px}.det-cover-col{position:static}.det-cover{max-width:240px;margin:0 auto}.det-sidebar{grid-column:span 1}.det-title{font-size:2.2rem}.det-description{max-width:100%}}.error-page{background:#fdfbf7;justify-content:center;align-items:center;min-height:90vh;padding:40px 24px;display:flex}.error-container{text-align:center;background:#fff;border:1px solid #f0ece4b3;border-radius:20px;flex-direction:column;align-items:center;max-width:580px;padding:60px 40px;display:flex;box-shadow:0 10px 40px #00000005}.error-visual{justify-content:center;align-items:center;margin-bottom:24px;display:inline-flex;position:relative}.error-code{color:#c4896c26;letter-spacing:-2px;-webkit-user-select:none;user-select:none;font-family:Cormorant Garamond,serif;font-size:8rem;font-weight:300;line-height:1}.error-icon-wrapper{color:#c4896c;animation:4s ease-in-out infinite slow-float;position:absolute}.error-title{color:#1a1a1a;letter-spacing:.5px;margin:0 0 16px;font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:600}.error-message{color:#7a6e61;max-width:440px;margin:0 0 36px;font-family:Quicksand,sans-serif;font-size:15px;line-height:1.6}.error-actions{justify-content:center;gap:16px;width:100%;display:flex}.error-btn{border-radius:8px;justify-content:center;align-items:center;min-width:160px;padding:14px 28px;font-family:Quicksand,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.error-btn.primary{color:#f7f4ef;background:#1a1a1a;box-shadow:0 4px 12px #00000014}.error-btn.primary:hover{background:#c4896c;transform:translateY(-1px);box-shadow:0 6px 16px #c4896c40}.error-btn.secondary{color:#1a1a1a;background:0 0;border:1px solid #e3ded5}.error-btn.secondary:hover{color:#c4896c;background:#f7f4ef;border-color:#c4896c;transform:translateY(-1px)}@keyframes slow-float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}@media (width<=500px){.error-container{padding:40px 20px}.error-code{font-size:6rem}.error-title{font-size:2rem}.error-actions{flex-direction:column;gap:12px;width:100%}.error-btn{width:100%}}.books-page{background:#f7f4ef;gap:0;min-height:100vh;display:flex}.books-loader{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:60vh;display:flex}.books-loader-p{color:#9e8e7e;font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic}.books-error{color:#c0392b;justify-content:center;align-items:center;min-height:60vh;font-family:Cormorant Garamond,serif;font-size:1.2rem;display:flex}.books-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:16px;display:flex}.books-search-wrap{flex:1;align-items:center;max-width:420px;display:flex;position:relative}.books-search-icon{pointer-events:none;opacity:.5;font-size:14px;position:absolute;left:14px}.books-search{color:#1a1a1a;background:#fff;border:1px solid #0000001f;border-radius:10px;outline:none;width:100%;padding:15px 200px 15px 45px;font-family:Quicksand,sans-serif;font-size:16px;transition:border-color .2s,box-shadow .2s}.books-search::placeholder{color:#bbb}.books-search:focus{border-color:#c4896c;box-shadow:0 0 0 3px #c4896c1a}.books-search-clear{color:#aaa;cursor:pointer;background:0 0;border:none;padding:0;font-size:18px;line-height:1;transition:color .2s;position:absolute;right:12px}.books-search-clear:hover{color:#c4896c}.books-sidebar{background:#fff;border-right:1px solid #0000000f;flex-shrink:0;width:240px;min-width:220px;height:100vh;padding:40px 24px;position:sticky;top:0;overflow-y:auto}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.sidebar-title{color:#1a1a1a;margin:0;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600}.sidebar-clear{color:#c4896c;cursor:pointer;background:0 0;border:none;padding:0;font-family:Quicksand,sans-serif;font-size:12px;text-decoration:underline}.sidebar-section{border-bottom:1px solid #0000000f;margin-bottom:32px;padding-bottom:32px}.sidebar-section:last-child{border-bottom:none}.sidebar-section-title{letter-spacing:1.5px;text-transform:uppercase;color:#888;margin:0 0 16px;font-family:Cormorant Garamond,serif;font-size:13px;font-weight:600}.sidebar-options{flex-direction:column;gap:12px;display:flex}.sidebar-option{cursor:pointer;align-items:center;gap:10px;display:flex}.sidebar-checkbox{accent-color:#c4896c;cursor:pointer;flex-shrink:0;width:16px;height:16px}.sidebar-option-label{color:#444;flex:1;font-family:Quicksand,sans-serif;font-size:14px}.sidebar-option-count{color:#aaa;font-family:Quicksand,sans-serif;font-size:12px}.books-main{flex:1;min-width:0;padding:40px 40px 60px}.books-main-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:36px;display:flex}.books-heading{color:#1a1a1a;margin:0 0 4px;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600}.books-count{color:#9e8e7e;margin:0;font-family:Quicksand,sans-serif;font-size:13px}.books-active-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-tag{color:#8b5a2b;background:#fdf0e6;border:1px solid #c4896c;border-radius:100px;align-items:center;gap:6px;padding:4px 10px;font-family:Quicksand,sans-serif;font-size:12px;font-weight:600;display:inline-flex}.filter-tag button{color:#8b5a2b;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;line-height:1}.books-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:28px;display:grid}.books-empty{color:#9e8e7e;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:40vh;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-style:italic;display:flex}.sidebar-clear-lg{color:#f7f4ef;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;padding:12px 28px;font-family:Quicksand,sans-serif;font-size:13px;font-weight:600;transition:background .2s}.sidebar-clear-lg:hover{background:#c4896c}.books-pagination{justify-content:center;align-items:center;gap:8px;margin-top:60px;display:flex}.page-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:8px;padding:8px 18px;font-family:Quicksand,sans-serif;font-size:13px;font-weight:600;transition:all .2s}.page-btn:hover:not(:disabled){color:#f7f4ef;background:#1a1a1a}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-numbers{align-items:center;gap:4px;display:flex}.page-number{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:8px;width:36px;height:36px;font-family:Quicksand,sans-serif;font-size:13px;font-weight:600;transition:all .2s}.page-number:hover{color:#c4896c;border-color:#c4896c}.page-number.active{color:#f7f4ef;background:#1a1a1a;border-color:#1a1a1a}.page-ellipsis{color:#aaa;padding:0 4px;font-family:Quicksand,sans-serif;font-size:13px}@media (width<=900px){.books-page{flex-direction:column}.books-sidebar{border-bottom:1px solid #0000000f;border-right:none;width:100%;height:auto;padding:24px 20px;position:static}.sidebar-options{flex-flow:wrap;gap:8px}.sidebar-option{background:#f7f4ef;border-radius:100px;padding:6px 12px;font-size:13px}.books-main{padding:24px 20px 40px}}@media (width<=600px){.books-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.admin-wrapper{background:#f5f2ed;height:100vh;font-family:Inter,sans-serif;display:flex}.admin-sidebar{background:#1e140a;flex-direction:column;flex-shrink:0;width:220px;min-height:100vh;padding:32px 0;display:flex;position:sticky;top:0}.admin-brand{border-bottom:1px solid #ffffff14;padding:0 24px 32px}.admin-brand span{letter-spacing:6px;color:#f7f4ee;font-family:Uncial Antiqua,system-ui;font-size:1rem;display:block}.admin-brand small{letter-spacing:.15em;text-transform:uppercase;color:#c9a35f;margin-top:4px;font-size:.68rem;display:block}.admin-nav{flex-direction:column;flex:1;gap:4px;padding:24px 16px;display:flex}.admin-nav-link{color:#f7f4ee8c;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex}.admin-nav-link:hover,.admin-nav-link.active{color:#f7f4ee;background:#ffffff14}.admin-sidebar-footer{border-top:1px solid #ffffff14;flex-direction:column;align-items:flex-start;gap:12px;padding:24px;display:flex}.admin-back-btn{color:#f7f4ee73;cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:.78rem;transition:color .2s}.admin-back-btn:hover{color:#f7f4ee}.admin-main{flex:1;display:flex;overflow:hidden}.admin-loading{color:#9e8e7e;justify-content:center;align-items:center;width:100%;height:100vh;font-family:Cormorant Garamond,serif;font-size:1.4rem;display:flex}.dash-container{width:100%;height:100vh;display:flex;overflow:hidden}.dash-left{background:#f5f2ed;flex-direction:column;flex:1;padding:40px 36px;display:flex;overflow:hidden}.dash-right{background:#fff;border-left:1px solid #1e140a14;flex-direction:column;width:420px;min-width:380px;padding:40px 32px;animation:.35s cubic-bezier(.22,1,.36,1) slide-in;display:flex;overflow-y:auto}@keyframes slide-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.dash-panel-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.dash-title{color:#1e140a;margin:0;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;line-height:1}.dash-count{color:#9e8e7e;letter-spacing:.04em;margin-top:5px;font-size:.72rem;display:block}.dash-form-title{color:#1e140a;margin:0;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700}.dash-table-wrap{background:#fff;border:1px solid #1e140a14;border-radius:12px;flex:1;min-height:0;overflow-y:auto}.dash-table{border-collapse:collapse;width:100%;font-family:Inter,sans-serif;font-size:.855rem}.dash-table thead{background:#faf8f5;border-bottom:1px solid #1e140a12}.dash-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:#9e8e7e;padding:12px 14px;font-size:.68rem;font-weight:600}.dash-table td{color:#1e140a;vertical-align:middle;border-bottom:1px solid #1e140a0d;padding:12px 14px}.dash-table tbody tr:last-child td{border-bottom:none}.dash-table tbody tr{transition:background .15s}.dash-table tbody tr:hover{background:#faf8f5}.dash-table tbody tr.row-active{background:#fdf6ec;border-left:3px solid #c9a35f}.dash-thumb{object-fit:cover;border-radius:4px;width:36px;height:50px;display:block}.dash-book-title{font-weight:600}.dash-muted{color:#7a6a58}.dash-badge{color:#7a6a58;white-space:nowrap;background:#f0ebe3;border-radius:100px;padding:3px 10px;font-size:.72rem;font-weight:500}.dash-stock{color:#2d6a4f;font-weight:600}.dash-stock.out{color:#c0392b}.dash-row-actions{gap:6px;display:flex}.dash-empty{text-align:center;color:#9e8e7e;padding:80px 20px;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-style:italic}.dash-add-btn{color:#f7f4ee;cursor:pointer;white-space:nowrap;background:#1e140a;border:none;border-radius:8px;padding:10px 20px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:background .2s}.dash-add-btn:hover{background:#3a2a1a}.dash-close-btn{color:#7a6a58;cursor:pointer;background:#f5f2ed;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;transition:background .2s,color .2s;display:flex}.dash-close-btn:hover{color:#f7f4ee;background:#1e140a}.dash-edit-btn{color:#1e140a;cursor:pointer;background:#f0ebe3;border:none;border-radius:6px;padding:5px 12px;font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;transition:background .2s}.dash-edit-btn:hover{background:#e0d8cc}.dash-delete-btn{color:#c0392b;cursor:pointer;background:#fdf0ee;border:none;border-radius:6px;padding:5px 12px;font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;transition:background .2s}.dash-delete-btn:hover{background:#fad9d5}.dash-delete-btn:disabled{opacity:.5;cursor:not-allowed}.dash-save-btn{color:#f7f4ee;cursor:pointer;background:#1e140a;border:none;border-radius:8px;flex:1;padding:11px 24px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:background .2s}.dash-save-btn:hover{background:#3a2a1a}.dash-save-btn:disabled{opacity:.5;cursor:not-allowed}.dash-cancel-btn{color:#9e8e7e;cursor:pointer;background:0 0;border:1px solid #1e140a26;border-radius:8px;padding:11px 20px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.dash-cancel-btn:hover{color:#1e140a;border-color:#1e140a}.dash-form{flex-direction:column;flex:1;gap:18px;display:flex}.dash-image-upload{aspect-ratio:3/2;cursor:pointer;background:#faf8f5;border:2px dashed #1e140a26;border-radius:10px;justify-content:center;align-items:center;width:100%;transition:border-color .2s;display:flex;overflow:hidden}.dash-image-upload:hover{border-color:#1e140a}.dash-image-upload img{object-fit:cover;width:100%;height:100%}.dash-image-placeholder{text-align:center;color:#9e8e7e}.dash-image-placeholder span{margin-bottom:6px;font-size:1.8rem;display:block}.dash-image-placeholder p{margin:0;font-size:.78rem}.dash-image-hint{color:#b5a898;text-align:center;margin:-10px 0 0;font-family:Inter,sans-serif;font-size:.7rem}.dash-field{flex-direction:column;gap:5px;display:flex}.dash-field label{letter-spacing:.07em;text-transform:uppercase;color:#9e8e7e;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600}.dash-field input,.dash-field select,.dash-field textarea{color:#1e140a;resize:vertical;background:#faf8f5;border:1px solid #1e140a26;border-radius:8px;outline:none;padding:9px 12px;font-family:Inter,sans-serif;font-size:.875rem;transition:border-color .2s,background .2s}.dash-field input:focus,.dash-field select:focus,.dash-field textarea:focus{background:#fff;border-color:#1e140a}.dash-field-row{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.dash-form-actions{border-top:1px solid #1e140a12;gap:10px;margin-top:4px;padding-top:16px;display:flex}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow-x:hidden}@font-face{font-family:ABCGravity;src:url(/assets/ABCGravityVariable-Trial-DtP6KEj_.woff2)format("woff2");font-weight:100 900;font-style:normal}
