:root{--gg-bg: #f4f7fb;--gg-surface: #ffffff;--gg-surface-muted: #f8fafc;--gg-text: #172033;--gg-text-muted: #697386;--gg-border: #e5eaf2;--gg-primary: #2764e7;--gg-primary-hover: #1d4fc0;--gg-success: #138a5b;--gg-warning: #b66a0a;--gg-radius: 14px;--gg-shadow: 0 12px 34px rgba(31, 45, 74, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--gg-text);background:var(--gg-bg)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--gg-bg)}button,input,select,textarea{font:inherit}.gg-button{min-height:40px;padding:0 16px;border:0;border-radius:10px;font-weight:650;cursor:pointer;transition:transform .12s ease,background .12s ease}.gg-button:hover{transform:translateY(-1px)}.gg-button--primary{color:#fff;background:var(--gg-primary)}.gg-button--primary:hover{background:var(--gg-primary-hover)}.gg-button--secondary{color:var(--gg-primary);background:#eaf0ff}.gg-button--ghost{color:var(--gg-text-muted);background:transparent}.gg-card{border:1px solid var(--gg-border);border-radius:var(--gg-radius);background:var(--gg-surface);box-shadow:var(--gg-shadow)}.gg-stat-card{display:flex;min-height:136px;flex-direction:column;justify-content:space-between;padding:20px}.gg-stat-card__label,.gg-stat-card__hint{color:var(--gg-text-muted)}.gg-stat-card__value{font-size:28px;letter-spacing:-.02em}.gg-stat-card__hint{font-size:13px}.gg-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:650}.gg-badge--neutral{color:#4a5568;background:#eef2f7}.gg-badge--success{color:var(--gg-success);background:#e7f8f0}.gg-badge--warning{color:var(--gg-warning);background:#fff3df}:root{color-scheme:light}a{color:inherit;text-decoration:none}.account-shell{min-height:100vh}.account-header{position:sticky;z-index:20;top:0;display:grid;min-height:72px;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 max(28px,calc((100vw - 1180px)/2));border-bottom:1px solid rgba(229,234,242,.9);background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.account-header>:last-child{justify-self:end}.brand{display:inline-flex;align-items:center;gap:10px}.brand__mark{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,#2764e7,#163c9a);font-weight:800}.brand strong,.brand small{display:block}.brand small{margin-top:2px;color:var(--gg-text-muted);font-size:12px}.account-header nav{display:flex;gap:28px;color:var(--gg-text-muted);font-size:14px;font-weight:600}.mobile-bottom-nav{display:none}main{width:min(1180px,calc(100% - 48px));margin:0 auto;padding-bottom:72px}.hero{display:grid;min-height:470px;grid-template-columns:1.2fr .8fr;align-items:center;gap:72px}.hero h1{max-width:700px;margin:20px 0 18px;font-size:clamp(38px,5vw,62px);line-height:1.05;letter-spacing:-.045em}.hero p{max-width:650px;margin:0;color:var(--gg-text-muted);font-size:17px;line-height:1.8}.hero__actions{display:flex;gap:12px;margin-top:30px}.dev-note{display:block;margin-top:18px;color:var(--gg-text-muted)}.identity-card{padding:26px}.identity-card__eyebrow{color:var(--gg-text-muted);font-size:13px}.identity-card__title{display:flex;align-items:center;gap:14px;padding:20px 0 24px;border-bottom:1px solid var(--gg-border)}.identity-card__title strong,.identity-card__title small{display:block}.identity-card__title small{margin-top:6px;color:var(--gg-text-muted)}.identity-card__row{display:grid;min-height:54px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;color:var(--gg-text-muted)}.identity-card__row-label{white-space:nowrap}.identity-card__row-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px}.identity-card__row--spaces{grid-template-columns:auto max-content minmax(0,1fr)}.stats-grid,.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.section{padding-top:68px}.section__heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.section__heading span{color:var(--gg-primary);font-size:13px;font-weight:750;text-transform:uppercase}.section__heading h2{margin:6px 0 0;font-size:28px}.section__heading .gg-button{display:inline-flex;align-items:center;gap:6px}.section__count{color:var(--gg-text-muted)!important;font-size:14px!important;font-weight:600!important;text-transform:none!important}.product-card{display:flex;min-height:250px;flex-direction:column;padding:22px}.product-card__icon{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;color:#fff;background:#2764e7}.product-card__icon--2{background:#7b4be1}.product-card__icon--3{background:#138a5b}.product-card h3{margin:22px 0 8px;font-size:20px}.product-card p{margin:0;color:var(--gg-text-muted);line-height:1.7}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.empty-state{display:grid;min-height:260px;place-items:center;align-content:center;padding:30px;text-align:center}.empty-state h2{margin:16px 0 6px}.empty-state p{margin:0;color:var(--gg-text-muted)}.callback-page{display:grid;min-height:100vh;place-items:center}.callback-page .gg-card{width:min(460px,calc(100vw - 40px));padding:32px;text-align:center}.order-list{overflow:hidden}.order-row{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:20px;padding:0 22px;border-bottom:1px solid var(--gg-border)}.order-row:last-child{border-bottom:0}.order-row strong,.order-row small{display:block}.order-row small{margin-top:6px;color:var(--gg-text-muted)}.order-row__actions{display:flex;align-items:center;gap:12px}.inline-error{color:#b42318}.section-status{color:var(--gg-text-muted)}.account-dialog-backdrop{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;background:#0f172a7a}.account-dialog{position:fixed;z-index:51;top:50%;left:50%;display:grid;width:min(520px,calc(100vw - 40px));max-height:calc(100dvh - 40px);gap:20px;padding:28px;overflow-y:auto;transform:translate(-50%,-50%)}.account-dialog h2{margin:6px 0 8px;font-size:26px}.account-dialog p{margin:0;color:var(--gg-text-muted);line-height:1.6}.account-dialog label,.account-dialog label>span,.account-dialog label>small{display:block}.account-dialog label>span{margin-bottom:8px;font-weight:700}.account-dialog label>small{margin-top:7px;color:var(--gg-text-muted)}.account-dialog input{box-sizing:border-box;width:100%;min-height:44px;padding:0 12px;border:1px solid var(--gg-border);border-radius:10px;color:inherit;background:#fff;font:inherit}.account-dialog input:focus{border-color:var(--gg-primary);outline:3px solid rgba(39,100,231,.15)}.account-dialog__actions{display:flex;justify-content:flex-end;gap:10px}.header-actions,.member-actions,.member-invite,.settings-heading{display:flex;align-items:center;gap:10px}.dev-identity-picker select{min-height:38px;max-width:150px;padding:0 30px 0 10px;border:1px solid var(--gg-border);border-radius:10px;color:inherit;background:#fff;font:inherit;font-size:13px}.dev-identity-picker select:focus{border-color:var(--gg-primary);outline:3px solid rgba(39,100,231,.15)}.account-settings{width:min(820px,calc(100vw - 40px))}.account-confirmation-backdrop{z-index:60}.account-confirmation-dialog{z-index:61}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.danger-action{color:#b42318;background:#fee4e2}.settings-heading{justify-content:space-between}.settings-panel{display:grid;gap:14px;padding-top:20px;border-top:1px solid var(--gg-border)}.settings-panel h3,.settings-panel p{margin:0}.settings-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.member-invite{display:grid;grid-template-columns:minmax(160px,1fr) 150px auto}.member-invite input,.member-invite select,.member-actions select{min-height:44px;padding:0 10px;border:1px solid var(--gg-border);border-radius:10px;color:inherit;background:#fff;font:inherit}.member-list{display:grid;gap:8px}.member-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;border:1px solid var(--gg-border);border-radius:12px}.member-row small{display:block;margin-top:4px;color:var(--gg-text-muted)}.settings-danger{border-top-color:#fecdca}.settings-danger h3{color:#b42318}.settings-message{color:#067647}.account-status-alert{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px 0;padding:18px 20px;border-color:#fecdca;background:#fffbfa}.account-status-alert p{margin:5px 0 0;color:#b42318}@media(max-width:820px){.gg-button{min-height:44px}.account-header{grid-template-columns:1fr auto;padding:0 20px}.account-header nav{display:none}.header-settings-button{padding-inline:10px;font-size:0}.header-actions .gg-button svg{width:20px;height:20px}.dev-identity-picker select{max-width:112px}.account-settings{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:18px}.settings-fields,.member-invite{grid-template-columns:1fr}.member-row,.account-status-alert{align-items:stretch;flex-direction:column}.member-actions{flex-wrap:wrap}main{width:min(100% - 32px,680px);padding-bottom:calc(104px + env(safe-area-inset-bottom))}#wallet,#products,#orders{scroll-margin-top:88px}.mobile-bottom-nav{position:sticky;z-index:40;top:82px;display:grid;grid-template-columns:repeat(3,1fr);min-height:62px;margin:12px;padding:6px;border:1px solid rgba(229,234,242,.95);border-radius:18px;background:#fffffff5;box-shadow:0 18px 46px #1f2d4a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav a{display:flex;min-height:50px;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-radius:13px;color:var(--gg-text-muted);font-size:12px;font-weight:700}.mobile-bottom-nav a:active,.mobile-bottom-nav a:focus-visible{color:var(--gg-primary);background:#eef3ff;outline:2px solid rgba(39,100,231,.2)}.hero{grid-template-columns:1fr;gap:24px;padding:42px 0 30px}.section__heading{align-items:flex-start;flex-wrap:wrap;gap:10px 16px}.stats-grid,.product-grid{overflow-x:auto;padding:2px 2px 10px;scroll-padding-inline:2px;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none}.stats-grid::-webkit-scrollbar,.product-grid::-webkit-scrollbar{display:none}.stats-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}.product-grid{grid-template-columns:none;grid-auto-columns:min(82vw,310px);grid-auto-flow:column}.stats-grid>*,.product-grid>*{scroll-snap-align:start}.order-row{align-items:flex-start;flex-direction:column;padding-block:18px}.order-row__actions{width:100%;justify-content:space-between}}
