@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&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;color:var(--color-text);background:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{min-width:320px;min-height:100%;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;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)}#root{min-height:100vh}img,svg,video,canvas{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{border:0;background:transparent;color:inherit;cursor:pointer;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}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}h1{font-size:48px;line-height:1.05;font-weight:900}h2{font-size:36px;line-height:1.1;font-weight:700}h3{font-size:24px;line-height:1.15;font-weight:700}body,p,li{font-size:16px;line-height:1.5}small{font-size:14px;line-height:1.4}::selection{background:#f973162e}.container{width:min(var(--page-max-width),calc(100vw - 32px));margin:0 auto}.app-shell{min-height:100vh;background:var(--color-background);color:var(--color-text)}.app-page{padding:24px 0 96px}.app-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.app-page__title{font-size:36px;line-height:1.1;font-weight:800;letter-spacing:-.03em}.app-page__subtitle{margin-top:6px;color:var(--color-text-muted);font-size:14px;line-height:1.5}.app-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-sm)}.app-card--elevated{box-shadow:var(--shadow-md)}.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-button--primary{background:var(--color-primary);color:#fff;border:1px solid var(--color-primary)}.app-button--primary:hover:not(:disabled){background:var(--color-primary-600);border-color:var(--color-primary-600)}.app-button--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.app-button--secondary:hover:not(:disabled){border-color:#f9731647;box-shadow:0 8px 20px #0f172a14}.app-button--ghost{background:transparent;color:var(--color-text);border:1px solid transparent}.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;box-shadow:none;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}.app-input:focus,.app-textarea:focus{border-color:#f9731673;box-shadow:0 0 0 4px #f973161f}.app-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:var(--radius-pill);font-size:12px;font-weight:700;background:var(--color-background-strong);color:var(--color-text)}.app-stack{display:grid;gap:16px}.app-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.app-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.app-section-title{font-size:24px;line-height:1.2;font-weight:700;letter-spacing:-.02em}.app-section-subtitle{color:var(--color-text-muted);font-size:14px;line-height:1.5}.gl-btn{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;border:1px solid transparent}.gl-btn--ghost{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.gl-btn--accent{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.gl-btn--accent:hover:not(:disabled){background:var(--color-primary-600);border-color:var(--color-primary-600)}@media(max-width:767px){.container{width:min(100vw - 24px,var(--page-max-width))}.app-page__title{font-size:28px}.app-grid-2,.app-grid-3{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.auth-page{min-height:100vh;position:relative;overflow:hidden;display:grid;place-items:center;padding:24px 16px;background:radial-gradient(circle at top,rgba(249,115,22,.12),transparent 32%),radial-gradient(circle at bottom,rgba(37,99,235,.08),transparent 28%),var(--color-background)}.auth-backdrop{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.22),transparent 20%),radial-gradient(circle at 20% 20%,rgba(249,115,22,.08),transparent 18%),radial-gradient(circle at 85% 25%,rgba(15,23,42,.05),transparent 18%);pointer-events:none}.auth-card{position:relative;width:min(100%,440px);padding:24px;border-radius:20px;background:#fffffff5;border:1px solid rgba(15,23,42,.1);box-shadow:0 18px 60px #0f172a24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.auth-loading{min-height:100vh;display:grid;place-items:center;gap:12px;background:radial-gradient(circle at top,rgba(249,115,22,.12),transparent 32%),var(--color-background)}.auth-spinner{width:40px;height:40px;border-radius:999px;border:4px solid rgba(249,115,22,.16);border-top-color:var(--color-primary);animation:authspin .8s linear infinite}.auth-loading-text{color:var(--color-text-muted);font-size:14px;font-weight:600}@keyframes authspin{to{transform:rotate(360deg)}}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}.auth-logo{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#f973161a;color:var(--color-primary-600);font-size:22px;font-weight:900;border:1px solid rgba(249,115,22,.18);box-shadow:var(--shadow-sm)}.auth-title{font-size:20px;line-height:1.15;font-weight:900;letter-spacing:-.03em;color:var(--color-text)}.auth-subtitle{margin-top:4px;font-size:14px;color:var(--color-text-muted);font-weight:600}.auth-divider{height:1px;margin:16px 0;background:#0f172a14}.auth-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.auth-pill{min-height:44px;border-radius:var(--radius-pill);padding:0 16px;border:1px solid rgba(15,23,42,.12);background:var(--color-surface);color:var(--color-text-muted);font-weight:800;box-shadow:var(--shadow-sm)}.auth-pill--active{background:#f973161f;border-color:#f9731638;color:var(--color-primary-600)}.auth-form{display:grid;gap:12px}.auth-label{display:grid;gap:6px;font-size:14px;font-weight:700;color:var(--color-text)}.auth-input{width:100%;min-height:44px;padding:0 14px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:var(--color-surface);color:var(--color-text);outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.auth-input::placeholder{color:#94a3b8}.auth-input:focus{border-color:#f9731673;box-shadow:0 0 0 4px #f973161f}.auth-error{padding:12px 14px;border-radius:12px;border:1px solid rgba(239,68,68,.18);background:#fef2f2f2;color:#b91c1c;font-size:14px;font-weight:600}.auth-submit{min-height:44px;width:100%;border:1px solid transparent;border-radius:12px;background:var(--color-primary);color:#fff;font-size:14px;font-weight:800;box-shadow:var(--shadow-sm)}.auth-submit:hover:not(:disabled){background:var(--color-primary-600)}.auth-submit:disabled{opacity:.7}.auth-hint{margin-top:2px;color:var(--color-text-muted);font-size:13px;line-height:1.5}.auth-link{color:var(--color-primary-600);font-weight:800;text-decoration:underline;text-underline-offset:2px}@media(max-width:767px){.auth-card{padding:20px;border-radius:18px}.auth-title{font-size:18px}.auth-subtitle,.auth-label,.auth-hint,.auth-loading-text{font-size:13px}}.gl-feature-root{min-height:100vh;font-family:Segoe UI,sans-serif}.gl-topbar{background:#1a472a;padding:16px 16px 14px;position:sticky;top:0;z-index:10}.gl-title{font-size:20px;font-weight:700;color:#fff;letter-spacing:.5px}.gl-subtitle{font-size:12px;color:#a7c4a0;margin-top:2px}.gl-topbar-row{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.gl-search{flex:1 1 220px;font-size:14px;padding:8px 12px;border-radius:8px;border:none;background:#ffffff1f;color:#fff;outline:none}.gl-btn{font-size:13px;padding:0 16px;height:38px;border-radius:8px;cursor:pointer;font-weight:600;white-space:nowrap;display:flex;align-items:center;gap:6px}.gl-btn--ghost{background:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.22)}.gl-btn--accent{background:#c8a84b;color:#1a1a1a;border:none}.gl-panel{margin:10px 0 14px;border-radius:12px;padding:14px;border:.5px solid rgba(16,185,129,.35);background:#ecfdf5}.gl-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.gl-panel-title{color:#065f46;font-weight:700;font-size:14px}.gl-btn--panel-close{font-size:12px;padding:0 12px;height:30px;background:transparent;border:.5px solid rgba(16,185,129,.35);border-radius:8px;cursor:pointer;color:#065f46}.gl-panel-empty{color:#065f46;font-size:13px}.gl-wapas-list{display:grid;grid-template-columns:1fr;gap:10px;max-height:55vh;overflow:auto;padding-right:4px}.gl-wapas-card{background:#ffffffb3;border:.5px solid rgba(16,185,129,.25);border-radius:12px;padding:12px}.gl-wapas-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px}.gl-wapas-name{color:#1a472a;font-weight:800;font-size:14px}.gl-wapas-meta{font-size:12px;color:#6b7280}.gl-wapas-updated{font-size:12px;color:#065f46}.gl-wapas-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;margin-bottom:8px}.gl-wapas-label{font-size:10px;color:#6b7280}.gl-wapas-value{font-size:13px;font-weight:600}.gl-wapas-saamaan{background:#f7fee7;border:.5px solid rgba(234,179,8,.25);border-radius:10px;padding:8px 10px;margin-bottom:0;color:#92400e;font-size:13px}.gl-wapas-notes{color:#6b7280;font-style:italic;font-size:12px}.gl-empty{text-align:center;padding:48px 16px;color:#6b7280}.gl-empty-icon{font-size:36px;margin-bottom:8px}.gl-toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#1a472a;color:#fff;padding:8px 20px;border-radius:8px;font-size:13px;animation:slideUp .2s ease;z-index:99;white-space:nowrap}.gl-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gl-customer-card{background:#ffffffdb;border:1px solid rgba(16,185,129,.18);border-radius:16px;padding:14px;margin-bottom:12px;box-shadow:0 10px 30px #0000000f;transition:transform .12s ease,border-color .12s ease}.gl-customer-card:hover{transform:translateY(-1px);border-color:#10b98147}.gl-customer-card .gl-btn{height:32px;border-radius:10px}.gl-customer-card hr{margin:10px 0;border-top-color:#11182724}@media(max-width:1000px){.gl-page{margin-left:0!important}.gl-cards-grid{grid-template-columns:1fr}}:root{--gl-border: rgba(229, 224, 213, .9)}.gl-page{border-left:5px solid var(--gl-border);border-right:5px solid var(--gl-border);min-height:100vh;box-sizing:border-box}@media(max-width:900px){.gl-page{margin-left:0!important;padding:12px!important}}.gl-cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media(max-width:1200px){.gl-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.gl-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.brand-slot{display:none!important}.gl-page{padding:12px!important}.gl-header{padding-left:12px!important;padding-right:12px!important}.gl-header-title{font-size:18px!important}.gl-search{padding:8px 10px!important;font-size:13px!important}.gl-accent-btn{padding:0 12px!important;height:36px!important;font-size:12px!important}.gl-form-grid{grid-template-columns:1fr!important}.gl-card{border-radius:12px!important;padding:12px!important}.gl-meta-grid{grid-template-columns:1fr 1fr!important;gap:6px 10px!important}.gl-actions{flex-wrap:wrap!important}.gl-action-btn{width:auto!important}.gl-total-grid,.gl-cards-grid{grid-template-columns:1fr!important}}:root{--brand-primary: #2563eb;--brand-accent: #f59e0b}.brand-slot{position:fixed;left:0;top:0;height:100vh;width:260px;z-index:9999;display:flex;align-items:flex-start;justify-content:center;pointer-events:none;background:linear-gradient(180deg,#f59e0b1a,#2563eb0f);z-index:1}.brand-card{pointer-events:auto;width:100%;padding:18px 16px;margin:18px;border-radius:18px;border:1px solid rgba(229,224,213,.55);background:#ffffff8c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 50px #0000001a,inset 0 1px #ffffff59;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative;overflow:hidden}.brand-card:before{content:"";position:absolute;inset:-60px;background:radial-gradient(circle at 30% 20%,#f59e0b73,#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%,#ffffff73,#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-weight:900;color:var(--brand-primary);letter-spacing:.4px;font-size:20px;text-align:left;line-height:1.15;text-shadow:0 8px 30px rgba(37,99,235,.12)}.brand-sub{position:relative;margin-top:8px;font-size:13px;color:#1a472abf;font-weight:600;text-transform:none}.brand-line{position:relative;margin-top:14px;height:1px;width:100%;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}.brand-slot{visibility:visible!important;opacity:1!important}.fp-root{min-height:100vh;position:relative;overflow-x:clip;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-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(2,minmax(0,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: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)}.fp-profile-heroBody{display:grid;justify-items:center;gap:14px}.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}.fp-profile-chip{border:1px solid rgba(15,23,42,.08);background:var(--color-background);color:var(--color-text)}.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-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-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}.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}}.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))}.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;grid-template-columns:repeat(4,minmax(0,1fr));gap:.625rem}.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}
