:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,sans-serif;--font-display: "Manrope", "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--radius-xs: 8px;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 20px;--shadow-sm: 0 6px 18px rgba(15, 15, 15, .08);--shadow-md: 0 10px 30px rgba(15, 15, 15, .12);--color-bg: var(--tg-theme-bg-color, #f8f6f3);--color-surface: var(--tg-theme-secondary-bg-color, #ffffff);--color-text: var(--tg-theme-text-color, #2b2b2b);--color-muted: var(--tg-theme-hint-color, #777777);--color-border: rgba(43, 43, 43, .08);--color-primary: #c9a482;--color-primary-strong: #b0825e;--color-accent: #8f6c5b;--color-success: #3e8d75;--color-warning: #c28b36;--color-danger: #d65c5c}html[data-theme=rose]{--color-bg: #fcf6f6;--color-surface: #ffffff;--color-text: #2d2a2a;--color-muted: #7b6d6d;--color-border: rgba(45, 42, 42, .08);--color-primary: #d4a2a9;--color-primary-strong: #c07f88;--color-accent: #b05b69}html[data-theme=forest]{--color-bg: #f5f7f3;--color-surface: #ffffff;--color-text: #27312d;--color-muted: #6a7a72;--color-border: rgba(39, 49, 45, .1);--color-primary: #9bb09b;--color-primary-strong: #6f8f78;--color-accent: #496a57}body{margin:0;background:var(--color-bg);color:var(--color-text)}*{box-sizing:border-box}a{color:inherit;text-decoration:none}.app{min-height:100vh;display:flex;flex-direction:column}.app-content{flex:1;padding:100px 16px calc(90px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:16px}.topbar{position:fixed;top:0;left:0;right:0;z-index:10;padding:12px 16px;background:var(--color-surface);box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:space-between;gap:12px}.topbar-left{min-width:40px;display:flex;align-items:center}.brand{display:flex;flex-direction:column;gap:2px}.brand-title{font-family:var(--font-display);font-size:18px;font-weight:700}.brand-subtitle{font-size:12px;color:var(--color-muted)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--color-surface);display:grid;grid-template-columns:repeat(4,1fr);padding:12px 12px calc(16px + env(safe-area-inset-bottom));gap:4px;box-shadow:0 -2px 12px #00000014;border-top:1px solid var(--color-border);z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:14px;font-weight:500;color:var(--color-muted);padding:8px;border-radius:12px;transition:all .2s ease;text-decoration:none;min-height:56px}.nav-item:hover{background:var(--color-bg);color:var(--color-text)}.nav-item.active{color:var(--color-primary);font-weight:600;background:var(--color-bg)}.nav-icon{font-size:22px;line-height:1;transition:transform .2s ease}.nav-item.active .nav-icon{transform:scale(1.1)}.nav-label{font-size:12px;line-height:1.2;white-space:nowrap}.nav-icon-wrapper{position:relative;display:inline-block}.nav-badge{position:absolute;top:-6px;right:-8px;background:var(--color-primary);color:#1f1b17;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 4px #0003}.card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:16px}.button{border:none;border-radius:14px;padding:12px 16px;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.button.primary{background:var(--color-primary);color:#1f1b17}.button.primary:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.button.secondary{background:#0000000d;color:var(--color-text)}.button.danger{background:var(--color-danger);color:#fff}.button:disabled{opacity:.6;cursor:not-allowed}.button-group{display:flex;align-items:center;gap:8px}.button-link{flex:1}.input{width:100%;border-radius:12px;border:1px solid var(--color-border);padding:12px;background:transparent;color:var(--color-text)}.grid{display:grid;gap:16px}.grid.products{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.product-card{display:flex;flex-direction:column;gap:12px}.product-media{position:relative}.product-image-link{display:block;cursor:pointer;transition:opacity .2s ease}.product-image-link:hover{opacity:.9}.product-image-link:active{opacity:.8}.product-media .icon-btn{position:absolute;top:8px;right:8px;z-index:2}.product-image{width:100%;border-radius:12px;background:#efe9e1;height:140px;object-fit:cover;display:block}.gallery-thumbs{grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.thumb-btn{border:none;padding:0;background:transparent}.thumb-btn .product-image{height:80px}.badge{font-size:12px;padding:4px 10px;border-radius:999px;background:#0000000d;display:inline-flex;align-items:center;gap:6px}.icon-btn{border:none;background:#ffffffd9;border-radius:999px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);cursor:pointer;font-size:16px}.icon-btn.active{color:#d65c5c}.star-btn.active{color:var(--color-warning)}.back-btn{background:#0000000d;width:36px;height:36px;font-size:18px}.section-title{font-family:var(--font-display);font-size:20px;font-weight:700}.muted{color:var(--color-muted)}.status-bar{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.status-step{text-align:center;font-size:11px}.status-dot{width:10px;height:10px;border-radius:50%;margin:0 auto 6px;background:#0000001a}.status-step.active .status-dot{background:var(--color-primary-strong)}.list{display:flex;flex-direction:column;gap:12px}.toast{position:fixed;bottom:90px;left:50%;transform:translate(-50%);background:var(--color-surface);padding:8px 14px;border-radius:999px;box-shadow:var(--shadow-sm);font-size:12px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;padding:24px;z-index:20}.gallery-modal{background:var(--color-surface);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;gap:12px;max-width:90vw}.gallery-image{width:80vw;max-width:520px;border-radius:var(--radius-sm)}.gallery-controls{display:flex;justify-content:space-between;gap:12px}.star-row{display:flex;gap:6px}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:12px}.cart-thumb{width:80px;height:80px;border-radius:12px;object-fit:cover;background:#efe9e1}.qty-controls{display:flex;align-items:center;gap:10px}.review-item{display:flex;align-items:center;gap:12px}.suggestions{display:flex;flex-wrap:wrap;gap:8px}.suggestion{border:1px solid var(--color-border);border-radius:999px;padding:6px 12px;background:var(--color-surface);font-size:12px;cursor:pointer}
