@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@700;800&family=Noto+Sans:wght@400;500;600;700;800&display=swap";:root{--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary: #f97316;--color-primary-600: #ea580c;--color-primary-100: #ffedd5;--color-surface: #ffffff;--color-surface-alt: #fffaf5;--color-background: #f6f7fb;--color-background-strong: #eef2f7;--color-text: #0f172a;--color-text-muted: #64748b;--color-border: rgba(15, 23, 42, .12);--shadow-sm: 0 2px 16px rgba(15, 23, 42, .08);--shadow-md: 0 10px 30px rgba(15, 23, 42, .12);--radius-card: 12px;--radius-button: 8px;--radius-pill: 999px;--page-max-width: 1180px;--topbar-height: 68px;--gl-bg: #fdfaf5;--gl-card: #ffffff;--gl-primary: #1a472a;--gl-accent: #c8a84b;--gl-danger: #b91c1c;--gl-muted: #6b7280;--gl-border: #e5e0d5;--gl-tag-green-bg: #dcfce7;--gl-tag-green-text: #166534;--gl-tag-amber-bg: #fef3c7;--gl-tag-amber-text: #92400e;--gl-tag-red-bg: #fee2e2;--gl-tag-red-text: #991b1b;color:var(--color-text);background:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.dark,html[data-theme=dark]{--color-surface: #0b1220;--color-surface-alt: rgba(14, 22, 38, .92);--color-background: #070d18;--color-background-strong: rgba(15, 23, 42, .72);--color-text: #e5e7eb;--color-text-muted: #9ca3af;--color-border: rgba(148, 163, 184, .18);--gl-bg: #070d18;--gl-card: #0b1220;--gl-primary: #e5e7eb;--gl-accent: #f59e0b;--gl-danger: #ef4444;--gl-muted: #9ca3af;--gl-border: rgba(148, 163, 184, .18);--gl-tag-green-bg: rgba(22, 163, 74, .16);--gl-tag-green-text: #86efac;--gl-tag-amber-bg: rgba(245, 158, 11, .16);--gl-tag-amber-text: #fcd34d;--gl-tag-red-bg: rgba(239, 68, 68, .14);--gl-tag-red-text: #fca5a5;--shadow-sm: 0 2px 16px rgba(0, 0, 0, .35);--shadow-md: 0 10px 30px rgba(0, 0, 0, .45)}*,*:before,*:after{box-sizing:border-box}html{min-width:320px;min-height:100%;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100dvh;font-family:var(--font-sans);color:var(--color-text);background:radial-gradient(circle at top,rgba(249,115,22,.08),transparent 30%),var(--color-background);transition:background-color .35s ease,color .35s ease,background .35s ease}#root{min-height:100dvh}img,svg,video,canvas{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{border:0;background:transparent;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,opacity .2s ease}button:disabled{cursor:not-allowed;opacity:.65}@media(hover:hover){button:hover:not(:disabled){transform:translateY(-1px)}}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(249,115,22,.22);outline-offset:2px}a{color:var(--color-primary-600);text-decoration:none;transition:color .2s ease,opacity .2s ease}a:hover{color:var(--color-primary)}h1,h2,h3,h4,h5,h6,p{margin:0}body,p,li{font-size:16px;line-height:1.5}::selection{background:#f973162e}.container{width:min(var(--page-max-width),calc(100vw - 32px));margin:0 auto}.app-shell{min-height:100dvh;background:var(--color-background);color:var(--color-text)}.app-page{padding:clamp(16px,4vw,24px) 0 96px}.app-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-sm)}.app-button{min-height:44px;border-radius:var(--radius-button);padding:0 16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.app-input,.app-textarea{width:100%;min-height:44px;border-radius:var(--radius-button);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding:0 14px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.app-textarea{min-height:120px;padding:12px 14px;resize:vertical}.app-input::placeholder,.app-textarea::placeholder{color:#94a3b8}html.dark .app-input::placeholder,html.dark .app-textarea::placeholder,html[data-theme=dark] .app-input::placeholder,html[data-theme=dark] .app-textarea::placeholder{color:#64748b}.app-input:focus,.app-textarea:focus{border-color:#f9731673;box-shadow:0 0 0 4px #f973161f}.theme-floating-toggle{position:fixed;top:12px;right:12px;z-index:999;pointer-events:none}.theme-floating-toggle>*{pointer-events:auto}.theme-toggle{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:6px 12px 6px 8px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm);font-weight:800}.theme-toggle__track{position:relative;width:38px;height:22px;flex:0 0 auto;border-radius:999px;background:var(--color-background-strong);border:1px solid var(--color-border)}.theme-toggle__thumb{position:absolute;top:1px;left:1px;width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:var(--color-primary);color:#fff;transform:translate(0);will-change:transform;transition:transform .28s ease,background-color .28s ease}.theme-toggle--dark .theme-toggle__thumb{transform:translate(16px);background:#7c3aed}html.dark .app-card,html[data-theme=dark] .app-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media(max-width:767px){.container{width:min(100vw - 24px,var(--page-max-width))}.theme-floating-toggle{top:10px;right:10px}}:root{--gl-bg: #f5f3ee;--gl-card: #ffffff;--gl-green: #1a3a2a;--gl-orange: #ff6b35;--gl-yellow: #ffd700;--gl-text: #1a1a2e;--gl-muted: rgba(26, 26, 46, .6);--gl-border: rgba(26, 26, 46, .08);--gl-shadow: 0 10px 24px rgba(26, 26, 46, .08);--gl-shadow-strong: 0 16px 36px rgba(26, 26, 46, .12);--gl-radius: 16px}.gl-feature-root{min-height:100vh;width:100%;background:var(--gl-bg);color:var(--gl-text);font-family:Noto Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.gl-topbar{position:sticky;top:0;z-index:20;width:100%;padding:16px 16px 14px;background:var(--gl-green);color:#fff;box-shadow:0 16px 34px #102a1e2e}.gl-title{font-family:"Baloo 2",cursive;font-size:26px;line-height:.95;font-weight:800;letter-spacing:-.03em}.gl-subtitle{margin-top:4px;font-size:12px;line-height:1.4;color:#ffffffb8;max-width:28ch}.gl-topbar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.gl-topbar-btn-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.gl-topbar-actions{display:grid;gap:10px}.gl-topbar-actions--hidden{display:grid}.gl-topbar-actions--mobile{margin-top:0;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.gl-topbar-actions__mobile-btn{min-width:0}.gl-summary-card{min-width:0;padding:12px 14px;border-radius:14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff14}.gl-summary-label{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--gl-yellow)}.gl-summary-value{margin-top:4px;font-family:"Baloo 2",cursive;font-size:20px;line-height:1;font-weight:800;letter-spacing:-.03em;color:#fff}.gl-search{width:100%;min-height:48px;padding:0 14px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff1f;color:#fff;font-size:14px;font-weight:600;outline:none;box-shadow:inset 0 1px #ffffff0f}.gl-search::placeholder{color:#ffffffd1}.gl-btn{min-height:44px;padding:0 14px;border-radius:14px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:800;line-height:1;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.gl-btn:hover:not(:disabled){transform:translateY(-1px)}.gl-btn--ghost{background:transparent;color:#fff;border-color:#ffffffe6}.gl-btn--ghost:hover:not(:disabled){background:#ffffff14}.gl-btn--accent{background:var(--gl-orange);color:#fff;border-color:var(--gl-orange);box-shadow:0 10px 20px #ff6b353d}.gl-btn--accent:hover:not(:disabled){background:#ff5a20;border-color:#ff5a20}.gl-page{width:100%;max-width:390px;margin:0 auto;padding:8px 12px 112px}.gl-stats-row{display:none}.gl-statusbar{width:100%;display:flex;align-items:center;gap:8px;padding:10px 0 8px;font-size:12px;color:var(--gl-muted)}.gl-statusbar__dot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 4px #22c55e1f;flex:0 0 auto}.gl-panel{margin:14px 0 16px;padding:14px;border-radius:var(--gl-radius);background:#fff;border:1px solid var(--gl-border);box-shadow:var(--gl-shadow)}.gl-panel--green{background:#f3fbf5;border-color:#1a3a2a1a}.gl-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.gl-panel-title{font-weight:800;color:var(--gl-green)}.gl-btn--panel-close{min-height:34px;padding:0 12px;border-radius:12px;background:#1a3a2a0f;border:1px solid rgba(26,58,42,.16);color:var(--gl-green);box-shadow:none}.gl-panel-empty{color:var(--gl-muted);font-size:13px}.gl-wapas-list{display:grid;gap:10px}.gl-wapas-card{background:#fff;border:1px solid var(--gl-border);border-radius:16px;padding:12px;box-shadow:var(--gl-shadow)}.gl-wapas-card-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px}.gl-wapas-name{font-weight:800;color:var(--gl-text)}.gl-wapas-meta{margin-top:2px;font-size:12px;color:var(--gl-muted)}.gl-wapas-updated{font-size:11px;color:var(--gl-muted);text-align:right}.gl-wapas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px 12px}.gl-wapas-label{font-size:10px;font-weight:800;color:#1a1a2e70;text-transform:uppercase;letter-spacing:.06em}.gl-wapas-value{margin-top:2px;font-size:13px;font-weight:700}.gl-wapas-saamaan,.gl-wapas-notes{margin-top:10px;padding:10px 12px;border-radius:14px;font-size:13px;line-height:1.45}.gl-wapas-saamaan{background:#ffd70029;color:#8a5a00}.gl-wapas-notes{color:var(--gl-muted);background:#1a1a2e08}.gl-wapas-days{margin-top:10px;font-size:12px;color:var(--gl-muted);font-weight:600}.gl-cards-grid{display:grid;gap:12px}.gl-customer-card{background:var(--gl-card);border:.5px solid var(--gl-border);border-radius:16px;overflow:hidden;box-shadow:var(--gl-shadow)}.gl-card-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.gl-card-avatars{display:flex;align-items:center;gap:8px;flex:0 0 auto}.gl-card-name{font-size:16px;font-weight:800;line-height:1.2;color:var(--gl-text);word-break:break-word}.gl-card-village{margin-top:3px;font-size:12px;color:var(--gl-muted)}.gl-card-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px 12px}.gl-card-meta-label{font-size:10px;font-weight:800;color:#1a1a2e6b;text-transform:uppercase;letter-spacing:.06em}.gl-card-meta-value{margin-top:2px;font-size:13px;font-weight:700;color:var(--gl-text);word-break:break-word}.gl-card-saamaan{margin-top:10px;padding:10px 12px;border-radius:14px;background:#ffd70029;color:#7b5300;font-size:13px;line-height:1.45}.gl-card-notes{margin-top:8px;color:var(--gl-muted);font-size:12px;font-style:italic}.gl-card-total{margin-top:10px;padding:12px;border-radius:14px;background:#f5f3eee0;border:1px solid rgba(26,26,46,.06)}.gl-total-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;text-align:center}.gl-total-label{font-size:10px;font-weight:800;color:#1a1a2e70;text-transform:uppercase;letter-spacing:.06em}.gl-total-value{margin-top:2px;font-size:14px;font-weight:900;letter-spacing:-.02em}.gl-card-due{margin-top:10px;padding:10px 12px;border-radius:14px;background:#ff6b3514;display:flex;align-items:center;justify-content:space-between;gap:12px}.gl-card-due-label{font-size:12px;color:var(--gl-muted)}.gl-card-due-value{font-size:16px;font-weight:900;color:var(--gl-orange)}.gl-card-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.gl-card-divider{margin:12px 0 10px;border:0;border-top:1px solid rgba(26,26,46,.08)}.gl-btn--ghost.gl-card-btn{color:var(--gl-text);border-color:#1a1a2e14}.gl-card-btn{width:100%;padding:11px 8px!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;border:none!important;border-top:.5px solid #f0f0f0!important;border-right:.5px solid #f0f0f0!important;font-size:12px!important;font-weight:600!important;min-height:unset!important}.gl-card-btn:nth-child(2n){border-right:none!important}.gl-card-btn--full{grid-column:1 / -1;border-right:none!important}.gl-card-btn--danger{color:#dc2626!important;background:#fef2f2!important}.gl-card-btn--full{grid-column:1 / -1}.gl-card-btn--danger{color:#dc2626!important;background:#fff5f5!important;border-color:#dc26262e!important}.gl-card-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:0;overflow:hidden;border-radius:0 0 14px 14px}.gl-card-delete-confirm{margin-top:2px;padding:12px;border-radius:14px;background:#fff5f5;border:1px solid rgba(220,38,38,.14)}.gl-card-delete-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;margin-top:10px}.gl-card-history{margin-top:10px;padding:12px;border-radius:14px;background:#ffd70014;border:1px solid rgba(255,215,0,.18)}.gl-card-history-item{border-radius:12px;padding:8px 10px;background:#ffffffc2;border:1px solid rgba(26,26,46,.06)}.gl-card-wapas-info{margin-top:10px;padding:12px;border-radius:14px;background:#ecfdf5;border:1px solid rgba(34,197,94,.16);color:#065f46;font-size:13px}.gl-empty{margin-top:12px;padding:42px 16px;border-radius:18px;background:#ffffffd1;border:1px dashed rgba(26,26,46,.14);color:var(--gl-muted);text-align:center;box-shadow:var(--gl-shadow)}.gl-empty-icon{font-size:42px;margin-bottom:8px}.gl-toast{position:fixed;left:50%;bottom:86px;transform:translate(-50%);z-index:90;max-width:calc(100vw - 24px);padding:10px 16px;border-radius:999px;background:#1a3a2af5;color:#fff;font-size:13px;font-weight:700;box-shadow:0 16px 36px #0d1c1238;text-align:center}.gl-bottom-nav,.fp-bottom-nav{position:fixed;left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 12px);transform:translate(-50%);width:min(calc(100vw - 24px),390px);padding:10px 8px 12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;background:#fffffffa;border:1px solid rgba(26,26,46,.08);border-radius:22px;box-shadow:0 14px 30px #1a1a2e24;z-index:30}.gl-bottom-nav .gl-footer-nav-item,.fp-bottom-nav .fp-nav-item,.gl-bottom-nav__item,.fp-nav-item{min-height:44px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px;font-weight:700;color:#1a1a2e80}.gl-bottom-nav .gl-footer-nav-item--active,.fp-nav-item--active,.gl-bottom-nav__item--active{color:var(--gl-orange);background:#ff6b351a}.gl-form-shell{margin:12px 0 16px;padding:14px;border-radius:16px;background:#fff;border:1px solid var(--gl-border);box-shadow:var(--gl-shadow)}.gl-form-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.gl-form-title{font-family:"Baloo 2",cursive;font-size:20px;line-height:1;font-weight:800;color:var(--gl-text)}.gl-form-subtitle{margin-top:4px;font-size:12px;color:var(--gl-muted)}.gl-form-chip{min-height:30px;padding:0 12px;border-radius:999px;background:#ffd70024;color:#8a5a00;border:1px solid rgba(255,215,0,.18);font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.gl-form-chip--muted{background:#1a1a2e0a;color:var(--gl-muted);border-color:#1a1a2e14}.gl-form-grid,.gl-photo-grid,.gl-form-actions{display:grid;gap:12px}.gl-form-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.gl-form-stack{display:grid;gap:14px;margin-top:14px}.gl-form-field{min-width:0}.gl-form-label{display:block;margin-bottom:6px;font-size:12px;font-weight:800;color:var(--gl-muted)}.gl-form-hint{margin-top:6px;font-size:11px;color:var(--gl-muted)}.gl-form-input{width:100%;min-height:44px;border-radius:14px;border:1px solid rgba(26,26,46,.12);background:#fff;color:var(--gl-text);padding:0 14px;box-shadow:none;outline:none}.gl-form-input:focus{border-color:#ff6b3573;box-shadow:0 0 0 4px #ff6b351f}.gl-photo-card{border-radius:16px;padding:12px;background:#fff;border:1px solid rgba(26,26,46,.08);box-shadow:var(--gl-shadow)}.gl-photo-card__head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.gl-photo-card__title{display:flex;align-items:center;gap:8px;min-width:0;font-size:13px;font-weight:800;color:var(--gl-text)}.gl-photo-card__actions{display:flex;gap:8px;flex:0 0 auto}.gl-photo-card__preview{height:150px;border-radius:14px;overflow:hidden;background:#1a1a2e0a;border:1px solid rgba(26,26,46,.08)}.gl-photo-card__preview img{width:100%;height:100%;object-fit:cover}.gl-photo-card__empty{height:100%;display:grid;place-items:center;text-align:center;padding:12px}.gl-photo-card__empty-icon{font-size:22px}.gl-photo-card__footer{display:flex;gap:10px;margin-top:10px}.gl-form-action{flex:1}.gl-form-action--danger{color:#dc2626!important;border-color:#dc26262e!important;background:#fff5f5!important}.gl-form-save,.gl-form-cancel{min-height:48px;width:100%}@media(max-width:374px){.gl-topbar,.gl-page{width:min(100%,100vw)}.gl-title{font-size:24px}.gl-form-grid,.gl-card-meta,.gl-card-actions,.gl-card-delete-actions,.gl-wapas-grid,.gl-stats-row,.gl-topbar-actions--mobile{grid-template-columns:1fr}.gl-card-btn--full{grid-column:auto}}@media(min-width:375px){.gl-feature-root{display:block}}:root{--gl-border: rgba(229, 224, 213, .9)}.gl-page{min-height:100dvh;box-sizing:border-box;margin-left:0!important;padding:12px!important;border-left:0!important;border-right:0!important;width:100%;max-width:480px;margin:0 auto}.gl-cards-grid{display:grid;grid-template-columns:1fr!important;gap:12px}@media(max-width:640px){.gl-form-grid,.gl-card-meta,.gl-card-actions,.gl-card-delete-actions,.gl-wapas-grid,.gl-stats-row{grid-template-columns:1fr!important}.brand-slot{display:none!important}.gl-page{padding:12px!important}.gl-topbar{width:100%;max-width:480px}.gl-search{padding:0 14px!important;font-size:14px!important}.gl-btn,.gl-card-btn{min-height:44px;-webkit-tap-highlight-color:transparent}.gl-card-btn--full{grid-column:1 / -1!important}}@media(min-width:641px){.gl-page{width:100%;max-width:480px;margin:0 auto}.gl-cards-grid{grid-template-columns:1fr!important}}:root{--brand-primary: #2563eb;--brand-accent: #f59e0b}.brand-slot{position:fixed;left:0;top:0;height:100dvh;width:260px;display:flex;align-items:flex-start;justify-content:center;pointer-events:none;background:linear-gradient(180deg,#f59e0b14,#2563eb0d);visibility:visible!important;opacity:1!important;z-index:1}.brand-card{position:relative;overflow:hidden;pointer-events:auto;width:100%;margin:18px;padding:18px 16px;border-radius:20px;border:1px solid rgba(229,224,213,.55);background:#ffffffad;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 50px #00000014,inset 0 1px #ffffff59;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background-color .25s ease}html.dark .brand-card,html[data-theme=dark] .brand-card{background:#151e30c7;border-color:#94a3b829;box-shadow:0 20px 60px #0000003d,inset 0 1px #ffffff08}html.dark .brand-slot,html[data-theme=dark] .brand-slot{background:linear-gradient(180deg,#7c3aed14,#0ea5e90a)}.brand-card:before{content:"";position:absolute;inset:-60px;background:radial-gradient(circle at 30% 20%,#f59e0b66,#2563eb00 55%);transform:translateZ(0)}.brand-card:after{content:"";position:absolute;left:-40%;top:-30%;width:80%;height:160%;background:linear-gradient(115deg,#fff0 30%,#ffffff59,#fff0 70%);opacity:0;transform:rotate(14deg) translate(-40%);transition:opacity .25s ease}.brand-card:hover{transform:translateY(-4px);border-color:#f59e0ba6;box-shadow:0 24px 70px #00000024,inset 0 1px #fff6}.brand-card:hover:after{opacity:1}.brand-title{position:relative;font-size:20px;line-height:1.15;font-weight:900;letter-spacing:.4px;text-align:left;color:var(--brand-primary);text-shadow:0 8px 30px rgba(37,99,235,.12)}html.dark .brand-title,html[data-theme=dark] .brand-title{color:#dbeafe}.brand-sub{position:relative;margin-top:8px;font-size:13px;font-weight:600;color:#1a472abf}html.dark .brand-sub,html[data-theme=dark] .brand-sub{color:#e2e8f0b8}.brand-line{position:relative;width:100%;height:1px;margin-top:14px;background:linear-gradient(90deg,#1a472a00,#c8a84be6,#1a472a00)}.brand-lamp{position:absolute;right:-40px;bottom:-55px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#c8a84b8c,#c8a84b00 62%);filter:blur(1px);opacity:.9;transition:opacity .25s ease,transform .25s ease}.brand-card:hover .brand-lamp{opacity:1;transform:scale(1.04)}@media(max-width:900px){.brand-slot{display:none}}:global(body){display:block}.fp-root{min-height:100vh;position:relative;overflow-x:hidden;background:radial-gradient(circle at top,rgba(249,115,22,.08),transparent 30%),var(--color-background)}.fp-wrap{width:min(100%,960px);margin:0 auto}.fp-topbar{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f6f7fbd1;border-bottom:1px solid rgba(15,23,42,.08)}.fp-topbar__inner{min-height:var(--topbar-height);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.fp-brand{display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:0;font-weight:800;color:var(--color-text)}.fp-brand__mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm);font-weight:900}.fp-brand__text{font-size:16px;letter-spacing:-.02em}.fp-topbar__actions{display:flex;align-items:center;gap:10px}.fp-theme-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:12px;border:1px solid var(--color-border);background:#ffffffa6}html[data-theme=dark] .fp-theme-toggle{background:#0b122080}.fp-theme-btn{min-height:34px;padding:0 10px;border-radius:10px;font-weight:900;font-size:12px;letter-spacing:-.01em;border:1px solid transparent;color:var(--color-text-muted);background:transparent}.fp-theme-btn--active{color:var(--color-primary-600);border-color:#f9731638;background:#f973161a}.fp-topbar__cta{min-width:44px}.fp-hero{padding:24px;margin-bottom:16px}.fp-hero-pageTitle{display:flex;align-items:center;justify-content:space-between;gap:12px}.fp-hero-title{font-size:36px;line-height:1.08;font-weight:900;letter-spacing:-.04em;color:var(--color-text)}.fp-nav-item svg{flex:0 0 auto}.fp-dashboard-header,.fp-profile-card,.fp-profile-heroCard,.fp-profile-statsCard,.fp-profile-detailsCard,.fp-profile-card--list,.fp-social-links,.fp-profile-sectionHead+.fp-profile-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-sm)}.fp-dashboard-header{margin:16px 0 20px;padding:24px}.fp-dashboard-topbar,.fp-profile-sectionHead,.fp-profile-idRow,.fp-profile-heroHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.fp-pill--header,.fp-profile-brandPill,.fp-profile-chip,.fp-profile-pill{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 12px;border-radius:var(--radius-pill);font-weight:700}.fp-pill--header{background:#f973161f;color:var(--color-primary-600)}.fp-pill--header .fp-pill-icon{font-size:16px;line-height:1}.fp-logout-btn--header,.fp-action-tab,.fp-social-link,.fp-profile-editBtn{min-height:44px;border-radius:var(--radius-button);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.fp-logout-btn--header{min-width:96px;padding:0 16px;font-weight:700}.fp-action-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.fp-action-tab{padding:0 16px;font-weight:700}.fp-action-tab--active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.fp-dashboard-greeting{margin-bottom:20px}.fp-dashboard-greeting-text,.fp-dashboard-subtitle,.fp-profile-sub,.fp-profile-listSub,.fp-profile-row-title,.fp-section-link,.fp-tip,.fp-stat-label,.fp-profile-stat-label{color:var(--color-text-muted)}.fp-dashboard-greeting-text{font-size:14px;margin-bottom:8px}.fp-dashboard-title{font-size:30px;line-height:1.06;font-weight:900;letter-spacing:-.04em;margin-bottom:6px}.fp-dashboard-subtitle{font-size:14px;font-weight:600}.fp-dashboard-stats,.fp-stats,.fp-profile-stats{display:grid;gap:12px}.fp-dashboard-stats,.fp-stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.fp-profile-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.fp-stat,.fp-profile-stat{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-sm)}.fp-stat{padding:16px}.fp-stat--accent{background:var(--color-surface-alt)}.fp-stat-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:#f973161f;margin-bottom:10px}.fp-stat-value,.fp-profile-stat-value{font-weight:900;letter-spacing:-.03em;color:var(--color-text)}.fp-stat-value{font-size:24px;margin-bottom:6px}.fp-stat-label{font-size:12px;font-weight:700}.fp-section-head,.fp-profile-sectionHead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 12px}.fp-section-title,.fp-profile-sectionHeadLeft,.fp-profile-listTitle,.fp-profile-row-value,.fp-profile-name,.fp-profile-hero-title{color:var(--color-text)}.fp-section-title,.fp-profile-sectionHeadLeft{font-size:18px;font-weight:800;letter-spacing:-.03em}.fp-quick,.fp-social-links{display:grid;gap:12px}.fp-quick-btn{width:100%;border:1px solid var(--color-border);border-radius:16px;padding:16px;display:flex;align-items:center;gap:14px;text-align:left;background:var(--color-surface);box-shadow:var(--shadow-sm)}.fp-quick-btn:hover{box-shadow:var(--shadow-md)}.fp-quick-btn--green{background:#f0fbf5}.fp-quick-btn--amber{background:#fff8eb}.fp-quick-btn--blue{background:#eef5ff}.fp-quick-btn--local{background:#f4f5f7}.fp-quick-icon{width:52px;height:52px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:#ffffffe6;border:1px solid rgba(15,23,42,.08);font-size:22px}.fp-quick-body{flex:1;min-width:0}.fp-quick-title{font-size:16px;font-weight:800;letter-spacing:-.02em;color:var(--color-text)}.fp-quick-sub{margin-top:4px;font-size:13px;color:var(--color-text-muted)}.fp-tip{margin-top:16px;padding:14px 16px;border-radius:var(--radius-card);background:var(--color-surface);border:1px dashed rgba(249,115,22,.25);display:flex;align-items:flex-start;gap:10px;box-shadow:var(--shadow-sm);font-size:13px}.fp-tip-bulb{width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center;border-radius:10px;background:#f973161f;color:var(--color-primary-600)}.fp-bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:calc(env(safe-area-inset-bottom,0px) + 12px);width:min(100vw - 24px,960px);padding:8px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;z-index:50;background:#ffffffeb;border:1px solid rgba(15,23,42,.1);border-radius:18px;box-shadow:var(--shadow-md)}.fp-nav-item{min-height:44px;border-radius:12px;padding:8px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:12px;font-weight:700;color:var(--color-text-muted);background:transparent}.fp-nav-item:hover{background:#f973160f;color:var(--color-text)}.fp-nav-item--active{background:#f973161f;color:var(--color-primary-600)}.fp-profile{display:grid;gap:16px}.fp-profile-heroCard{padding:24px;background:linear-gradient(180deg,#fff,#fffaf5);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.fp-profile-heroCard:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.fp-profile-heroBody{display:grid;justify-items:center;gap:16px;transition:transform .28s ease}.fp-profile-heroInfo{display:grid;justify-items:center;gap:8px;transition:opacity .24s ease,transform .24s ease}.fp-profile-linkBtn{min-height:40px;padding:0 14px;border-radius:var(--radius-pill);border:1px solid rgba(249,115,22,.18);background:#f9731614;color:var(--color-primary-600);font-weight:800;box-shadow:none;transition:transform .24s ease,background-color .24s ease,border-color .24s ease,color .24s ease}.fp-profile-linkBtn--inline{min-height:36px;font-size:13px}.fp-profile-linkBtn:hover:not(:disabled){background:#f973161f;color:var(--color-primary-600);transform:translateY(-1px)}.fp-profile-actionCard{margin-top:14px;padding:16px;border-radius:var(--radius-card);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:space-between;gap:12px}.fp-profile-actionCard--success{background:#f0fbf5;border-color:#116b4324}.fp-profile-actionCard--warning{background:#fff8eb;border-color:#f9731629}.fp-profile-actionCard__content{min-width:0;display:grid;gap:4px}.fp-profile-actionCard__title{font-size:14px;font-weight:900;letter-spacing:-.02em;color:var(--color-text)}.fp-profile-actionCard__body{font-size:13px;line-height:1.5;color:var(--color-text-muted)}.fp-profile-modalOverlay{position:fixed;inset:0;z-index:80;background:#0f172a6b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;padding:16px}.fp-profile-modal{width:min(100%,520px);border-radius:22px;background:var(--color-surface);border:1px solid rgba(15,23,42,.12);box-shadow:0 32px 80px #0f172a33;overflow:hidden}.fp-profile-modalHeader{padding:18px 18px 14px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#fffaf5)}.fp-profile-modalTitle{font-size:18px;font-weight:900;color:var(--color-text)}.fp-profile-modalSub{margin-top:4px;font-size:13px;color:var(--color-text-muted)}.fp-profile-modalClose{width:40px;height:40px;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface);font-size:22px;line-height:1;color:var(--color-text)}.fp-profile-modalBody{padding:18px;display:grid;gap:14px}.fp-profile-modalSteps{padding:12px 18px 0;display:flex;gap:8px;flex-wrap:wrap}.fp-profile-step{min-height:32px;padding:0 12px;border-radius:var(--radius-pill);background:#eef2f7;color:var(--color-text-muted);display:inline-flex;align-items:center;font-size:12px;font-weight:800}.fp-profile-step--active{background:#f9731624;color:var(--color-primary-600)}.fp-profile-modalBox{padding:14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fffaf5}.fp-profile-modalLabel{display:block;font-size:12px;font-weight:800;color:var(--color-text-muted);margin-bottom:6px}.fp-profile-modalValue{font-size:18px;font-weight:900;color:var(--color-text)}.fp-profile-modalHint{margin-top:8px;font-size:12px;line-height:1.5;color:var(--color-text-muted)}.fp-profile-recaptcha{min-height:78px;border-radius:16px;border:1px dashed rgba(249,115,22,.22);background:#fff;overflow:hidden}.fp-profile-modalActions{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.fp-profile-editBtn--wide{width:100%}.fp-profile-editBtn--primary{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.fp-profile-editBtn--primary:hover:not(:disabled){background:var(--color-primary-600);border-color:var(--color-primary-600)}.fp-profile-otpInputWrap{display:grid;gap:6px}.fp-profile-otpInput{width:100%;min-height:48px;border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface);padding:0 14px;font-size:16px;font-weight:800;letter-spacing:.08em;color:var(--color-text)}.fp-profile-modalNotice{padding:12px 14px;border-radius:14px;background:#f0fbf5;color:#116b43;font-size:13px;font-weight:700}.fp-profile-modalError{padding:12px 14px;border-radius:14px;background:#fff1f2;color:#b91c1c;font-size:13px;font-weight:700}.fp-profile-modalFooter{display:flex;justify-content:space-between;gap:12px;padding-top:4px}@media(max-width:767px){.fp-topbar__inner{padding:10px 0}.fp-brand__text{display:none}.fp-hero-title{font-size:28px}.fp-dashboard-title{font-size:26px}.fp-dashboard-stats,.fp-stats,.fp-profile-stats{grid-template-columns:1fr}.fp-profile-heroCard,.fp-dashboard-header,.fp-profile-card,.fp-profile-statsCard{padding:18px}.fp-profile-row,.fp-profile-listRow{align-items:flex-start}.fp-profile-actionCard{align-items:flex-start;flex-direction:column}.fp-profile-modal{border-radius:18px}.fp-profile-modalActions{grid-template-columns:1fr}.fp-profile-modalFooter{flex-direction:column}.fp-bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:8px}.fp-nav-item{font-size:11px;padding:8px 4px}}.fp-profile-brandPill{background:#f973161f;color:var(--color-primary-600);border:1px solid rgba(249,115,22,.16)}.fp-profile-brandPill-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#fff;color:var(--color-primary-600);font-weight:900}.fp-profile-heroAvatarUpload{cursor:pointer}.fp-profile-heroAvatar{width:106px;height:106px;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:linear-gradient(180deg,#fff,#fff5ea);border:3px solid rgba(249,115,22,.18);box-shadow:var(--shadow-sm)}.fp-profile-heroAvatarText{font-size:32px;font-weight:900;color:var(--color-primary-600)}.fp-profile-avatarImg{width:100%;height:100%;object-fit:cover}.fp-profile-avatarUploadText{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:var(--radius-pill);background:#f973161f;color:var(--color-primary-600);font-size:12px;font-weight:700}.fp-profile-name{text-align:center;font-size:24px;font-weight:900;letter-spacing:-.03em}.fp-profile-sub{text-align:center;font-size:14px;font-weight:600}.fp-profile-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;transition:transform .24s ease}.fp-profile-chip{border:1px solid rgba(15,23,42,.06);background:#fffc;color:var(--color-text);box-shadow:0 1px #0f172a05;transition:transform .24s ease,background-color .24s ease,border-color .24s ease,box-shadow .24s ease}.fp-profile-chip:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.fp-profile-chip--gold{background:#fff3d8;color:#8a4b00}.fp-profile-chip--green{background:#e8fbef;color:#116b43}.fp-profile-chip--neutral{background:#eef5ff;color:#1d4ed8}.fp-profile-statusLine{display:inline-flex;align-items:center;gap:8px;min-height:28px;padding:0 10px;border-radius:var(--radius-pill);background:#0f172a08;color:var(--color-text-muted);font-size:12px;font-weight:700;transition:background-color .24s ease,transform .24s ease}.fp-profile-statusLine:hover{transform:translateY(-1px);background:#0f172a0d}.fp-profile-statusDot{width:8px;height:8px;border-radius:999px;flex:0 0 auto;box-shadow:0 0 0 4px #0f172a0a}.fp-profile-statusDot--success{background:#16a34a}.fp-profile-statusDot--neutral{background:#94a3b8}.fp-profile-statusText{white-space:nowrap}.fp-profile-statsCard{padding:18px}.fp-profile-stat{padding:12px;text-align:center}.fp-profile-stat-value{font-size:18px}.fp-profile-stat-label{margin-top:4px;font-size:11px;font-weight:700}.fp-profile-card{padding:20px}.fp-profile-detailsCard{padding:8px}.fp-profile-row,.fp-profile-listRow{display:flex;align-items:center;gap:12px;padding:12px}.fp-profile-listRow--button{width:100%;text-align:left;border:0;background:transparent;color:inherit;cursor:pointer;appearance:none;-webkit-appearance:none}.fp-profile-listRow--button:hover{background:#f973160a}.fp-profile-row+.fp-profile-row,.fp-profile-listRow+.fp-profile-listRow{border-top:1px solid rgba(15,23,42,.08)}.fp-profile-row-icon,.fp-profile-listIcon{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;background:#f973161a;border:1px solid rgba(15,23,42,.08)}.fp-profile-row-body,.fp-profile-listBody{flex:1;min-width:0}.fp-profile-row-title{font-size:13px;font-weight:700}.fp-profile-row-value{margin-top:2px;font-size:14px;font-weight:700;word-break:break-word}.fp-profile-row-arrow{color:var(--color-text-muted);font-weight:800}.fp-profile-listTitle{font-size:14px;font-weight:800}.fp-profile-listSub{margin-top:2px;font-size:12px;font-weight:600}.fp-profile-listRight{flex:0 0 auto;display:flex;align-items:center;gap:8px;color:var(--color-text);font-weight:700}.fp-profile-listRight--muted{color:var(--color-text-muted)}.fp-profile-pill--green{background:#e8fbef;color:#116b43}.fp-profile-pill--neutral{background:#eef5ff;color:#1d4ed8}.fp-profile-editBtn{padding:0 14px;min-height:36px;font-size:13px;font-weight:700;box-shadow:none;transition:transform .24s ease,background-color .24s ease,border-color .24s ease,color .24s ease}.fp-profile-input,.fp-profile-textarea{width:100%;border-radius:var(--radius-button);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding:0 14px;min-height:44px}.fp-profile-textarea{min-height:120px;padding:12px 14px;resize:vertical}.fp-profile-input:focus,.fp-profile-textarea:focus{border-color:#f9731673;box-shadow:0 0 0 4px #f973161f}.fp-social-links{padding:16px}.fp-social-link{padding:0 16px;justify-content:center;text-decoration:none;font-weight:700}.fp-info-list{margin:12px 0 0;padding-left:18px;color:var(--color-text)}.fp-info-list li+li{margin-top:8px}.fp-profile-card--support,.fp-profile-card--list{padding:12px}.fp-profile-divider,.fp-profile-listDivider{height:1px;margin:8px 0;background:#0f172a14}.fp-profile-listRight .fp-profile-row-arrow{margin-left:0}.fp-profile-card p{color:var(--color-text-muted)}@media(max-width:767px){.fp-topbar__inner{padding:10px 0}.fp-brand__text{display:none}.fp-hero-title{font-size:28px}.fp-dashboard-title{font-size:26px}.fp-dashboard-stats,.fp-stats,.fp-profile-stats{grid-template-columns:1fr}.fp-profile-heroCard,.fp-dashboard-header,.fp-profile-card,.fp-profile-statsCard{padding:18px}.fp-profile-row,.fp-profile-listRow{align-items:flex-start}.fp-bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:8px}.fp-nav-item{font-size:11px;padding:8px 4px}}@media(min-width:1024px){.fp-wrap{width:min(100%,1024px)}.fp-hero-title{font-size:40px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;scroll-behavior:auto!important}}.dkh-page{min-height:100vh;background:#f5f3ee;color:#1a1a2e;overflow-x:hidden}.dkh-shell{width:100%;max-width:480px;min-height:100vh;margin:0 auto;position:relative;padding-bottom:104px}.dkh-header{position:relative;overflow:hidden;background:#1a1a2e;color:#fff;padding:18px 18px 22px}.dkh-header__top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px}.dkh-brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.dkh-brand__mark{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#ff6b35;color:#fff;font-family:"Baloo 2",cursive;font-size:22px;font-weight:800;box-shadow:0 10px 20px #ff6b353d}.dkh-brand__text{font-family:"Baloo 2",cursive;font-size:22px;line-height:1;font-weight:800;letter-spacing:-.02em;color:gold;white-space:nowrap}.dkh-logout{min-height:38px;padding:0 14px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#fff;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;flex:0 0 auto}.dkh-header__copy{position:relative;z-index:2;padding-top:20px;max-width:260px}.dkh-greeting{color:#ffffffb3;font-size:14px;font-weight:600;margin-bottom:4px}.dkh-shopName{margin:0;font-family:"Baloo 2",cursive;font-size:34px;line-height:.95;font-weight:800;letter-spacing:-.04em}.dkh-tagline{margin-top:6px;color:#ffffffb8;font-size:13px;font-weight:600}.dkh-accentOrb{position:absolute;border-radius:999px;pointer-events:none;opacity:.95}.dkh-accentOrb--left{width:112px;height:112px;left:-28px;bottom:-32px;background:#ffd7001f}.dkh-accentOrb--right{width:140px;height:140px;right:-46px;top:-26px;background:#ff6b3533}.dkh-main{padding:16px 14px 0}.dkh-card{background:#fff;border-radius:16px;box-shadow:0 8px 22px #1a1a2e14}.dkh-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.dkh-statCard{padding:14px;min-height:120px}.dkh-statIcon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px}.dkh-statIcon--orange{background:#ff6b351f;color:#ff6b35}.dkh-statIcon--blue{background:#1a1a2e14;color:#1a1a2e}.dkh-statValue{font-family:"Baloo 2",cursive;font-size:28px;line-height:1;font-weight:800;color:#1a1a2e;letter-spacing:-.04em}.dkh-statLabel{margin-top:4px;font-size:13px;line-height:1.25;color:#1a1a2ea3;font-weight:600}.dkh-tabs{display:flex;gap:8px;margin-top:14px}.dkh-tab{min-height:38px;padding:0 14px;border-radius:999px;background:#fff;color:#1a1a2eb3;border:1px solid rgba(26,26,46,.08);box-shadow:0 4px 14px #1a1a2e0d;font-size:13px;font-weight:700;flex:0 0 auto}.dkh-tab--active{background:#ff6b35;color:#fff;border-color:#ff6b35;box-shadow:0 10px 20px #ff6b3538}.dkh-sectionHeader{display:flex;align-items:center;gap:8px;margin:18px 2px 12px}.dkh-sectionTitle{margin:0;font-family:"Baloo 2",cursive;font-size:18px;line-height:1;font-weight:800;letter-spacing:.02em;color:#1a1a2eb3;text-transform:uppercase}.dkh-sectionBolt{font-size:18px}.dkh-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.dkh-featureCard{width:100%;min-height:146px;padding:14px;border:0;text-align:left;display:flex;flex-direction:column;gap:14px}.dkh-featureIcon{width:38px;height:38px;display:grid;place-items:center;border-radius:14px}.dkh-featureBody{display:grid;gap:4px;min-width:0}.dkh-featureTitle{font-size:14px;line-height:1.25;font-weight:800;color:#1a1a2e}.dkh-featureDescription{font-size:12px;line-height:1.4;color:#1a1a2e94;font-weight:500}.dkh-featureCard--orange .dkh-featureIcon{background:#ff6b351f;color:#ff6b35}.dkh-featureCard--green .dkh-featureIcon{background:#56b87624;color:#2f9e44}.dkh-featureCard--blue .dkh-featureIcon{background:#4285f41f;color:#3b82f6}.dkh-featureCard--yellow .dkh-featureIcon{background:#ffd7002e;color:#d4a000}.dkh-featureCard--purple .dkh-featureIcon{background:#ac68ff24;color:#8b5cf6}.dkh-featureCard--mint .dkh-featureIcon{background:#34d39924;color:#10b981}.dkh-bottomNav{position:fixed;left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 12px);transform:translate(-50%);width:min(calc(100vw - 24px),390px);padding:10px 8px 12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;background:#fffffffa;border:1px solid rgba(26,26,46,.08);border-radius:22px;box-shadow:0 14px 30px #1a1a2e24;z-index:20}.dkh-bottomNav__item{min-height:44px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#1a1a2e7a;font-size:11px;font-weight:700}.dkh-bottomNav__item--active{color:#ff6b35;background:#ff6b351a}@media(max-width:374px){.dkh-main{padding-inline:10px}.dkh-header__copy{max-width:230px}.dkh-shopName{font-size:30px}.dkh-statCard,.dkh-featureCard{padding:12px}.dkh-featureTitle{font-size:13px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.rp-topbar{display:flex;align-items:center;justify-content:space-between;padding:13px 16px 11px;background:var(--rp-bg-card, #ffffff);border-bottom:.5px solid var(--rp-border, rgba(0, 0, 0, .08));position:sticky;top:0;z-index:10}.rp-topbar-logo{display:flex;align-items:center;gap:7px;font-size:15px;font-weight:500;color:var(--rp-text-primary, #1a1a1a)}.rp-theme-toggle{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;color:var(--rp-text-secondary, #666);background:var(--rp-bg-secondary, #f1efe8);border:.5px solid var(--rp-border, rgba(0, 0, 0, .1));border-radius:20px;padding:5px 12px;cursor:pointer;font-family:inherit;transition:background .15s}.rp-theme-toggle:active{opacity:.75}:root,[data-theme=light]{--rp-bg-page: #f4f3f0;--rp-bg-card: #ffffff;--rp-bg-secondary: #f1efe8;--rp-border: rgba(0, 0, 0, .08);--rp-text-primary: #1a1a1a;--rp-text-secondary: #666666;--rp-text-muted: #aaaaaa;--rp-accent: #e24b4a;--rp-stat-divider: rgba(0, 0, 0, .08)}[data-theme=dark]{--rp-bg-page: #1c1c1e;--rp-bg-card: #2c2c2e;--rp-bg-secondary: #3a3a3c;--rp-border: rgba(255, 255, 255, .07);--rp-text-primary: #f2f2f7;--rp-text-secondary: #aeaeb2;--rp-text-muted: #636366;--rp-accent: #e24b4a;--rp-stat-divider: rgba(255, 255, 255, .07)}[data-theme=dark] .rp-page{background:var(--rp-bg-page)}[data-theme=dark] .rp-hero{background:var(--rp-bg-card);border-color:var(--rp-border)}[data-theme=dark] .rp-hero-name{color:var(--rp-text-primary)}[data-theme=dark] .rp-hero-handle{color:var(--rp-text-muted)}[data-theme=dark] .rp-badge--orange{background:#3d2e14;color:#fac775}[data-theme=dark] .rp-badge--gray{background:var(--rp-bg-secondary);color:var(--rp-text-secondary);border-color:var(--rp-border)}[data-theme=dark] .rp-stats-strip{background:var(--rp-bg-card);border-color:var(--rp-border)}[data-theme=dark] .rp-stat-divider{background:var(--rp-stat-divider)}[data-theme=dark] .rp-stat-val{color:var(--rp-text-primary)}[data-theme=dark] .rp-stat-lbl{color:var(--rp-text-muted)}html.dark .rp-section,html[data-theme=dark] .rp-section{background:#111827e0;border-color:#94a3b824;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}[data-theme=dark] .rp-section-header{border-color:var(--rp-border)}[data-theme=dark] .rp-section-title{color:var(--rp-text-muted)}[data-theme=dark] .rp-info-row{border-color:var(--rp-border)}[data-theme=dark] .rp-info-icon{background:var(--rp-bg-secondary);color:var(--rp-text-secondary)}[data-theme=dark] .rp-info-label{color:var(--rp-text-muted)}[data-theme=dark] .rp-info-value{color:var(--rp-text-primary)}[data-theme=dark] .rp-info-value--muted{color:var(--rp-text-muted)}[data-theme=dark] .rp-info-chevron{color:#48484a}html.dark .rp-input,html[data-theme=dark] .rp-input{background:#0f172ab8;border-color:#94a3b829;color:#f8fafc}html.dark .rp-input::placeholder,html[data-theme=dark] .rp-input::placeholder{color:#94a3b8}[data-theme=dark] .rp-input:focus{border-color:var(--rp-accent);background:var(--rp-bg-card)}[data-theme=dark] .rp-avatar-initials{background:#854f0b;color:#faeeda}[data-theme=dark] .rp-topbar{background:var(--rp-bg-card);border-color:var(--rp-border)}[data-theme=dark] .rp-topbar-logo{color:var(--rp-text-primary)}[data-theme=dark] .rp-theme-toggle{background:var(--rp-bg-secondary);border-color:var(--rp-border);color:var(--rp-text-secondary)}html.dark .rp-section-title,html.dark .rp-info-label,html.dark .rp-info-value,html.dark .rp-edit-btn,html[data-theme=dark] .rp-section-title,html[data-theme=dark] .rp-info-label,html[data-theme=dark] .rp-info-value,html[data-theme=dark] .rp-edit-btn{color:#f3f4f6}@media(max-width:640px){.rp-page{padding:12px}.rp-hero{border-radius:18px;padding:18px 14px}.rp-stats-strip,.rp-section{border-radius:16px}.rp-stat-val{font-size:15px}.rp-info-value{font-size:14px}}.ud-page{min-height:100vh;padding:20px 0 112px;color:#1f1409;background:radial-gradient(circle at top left,rgba(249,115,22,.08),transparent 28%),radial-gradient(circle at top right,rgba(22,163,74,.06),transparent 26%),var(--color-background)}.ud-shell{width:min(100%,1120px);margin:0 auto;padding:0 16px}.ud-hero{display:grid;gap:16px;margin-bottom:18px;padding:22px;border:1px solid var(--color-border);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#fffaf4);box-shadow:var(--shadow-sm)}.ud-hero__top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.ud-kicker{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 12px;border-radius:999px;background:#f973161f;color:var(--color-primary-600);font-size:12px;font-weight:900;letter-spacing:.02em}.ud-title{margin-top:10px;font-size:34px;line-height:1.05;font-weight:900;letter-spacing:-.04em;color:var(--color-text)}.ud-subtitle{margin-top:8px;color:var(--color-text-muted);font-size:14px;line-height:1.55;max-width:62ch}.ud-date{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:13px;font-weight:800;box-shadow:var(--shadow-sm)}.ud-summary-grid{display:grid;gap:12px;margin-bottom:16px}.ud-summary-grid .customer-history-page .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:768px){.ud-summary-grid .customer-history-page .grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}.ud-summary-card{padding:16px;border:1px solid var(--color-border);border-radius:20px;background:var(--color-surface);box-shadow:var(--shadow-sm);min-width:0}.ud-summary-card__label{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted)}.ud-summary-card__value{margin-top:8px;font-size:26px;line-height:1.08;font-weight:900;letter-spacing:-.03em;color:var(--color-text)}.ud-summary-card__meta{margin-top:6px;color:var(--color-text-muted);font-size:12px;font-weight:700}.ud-summary-card--overdue{border-top:4px solid #b91c1c}.ud-summary-card--girvi{border-top:4px solid #d97706}.ud-summary-card--week{border-top:4px solid #15803d}.ud-summary-card--count{border-top:4px solid #2563eb}.ud-controls{display:grid;gap:14px;margin-bottom:18px;padding:16px;border:1px solid var(--color-border);border-radius:22px;background:var(--color-surface);box-shadow:var(--shadow-sm)}.ud-tabs{display:flex;flex-wrap:wrap;gap:8px}.ud-tab{min-height:42px;padding:0 15px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);font-size:13px;font-weight:800}.ud-tab--active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.ud-filters{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.ud-chip{min-height:40px;padding:0 14px;border-radius:999px;border:1px solid var(--color-border);background:#fff;color:var(--color-text-muted);font-size:13px;font-weight:800}.ud-chip--active{background:#1f1409;border-color:#1f1409;color:#fff}.ud-search{margin-left:auto;position:relative;min-width:min(100%,280px)}.ud-search__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--color-text-muted)}.ud-search__input{width:100%;min-height:44px;padding:0 14px 0 36px;border-radius:14px;border:1px solid var(--color-border);background:#fff;color:var(--color-text);font-weight:700;outline:none}.ud-search__input::placeholder{color:#94a3b8}.ud-list{display:grid;gap:14px}.ud-section{display:grid;gap:10px;margin-bottom:26px}.ud-section__heading{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:var(--color-text-muted)}.ud-section__count{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:var(--color-background-strong);color:var(--color-text);font-size:12px;letter-spacing:0}.ud-card{overflow:hidden;border:1px solid var(--color-border);border-radius:22px;background:var(--color-surface);box-shadow:var(--shadow-sm)}.ud-card--girvi{border-left:4px solid #d97706}.ud-card--bill{border-left:4px solid #2563eb}.ud-card__header{display:grid;grid-template-columns:48px minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:16px;cursor:pointer}.ud-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;font-size:15px;font-weight:900;letter-spacing:.02em;color:var(--ud-accent, #d97706);background:var(--ud-accent-soft, #fff4e6)}.ud-card__name{font-size:16px;font-weight:900;letter-spacing:-.02em;color:var(--color-text);word-break:break-word}.ud-card__meta{margin-top:4px;display:flex;flex-wrap:wrap;gap:6px 10px;color:var(--color-text-muted);font-size:12px;line-height:1.45}.ud-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:8px;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.ud-badge--girvi{background:#fff2e8;color:#c2410c}.ud-badge--bill{background:#e8f1ff;color:#1d4ed8}.ud-card__amountWrap{text-align:right;min-width:0}.ud-card__amount{font-size:24px;font-weight:900;line-height:1.05;letter-spacing:-.03em;color:var(--color-text);word-break:break-word}.ud-card__day{margin-top:6px;display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:11px;font-weight:900}.ud-card__wa{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:#25d366;color:#fff;flex:0 0 auto}.ud-card__body{border-top:1px solid rgba(15,23,42,.08);background:#fffaf5;padding:16px}.ud-grid{display:grid;gap:10px}.ud-grid--4,.ud-grid--5{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.ud-info{min-width:0;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff}.ud-info__label{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted)}.ud-info__value{margin-top:4px;color:var(--color-text);font-size:14px;font-weight:800;line-height:1.45;word-break:break-word}.ud-note{margin-top:12px;padding:14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff;color:var(--color-text);font-size:13px;line-height:1.65}.ud-history{margin-top:12px;padding:14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff}.ud-history__title{margin-bottom:10px;font-size:12px;font-weight:900;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.12em}.ud-history__item{font-size:13px;line-height:1.65;color:var(--color-text)}.ud-history__item+.ud-history__item{margin-top:6px}.ud-empty{display:grid;place-items:center;gap:8px;padding:56px 20px;text-align:center;border:1px dashed rgba(249,115,22,.24);border-radius:22px;background:#ffffffb3;color:var(--color-text-muted)}.ud-empty__icon{font-size:40px}.ud-empty__title{color:var(--color-text);font-size:16px;font-weight:900}.ud-empty__text{font-size:13px;line-height:1.6}.ud-toast{position:fixed;left:50%;bottom:20px;transform:translate(-50%);z-index:999;min-height:44px;display:inline-flex;align-items:center;padding:0 18px;border-radius:14px;background:#1f1409;color:#fff;font-size:13px;font-weight:900;box-shadow:0 18px 50px #0f172a3d;white-space:nowrap}.ud-bottom-spacer{height:18px}@media(max-width:1024px){.ud-summary-grid,.ud-grid--4,.ud-grid--5{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media(max-width:767px){.ud-page{padding-top:12px}.ud-shell{padding:0 12px}.ud-hero{padding:18px;border-radius:20px}.ud-title{font-size:26px}.ud-summary-grid{grid-template-columns:1fr}.ud-controls{padding:14px;border-radius:20px}.ud-search{margin-left:0;width:100%}.ud-card__header{grid-template-columns:44px minmax(0,1fr);grid-template-areas:"avatar content" "amount amount" "wa wa";align-items:flex-start}.ud-card__avatar{grid-area:avatar}.ud-card__content{grid-area:content}.ud-card__amountWrap{grid-area:amount;text-align:left}.ud-card__wa{grid-area:wa;justify-self:start}.ud-card__amount{font-size:22px}.ud-grid--4,.ud-grid--5{grid-template-columns:1fr}.ud-bottom-spacer{height:4px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}html.dark .ud-card,html[data-theme=dark] .ud-card{background:#111827eb;border-color:#94a3b824}html.dark .ud-card__name,html.dark .ud-info__value,html.dark .ud-title,html.dark .ud-subtitle,html.dark .ud-section__heading,html.dark .ud-summary-card__value,html[data-theme=dark] .ud-card__name,html[data-theme=dark] .ud-info__value,html[data-theme=dark] .ud-title,html[data-theme=dark] .ud-subtitle,html[data-theme=dark] .ud-section__heading,html[data-theme=dark] .ud-summary-card__value{color:#f3f4f6}html.dark .ud-card__meta,html.dark .ud-info__label,html.dark .ud-summary-card__meta,html[data-theme=dark] .ud-card__meta,html[data-theme=dark] .ud-info__label,html[data-theme=dark] .ud-summary-card__meta{color:#cbd5e1}html.dark .ud-search__input,html.dark .ud-payment-input,html[data-theme=dark] .ud-search__input,html[data-theme=dark] .ud-payment-input{background:#0f172abf;color:#f9fafb;border-color:#94a3b829}html.dark .ud-search__input::placeholder,html.dark .ud-payment-input::placeholder,html[data-theme=dark] .ud-search__input::placeholder,html[data-theme=dark] .ud-payment-input::placeholder{color:#94a3b8}.rp-page{background:#f4f3f0;min-height:100vh;max-width:390px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.rp-hero{background:#fff;padding:28px 16px 22px;display:flex;flex-direction:column;align-items:center;gap:10px;border-bottom:.5px solid rgba(0,0,0,.08)}.rp-avatar-wrap{position:relative;width:72px;height:72px;border-radius:50%;cursor:pointer;display:block;box-shadow:0 0 0 2.5px #e24b4a,0 0 0 5px #fff}.rp-avatar-img{width:72px;height:72px;border-radius:50%;object-fit:cover}.rp-avatar-initials{width:72px;height:72px;border-radius:50%;background:#fac775;color:#412402;font-size:24px;font-weight:500;display:flex;align-items:center;justify-content:center}.rp-avatar-edit-btn{position:absolute;bottom:0;right:0;width:22px;height:22px;background:#e24b4a;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2.5px solid #fff;color:#fff}.rp-hero-name{font-size:18px;font-weight:500;color:#1a1a1a;margin-top:2px}html.dark .rp-hero-name,html[data-theme=dark] .rp-hero-name{color:#f8fafc}.rp-hero-handle{font-size:13px;color:#888;margin-top:-6px}html.dark .rp-hero-handle,html[data-theme=dark] .rp-hero-handle{color:#cbd5e1}.rp-badge-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.rp-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;padding:4px 11px;border-radius:20px}.rp-badge--orange{background:#faeeda;color:#412402}.rp-badge--gray{background:#f1efe8;color:#5f5e5a;border:.5px solid rgba(0,0,0,.1)}.rp-stats-strip{display:flex;align-items:stretch;background:#fff;border-top:.5px solid rgba(0,0,0,.07);border-bottom:.5px solid rgba(0,0,0,.07)}.rp-stat-box{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:13px 6px}.rp-stat-divider{width:.5px;background:#00000014;margin:10px 0}.rp-stat-val{font-size:16px;font-weight:500;color:#1a1a1a;display:flex;align-items:center}.rp-stat-val--sm{font-size:12px;font-weight:500}.rp-stat-val--verified{color:#1d9e75}.rp-stat-val--unverified{color:#e24b4a}.rp-stat-lbl{font-size:10.5px;color:#999;text-align:center}.rp-section{margin-top:10px;background:#fff;border-top:.5px solid rgba(0,0,0,.07);border-bottom:.5px solid rgba(0,0,0,.07)}.rp-section-header{display:flex;align-items:center;justify-content:space-between;padding:13px 16px 10px;border-bottom:.5px solid rgba(0,0,0,.07)}.rp-section-title{font-size:11.5px;font-weight:500;color:#999;text-transform:uppercase;letter-spacing:.06em}.rp-edit-btn{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#e24b4a;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-weight:500}.rp-edit-btn:active{opacity:.7}.rp-details-list{display:flex;flex-direction:column}.rp-info-row{display:flex;align-items:center;gap:12px;padding:13px 16px;border-bottom:.5px solid rgba(0,0,0,.06)}.rp-info-row:last-child{border-bottom:none}.rp-info-icon{width:32px;height:32px;border-radius:8px;background:#f4f3f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#888}.rp-info-content{flex:1;min-width:0}.rp-info-label{font-size:11px;color:#aaa;margin-bottom:2px}.rp-info-value{font-size:14px;color:#1a1a1a;display:flex;align-items:center;justify-content:space-between;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rp-info-value--muted{color:#bbb;font-style:italic}.rp-info-value-wrap{width:100%}.rp-info-chevron{color:#ccc;flex-shrink:0}.rp-input{width:100%;font-size:14px;color:#1a1a1a;border:.5px solid rgba(0,0,0,.15);border-radius:8px;padding:9px 12px;background:#fafafa;font-family:inherit;outline:none;box-sizing:border-box;height:40px}.rp-input:focus{border-color:#e24b4a;background:#fff}.rp-field-warn{font-size:11.5px;color:#e24b4a;margin-top:4px;font-weight:500}.rp-field-warn--orange{color:#ba7517}@media(prefers-color-scheme:dark){.rp-page{background:#1c1c1e}.rp-hero{background:#2c2c2e;border-color:#ffffff0f}.rp-hero-name{color:#f2f2f7}.rp-hero-handle{color:#8e8e93}.rp-badge--orange{background:#3d2e14;color:#fac775}.rp-badge--gray{background:#2c2c2e;color:#8e8e93;border-color:#ffffff14}.rp-stats-strip{background:#2c2c2e;border-color:#ffffff0f}.rp-stat-divider{background:#ffffff0f}.rp-stat-val{color:#f2f2f7}.rp-stat-lbl{color:#636366}.rp-section{background:#2c2c2e;border-color:#ffffff0f}.rp-section-header{border-color:#ffffff0f}.rp-section-title{color:#636366}.rp-info-row{border-color:#ffffff0d}.rp-info-icon{background:#3a3a3c;color:#8e8e93}.rp-info-label{color:#636366}.rp-info-value{color:#f2f2f7}.rp-info-value--muted,.rp-info-chevron{color:#48484a}.rp-input{background:#3a3a3c;border-color:#ffffff1a;color:#f2f2f7}.rp-input:focus{border-color:#e24b4a;background:#2c2c2e}.rp-avatar-initials{background:#854f0b;color:#faeeda}}.rp-edit-btn{-webkit-tap-highlight-color:transparent}html.dark .rp-avatar-initials,html[data-theme=dark] .rp-avatar-initials{background:#f9731629;color:#fdba74}.customer-history-page{max-width:42rem;margin:0 auto;padding:1rem;font-family:Segoe UI,sans-serif;color:#0f172a;background:#f8fafc}.customer-history-page button{border:none;background:transparent;cursor:pointer}.customer-history-page .text-sm{font-size:.875rem}.customer-history-page .text-xs{font-size:.75rem}.customer-history-page .text-lg{font-size:1.125rem}.customer-history-page .font-medium{font-weight:500}.customer-history-page .font-bold{font-weight:700}.customer-history-page .font-sans{font-family:Segoe UI,sans-serif}.customer-history-page .uppercase{text-transform:uppercase}.customer-history-page .tracking-widest{letter-spacing:.12em}.customer-history-page .text-gray-400{color:#9ca3af}.customer-history-page .text-gray-500{color:#6b7280}.customer-history-page .text-gray-700{color:#374151}.customer-history-page .text-gray-900{color:#111827}.customer-history-page .text-blue-800{color:#1e3a8a}.customer-history-page .text-red-600{color:#dc2626}.customer-history-page .text-amber-700{color:#b45309}.customer-history-page .text-white{color:#fff}.customer-history-page .bg-white{background:#fff}.customer-history-page .bg-gray-50{background:#f9fafb}.customer-history-page .bg-gray-100{background:#f3f4f6}.customer-history-page .bg-blue-100{background:#dbeafe}.customer-history-page .bg-amber-100{background:#fef3c7}.customer-history-page .bg-green-100{background:#dcfce7}.customer-history-page .bg-blue-600{background:#2563eb}.customer-history-page .border{border-width:1px;border-style:solid;border-color:#e5e7eb}.customer-history-page .border-gray-100{border-color:#f3f4f6}.customer-history-page .border-gray-200{border-color:#e5e7eb}.customer-history-page .border-blue-600{border-color:#2563eb}.customer-history-page .rounded-lg{border-radius:1rem}.customer-history-page .rounded-full{border-radius:9999px}.customer-history-page .shadow-sm{box-shadow:0 1px 2px #0f172a14}.customer-history-page .p-4{padding:1rem}.customer-history-page .p-3{padding:.75rem}.customer-history-page .p-2{padding:.5rem}.customer-history-page .px-3{padding-left:.75rem;padding-right:.75rem}.customer-history-page .py-2{padding-top:.5rem;padding-bottom:.5rem}.customer-history-page .py-3{padding-top:.75rem;padding-bottom:.75rem}.customer-history-page .mb-5{margin-bottom:1.25rem}.customer-history-page .mb-3{margin-bottom:.75rem}.customer-history-page .mb-2{margin-bottom:.5rem}.customer-history-page .mt-2{margin-top:.5rem}.customer-history-page .mt-4{margin-top:1rem}.customer-history-page .gap-1{gap:.25rem}.customer-history-page .gap-1\.5{gap:.375rem}.customer-history-page .gap-2{gap:.5rem}.customer-history-page .gap-2\.5{gap:.625rem}.customer-history-page .gap-3{gap:.75rem}.customer-history-page .gap-4{gap:1rem}.customer-history-page .grid{display:grid}.customer-history-page .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:768px){.customer-history-page .grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}.customer-history-page .flex{display:flex}.customer-history-page .flex-wrap{flex-wrap:wrap}.customer-history-page .items-center{align-items:center}.customer-history-page .items-start{align-items:flex-start}.customer-history-page .justify-between{justify-content:space-between}.customer-history-page .justify-center{justify-content:center}.customer-history-page .min-w-0{min-width:0}.customer-history-page .flex-shrink-0{flex-shrink:0}.customer-history-page .text-center{text-align:center}.customer-history-page .cursor-pointer{cursor:pointer}.customer-history-page .transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.customer-history-page .hover\:bg-gray-50:hover{background:#f9fafb}.customer-history-page .hover\:text-gray-700:hover{color:#374151}.customer-history-page .bg-blue-600:hover{background:#1d4ed8}.customer-history-page .card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1rem}.customer-history-page .tabs{display:flex;gap:.25rem;background:#f3f4f6;border-radius:.75rem;padding:.25rem}.customer-history-page .tab-button{flex:1;padding:.75rem .9rem;border-radius:.75rem;background:transparent;border:none;color:#6b7280;font-size:.9rem;font-weight:600}.customer-history-page .tab-button.active{background:#fff;color:#111827;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0f172a14}.customer-history-page .customer-pill{padding:.5rem .9rem;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;color:#374151;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.customer-history-page .customer-pill.active{background:#2563eb;border-color:#2563eb;color:#fff}.customer-history-page .badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:9999px;background:#e0f2fe;color:#1d4ed8;font-size:.75rem;font-weight:700}.customer-history-page .stats-grid{display:grid;gap:.625rem}.customer-history-page .stats-grid .customer-history-page .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:768px){.customer-history-page .stats-grid .customer-history-page .grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}.customer-history-page .stat-card{background:#f9fafb;border-radius:1rem;padding:1rem;border:1px solid #e5e7eb}.customer-history-page .stat-card p:first-child{margin:0;font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.12em}.customer-history-page .stat-card p:last-child{margin:.5rem 0 0;font-size:1.25rem;font-weight:700}.customer-history-page .card-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.customer-history-page .card-row .info{display:flex;align-items:center;gap:.75rem}.customer-history-page .avatar{width:3rem;height:3rem;display:grid;place-items:center;border-radius:1rem;background:#dbeafe;color:#1e3a8a;font-size:1rem;font-weight:700}.customer-history-page .customer-header{display:flex;align-items:flex-start;gap:1rem}.customer-history-page .text-xs-muted{color:#6b7280}.customer-history-page .section-title{font-weight:700;font-size:.95rem}.customer-history-page .page-button{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border-radius:.9rem;border:1px solid #e5e7eb;background:#fff;color:#374151;font-weight:600}html.dark .customer-history-page,html[data-theme=dark] .customer-history-page{background:#0f172a;color:#f8fafc}html.dark .customer-history-page .bg-white,html.dark .customer-history-page .card,html.dark .customer-history-page .stat-card,html.dark .customer-history-page .tab-button.active,html[data-theme=dark] .customer-history-page .bg-white,html[data-theme=dark] .customer-history-page .card,html[data-theme=dark] .customer-history-page .stat-card,html[data-theme=dark] .customer-history-page .tab-button.active{background:#111827;border-color:#ffffff14}html.dark .customer-history-page .text-gray-900,html.dark .customer-history-page .section-title,html[data-theme=dark] .customer-history-page .text-gray-900,html[data-theme=dark] .customer-history-page .section-title{color:#f9fafb}html.dark .customer-history-page .text-gray-400,html.dark .customer-history-page .text-gray-500,html.dark .customer-history-page .text-gray-700,html[data-theme=dark] .customer-history-page .text-gray-400,html[data-theme=dark] .customer-history-page .text-gray-500,html[data-theme=dark] .customer-history-page .text-gray-700{color:#cbd5e1}html.dark .customer-history-page .bg-gray-50,html.dark .customer-history-page .bg-gray-100,html[data-theme=dark] .customer-history-page .bg-gray-50,html[data-theme=dark] .customer-history-page .bg-gray-100{background:#1e293b}html.dark .customer-history-page .border,html.dark .customer-history-page .border-gray-100,html.dark .customer-history-page .border-gray-200,html[data-theme=dark] .customer-history-page .border,html[data-theme=dark] .customer-history-page .border-gray-100,html[data-theme=dark] .customer-history-page .border-gray-200{border-color:#ffffff14}.customer-history-page button{-webkit-tap-highlight-color:transparent}.customer-history-page .page-button,.customer-history-page .tab-button,.customer-history-page .customer-pill{min-height:44px}
