*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}body{min-width:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}h1,h2,h3,p,dl,dd{margin:0}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.identity-loading{color:#64717a;background:#f5f7f8;place-content:center;justify-items:center;gap:12px;min-height:calc(100vh - 64px);display:grid}.identity-spinner{border:3px solid #dbe4e7;border-top-color:#f15a24;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite identity-spin}@keyframes identity-spin{to{transform:rotate(360deg)}}.auth-shell{color:#17242b;background:#f4f6f7;grid-template-columns:minmax(360px,1.05fr) minmax(420px,.95fr);min-height:100vh;display:grid}.auth-story{color:#fff;background:radial-gradient(circle at 70% 20%,#ff8b5033,#0000 28%),linear-gradient(145deg,#172f37,#0e2027);flex-direction:column;justify-content:space-between;padding:48px clamp(38px,7vw,108px);display:flex}.auth-brand{align-items:center;gap:10px;width:max-content;text-decoration:none;display:flex}.auth-brand span{background:#f15a24;border-radius:12px;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.auth-brand strong{font-size:18px}.auth-story small{color:#f8a27e;letter-spacing:2px;font-size:10px}.auth-story h1{letter-spacing:-2px;margin:17px 0 20px;font-size:clamp(38px,5vw,68px);line-height:1.05}.auth-story p{color:#bdcbd0;max-width:600px;font-size:14px;line-height:1.8}.auth-story ul{color:#d5dfe2;gap:12px;margin:30px 0 0;padding:0;font-size:12px;list-style:none;display:grid}.auth-story li{align-items:center;gap:9px;display:flex}.auth-story li svg{color:#f47b4e;width:16px}.auth-panel{place-items:center;padding:40px;display:grid}.auth-card{background:#fff;border:1px solid #dfe5e7;border-radius:20px;width:min(440px,100%);padding:34px;box-shadow:0 20px 70px #19313b12}.auth-eyebrow{color:#e25320;letter-spacing:1.2px;font-size:11px;font-weight:800}.auth-card h2{margin:9px 0 8px;font-size:29px}.auth-card>p{color:#718088;margin-bottom:24px;font-size:13px;line-height:1.6}.auth-card label{color:#46555c;margin:14px 0;font-size:11px;font-weight:750;display:block}.auth-card label>div{background:#fbfcfc;border:1px solid #d8e0e3;border-radius:10px;align-items:center;gap:10px;height:45px;margin-top:7px;padding:0 12px;display:flex}.auth-card label>div:focus-within{border-color:#f15a24;box-shadow:0 0 0 3px #f15a2413}.auth-card label svg{color:#87949a;width:16px}.auth-card input{color:#17242b;background:0 0;border:0;outline:0;width:100%}.auth-submit{color:#fff;background:#f15a24;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;margin-top:22px;font-weight:800;display:flex}.auth-submit:disabled{opacity:.65}.auth-submit svg{width:17px}.auth-links{color:#718088;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;font-size:11px;display:flex}.auth-links a{color:#d94b19;font-weight:750}.auth-message{border-radius:9px;margin-top:12px;padding:10px 12px;font-size:11px}.auth-message.error{color:#a43c24;background:#fff0ed;border:1px solid #f1c9bf}.auth-message.success{color:#246b4c;background:#ebf8f1;border:1px solid #c8e7d6}@media (max-width:800px){.auth-shell{grid-template-columns:1fr}.auth-story{min-height:330px;padding:28px}.auth-story h1{font-size:40px}.auth-story ul{display:none}.auth-panel{margin-top:-28px;padding:22px 14px 40px}.auth-card{border-radius:17px;padding:26px}.auth-links{flex-direction:column;align-items:flex-start}}.auth-modal-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#08121685;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.auth-modal{background:#fff;border:1px solid #dfe5e7;border-radius:18px;width:min(440px,100%);padding:32px;position:relative;box-shadow:0 24px 80px #0c1e2652}.auth-modal-close{color:#87949a;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:14px;right:14px}.auth-modal-close:hover:not(:disabled){background:#f1f4f5}.auth-modal-close:disabled{cursor:wait;opacity:.45}.auth-modal-eyebrow{color:#e25320;letter-spacing:1.2px;font-size:11px;font-weight:800}.auth-modal h2{color:#17242b;margin:8px 0 7px;font-size:26px}.auth-modal>p{color:#718088;margin-bottom:20px;font-size:13px;line-height:1.6}.auth-modal form label{color:#46555c;margin:12px 0;font-size:11px;font-weight:750;display:block}.auth-modal form label>div{background:#fbfcfc;border:1px solid #d8e0e3;border-radius:10px;align-items:center;gap:10px;height:44px;margin-top:6px;padding:0 12px;display:flex}.auth-modal form label>div:focus-within{border-color:#f15a24;box-shadow:0 0 0 3px #f15a2414}.auth-modal form label svg{color:#87949a;flex-shrink:0;width:16px}.auth-modal form input{color:#17242b;background:0 0;border:0;outline:0;width:100%}.auth-modal form .auth-remember{cursor:pointer;color:#596970;align-items:center;gap:9px;margin:14px 0 0;font-size:12px;font-weight:650;display:flex}.auth-modal form .auth-remember input{accent-color:#f15a24;width:16px;height:16px}.auth-modal form .auth-remember span{gap:1px;display:grid}.auth-modal form .auth-remember small{color:#8a979d;font-size:10px;font-weight:550}.auth-modal-submit{color:#fff;background:#f15a24;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;margin-top:20px;font-weight:800;display:flex}.auth-modal-submit:disabled{opacity:.65}.auth-modal-submit svg{width:17px}.auth-modal-message{border-radius:9px;margin-top:12px;padding:10px 12px;font-size:11px}.auth-modal-message.error{color:#a43c24;background:#fff0ed;border:1px solid #f1c9bf}.auth-modal-message.success{color:#246b4c;background:#ebf8f1;border:1px solid #c8e7d6}.auth-modal-links{color:#718088;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;font-size:11px;display:flex}.auth-modal-link{color:#d94b19;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px;font-weight:750}.auth-modal-link:hover{text-decoration:underline}.reset-shell{background:#f4f6f7;place-items:center;min-height:100vh;padding:22px;display:grid}.reset-card{background:#fff;border:1px solid #dfe5e7;border-radius:20px;width:min(440px,100%);padding:34px;box-shadow:0 20px 70px #19313b12}.reset-card .reset-brand{align-items:center;gap:10px;margin-bottom:18px;text-decoration:none;display:flex}.reset-card .reset-brand span{color:#fff;background:#f15a24;border-radius:10px;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.reset-card .reset-brand strong{color:#17242b;font-size:17px}.reset-card h2{color:#17242b;margin:8px 0 7px;font-size:26px}.reset-card>p{color:#718088;margin-bottom:20px;font-size:13px;line-height:1.6}.reset-card label{color:#46555c;margin:12px 0;font-size:11px;font-weight:750;display:block}.reset-card label>div{background:#fbfcfc;border:1px solid #d8e0e3;border-radius:10px;align-items:center;gap:10px;height:44px;margin-top:6px;padding:0 12px;display:flex}.reset-card label>div:focus-within{border-color:#f15a24;box-shadow:0 0 0 3px #f15a2414}.reset-card label svg{color:#87949a;flex-shrink:0;width:16px}.reset-card input{color:#17242b;background:0 0;border:0;outline:0;width:100%}.reset-security{color:#87949a;align-items:center;gap:7px;margin-top:18px;font-size:10px;display:flex}
:root,:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--cf-ink:#24251f;--cf-ink-soft:#454740;--cf-muted:#74766e;--cf-subtle:#96978f;--cf-paper:#f7f5ee;--cf-surface:#fffefa;--cf-surface-muted:#f0eee7;--cf-line:#e1ded4;--cf-line-strong:#cbc7bb;--cf-yellow:#ffdb45;--cf-yellow-soft:#fff0a5;--cf-mint:#bde7d4;--cf-mint-soft:#e7f5ef;--cf-mint-deep:#28795b;--cf-coral:#ff8a70;--cf-coral-soft:#ffe2db;--cf-danger:#a65349;--cf-blue:#345f7a;--cf-lilac:#dce1ff;--cf-white:#fff;--cf-on-ink:#fff;--cf-on-yellow:#24251f;--cf-on-mint:#183b2e;--cf-on-coral:#4d251e;--cf-focus:#315fda;--cf-font-sans:-apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;--cf-font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--cf-text-2xs:.6875rem;--cf-text-xs:.75rem;--cf-text-sm:.875rem;--cf-text-md:1rem;--cf-text-lg:1.125rem;--cf-text-xl:1.5rem;--cf-text-2xl:2rem;--cf-text-display:clamp(2.5rem, 6vw, 4.25rem);--cf-space-1:.25rem;--cf-space-2:.5rem;--cf-space-3:.75rem;--cf-space-4:1rem;--cf-space-5:1.25rem;--cf-space-6:1.5rem;--cf-space-8:2rem;--cf-space-10:2.5rem;--cf-space-12:3rem;--cf-space-16:4rem;--cf-radius-sm:.5rem;--cf-radius-md:.75rem;--cf-radius-lg:1rem;--cf-radius-xl:1.25rem;--cf-radius-2xl:1.75rem;--cf-radius-pill:999px;--cf-shadow-card:0 .875rem 2.625rem #2f2c1f11;--cf-shadow-raised:0 1.25rem 3.5rem #2f2c1f1c;--cf-shadow-sticker:.1875rem .1875rem 0 var(--cf-ink);--cf-container:77.5rem;--cf-control-sm:2.25rem;--cf-control-md:2.75rem;--cf-control-lg:3rem;--cf-transition:.16s ease}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--cf-ink:#f4f1e8;--cf-ink-soft:#dedbd1;--cf-muted:#b5b1a7;--cf-subtle:#918e85;--cf-paper:#151714;--cf-surface:#20231f;--cf-surface-muted:#2a2e29;--cf-line:#3a3e37;--cf-line-strong:#555a51;--cf-yellow:#e2c64e;--cf-yellow-soft:#433c21;--cf-mint:#4b7d68;--cf-mint-soft:#203c31;--cf-mint-deep:#8bd8b6;--cf-coral:#db816f;--cf-coral-soft:#482b25;--cf-danger:#f1aa9c;--cf-blue:#91bdd5;--cf-lilac:#373d5a;--cf-white:#fff;--cf-on-ink:#151714;--cf-on-yellow:#24251f;--cf-on-mint:#f4f1e8;--cf-on-coral:#f4f1e8;--cf-focus:#8cabff;--cf-shadow-card:0 .875rem 2.625rem #00000038;--cf-shadow-raised:0 1.25rem 3.5rem #00000061;--cf-shadow-sticker:.1875rem .1875rem 0 #090a08}*{box-sizing:border-box}html,body,#storybook-root{min-height:100%}body{background:var(--cf-paper);color:var(--cf-ink);font-family:var(--cf-font-sans);-webkit-font-smoothing:antialiased;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:.1875rem solid color-mix(in srgb, var(--cf-focus) 28%, transparent);outline-offset:.125rem}.cf-story-page{width:min(var(--cf-container), calc(100vw - 2rem));padding:var(--cf-space-8) 0 var(--cf-space-16);margin:0 auto}.cf-story-stack{gap:var(--cf-space-6);display:grid}.cf-story-row{align-items:center;gap:var(--cf-space-3);flex-wrap:wrap;display:flex}.cf-story-grid{gap:var(--cf-space-4);grid-template-columns:repeat(auto-fit,minmax(min(17rem,100%),1fr));display:grid}.cf-story-section{gap:var(--cf-space-4);display:grid}.cf-story-heading small{color:var(--cf-muted);font-size:var(--cf-text-xs);letter-spacing:.08em;text-transform:uppercase;font-weight:800;display:block}.cf-story-heading h2{margin:var(--cf-space-2) 0 0;font-size:var(--cf-text-xl);letter-spacing:-.04em}.cf-story-heading p{max-width:46rem;margin:var(--cf-space-2) 0 0;color:var(--cf-muted);font-size:var(--cf-text-sm);line-height:1.65}
.cf-brand{color:var(--cf-ink);align-items:center;gap:.625rem;display:inline-flex}.cf-brand-mark{border:1.5px solid var(--cf-ink);background:var(--cf-yellow);width:2.25rem;height:2.25rem;color:var(--cf-on-yellow);box-shadow:var(--cf-shadow-sticker);border-radius:.75rem .75rem .75rem .25rem;place-items:center;font-size:.8125rem;font-weight:950;display:grid;transform:rotate(-2deg)}.cf-brand-copy{gap:.125rem;display:grid}.cf-brand-copy strong{letter-spacing:-.04em;font-size:.9375rem}.cf-brand-copy small{color:var(--cf-subtle);font-size:.6875rem}.cf-brand.compact .cf-brand-mark{width:2rem;height:2rem;box-shadow:.125rem .125rem 0 var(--cf-ink)}.cf-button{min-height:var(--cf-control-md);border-radius:var(--cf-radius-md);padding:0 var(--cf-space-4);justify-content:center;align-items:center;gap:var(--cf-space-2);font-size:var(--cf-text-sm);transition:transform var(--cf-transition), box-shadow var(--cf-transition), background var(--cf-transition);white-space:nowrap;border:1px solid #0000;font-weight:850;display:inline-flex}.cf-button:hover:not(:disabled){transform:translateY(-1px)}.cf-button:disabled{opacity:.48;cursor:not-allowed}.cf-button svg{width:1rem;height:1rem}.cf-button.primary{background:var(--cf-ink);color:var(--cf-on-ink);border-color:var(--cf-ink)}.cf-button.secondary{background:var(--cf-surface);color:var(--cf-ink-soft);border-color:var(--cf-line-strong)}.cf-button.quiet{background:var(--cf-surface-muted);color:var(--cf-ink-soft);border-color:#0000}.cf-button.yellow{background:var(--cf-yellow);color:var(--cf-ink);border-color:#d9ba32;box-shadow:.125rem .125rem #c8a91d}.cf-button.danger{background:var(--cf-coral-soft);color:var(--cf-danger);border-color:#e7b7ae}.cf-button.sm{min-height:var(--cf-control-sm);padding:0 var(--cf-space-3);font-size:var(--cf-text-xs)}.cf-button.lg{min-height:var(--cf-control-lg);padding:0 var(--cf-space-5);font-size:var(--cf-text-md)}.cf-icon-button{width:var(--cf-control-md);height:var(--cf-control-md);border:1px solid var(--cf-line);background:var(--cf-surface);color:var(--cf-ink-soft);border-radius:50%;place-items:center;padding:0;display:grid;position:relative}.cf-icon-button svg{width:1rem;height:1rem}.cf-icon-button.active{background:var(--cf-yellow-soft)}.cf-notification-dot{background:var(--cf-coral);border:.125rem solid var(--cf-surface);border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:.1875rem;right:.25rem}.cf-tag{border-radius:var(--cf-radius-sm);background:var(--cf-surface-muted);width:max-content;min-height:1.625rem;color:var(--cf-muted);font-size:var(--cf-text-2xs);align-items:center;padding:0 .5rem;font-weight:750;display:inline-flex}.cf-tag.yellow{background:var(--cf-yellow-soft);color:#6d5c13}.cf-tag.mint{background:var(--cf-mint-soft);color:var(--cf-mint-deep)}.cf-tag.coral{background:var(--cf-coral-soft);color:var(--cf-danger)}.cf-tag.blue{color:var(--cf-blue);background:#e4edf3}.cf-availability-badge{border-radius:var(--cf-radius-pill);width:max-content;min-height:1.75rem;font-size:var(--cf-text-xs);align-items:center;gap:.375rem;padding:0 .625rem;font-weight:850;display:inline-flex}.cf-availability-badge i{background:currentColor;border-radius:50%;width:.4375rem;height:.4375rem}.cf-availability-badge.available{background:var(--cf-mint-soft);color:var(--cf-mint-deep)}.cf-availability-badge.unavailable{background:var(--cf-coral-soft);color:var(--cf-danger)}.cf-availability-badge.pending{background:var(--cf-surface-muted);color:#706b55}.cf-status-line{border-radius:var(--cf-radius-md);align-items:center;gap:.75rem;min-height:3.75rem;padding:.75rem;display:flex}.cf-status-line.available{background:var(--cf-mint-soft);color:var(--cf-mint-deep)}.cf-status-line.unavailable{color:var(--cf-danger);background:#fff0ed}.cf-status-line.pending{background:var(--cf-surface-muted);color:#706b55}.cf-status-dot{border:.125rem solid;border-radius:50%;flex:none;width:.625rem;height:.625rem;position:relative}.cf-status-dot:after{content:"";background:currentColor;border-radius:50%;width:.1875rem;height:.1875rem;position:absolute;top:.09375rem;left:.09375rem}.cf-status-copy{gap:.1875rem;display:grid}.cf-status-copy strong{font-size:var(--cf-text-sm)}.cf-status-copy small{font-size:var(--cf-text-xs);opacity:.82}.cf-status-action{margin-left:auto}.cf-field{color:var(--cf-ink-soft);gap:.4375rem;display:grid}.cf-field-label{font-size:var(--cf-text-xs);font-weight:800}.cf-input-shell{min-height:var(--cf-control-md);border:1px solid var(--cf-line-strong);border-radius:var(--cf-radius-md);background:var(--cf-surface);align-items:center;gap:.625rem;padding:0 .75rem;display:flex}.cf-input-shell:focus-within{border-color:var(--cf-focus);box-shadow:0 0 0 .1875rem color-mix(in srgb, var(--cf-focus) 10%, transparent)}.cf-input-shell>svg{width:1rem;height:1rem;color:var(--cf-subtle);flex:none}.cf-input-shell input,.cf-input-shell select{width:100%;min-width:0;color:var(--cf-ink);font-size:var(--cf-text-sm);background:0 0;border:0;outline:0}.cf-field.error .cf-input-shell{border-color:var(--cf-danger)}.cf-field.error .cf-field-help{color:var(--cf-danger)}.cf-field-help{color:var(--cf-muted);font-size:var(--cf-text-2xs);line-height:1.45}.cf-field-icon-action{color:var(--cf-muted);background:0 0;border:0;padding:.25rem}.cf-field-icon-action svg{width:1rem;height:1rem}.cf-select-shell select{appearance:none}.cf-select-shell>svg{margin-left:auto}.cf-textarea{resize:vertical;border:1px solid var(--cf-line-strong);border-radius:var(--cf-radius-md);background:var(--cf-surface);min-height:7rem;color:var(--cf-ink);font-size:var(--cf-text-sm);padding:.75rem;line-height:1.6}.cf-search-field{border:1px solid var(--cf-line);border-radius:var(--cf-radius-pill);background:var(--cf-surface-muted);align-items:center;gap:.5rem;width:min(15.25rem,100%);min-height:2.25rem;padding:0 .75rem;display:flex}.cf-search-field svg{width:.875rem;color:var(--cf-subtle)}.cf-search-field input{width:100%;color:var(--cf-ink);font-size:var(--cf-text-xs);background:0 0;border:0;outline:0}.cf-input-shell input::placeholder,.cf-textarea::placeholder,.cf-search-field input::placeholder{color:var(--cf-subtle);opacity:1}.cf-check-field{color:var(--cf-ink-soft);font-size:var(--cf-text-sm);align-items:flex-start;gap:.625rem;display:flex}.cf-check-field input{width:1.125rem;height:1.125rem;accent-color:var(--cf-ink);margin:.0625rem 0 0}.cf-check-field span{gap:.1875rem;display:grid}.cf-check-field small{color:var(--cf-muted);font-size:var(--cf-text-xs);line-height:1.45}.cf-toggle-row{text-align:left;width:100%;color:var(--cf-ink);background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:.625rem 0;display:flex}.cf-toggle-row>span{gap:.1875rem;display:grid}.cf-toggle-row strong{font-size:var(--cf-text-sm)}.cf-toggle-row small{color:var(--cf-muted);font-size:var(--cf-text-xs)}.cf-toggle-row>i{border-radius:var(--cf-radius-pill);width:2.625rem;height:1.5rem;transition:background var(--cf-transition);background:#d5d3cc;flex:none;padding:.1875rem}.cf-toggle-row>i b{width:1.125rem;height:1.125rem;transition:transform var(--cf-transition);background:#fff;border-radius:50%;display:block;box-shadow:0 .125rem .375rem #0002}.cf-toggle-row>i.checked{background:var(--cf-mint-deep)}.cf-toggle-row>i.checked b{transform:translate(1.125rem)}.cf-global-header{border-bottom:1px solid var(--cf-line);background:#fffefaf5;width:100%;min-height:4.125rem}.cf-global-header-inner{width:min(var(--cf-container), calc(100% - 2.25rem));align-items:center;min-height:4.125rem;margin:auto;display:flex}.cf-global-nav{gap:.25rem;margin-left:2.5rem;display:flex}.cf-global-nav a{border-radius:var(--cf-radius-pill);color:var(--cf-muted);font-size:var(--cf-text-xs);padding:.5625rem .75rem;font-weight:750}.cf-global-nav a.active{background:var(--cf-ink);color:var(--cf-on-ink)}.cf-global-header .cf-search-field{margin-left:auto}.cf-header-actions{align-items:center;gap:.5rem;margin-left:.625rem;display:flex}.cf-mobile-role-tabs{background:var(--cf-surface);border-bottom:1px solid var(--cf-line);grid-template-columns:1fr 1fr;min-height:3rem;display:grid}.cf-mobile-role-tabs a{color:var(--cf-ink);font-size:var(--cf-text-sm);justify-content:center;align-items:center;gap:.5rem;font-weight:850;text-decoration:none;display:flex}.cf-mobile-role-tabs a:first-child{border-right:1px solid var(--cf-line)}.cf-mobile-role-tabs i{border-radius:50%;width:.4375rem;height:.4375rem}.cf-mobile-role-tabs i.buy{background:#d6b000}.cf-mobile-role-tabs i.sell{background:#49a67e}.cf-workspace-navigation{border-bottom:1px solid var(--cf-line);z-index:35;background:0 0;justify-content:space-between;align-items:center;gap:1rem;min-height:3.5rem;padding:.35rem .45rem;display:flex}.cf-workspace-navigation.sticky{top:var(--shell-header-height,4.5rem);background:var(--cf-workspace-background,var(--cf-paper));position:sticky}.cf-workspace-navigation-items{align-items:stretch;gap:.3125rem;min-width:0;display:flex}.cf-workspace-navigation-items a{min-height:2.75rem;color:var(--cf-muted);font-size:var(--cf-text-xs);white-space:nowrap;border:1px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;gap:.4375rem;padding:0 .875rem;font-weight:760;text-decoration:none;transition:color .16s,background-color .16s,border-color .16s,box-shadow .16s,transform .12s;display:inline-flex;position:relative}.cf-workspace-navigation-items a svg{width:1rem;height:1rem}.cf-workspace-navigation-items a:hover{border-color:color-mix(in srgb, var(--cf-line-strong) 58%, transparent);background:color-mix(in srgb, var(--cf-surface-muted) 72%, transparent);color:var(--cf-ink);transform:translateY(-.0625rem)}.cf-workspace-navigation-items a:focus-visible{outline:.1875rem solid color-mix(in srgb, var(--cf-focus) 30%, transparent);outline-offset:.125rem;border-color:color-mix(in srgb, var(--cf-focus) 42%, var(--cf-line));background:var(--cf-surface);color:var(--cf-ink)}.cf-workspace-navigation-items a:active{transform:translateY(0)scale(.975);box-shadow:inset 0 .125rem .25rem #24251f14}.cf-workspace-navigation-items a.active,.cf-workspace-navigation-items a.active:hover{border-color:color-mix(in srgb, var(--cf-yellow) 58%, var(--cf-line));background:color-mix(in srgb, var(--cf-yellow-soft) 66%, var(--cf-surface));color:var(--cf-ink);transform:none;box-shadow:0 .125rem .375rem #594d1a14}.cf-workspace-navigation-items a.active:active{transform:scale(.98);box-shadow:inset 0 .125rem .25rem #594d1a1a}.cf-workspace-navigation-action{flex:none}.cf-workspace-navigation-action .cf-button{min-height:2.75rem}@media (max-width:680px){.cf-workspace-navigation{align-items:stretch;min-height:3.5rem;padding:.25rem}.cf-workspace-navigation-items{overscroll-behavior-inline:contain;scrollbar-width:none;overflow-x:auto}.cf-workspace-navigation-items::-webkit-scrollbar{display:none}.cf-workspace-navigation-items a{min-width:max-content;min-height:2.75rem;padding:0 .6875rem}.cf-workspace-navigation-items a svg{display:none}.cf-workspace-navigation-action .cf-button{width:2.75rem;min-width:2.75rem;padding:0}.cf-workspace-navigation-action .cf-button>span{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}}@media (prefers-reduced-motion:reduce){.cf-workspace-navigation-items a{transition:none}.cf-workspace-navigation-items a:hover,.cf-workspace-navigation-items a:active,.cf-workspace-navigation-items a.active,.cf-workspace-navigation-items a.active:hover,.cf-workspace-navigation-items a.active:active{transform:none}}.cf-side-navigation{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);box-shadow:var(--cf-shadow-card);gap:.1875rem;padding:.4375rem;display:grid}.cf-side-navigation a{border-radius:var(--cf-radius-md);min-height:2.625rem;color:var(--cf-muted);font-size:var(--cf-text-sm);align-items:center;gap:.625rem;padding:0 .625rem;font-weight:700;display:flex}.cf-side-navigation a>span{background:var(--cf-surface-muted);border-radius:.5rem;place-items:center;width:1.75rem;height:1.75rem;display:grid}.cf-side-navigation svg{width:.875rem}.cf-side-navigation a.active{background:var(--cf-yellow-soft);color:var(--cf-ink);font-weight:850}.cf-side-navigation a.active>span{background:var(--cf-yellow)}.cf-shop-profile{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);box-shadow:var(--cf-shadow-card);padding:1rem}.cf-shop-person{align-items:center;gap:.6875rem;display:flex}.cf-shop-avatar{color:#34765e;background:#d8efe5;border:1px solid #b8dccd;border-radius:1rem;place-items:center;width:3rem;height:3rem;display:grid;position:relative}.cf-shop-avatar>svg{width:1.75rem}.cf-shop-avatar i{background:var(--cf-ink);border:.125rem solid var(--cf-surface);width:1.125rem;height:1.125rem;color:var(--cf-yellow);border-radius:50%;place-items:center;font-size:.5rem;font-style:normal;display:grid;position:absolute;bottom:-.1875rem;right:-.1875rem}.cf-shop-person>span:last-child{gap:.25rem;display:grid}.cf-shop-person strong{font-size:var(--cf-text-sm)}.cf-shop-person small{color:var(--cf-muted);font-size:var(--cf-text-2xs)}.cf-shop-tags{flex-wrap:wrap;gap:.3125rem;margin-top:.75rem;display:flex}.cf-shop-score{border-top:1px dashed var(--cf-line-strong);color:var(--cf-muted);font-size:var(--cf-text-xs);justify-content:space-between;margin-top:.875rem;padding-top:.75rem;display:flex}.cf-shop-score strong{color:var(--cf-mint-deep)}.cf-safety-note{border-radius:var(--cf-radius-xl);background:var(--cf-mint-soft);border:1px solid #c9e6da;padding:1rem;position:relative;overflow:hidden}.cf-safety-note:after{content:"";border:.625rem solid #77baa026;border-radius:50%;width:3.25rem;height:3.25rem;position:absolute;bottom:-1.125rem;right:-.9375rem}.cf-safety-note svg{width:1.25rem;color:var(--cf-mint-deep);margin-bottom:.625rem}.cf-safety-note strong{color:#285e4b;font-size:var(--cf-text-sm);display:block}.cf-safety-note p{color:#607b70;max-width:18rem;font-size:var(--cf-text-xs);margin:.375rem 0 0;line-height:1.6}.cf-metric-card{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);min-height:7.25rem;box-shadow:var(--cf-shadow-card);padding:1rem;position:relative;overflow:hidden}.cf-metric-card.yellow{background:var(--cf-yellow);border-color:#dec036}.cf-metric-card.mint{background:var(--cf-mint-soft);border-color:#cae7da}.cf-metric-card.coral{background:var(--cf-coral-soft);border-color:#edc4bc}.cf-metric-card.blue{background:#e7eef3;border-color:#ccdce6}.cf-metric-label{color:var(--cf-muted);font-size:var(--cf-text-xs)}.cf-metric-card strong{font-size:var(--cf-text-2xl);letter-spacing:-.055em;margin:.875rem 0 .3125rem;display:block}.cf-metric-card small{color:var(--cf-mint-deep);font-size:var(--cf-text-xs)}.cf-metric-card.yellow small{color:#665a27}.cf-metric-icon{width:1.25rem;color:color-mix(in srgb, var(--cf-ink) 38%, transparent);position:absolute;top:1rem;right:1rem}.cf-notice{border:1px solid var(--cf-line);border-radius:var(--cf-radius-lg);background:var(--cf-surface);align-items:center;gap:.75rem;min-height:3.75rem;padding:.75rem;display:flex}.cf-notice.yellow{background:#fffbed}.cf-notice.mint{background:var(--cf-mint-soft)}.cf-notice.coral{background:var(--cf-coral-soft)}.cf-notice.blue{background:#e7eef3}.cf-notice-icon{background:var(--cf-yellow-soft);border-radius:.625rem;flex:none;place-items:center;width:1.875rem;height:1.875rem;display:grid}.cf-notice-copy{gap:.1875rem;display:grid}.cf-notice-copy strong{font-size:var(--cf-text-sm)}.cf-notice-copy small{color:var(--cf-muted);font-size:var(--cf-text-xs);line-height:1.5}.cf-notice-action{margin-left:auto}.cf-role-card{border:1px solid var(--cf-line);border-radius:var(--cf-radius-2xl);min-height:21rem;box-shadow:var(--cf-shadow-card);flex-direction:column;padding:1.75rem;display:flex;position:relative;overflow:hidden}.cf-role-card.buy{background:var(--cf-yellow-soft)}.cf-role-card.sell{background:var(--cf-mint)}.cf-role-card-head{color:#776d35;font-size:var(--cf-text-xs);justify-content:space-between;align-items:center;font-weight:800;display:flex}.cf-role-card.sell .cf-role-card-head{color:#46745f}.cf-role-card h2{max-width:25rem;font-size:var(--cf-text-2xl);letter-spacing:-.055em;margin:1.875rem 0 .75rem;line-height:1.05}.cf-role-card p{color:#5f5c42;max-width:27rem;font-size:var(--cf-text-sm);margin:0;line-height:1.65}.cf-role-card.sell p{color:#426556}.cf-role-points{flex-wrap:wrap;gap:.375rem;margin-top:1rem;display:flex}.cf-role-points span{color:#5d5939;font-size:var(--cf-text-xs);background:#ffffff9c;border-radius:.5rem;padding:.4375rem .5625rem}.cf-role-card>.cf-button{z-index:2;width:max-content;margin-top:auto}.cf-role-art{pointer-events:none;width:13rem;height:11rem;position:absolute;bottom:1rem;right:1rem}.cf-mini-model{border:1.5px solid var(--cf-ink);background:var(--cf-surface);width:7.25rem;height:8.5rem;box-shadow:.3125rem .375rem 0 var(--cf-ink);border-radius:1.0625rem;padding:.75rem;font-size:1.25rem;font-weight:950;position:absolute}.cf-mini-model.first{top:1.5625rem;left:.125rem;transform:rotate(-8deg)}.cf-mini-model.second{background:#cdeade;top:.375rem;right:.4375rem;transform:rotate(8deg)}.cf-role-card.sell .cf-role-art>svg{border:1.5px solid var(--cf-ink);background:var(--cf-surface);width:7rem;height:4.5rem;box-shadow:.3125rem .375rem 0 var(--cf-ink);border-radius:1.125rem;padding:1.125rem;position:absolute;top:2rem;right:1rem;transform:rotate(8deg)}.cf-role-card.sell .cf-role-art>b{border:1.5px solid var(--cf-ink);background:var(--cf-yellow);width:4.625rem;height:4.625rem;box-shadow:.25rem .3125rem 0 var(--cf-ink);border-radius:50%;place-items:center;font-size:1.5rem;display:grid;position:absolute;bottom:.625rem;left:.1875rem;transform:rotate(-10deg)}.cf-model-card{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);box-shadow:var(--cf-shadow-card);padding:.875rem}.cf-model-cover{border-radius:var(--cf-radius-lg);justify-content:space-between;align-items:flex-start;height:8.25rem;padding:.8125rem;display:flex;position:relative;overflow:hidden}.cf-model-cover.mint{background:#c6e9da}.cf-model-cover.coral{background:#ffe0d8}.cf-model-cover.blue,.cf-model-cover.lilac{background:var(--cf-lilac)}.cf-model-cover.yellow{background:var(--cf-yellow-soft)}.cf-model-monogram{background:var(--cf-surface);width:2.625rem;height:2.625rem;font-size:var(--cf-text-lg);border-radius:.875rem;place-items:center;font-weight:950;display:grid;box-shadow:0 .4375rem 1.125rem #45463c15}.cf-model-cover>strong{font-size:var(--cf-text-lg);letter-spacing:-.04em;position:absolute;bottom:.8125rem;left:.8125rem}.cf-model-body{padding:.75rem .125rem .125rem}.cf-model-body>p{min-height:3rem;color:var(--cf-muted);font-size:var(--cf-text-sm);margin:0;line-height:1.55}.cf-model-footer{border-top:1px dashed var(--cf-line-strong);justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:.75rem;padding-top:.75rem;display:flex}.cf-model-footer>span{gap:.25rem;display:grid}.cf-model-footer small{color:var(--cf-muted);font-size:var(--cf-text-xs)}.cf-model-footer strong{font-size:var(--cf-text-lg)}.cf-supply-card{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);box-shadow:var(--cf-shadow-card);grid-template-columns:11rem minmax(0,1fr);gap:1rem;padding:.75rem;display:grid}.cf-supply-poster{border-radius:var(--cf-radius-lg);justify-content:space-between;align-items:flex-start;min-height:10.5rem;padding:.875rem;display:flex;position:relative;overflow:hidden}.cf-supply-poster.mint{background:#c9ecdd}.cf-supply-poster.coral{background:#ffddd5}.cf-supply-poster.lilac{background:var(--cf-lilac)}.cf-supply-poster:after{content:"";border:.875rem solid #ffffff4d;border-radius:50%;width:6rem;height:6rem;position:absolute;bottom:-1.5rem;right:-1.5rem}.cf-supply-poster>span:last-of-type{z-index:1;position:absolute;bottom:.875rem;left:.875rem}.cf-supply-poster>span:last-of-type small{color:#527365;font-size:var(--cf-text-2xs);font-weight:850;display:block}.cf-supply-poster>span:last-of-type strong{font-size:var(--cf-text-lg);letter-spacing:-.045em;margin-top:.25rem;display:block}.cf-supply-content{flex-direction:column;min-width:0;padding:.125rem .1875rem .125rem 0;display:flex}.cf-supply-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.cf-supply-head>span:first-child>small{color:var(--cf-subtle);font-size:var(--cf-text-2xs);margin-bottom:.3125rem;display:block}.cf-supply-head>span:first-child>strong{font-size:var(--cf-text-lg);display:block}.cf-supply-head p{max-width:35rem;color:var(--cf-muted);font-size:var(--cf-text-xs);margin:.4375rem 0 0;line-height:1.55}.cf-supply-price{text-align:right;white-space:nowrap}.cf-supply-price strong{font-size:var(--cf-text-xl);display:block}.cf-supply-price small{color:var(--cf-muted);font-size:var(--cf-text-2xs)}.cf-supply-content>.cf-status-line{margin-top:.75rem}.cf-supply-meta{flex-wrap:wrap;gap:.375rem;margin-top:.6875rem;display:flex}.cf-supply-foot{border-top:1px dashed var(--cf-line-strong);color:var(--cf-muted);font-size:var(--cf-text-xs);align-items:center;gap:1rem;margin-top:auto;padding-top:.75rem;display:flex}.cf-supply-foot b{color:var(--cf-ink-soft)}.cf-supply-foot>div{gap:.375rem;margin-left:auto;display:flex}.cf-connection-details{border:1px dashed var(--cf-line-strong);border-radius:var(--cf-radius-md);background:#f7f5ef;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.625rem;padding:.625rem;display:grid}.cf-connection-details span{color:var(--cf-muted);font-size:var(--cf-text-2xs)}.cf-connection-details b{color:var(--cf-ink-soft);font-family:var(--cf-font-mono);font-size:var(--cf-text-xs);margin-top:.1875rem;display:block}.cf-key-card{border:1px solid var(--cf-line);border-radius:var(--cf-radius-lg);background:var(--cf-surface);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.875rem;display:grid}.cf-key-card-icon{background:var(--cf-yellow-soft);border-radius:.8125rem;place-items:center;width:2.625rem;height:2.625rem;display:grid}.cf-key-card-icon svg{width:1.125rem}.cf-key-card-copy{gap:.1875rem;display:grid}.cf-key-card-copy strong{font-size:var(--cf-text-sm)}.cf-key-card-copy code{font-family:var(--cf-font-mono);font-size:var(--cf-text-xs)}.cf-key-card-copy small{color:var(--cf-muted);font-size:var(--cf-text-2xs)}.cf-wallet-card{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-yellow);min-height:12rem;box-shadow:var(--cf-shadow-card);flex-direction:column;padding:1rem;display:flex}.cf-wallet-head{justify-content:space-between;align-items:center;display:flex}.cf-wallet-icon{background:#fff3a8;border:1px solid #cfb128;border-radius:.875rem;place-items:center;width:2.625rem;height:2.625rem;display:grid}.cf-wallet-icon svg{width:1.125rem}.cf-wallet-card>small{color:#716326;font-size:var(--cf-text-xs);margin-top:1.25rem}.cf-wallet-card>strong{font-size:var(--cf-text-2xl);letter-spacing:-.055em;margin-top:.375rem}.cf-wallet-meta{color:#6e622c;font-size:var(--cf-text-xs);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.cf-wallet-meta b{color:var(--cf-ink)}.cf-price-pair{border:1px solid var(--cf-line);border-radius:var(--cf-radius-lg);grid-template-columns:1fr 1fr;margin:0;display:grid;overflow:hidden}.cf-price-pair div{background:var(--cf-surface);padding:1rem}.cf-price-pair div+div{border-left:1px solid var(--cf-line)}.cf-price-pair dt{color:var(--cf-muted);font-size:var(--cf-text-xs)}.cf-price-pair dd{font-size:var(--cf-text-xl);margin:.5rem 0 0;font-weight:850}.cf-usage-row{border:1px solid var(--cf-line);border-radius:var(--cf-radius-lg);background:var(--cf-surface);grid-template-columns:minmax(13rem,1.2fr) repeat(3,minmax(6.5rem,.65fr)) auto;align-items:center;gap:.75rem;min-height:4.75rem;padding:.75rem;display:grid}.cf-usage-model{align-items:center;gap:.625rem;display:flex}.cf-usage-model>svg{background:var(--cf-lilac);color:#525a91;border-radius:.625rem;width:2rem;height:2rem;padding:.5rem}.cf-usage-model>span,.cf-usage-row>span:not(.cf-usage-model){gap:.1875rem;display:grid}.cf-usage-row strong{font-size:var(--cf-text-xs)}.cf-usage-row code{font-family:var(--cf-font-mono);color:var(--cf-muted);font-size:var(--cf-text-2xs)}.cf-usage-row small{color:var(--cf-muted);font-size:var(--cf-text-2xs)}.cf-payment-row{border:1px solid var(--cf-line);border-radius:var(--cf-radius-lg);background:var(--cf-surface);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.75rem;min-height:4.25rem;padding:.75rem;display:grid}.cf-payment-icon{background:var(--cf-mint-soft);width:2.375rem;height:2.375rem;color:var(--cf-mint-deep);border-radius:.75rem;place-items:center;display:grid}.cf-payment-icon svg{width:1rem}.cf-payment-row>span:nth-child(2){gap:.1875rem;display:grid}.cf-payment-row strong{font-size:var(--cf-text-xs)}.cf-payment-row small{color:var(--cf-muted);font-size:var(--cf-text-2xs)}.cf-payment-row>b{font-size:var(--cf-text-sm)}.cf-auth-card{border:1px solid var(--cf-line);border-radius:var(--cf-radius-2xl);background:var(--cf-surface);width:min(27rem,100vw - 2rem);box-shadow:var(--cf-shadow-raised);padding:1.5rem}.cf-auth-heading{margin-top:1.5rem}.cf-auth-heading>small{color:#7c690e;font-size:var(--cf-text-xs);font-weight:850}.cf-auth-heading h2{font-size:var(--cf-text-xl);letter-spacing:-.045em;margin:.5rem 0 .375rem}.cf-auth-heading p{color:var(--cf-muted);font-size:var(--cf-text-sm);margin:0;line-height:1.55}.cf-auth-form{gap:.875rem;margin-top:1.25rem;display:grid}.cf-auth-form>.cf-button{width:100%;margin-top:.25rem}.cf-auth-footer{color:var(--cf-muted);font-size:var(--cf-text-xs);justify-content:center;align-items:center;gap:.375rem;margin-top:1.125rem;display:flex}.cf-auth-footer button{color:#765f00;background:0 0;border:0;font-weight:850}.cf-skeleton-card{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);grid-template-columns:5rem 1fr;gap:1rem;padding:1rem;display:grid}.cf-skeleton-card>div{align-content:center;gap:.625rem;display:grid}.cf-skeleton{background:linear-gradient(90deg,#eceae3 25%,#f6f4ef 50%,#eceae3 75%) 0 0/200% 100%;animation:1.4s infinite cf-shimmer;display:block}.cf-skeleton.square{border-radius:var(--cf-radius-lg);height:5rem}.cf-skeleton.line{border-radius:var(--cf-radius-pill);width:72%;height:.75rem}.cf-skeleton.line.wide{width:90%;height:1rem}.cf-skeleton.line.short{width:48%}@keyframes cf-shimmer{to{background-position:-200% 0}}.cf-activity-item{border-top:1px solid #efede6;grid-template-columns:2rem minmax(0,1fr) auto;align-items:center;gap:.625rem;padding:.75rem 0;display:grid}.cf-activity-avatar{background:var(--cf-lilac);color:#514f87;width:2rem;height:2rem;font-size:var(--cf-text-xs);border-radius:.6875rem;place-items:center;font-weight:900;display:grid}.cf-activity-item>span:nth-child(2){gap:.1875rem;display:grid}.cf-activity-item strong{font-size:var(--cf-text-xs)}.cf-activity-item small{color:var(--cf-muted);font-size:var(--cf-text-2xs)}.cf-activity-item>b{color:var(--cf-mint-deep);font-size:var(--cf-text-sm)}.cf-reputation-card{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);box-shadow:var(--cf-shadow-card);padding:1rem}.cf-card-eyebrow{font-size:var(--cf-text-sm);font-weight:850}.cf-reputation-main{align-items:center;gap:.875rem;margin-top:.8125rem;display:flex}.cf-reputation-main>strong{letter-spacing:-.06em;font-size:2rem}.cf-reputation-main>span{gap:.25rem;display:grid}.cf-reputation-main b{color:#efb800;letter-spacing:.0625rem}.cf-reputation-main small{color:var(--cf-muted);font-size:var(--cf-text-xs)}.cf-progress{border-radius:var(--cf-radius-pill);background:#eeeae1;height:.4375rem;margin-top:.875rem;overflow:hidden}.cf-progress i{background:var(--cf-mint);border-radius:inherit;width:92%;height:100%;display:block}.cf-reputation-card p{border-radius:var(--cf-radius-md);color:var(--cf-muted);font-size:var(--cf-text-xs);background:#f5f3ed;margin:.75rem 0 0;padding:.75rem;line-height:1.55}.cf-reputation-card p b{color:var(--cf-ink-soft)}.cf-step-list{margin:0;padding:0;list-style:none;display:grid}.cf-step-list li{grid-template-columns:2rem 1fr;gap:.75rem;padding-bottom:1.125rem;display:grid;position:relative}.cf-step-list li:last-child{padding-bottom:0}.cf-step-list li:not(:last-child):before{content:"";background:var(--cf-line-strong);width:1px;position:absolute;top:2.125rem;bottom:.1875rem;left:.984375rem}.cf-step-list li>span{border:1px solid var(--cf-line-strong);background:var(--cf-surface-muted);width:2rem;height:2rem;font-size:var(--cf-text-xs);z-index:1;border-radius:.625rem;place-items:center;font-weight:900;display:grid}.cf-step-list strong{font-size:var(--cf-text-sm)}.cf-step-list p{color:var(--cf-muted);font-size:var(--cf-text-xs);margin:.3125rem 0 0;line-height:1.6}.cf-tabs{border:1px solid var(--cf-line);border-radius:var(--cf-radius-md);background:var(--cf-surface);gap:.25rem;padding:.25rem;display:flex}.cf-tabs button{min-height:2.25rem;color:var(--cf-muted);font-size:var(--cf-text-xs);background:0 0;border:0;border-radius:.5625rem;padding:0 .75rem;font-weight:750}.cf-tabs button.active{background:var(--cf-ink);color:var(--cf-on-ink)}.cf-toast{border-radius:var(--cf-radius-md);background:var(--cf-ink);width:max-content;max-width:min(26rem,100vw - 2rem);min-height:2.75rem;color:var(--cf-on-ink);box-shadow:var(--cf-shadow-raised);font-size:var(--cf-text-sm);align-items:center;gap:.5rem;padding:.625rem .875rem;display:flex}.cf-toast svg{width:1rem}.cf-toast.mint svg{color:var(--cf-mint)}.cf-toast.yellow svg{color:var(--cf-yellow)}.cf-toast.coral svg{color:var(--cf-coral)}.cf-state-panel{border:1px dashed var(--cf-line-strong);border-radius:var(--cf-radius-xl);background:var(--cf-surface);text-align:center;place-content:center;justify-items:center;gap:.625rem;min-height:20rem;padding:2rem;display:grid}.cf-state-panel>svg{width:1.75rem;color:var(--cf-muted)}.cf-state-panel strong{font-size:var(--cf-text-lg)}.cf-state-panel small{max-width:22rem;color:var(--cf-muted);font-size:var(--cf-text-sm);line-height:1.55}.cf-empty-illustration{background:var(--cf-yellow-soft);border-radius:1.25rem;place-items:center;width:3.75rem;height:3.75rem;margin-bottom:.375rem;display:grid}.cf-empty-illustration svg{width:1.5rem}.cf-state-panel.error .cf-empty-illustration{background:var(--cf-coral-soft);color:var(--cf-danger)}.cf-spin{animation:.9s linear infinite cf-spin}@keyframes cf-spin{to{transform:rotate(360deg)}}.cf-modal-stage,.cf-drawer-stage{border-radius:var(--cf-radius-xl);background:#67716b;width:min(60rem,100vw - 2rem);height:36rem;position:relative;overflow:hidden}.cf-modal-backdrop,.cf-drawer-backdrop{-webkit-backdrop-filter:blur(.1875rem);backdrop-filter:blur(.1875rem);background:#1f2925a6;position:absolute;inset:0}.cf-modal{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);width:min(27rem,100% - 2rem);padding:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 1.5rem 5rem #0005}.cf-modal-close{background:var(--cf-surface-muted);width:2.25rem;height:2.25rem;color:var(--cf-ink-soft);border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:.75rem;right:.75rem}.cf-modal-close svg{width:1rem}.cf-modal-icon{background:var(--cf-yellow-soft);border-radius:1rem;place-items:center;width:3rem;height:3rem;display:grid}.cf-modal-icon svg{width:1.25rem}.cf-modal h2{font-size:var(--cf-text-xl);letter-spacing:-.04em;margin:1.125rem 0 .5rem}.cf-modal p{color:var(--cf-muted);font-size:var(--cf-text-sm);margin:0;line-height:1.65}.cf-modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1.5rem;display:flex}.cf-drawer{background:var(--cf-surface);width:min(28rem,90%);position:absolute;top:0;bottom:0;right:0;box-shadow:-1rem 0 3rem #0003}.cf-drawer>header{border-bottom:1px solid var(--cf-line);justify-content:space-between;align-items:center;min-height:4rem;padding:0 1rem;display:flex}.cf-drawer>header>span{gap:.1875rem;display:grid}.cf-drawer header small{color:var(--cf-muted);font-size:var(--cf-text-xs)}.cf-drawer header strong{font-size:var(--cf-text-lg)}.cf-drawer header button{background:var(--cf-surface-muted);width:2.25rem;height:2.25rem;color:var(--cf-ink-soft);border:0;border-radius:50%;place-items:center;display:grid}.cf-drawer header svg{width:1rem}.cf-drawer-content{gap:1rem;padding:1rem;display:grid}.cf-drawer-content dl{border-top:1px solid var(--cf-line);margin:0}.cf-drawer-content dl>div{border-bottom:1px solid var(--cf-line);font-size:var(--cf-text-sm);justify-content:space-between;gap:1rem;padding:.875rem 0;display:flex}.cf-drawer-content dt{color:var(--cf-muted)}.cf-drawer-content dd{font-family:var(--cf-font-mono);font-size:var(--cf-text-xs);margin:0}.cf-workspace-heading{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.cf-workspace-heading>span>small{color:var(--cf-muted);font-size:var(--cf-text-xs);letter-spacing:.08em;font-weight:850;display:block}.cf-workspace-heading h1{font-size:var(--cf-text-2xl);letter-spacing:-.055em;margin:.375rem 0 0}.cf-workspace-heading>div{gap:.5rem;display:flex}.cf-page-demo{background:var(--cf-paper);width:100%;min-height:100vh}.cf-page-demo-content{width:min(var(--cf-container), calc(100% - 2.25rem));margin:auto;padding:2rem 0 4rem}.cf-page-demo-grid{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.cf-page-demo-models{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.cf-page-demo-section{margin-top:3rem}.cf-page-demo-section-head{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1rem;display:flex}.cf-page-demo-section-head h2{font-size:var(--cf-text-xl);letter-spacing:-.045em;margin:0}.cf-page-demo-section-head p{max-width:32rem;color:var(--cf-muted);font-size:var(--cf-text-sm);text-align:right;margin:0;line-height:1.6}.cf-workspace-demo{grid-template-columns:14rem minmax(0,1fr);gap:1.25rem;width:min(74rem,100vw - 2rem);display:grid}.cf-workspace-demo aside{align-content:start;gap:.75rem;display:grid}.cf-workspace-demo main{align-content:start;gap:1.25rem;min-width:0;display:grid}.cf-metric-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.cf-key-list,.cf-activity-list{gap:.625rem;display:grid}.cf-panel{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);box-shadow:var(--cf-shadow-card);padding:1rem}.cf-panel-head{justify-content:space-between;align-items:flex-end;margin-bottom:.75rem;display:flex}.cf-panel-head h2{font-size:var(--cf-text-lg);margin:0}.cf-panel-head p{color:var(--cf-muted);font-size:var(--cf-text-xs);margin:.25rem 0 0}.cf-home-hero-copy{text-align:center;padding:2.5rem 0 2rem}.cf-home-hero-copy>span,.cf-section-eyebrow{color:#806e15;font-size:var(--cf-text-xs);letter-spacing:.08em;font-weight:850;display:inline-block}.cf-home-hero-copy h1{font-size:var(--cf-text-display);letter-spacing:-.07em;margin:1.125rem 0 .75rem;line-height:1.02}.cf-home-hero-copy p{max-width:44rem;color:var(--cf-muted);font-size:var(--cf-text-md);margin:0 auto;line-height:1.75}.cf-runtime-note{width:max-content;max-width:100%;color:var(--cf-muted);font-size:var(--cf-text-xs);align-items:center;gap:.5rem;margin:1rem auto 0;display:flex}.cf-runtime-note i{background:#4caf82;border-radius:50%;width:.4375rem;height:.4375rem;box-shadow:0 0 0 .25rem #4caf8218}.cf-cover{border:1px solid var(--cf-line);border-radius:var(--cf-radius-2xl);background:radial-gradient(circle at 85% 12%, var(--cf-yellow-soft), transparent 28%), var(--cf-surface);width:min(64rem,100vw - 2rem);min-height:36rem;box-shadow:var(--cf-shadow-raised);flex-direction:column;justify-content:center;align-items:flex-start;padding:3rem;display:flex}.cf-cover>span{color:#806e15;font-size:var(--cf-text-xs);letter-spacing:.12em;margin-top:2.5rem;font-weight:850}.cf-cover h1{letter-spacing:-.07em;margin:1rem 0 .75rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:.98}.cf-cover p{max-width:45rem;color:var(--cf-muted);font-size:var(--cf-text-md);margin:0;line-height:1.75}.cf-cover>div{gap:.5rem;margin-top:1.5rem;display:flex}.cf-token-grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.75rem;display:grid}.cf-token{border:1px solid var(--cf-line);border-radius:var(--cf-radius-lg);background:var(--cf-surface);grid-template-columns:4rem 1fr;gap:.75rem;padding:.75rem;display:grid}.cf-token>i{border-radius:var(--cf-radius-md);border:1px solid #0001;min-height:5rem}.cf-token>div{align-content:start;gap:.1875rem;display:grid}.cf-token strong{font-size:var(--cf-text-sm)}.cf-token code{font-family:var(--cf-font-mono);font-size:var(--cf-text-xs)}.cf-token small{color:var(--cf-muted);font-size:var(--cf-text-2xs)}.cf-token p{color:var(--cf-muted);font-size:var(--cf-text-xs);margin:.25rem 0 0;line-height:1.45}.cf-type-scale{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);gap:1.5rem;padding:1.5rem;display:grid}.cf-type-scale>div{gap:.5rem;display:grid}.cf-type-scale small{color:var(--cf-muted);font-size:var(--cf-text-xs)}.cf-shape-row{flex-wrap:wrap;gap:1rem;display:flex}.cf-shape-row>span{border:1px solid var(--cf-line);background:var(--cf-surface);width:7rem;height:5rem;font-size:var(--cf-text-xs);place-items:center;display:grid}.cf-shape-row .raised{border-radius:var(--cf-radius-xl);box-shadow:var(--cf-shadow-card)}.cf-shape-row .sticker{border:1.5px solid var(--cf-ink);border-radius:var(--cf-radius-md);background:var(--cf-yellow);box-shadow:var(--cf-shadow-sticker)}@media (max-width:900px){.cf-global-header .cf-search-field{display:none}.cf-global-nav{margin-left:auto}.cf-page-demo-models{grid-template-columns:1fr 1fr}.cf-page-demo-models>:last-child{grid-column:1/-1}.cf-workspace-demo{display:block}.cf-workspace-demo>aside{display:none}.cf-supply-card{grid-template-columns:9.5rem minmax(0,1fr)}.cf-role-art{opacity:.66}.cf-page-demo-section-head{display:block}.cf-page-demo-section-head p{text-align:left;margin-top:.5rem}}@media (max-width:680px){.cf-global-header{min-height:3.625rem}.cf-global-header-inner{width:calc(100% - 1.5rem);min-height:3.625rem}.cf-global-header .cf-brand-copy,.cf-global-nav,.cf-global-header .cf-icon-button{display:none}.cf-global-header .cf-header-actions{margin-left:auto}.cf-global-header .cf-button{min-height:2.25rem}.cf-story-page{width:calc(100vw - 1.5rem);padding-top:1rem}.cf-page-demo-content{width:calc(100% - 1.5rem);padding-top:1rem}.cf-page-demo-grid,.cf-page-demo-models,.cf-metric-grid{grid-template-columns:1fr}.cf-role-card{min-height:22rem;padding:1.25rem}.cf-role-card h2{font-size:1.75rem}.cf-role-card p{font-size:var(--cf-text-md)}.cf-role-art{width:10rem;height:8.5rem;right:.375rem}.cf-mini-model{width:5.75rem;height:7rem}.cf-role-card.sell .cf-role-art>svg{width:5.5rem;height:3.75rem}.cf-role-card.sell .cf-role-art>b{width:3.75rem;height:3.75rem}.cf-model-body>p{min-height:auto;font-size:var(--cf-text-md)}.cf-model-footer small{font-size:var(--cf-text-xs)}.cf-model-footer strong{font-size:var(--cf-text-xl)}.cf-supply-card{display:block}.cf-supply-poster{min-height:9.75rem}.cf-supply-content{padding:.875rem .25rem .25rem}.cf-supply-head p{font-size:var(--cf-text-sm)}.cf-supply-foot{flex-wrap:wrap;align-items:flex-start}.cf-supply-foot>div{width:100%;margin-left:0}.cf-supply-foot .cf-button{flex:1}.cf-connection-details{grid-template-columns:1fr}.cf-key-card{grid-template-columns:auto 1fr}.cf-key-card>.cf-availability-badge,.cf-key-card>.cf-button{grid-column:2}.cf-price-pair{grid-template-columns:1fr}.cf-price-pair div+div{border-left:0;border-top:1px solid var(--cf-line)}.cf-usage-row{grid-template-columns:1fr 1fr}.cf-usage-row>.cf-usage-model{grid-column:1/-1}.cf-usage-row>.cf-availability-badge{justify-self:start}.cf-payment-row{grid-template-columns:auto 1fr}.cf-payment-row>b,.cf-payment-row>.cf-availability-badge{grid-column:2}.cf-modal-actions{grid-template-columns:1fr 1fr;display:grid}.cf-drawer{width:94%}.cf-page-demo-section{margin-top:2rem}.cf-home-hero-copy{padding:1.75rem 0 1.25rem}.cf-home-hero-copy p{font-size:var(--cf-text-sm)}.cf-cover{min-height:32rem;padding:1.5rem}.cf-cover>div{width:100%;display:grid}.cf-cover .cf-button{width:100%}.cf-workspace-heading h1{font-size:var(--cf-text-xl)}.cf-workspace-heading .cf-button span{display:none}.cf-workspace-heading .cf-button{width:2.75rem;padding:0}.cf-status-line{align-items:flex-start}.cf-status-action{align-self:center}.cf-notice{align-items:flex-start}.cf-notice-action{display:none}}:root[data-theme=dark] body,:root[data-theme=dark] #storybook-root{background:var(--cf-paper);color:var(--cf-ink)}:root[data-theme=dark] a{color:inherit}:root[data-theme=dark] .cf-button.primary,:root[data-theme=dark] .cf-global-nav a.active,:root[data-theme=dark] .cf-tabs button.active,:root[data-theme=dark] .cf-toast{color:var(--cf-on-ink)}:root[data-theme=dark] .cf-button.secondary{background:var(--cf-surface);border-color:var(--cf-line-strong);color:var(--cf-ink)}:root[data-theme=dark] .cf-button.secondary:hover:not(:disabled),:root[data-theme=dark] .cf-button.quiet:hover:not(:disabled){background:#343831;border-color:#686e63}:root[data-theme=dark] .cf-button.quiet{background:var(--cf-surface-muted);color:var(--cf-ink-soft)}:root[data-theme=dark] .cf-button.yellow{background:var(--cf-yellow);color:var(--cf-on-yellow);border-color:#bca436;box-shadow:.125rem .125rem #0b0c0a}:root[data-theme=dark] .cf-button.danger{background:var(--cf-coral-soft);color:var(--cf-danger);border-color:#805046}:root[data-theme=dark] .cf-button:disabled{opacity:.56}:root[data-theme=dark] .cf-icon-button.active{background:var(--cf-yellow-soft);border-color:#6d6133}:root[data-theme=dark] .cf-tag.neutral{color:#d3d0c7;background:#30342f}:root[data-theme=dark] .cf-tag.yellow{background:var(--cf-yellow-soft);color:#f0d96d}:root[data-theme=dark] .cf-tag.mint{background:var(--cf-mint-soft);color:var(--cf-mint-deep)}:root[data-theme=dark] .cf-tag.coral{background:var(--cf-coral-soft);color:var(--cf-danger)}:root[data-theme=dark] .cf-tag.blue{color:var(--cf-blue);background:#253946}:root[data-theme=dark] .cf-availability-badge.pending,:root[data-theme=dark] .cf-status-line.pending{color:#d9d0a3;background:#36342b}:root[data-theme=dark] .cf-status-line.unavailable{background:var(--cf-coral-soft)}:root[data-theme=dark] .cf-input-shell,:root[data-theme=dark] .cf-textarea,:root[data-theme=dark] .cf-search-field{border-color:var(--cf-line-strong);background:#1b1e1b}:root[data-theme=dark] .cf-input-shell input,:root[data-theme=dark] .cf-input-shell select,:root[data-theme=dark] .cf-textarea,:root[data-theme=dark] .cf-search-field input{color:var(--cf-ink);caret-color:var(--cf-focus)}:root[data-theme=dark] .cf-field-icon-action,:root[data-theme=dark] .cf-modal-close,:root[data-theme=dark] .cf-drawer header button{color:var(--cf-ink-soft)}:root[data-theme=dark] .cf-check-field input{accent-color:var(--cf-yellow)}:root[data-theme=dark] .cf-toggle-row>i{background:#555950}:root[data-theme=dark] .cf-toggle-row>i b{background:#f4f1e8}:root[data-theme=dark] .cf-global-header{background:#20231ff5}:root[data-theme=dark] .cf-mobile-role-tabs{background:var(--cf-surface)}:root[data-theme=dark] .cf-side-navigation a>span{background:#30342f}:root[data-theme=dark] .cf-side-navigation a.active{background:var(--cf-yellow-soft);color:#f4e596}:root[data-theme=dark] .cf-side-navigation a.active>span{background:#5d532b}:root[data-theme=dark] .cf-shop-avatar{color:#a4e1c5;background:#294a3d;border-color:#457761}:root[data-theme=dark] .cf-shop-avatar i{border-color:var(--cf-surface);background:#0e100e}:root[data-theme=dark] .cf-safety-note{background:var(--cf-mint-soft);border-color:#376650}:root[data-theme=dark] .cf-safety-note strong{color:#a7dfc6}:root[data-theme=dark] .cf-safety-note p{color:#b4cfc3}:root[data-theme=dark] .cf-metric-card.yellow,:root[data-theme=dark] .cf-wallet-card{color:#f8edb3;background:#4a4120;border-color:#76672f}:root[data-theme=dark] .cf-metric-card.mint{background:var(--cf-mint-soft);border-color:#376650}:root[data-theme=dark] .cf-metric-card.coral{background:var(--cf-coral-soft);border-color:#805046}:root[data-theme=dark] .cf-metric-card.blue,:root[data-theme=dark] .cf-notice.blue{background:#253946;border-color:#456272}:root[data-theme=dark] .cf-metric-card.yellow .cf-metric-label,:root[data-theme=dark] .cf-metric-card.yellow small,:root[data-theme=dark] .cf-wallet-card>small,:root[data-theme=dark] .cf-wallet-meta{color:#e2d486}:root[data-theme=dark] .cf-notice.yellow{background:#37311d;border-color:#665a2c}:root[data-theme=dark] .cf-notice.mint{background:var(--cf-mint-soft);border-color:#376650}:root[data-theme=dark] .cf-notice.coral{background:var(--cf-coral-soft);border-color:#805046}:root[data-theme=dark] .cf-role-card.buy{color:#f5ecc2;background:#3e371d;border-color:#665a2c}:root[data-theme=dark] .cf-role-card.sell{color:#e6f5ed;background:#203c31;border-color:#376650}:root[data-theme=dark] .cf-role-card-head,:root[data-theme=dark] .cf-role-card.sell .cf-role-card-head{color:#d7c875}:root[data-theme=dark] .cf-role-card p,:root[data-theme=dark] .cf-role-card.sell p{color:#d1d0c5}:root[data-theme=dark] .cf-role-points span{color:#ece8d8;background:#ffffff17}:root[data-theme=dark] .cf-mini-model,:root[data-theme=dark] .cf-role-card.sell .cf-role-art>svg{color:var(--cf-ink);background:#282c27;border-color:#0c0d0b;box-shadow:.3125rem .375rem #080908}:root[data-theme=dark] .cf-mini-model.second{background:#294a3d}:root[data-theme=dark] .cf-role-card.sell .cf-role-art>b{color:var(--cf-on-yellow);border-color:#0c0d0b;box-shadow:.25rem .3125rem #080908}:root[data-theme=dark] .cf-model-cover.mint,:root[data-theme=dark] .cf-supply-poster.mint{background:#294a3d}:root[data-theme=dark] .cf-model-cover.coral,:root[data-theme=dark] .cf-supply-poster.coral{background:#5a342c}:root[data-theme=dark] .cf-model-cover.blue,:root[data-theme=dark] .cf-model-cover.lilac,:root[data-theme=dark] .cf-supply-poster.lilac{background:var(--cf-lilac)}:root[data-theme=dark] .cf-model-cover.yellow{background:var(--cf-yellow-soft)}:root[data-theme=dark] .cf-model-monogram{color:var(--cf-ink);background:#1a1d1a;box-shadow:0 .4375rem 1.125rem #0000003d}:root[data-theme=dark] .cf-supply-poster:after{border-color:#ffffff17}:root[data-theme=dark] .cf-supply-poster>span:last-of-type small{color:#b6cfc3}:root[data-theme=dark] .cf-connection-details,:root[data-theme=dark] .cf-reputation-card p{background:#1b1e1b}:root[data-theme=dark] .cf-key-card-icon,:root[data-theme=dark] .cf-empty-illustration,:root[data-theme=dark] .cf-modal-icon{background:var(--cf-yellow-soft);color:#ead66c}:root[data-theme=dark] .cf-wallet-icon{color:#f2dd78;background:#5b4f24;border-color:#75662e}:root[data-theme=dark] .cf-usage-model>svg,:root[data-theme=dark] .cf-activity-avatar{background:var(--cf-lilac);color:#cbd3ff}:root[data-theme=dark] .cf-auth-heading>small,:root[data-theme=dark] .cf-auth-footer button{color:#e6d05e}:root[data-theme=dark] .cf-skeleton{background:linear-gradient(90deg,#292c28 25%,#393d37 50%,#292c28 75%) 0 0/200% 100%}:root[data-theme=dark] .cf-activity-item{border-color:var(--cf-line)}:root[data-theme=dark] .cf-reputation-main b{color:#ffd85a}:root[data-theme=dark] .cf-progress{background:#343731}:root[data-theme=dark] .cf-modal-stage,:root[data-theme=dark] .cf-drawer-stage{background:#0c0f0d}:root[data-theme=dark] .cf-modal-backdrop,:root[data-theme=dark] .cf-drawer-backdrop{background:#040705b8}:root[data-theme=dark] .cf-modal-close,:root[data-theme=dark] .cf-drawer header button{background:#30342f}:root[data-theme=dark] .cf-runtime-note{color:#c8ded2;background:#1f2c25;border-color:#3d5f4d}:root[data-theme=dark] .cf-token>i{border-color:var(--cf-line-strong)}:root[data-theme=dark] .cf-home-hero-copy>span,:root[data-theme=dark] .cf-section-eyebrow,:root[data-theme=dark] .cf-cover>span{color:#e6d05e}:root[data-theme=dark] .cf-cover .cf-brand-copy strong{color:var(--cf-ink)}:root[data-theme=dark] .cf-shape-row .sticker{color:var(--cf-on-yellow);border-color:#0c0d0b}.cf-section-heading{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.cf-section-heading h2{font-size:var(--cf-text-lg);letter-spacing:-.035em;margin:0}.cf-section-heading p{color:var(--cf-muted);font-size:var(--cf-text-sm);margin:.3125rem 0 0;line-height:1.6}.cf-data-table{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);width:100%;box-shadow:var(--cf-shadow-card);overflow:auto}.cf-data-table table{border-collapse:collapse;width:100%}.cf-data-table th,.cf-data-table td{border-bottom:1px solid var(--cf-line);text-align:left;vertical-align:middle;font-size:var(--cf-text-xs);padding:.75rem .875rem}.cf-data-table th{background:var(--cf-surface-muted);color:var(--cf-muted);font-weight:800}.cf-data-table tr:last-child td{border-bottom:0}.cf-data-table-empty{min-height:8rem;color:var(--cf-muted);text-align:center!important;padding:3rem!important}.cf-dialog-overlay{z-index:240;-webkit-backdrop-filter:blur(.375rem);backdrop-filter:blur(.375rem);background:#141714a3;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.cf-dialog{border:1px solid var(--cf-line);border-radius:var(--cf-radius-2xl);background:var(--cf-surface);width:min(44rem,100%);max-height:min(92vh,52rem);box-shadow:var(--cf-shadow-raised);padding:1.5rem;position:relative;overflow:auto}.cf-dialog>h2{font-size:var(--cf-text-xl);letter-spacing:-.045em;margin:.5rem 0 0}.cf-dialog-description{color:var(--cf-muted);font-size:var(--cf-text-sm);margin:.5rem 0 0;line-height:1.6}.cf-dialog-close{position:absolute;top:1rem;right:1rem}.cf-dialog-content{margin-top:1.25rem}.cf-dialog-footer{border-top:1px solid var(--cf-line);justify-content:flex-end;gap:.5rem;margin-top:1.25rem;padding-top:1rem;display:flex}.cf-credential-card{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);box-shadow:var(--cf-shadow-card);overflow:hidden}.cf-credential-card>header{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.75rem;min-height:4.75rem;padding:.875rem;display:grid}.cf-credential-icon{background:var(--cf-yellow-soft);border-radius:.875rem;place-items:center;width:2.75rem;height:2.75rem;display:grid}.cf-credential-icon svg{width:1.125rem}.cf-credential-copy{gap:.1875rem;min-width:0;display:grid}.cf-credential-copy strong{font-size:var(--cf-text-sm)}.cf-credential-copy small,.cf-credential-copy time{color:var(--cf-muted);font-size:var(--cf-text-2xs);overflow-wrap:anywhere}.cf-credential-actions{gap:.375rem;display:flex}.cf-credential-body{border-top:1px solid var(--cf-line);background:color-mix(in srgb, var(--cf-surface-muted) 38%, var(--cf-surface));padding:.875rem}.cf-health-card{border:1px solid var(--cf-line);border-radius:var(--cf-radius-xl);background:var(--cf-surface);box-shadow:var(--cf-shadow-card);gap:.875rem;padding:1rem;display:grid}.cf-health-card>header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.cf-health-card>header>span:first-child{gap:.25rem;min-width:0;display:grid}.cf-health-card header strong{font-size:var(--cf-text-lg)}.cf-health-card header code{color:var(--cf-muted);font-size:var(--cf-text-2xs);overflow-wrap:anywhere}.cf-health-card dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:0;display:grid}.cf-health-card dl>div{border:1px solid var(--cf-line);border-radius:var(--cf-radius-md);background:var(--cf-surface-muted);padding:.75rem}.cf-health-card dt{color:var(--cf-muted);font-size:var(--cf-text-2xs)}.cf-health-card dd{font-size:var(--cf-text-sm);margin:.3125rem 0 0;font-weight:800}.cf-health-card>footer{border-top:1px dashed var(--cf-line-strong);padding-top:.75rem}:root[data-theme=dark] .cf-dialog-overlay{background:#030504bd}:root[data-theme=dark] .cf-credential-body{background:#1b1e1b}:root[data-theme=dark] .cf-credential-icon{color:#ead66c}@media (max-width:680px){.cf-section-heading{flex-direction:column;align-items:flex-start}.cf-section-heading>*{width:100%}.cf-dialog{padding:1.25rem}.cf-dialog-footer{grid-template-columns:1fr 1fr;display:grid}.cf-credential-card>header{grid-template-columns:auto minmax(0,1fr)}.cf-credential-card .cf-availability-badge,.cf-credential-actions{grid-column:2}.cf-health-card dl{grid-template-columns:1fr 1fr}}
:root{--shell-bg:var(--cf-paper);--shell-surface:var(--cf-surface);--shell-surface-2:var(--cf-surface-muted);--shell-text:var(--cf-ink);--shell-muted:var(--cf-muted);--shell-border:var(--cf-line);--shell-strong-border:var(--cf-line-strong);--shell-accent:var(--cf-mint-deep);--shell-accent-soft:var(--cf-mint-soft);--shell-coral:var(--cf-coral);--shell-shadow:var(--cf-shadow-raised);--shell-header-height:4.5rem}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--shell-bg:var(--cf-paper);--shell-surface:var(--cf-surface);--shell-surface-2:var(--cf-surface-muted);--shell-text:var(--cf-ink);--shell-muted:var(--cf-muted);--shell-border:var(--cf-line);--shell-strong-border:var(--cf-line-strong);--shell-accent:var(--cf-mint-deep);--shell-accent-soft:var(--cf-mint-soft);--shell-coral:var(--cf-coral);--shell-shadow:var(--cf-shadow-raised)}body{background:var(--shell-bg);color:var(--shell-text)}.global-header{z-index:100;border:0;border-bottom:1px solid var(--shell-border);background:color-mix(in srgb, var(--shell-surface) 94%, transparent);height:60px;color:var(--shell-text);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:0;position:sticky;top:0}.global-header-inner{align-items:center;gap:28px;width:100%;height:100%;padding:0 22px;display:flex}.global-brand{color:var(--shell-text);white-space:nowrap;align-items:center;gap:9px;text-decoration:none;display:inline-flex}.global-brand-mark{background:var(--shell-accent);color:#fff;border-radius:7px;place-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:grid}.global-brand strong{letter-spacing:0;font-size:16px}.global-nav{flex-direction:row;align-items:stretch;gap:3px;height:100%;display:flex}.global-nav-link{min-width:82px;color:var(--shell-muted);white-space:nowrap;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:5px;padding:0 13px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.global-nav-link:hover{color:var(--shell-text);background:var(--shell-surface-2)}.global-nav-link.active{color:var(--shell-text)}.global-nav-link.active:after{content:"";background:var(--shell-accent);height:2px;position:absolute;bottom:0;left:13px;right:13px}.global-nav-link.disabled{opacity:.55;cursor:not-allowed}.global-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.header-popover-wrap{position:relative}.icon-action,.mobile-global-menu{width:34px;height:34px;color:var(--shell-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid;position:relative}.icon-action:hover,.mobile-global-menu:hover{border-color:var(--shell-border);background:var(--shell-surface-2);color:var(--shell-text)}.notification-count{border:2px solid var(--shell-surface);background:var(--shell-coral);color:#fff;border-radius:8px;min-width:15px;height:15px;padding:0 4px;font-size:9px;line-height:11px;position:absolute;top:1px;right:1px}.theme-control{border-radius:9px;flex:0 0 34px;width:34px;height:34px;position:relative}.theme-control:before{content:"";width:34px;height:34px;box-shadow:none;pointer-events:none;background:0 0;border:1px solid #0000;border-radius:9px;transition:height .16s,background .16s,border-color .16s,box-shadow .16s;position:absolute;top:-1px;left:-1px}.theme-control.open:before{border-color:var(--shell-border);background:var(--shell-surface);height:106px;box-shadow:var(--shell-shadow)}.theme-stack{z-index:2;width:34px;height:34px;position:absolute;top:0;left:0}.theme-control.open .theme-stack,.theme-control.rotating .theme-stack{height:102px}.theme-stack button{width:34px;height:34px;min-height:0;color:var(--shell-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;transition:transform .28s cubic-bezier(.2,.78,.25,1),opacity .14s,color .14s,background .14s;display:grid;position:absolute;top:0;left:0}.theme-stack button:first-child{transform:translateY(0)}.theme-stack button:nth-child(2){transform:translateY(34px)}.theme-stack button:nth-child(3){transform:translateY(68px)}.theme-control:not(.open) .theme-stack button:nth-child(n+2){visibility:hidden;opacity:0;pointer-events:none}.theme-control.open .theme-stack button{visibility:visible;opacity:1}.theme-stack .theme-trigger,.theme-stack .theme-trigger:hover{background:var(--shell-surface-2);color:var(--shell-text);border-color:#0000}.theme-stack .theme-option:hover,.theme-stack .theme-option:focus-visible{background:var(--shell-surface-2);color:var(--shell-accent)}.theme-control.rotating .theme-stack{pointer-events:none}.theme-control.rotate-1 .theme-stack button:first-child{transform:translateY(68px)}.theme-control.rotate-1 .theme-stack button:nth-child(2){transform:translateY(0)}.theme-control.rotate-1 .theme-stack button:nth-child(3),.theme-control.rotate-2 .theme-stack button:first-child{transform:translateY(34px)}.theme-control.rotate-2 .theme-stack button:nth-child(2){transform:translateY(68px)}.theme-control.rotate-2 .theme-stack button:nth-child(3){transform:translateY(0)}.theme-current-icon{animation:.22s cubic-bezier(.2,.9,.25,1.2) theme-icon-settle}.theme-stack .theme-option:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:#171a1b;border-radius:5px;padding:5px 7px;font-size:10px;font-weight:600;line-height:1;transition:opacity .13s,transform .13s;position:absolute;top:50%;right:calc(100% + 8px);transform:translate(3px,-50%);box-shadow:0 5px 14px #00000038}.theme-stack .theme-option:hover:after,.theme-stack .theme-option:focus-visible:after{opacity:1;transform:translateY(-50%)}@keyframes theme-icon-settle{0%{opacity:.25;transform:scale(.68)rotate(-8deg)}to{opacity:1;transform:scale(1)rotate(0)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.integrated-wrap.open{z-index:122}.integrated-anchor.concealed{visibility:hidden}.integrated-popover{border:1px solid var(--shell-border);background:var(--shell-surface);color:var(--shell-text);box-shadow:var(--shell-shadow);z-index:120;transform-origin:100% 0;border-radius:10px;animation:.16s cubic-bezier(.2,.8,.2,1) integrated-popover-in;position:absolute;top:0;right:0;overflow:hidden}.integrated-popover.notification-popover{width:330px}.integrated-notice-head{border-bottom:1px solid var(--shell-border);align-items:center;gap:9px;min-height:44px;padding:4px 4px 4px 13px;display:flex}.integrated-notice-title{align-items:baseline;gap:8px;animation:.22s 80ms both integrated-meta-in;display:flex}.integrated-notice-head strong{font-size:14px}.integrated-notice-head span{color:var(--shell-muted);font-size:11px}.integrated-trigger{background:var(--shell-surface-2);color:var(--shell-text);border-color:#0000;flex:none}.integrated-notice-trigger{animation:.28s cubic-bezier(.2,.78,.25,1) both notification-trigger-to-left}.integrated-account-head{border-bottom:1px solid var(--shell-border);min-height:74px;padding:5px 7px 10px}.integrated-account-trigger{background:var(--shell-surface-2);border-color:#0000;justify-content:flex-start;width:auto;max-width:100%;animation:.28s cubic-bezier(.2,.78,.25,1) both account-trigger-to-left}.integrated-account-trigger .expanded-chevron{margin-left:0;transform:rotate(180deg)}.account-head-meta{min-width:0;padding:5px 8px 0 36px;animation:.22s 80ms both integrated-meta-in}.account-head-meta small,.account-head-meta span{display:block}.account-head-meta small{color:var(--shell-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.account-head-meta span{color:var(--shell-accent);margin-top:4px;font-size:10px}.account-head-meta svg{vertical-align:-2px;margin-right:4px}@keyframes integrated-popover-in{0%{opacity:0;transform:scale(.975)}to{opacity:1;transform:scale(1)}}@keyframes notification-trigger-to-left{0%{transform:translate(283px)}to{transform:translate(0)}}@keyframes account-trigger-to-left{0%{transform:translate(calc(273px - 100%))}to{transform:translate(0)}}@keyframes integrated-meta-in{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.account-trigger{height:36px;color:var(--shell-text);background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:7px;padding:2px 7px 2px 3px;display:flex}.account-trigger:hover,.account-wrap.open .account-trigger{border-color:var(--shell-border);background:var(--shell-surface-2)}.header-avatar{color:#fff;background:#d8614f;border-radius:7px;flex:none;place-items:center;width:29px;height:29px;font-size:12px;font-weight:800;display:grid}.header-avatar.large{border-radius:8px;width:40px;height:40px;font-size:15px}.account-name{text-overflow:ellipsis;white-space:nowrap;max-width:90px;font-size:13px;font-weight:600;overflow:hidden}.header-popover{border:1px solid var(--shell-border);background:var(--shell-surface);width:330px;color:var(--shell-text);box-shadow:var(--shell-shadow);z-index:120;transform-origin:100% 0;border-radius:8px;animation:.16s cubic-bezier(.2,.8,.2,1) header-popover-in;position:absolute;top:calc(100% + 9px);right:0;overflow:hidden}.notice-wrap .header-popover,.theme-wrap .header-popover,.account-wrap .header-popover{top:100%}@keyframes header-popover-in{0%{opacity:0;transform:translateY(-4px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.header-popover,.integrated-popover,.theme-current-icon,.theme-stack button{transition:none;animation:none}}.account-wrap .header-popover:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.popover-heading{border-bottom:1px solid var(--shell-border);justify-content:space-between;align-items:center;min-height:55px;padding:11px 13px;display:flex}.popover-heading>div{align-items:baseline;gap:8px;display:flex}.popover-heading strong{font-size:14px}.popover-heading span,.popover-heading button{color:var(--shell-muted);font-size:11px}.popover-heading button{background:0 0;border:0;border-radius:6px;place-items:center;width:28px;height:28px;padding:0;display:grid}.notification-list{max-height:310px;overflow:auto}.notification-item{border:0;border-bottom:1px solid var(--shell-border);width:100%;color:var(--shell-text);text-align:left;background:0 0;grid-template-columns:8px 1fr;gap:9px;padding:12px 13px;display:grid}.notification-item:hover,.notification-item.unread{background:color-mix(in srgb, var(--shell-accent-soft) 55%, var(--shell-surface))}.notification-dot{background:var(--shell-strong-border);border-radius:50%;width:7px;height:7px;margin-top:5px}.notification-item.unread .notification-dot{background:var(--shell-accent)}.notification-item strong,.notification-item small,.notification-item time{display:block}.notification-item strong{margin-bottom:3px;font-size:12px}.notification-item small{color:var(--shell-muted);font-size:11px;line-height:1.5}.notification-item time{color:var(--shell-muted);margin-top:5px;font-size:9px}.popover-footer{justify-content:space-between;align-items:center;min-height:46px;padding:8px 12px;display:flex}.popover-footer button,.popover-footer a{color:var(--shell-accent);background:0 0;border:0;align-items:center;gap:5px;padding:4px;font-size:11px;text-decoration:none;display:inline-flex}.account-popover{width:280px}.account-guest-actions{align-items:center;gap:8px;display:flex}.account-login-btn{border:1px solid var(--shell-border);background:var(--shell-surface);color:var(--shell-text);border-radius:8px;height:36px;padding:7px 16px;font-size:11px;font-weight:700}.account-login-btn:hover{background:var(--shell-surface-2)}.account-register-btn{color:#fff;background:#f15a24;border:0;border-radius:8px;height:36px;padding:7px 16px;font-size:11px;font-weight:800}.account-register-btn:hover{background:#d94b19}.account-money{border-top:1px solid var(--shell-border);border-bottom:1px solid var(--shell-border);background:var(--shell-surface-2);grid-template-columns:1fr 1fr;gap:12px;padding:12px 15px;display:grid}.account-money div+div{border-left:1px solid var(--shell-border);padding-left:12px}.account-money span,.account-money strong{display:block}.account-money span{color:var(--shell-muted);font-size:10px}.account-money strong{margin-top:4px;font-size:14px}.account-links{padding:6px}.account-links a,.account-links>button,.account-locale,.sign-out{width:100%;min-height:36px;color:var(--shell-text);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;padding:7px 9px;font-size:12px;text-decoration:none;display:flex}.account-links a:hover,.account-links>button:hover,.account-locale:hover{background:var(--shell-surface-2)}.account-locale{color:var(--shell-text);position:relative}.account-locale span{flex:1}.account-locale select{border:1px solid var(--shell-border);background:var(--shell-surface);max-width:96px;color:var(--shell-text);font:inherit;border-radius:5px;padding:3px 5px;font-size:10px}.sign-out{border-top:1px solid var(--shell-border);color:var(--shell-coral);border-radius:0;padding:11px 15px}.mobile-global-menu,.global-mobile-nav{display:none}.notification-empty{color:var(--shell-muted);text-align:center;padding:34px 16px;font-size:11px}.buy-loading{min-height:calc(100vh - 60px);color:var(--shell-muted);justify-content:center;align-items:center;gap:9px;font-size:12px;display:flex}.buy-spin{animation:1s linear infinite shell-spin}@keyframes shell-spin{to{transform:rotate(360deg)}}body>.app{min-height:calc(100vh - 60px)}body>.app>.sidebar{height:calc(100vh - 60px);top:60px}body>.app>main>header{top:60px}.workspace-layout,.user-center-layout{background:var(--shell-bg);grid-template-columns:226px minmax(0,1fr);min-height:calc(100vh - 60px);display:grid}.workspace-sidebar,.user-center-sidebar{border-right:1px solid var(--shell-border);background:var(--shell-surface);height:calc(100vh - 60px);color:var(--shell-text);flex-direction:column;padding:24px 14px 16px;display:flex;position:sticky;top:60px}.workspace-label{color:var(--shell-muted);text-transform:uppercase;align-items:center;gap:8px;margin:0 7px 17px;font-size:10px;font-weight:700;display:flex}.workspace-sidebar nav,.user-center-sidebar nav{flex-direction:column;gap:3px;display:flex}.workspace-sidebar nav a,.user-center-sidebar nav a{min-height:39px;color:var(--shell-muted);border-radius:6px;align-items:center;gap:10px;padding:0 10px;font-size:12px;font-weight:550;text-decoration:none;display:flex}.workspace-sidebar nav a:hover,.workspace-sidebar nav a.active,.user-center-sidebar nav a:hover,.user-center-sidebar nav a.active{background:var(--shell-accent-soft);color:var(--shell-accent)}.workspace-runtime{border:1px solid var(--shell-border);border-radius:7px;align-items:center;gap:9px;margin-top:auto;padding:11px;display:flex}.workspace-runtime>span{background:#29a47d;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #29a47d1f}.workspace-runtime>span.offline{background:var(--shell-coral);box-shadow:0 0 0 4px color-mix(in srgb, var(--shell-coral) 15%, transparent)}.workspace-runtime strong,.workspace-runtime small{display:block}.workspace-runtime strong{font-size:11px}.workspace-runtime small{color:var(--shell-muted);margin-top:2px;font-size:9px}.placeholder-main{place-items:center;min-width:0;padding:42px;display:grid}.placeholder-stage{border:1px solid var(--shell-border);border-top:3px solid var(--shell-accent);background:var(--shell-surface);border-radius:8px;width:min(760px,100%);padding:44px;box-shadow:0 14px 35px #1e262912}.placeholder-stage.sell{border-top-color:var(--shell-coral)}.placeholder-stage.ops{border-top-color:#3c76b4}.placeholder-status{color:var(--shell-accent);align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.placeholder-stage.sell .placeholder-status{color:var(--shell-coral)}.placeholder-stage h1{letter-spacing:0;margin:17px 0 8px;font-size:29px}.placeholder-stage>p{max-width:620px;color:var(--shell-muted);margin:0;font-size:13px;line-height:1.75}.placeholder-divider{background:var(--shell-border);height:1px;margin:28px 0 20px}.placeholder-summary{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.placeholder-summary div{border:1px solid var(--shell-border);background:var(--shell-surface-2);border-radius:6px;padding:13px}.placeholder-summary small,.placeholder-summary strong{display:block}.placeholder-summary small{color:var(--shell-muted);font-size:9px}.placeholder-summary strong{margin-top:6px;font-size:12px}.placeholder-link{color:var(--shell-accent);align-items:center;gap:6px;margin-top:22px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.user-sidebar-heading{align-items:center;gap:9px;margin:0 6px 22px;display:flex}.user-sidebar-heading strong,.user-sidebar-heading small{display:block}.user-sidebar-heading strong{font-size:13px}.user-sidebar-heading small{color:var(--shell-muted);margin-top:2px;font-size:9px}.user-center-main{width:min(1120px,100%);min-width:0;margin:0 auto;padding:34px 34px 70px}.user-page-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.user-page-heading span{color:var(--shell-accent);font-size:9px;font-weight:800}.user-page-heading h1{letter-spacing:0;margin:5px 0 4px;font-size:25px}.user-page-heading p{color:var(--shell-muted);margin:0;font-size:12px}.user-page-heading button,.secondary-action{border:1px solid var(--shell-strong-border);background:var(--shell-surface);min-height:34px;color:var(--shell-text);border-radius:6px;padding:0 12px;font-size:11px}.identity-panel{border:1px solid var(--shell-border);background:var(--shell-surface);border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:23px;display:grid}.header-avatar.hero-avatar{border-radius:10px;width:62px;height:62px;font-size:22px}.identity-copy h2{margin:0;font-size:18px}.identity-copy p{color:var(--shell-muted);margin:3px 0 10px;font-size:11px}.identity-copy>div{flex-wrap:wrap;gap:6px;display:flex}.identity-copy>div span{background:var(--shell-accent-soft);color:var(--shell-accent);border-radius:5px;align-items:center;gap:4px;padding:4px 7px;font-size:9px;font-weight:700;display:inline-flex}.identity-panel dl{grid-template-columns:1fr 1fr;gap:14px;min-width:210px;margin:0;display:grid}.identity-panel dt{color:var(--shell-muted);font-size:9px}.identity-panel dd{margin:6px 0 0;font-size:11px;font-weight:700}.identity-panel dd i{background:#29a47d;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.user-balance-grid,.user-detail-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}.user-balance-grid article,.user-detail-grid article,.quick-links{border:1px solid var(--shell-border);background:var(--shell-surface);border-radius:8px;padding:19px}.user-card-icon{width:35px;height:35px;color:var(--shell-coral);background:#fdeae6;border-radius:7px;place-items:center;display:grid}html[data-theme=dark] .user-card-icon{background:#48251f}.user-card-icon.green{background:var(--shell-accent-soft);color:var(--shell-accent)}.user-balance-grid article>span{color:var(--shell-muted);margin-top:14px;font-size:10px;display:block}.user-balance-grid article>strong{margin-top:5px;font-size:25px;display:block}.user-balance-grid article>p{color:var(--shell-muted);margin:7px 0 14px;font-size:10px}.user-balance-grid article>a{color:var(--shell-accent);align-items:center;gap:4px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.user-section-title,.user-section-title>div{align-items:center;display:flex}.user-section-title{justify-content:space-between;gap:12px}.user-section-title>div{gap:8px}.user-section-title h2{margin:0;font-size:14px}.status-pill{background:var(--shell-surface-2);color:var(--shell-muted);border-radius:5px;padding:4px 7px;font-size:9px}.status-pill.good{background:var(--shell-accent-soft);color:var(--shell-accent)}.role-list,.security-list{margin:14px 0 0;padding:0;list-style:none}.role-list li,.security-list li{border-top:1px solid var(--shell-border);align-items:center;gap:8px;min-height:48px;font-size:11px;display:grid}.role-list li{grid-template-columns:80px 1fr auto}.role-list small{color:var(--shell-muted);font-size:9px}.role-list strong,.security-list strong{color:var(--shell-accent);font-size:9px}.security-list li{grid-template-columns:1fr auto}.security-list strong.muted{color:var(--shell-coral)}.secondary-action{margin-top:12px}.quick-links{margin-top:14px}.quick-links>div:last-child{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;display:grid}.quick-links a{border:1px solid var(--shell-border);min-width:0;color:var(--shell-text);border-radius:6px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:12px;text-decoration:none;display:grid}.quick-links a:hover{border-color:var(--shell-accent);background:var(--shell-accent-soft)}.quick-links strong,.quick-links small{display:block}.quick-links strong{font-size:11px}.quick-links small{color:var(--shell-muted);margin-top:3px;font-size:9px}html[data-theme=dark] .placeholder-stage,html[data-theme=dark] .identity-panel,html[data-theme=dark] .user-balance-grid article,html[data-theme=dark] .user-detail-grid article,html[data-theme=dark] .quick-links{box-shadow:none}@media (max-width:980px){.global-header-inner{gap:14px;padding:0 14px}.global-nav-link{min-width:0;padding:0 9px;font-size:12px}.account-name{display:none}.workspace-layout,.user-center-layout{grid-template-columns:76px minmax(0,1fr)}.workspace-label,.workspace-sidebar nav a span,.workspace-runtime div,.user-sidebar-heading div,.user-center-sidebar nav a:not(.active){font-size:0}.workspace-sidebar nav a,.user-center-sidebar nav a,.workspace-runtime,.user-sidebar-heading{justify-content:center}.quick-links>div:last-child{grid-template-columns:1fr}}@media (max-width:720px){.global-header{height:56px}.global-header-inner{gap:7px;padding:0 10px}.global-brand strong,.global-nav,.account-trigger>svg{display:none}.global-brand-mark{width:31px;height:31px}.global-actions{gap:4px}.mobile-global-menu{display:grid}.global-mobile-nav{z-index:130;border-top:1px solid var(--shell-border);background:var(--shell-surface);grid-template-columns:1fr 1fr;gap:5px;padding:8px 10px 12px;display:grid;position:relative}.global-mobile-nav a,.global-mobile-nav span{background:var(--shell-surface-2);min-height:38px;color:var(--shell-text);border-radius:6px;align-items:center;gap:5px;padding:0 11px;font-size:12px;text-decoration:none;display:flex}.header-popover{width:auto;position:fixed;top:62px;left:10px;right:10px}body>.app{min-height:calc(100vh - 56px)}body>.app>.sidebar{height:calc(100vh - 56px);top:56px}body>.app>main>header{top:56px}.workspace-layout,.user-center-layout{min-height:calc(100vh - 56px);display:block}.workspace-sidebar,.user-center-sidebar{border-right:0;border-bottom:1px solid var(--shell-border);width:100%;height:auto;padding:9px 10px;display:block;position:static;overflow-x:auto}.workspace-label,.workspace-runtime,.user-sidebar-heading{display:none}.workspace-sidebar nav,.user-center-sidebar nav{flex-direction:row;min-width:max-content}.workspace-sidebar nav a,.user-center-sidebar nav a,.user-center-sidebar nav a:not(.active){justify-content:center;gap:6px;min-height:34px;padding:0 10px;scroll-margin-top:64px;font-size:11px}.workspace-sidebar nav a span{font-size:11px}.placeholder-main{padding:22px 14px}.placeholder-stage{padding:27px 22px}.placeholder-stage h1{font-size:24px}.placeholder-summary{grid-template-columns:1fr}.user-center-main{padding:23px 14px 50px}.user-page-heading{align-items:flex-start}.identity-panel{grid-template-columns:auto 1fr}.identity-panel dl{border-top:1px solid var(--shell-border);grid-column:1/-1;min-width:0;padding-top:15px}.user-balance-grid,.user-detail-grid{grid-template-columns:1fr}}@media (max-width:400px){.account-trigger{padding-right:3px}.user-page-heading button{display:none}.role-list li{grid-template-columns:68px 1fr}.role-list li strong{grid-column:2}}
