.user-app{color-scheme:light;font-family:Inter,Noto Sans SC,Microsoft YaHei,ui-sans-serif,system-ui,sans-serif;color:#17352b;background:#eaf7ee;font-synthesis:none;text-rendering:optimizeLegibility;--green-950: #123d2f;--green-800: #1e5c46;--green-700: #267156;--green-600: #2f8663;--green-200: #bfe2cd;--green-100: #dff2e6;--green-50: #f3fbf6;--ink: #17352b;--muted: #688078;--line: #d6e5dc;--danger: #a84048;--white: #ffffff}*{box-sizing:border-box;letter-spacing:0}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;overflow-x:hidden;background:#eaf7ee}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.user-app{display:flex;min-height:100vh;flex-direction:column}.user-header{display:flex;width:min(1120px,calc(100% - 48px));min-height:72px;align-items:center;justify-content:space-between;margin:0 auto;border-bottom:1px solid rgba(38,113,86,.14)}.user-brand{display:flex;align-items:center;gap:10px;color:var(--green-950);text-decoration:none;font-size:20px;font-weight:750}.user-brand strong{color:var(--green-600)}.brand-glyph{position:relative;display:block;width:28px;height:28px;transform:rotate(45deg)}.brand-glyph i{position:absolute;width:18px;height:8px;border-radius:2px;background:var(--green-700)}.brand-glyph i:first-child{top:4px;left:1px}.brand-glyph i:last-child{right:1px;bottom:4px;background:#58aa7e}.service-state{display:inline-flex;align-items:center;gap:8px;color:#537066;font-size:12px;font-weight:650}.service-state i{display:block;width:7px;height:7px;border-radius:50%;background:#38a06d;box-shadow:0 0 0 4px #38a06d1f}.service-state.checking i{background:#8fa49c;box-shadow:0 0 0 4px #6a80771f}.service-state.maintenance{color:#876033}.service-state.maintenance i{background:#c08038;box-shadow:0 0 0 4px #c0803821}.service-state.offline{color:#8a474b}.service-state.offline i{background:#b84d54;box-shadow:0 0 0 4px #b84d5421}.user-main{width:min(690px,calc(100% - 40px));flex:1;margin:0 auto;padding:58px 0 76px}.user-heading{text-align:center}.user-heading>p{margin:0 0 10px;color:var(--green-700);font-size:10px;font-weight:850;letter-spacing:.12em}.user-heading h1{margin:0;color:var(--green-950);font-family:Georgia,Songti SC,serif;font-size:38px;font-weight:600;line-height:1.25}.user-heading>span{display:block;margin-top:12px;color:var(--muted);font-size:13px;line-height:1.7}.user-progress{display:flex;width:min(520px,100%);align-items:flex-start;margin:38px auto 34px;padding:0;list-style:none}.progress-item{display:grid;width:86px;flex:0 0 auto;justify-items:center;gap:8px;color:#82978f}.progress-item>span{display:grid;width:30px;height:30px;place-items:center;border:1px solid #bcd3c5;border-radius:50%;background:#edf8f1;font-family:Georgia,serif;font-size:12px;font-weight:700}.progress-item strong{font-size:11px;font-weight:700;white-space:nowrap}.progress-item.active,.progress-item.done{color:var(--green-800)}.progress-item.active>span,.progress-item.done>span{border-color:var(--green-700);background:var(--green-700);color:#fff;box-shadow:0 0 0 5px #26715617}.progress-rule{height:1px;flex:1;margin:15px -6px 0;background:#c8dccf}.progress-rule.done{background:var(--green-600)}.user-notice{display:grid;min-height:45px;grid-template-columns:24px 1fr 24px;align-items:center;gap:8px;margin:0 0 12px;border:1px solid;border-radius:8px;padding:7px 10px;font-size:12px}.user-notice>span{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;font-weight:800}.user-notice p{margin:0;line-height:1.5}.user-notice button{border:0;background:transparent;color:inherit;font-size:18px}.user-notice.success{border-color:#b8dcc5;background:#f2fbf5;color:#246749}.user-notice.success>span{background:#dcefe3}.user-notice.info{border-color:#bbd5d9;background:#f0f8f8;color:#336972}.user-notice.info>span{background:#dcecef}.user-notice.error{border-color:#e8c2c5;background:#fff4f4;color:#91363e}.user-notice.error>span{background:#f5dfe1}.user-card{min-height:355px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 18px 48px #20503b17}.user-form{width:100%;padding:34px 38px 30px}.form-title{display:flex;align-items:center;gap:14px;margin-bottom:28px}.form-title h2{margin:0;color:var(--green-950);font-size:19px;line-height:1.4}.form-title p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.title-icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--green-100);color:var(--green-700);font-size:16px;font-weight:800}.title-icon.key-icon{font-size:20px}.title-icon.success{background:#daf0e2;color:#26704f}.user-form label{display:block;margin:0 0 8px;color:#334f45;font-size:12px;font-weight:750}.user-form input,.user-form textarea{width:100%;border:1px solid #c7d9cf;border-radius:7px;outline:none;background:#fbfefc;color:var(--ink);padding:13px 14px;font-size:13px;transition:border-color .15s,box-shadow .15s,background .15s}.user-form input{min-height:48px}.user-form textarea{min-height:124px;resize:vertical;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.55}.user-form input:focus,.user-form textarea:focus{border-color:var(--green-600);background:#fff;box-shadow:0 0 0 4px #2f86631c}.token-mode{display:flex;gap:5px;margin:0 0 14px;border-bottom:1px solid var(--line)}.token-mode button{border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);padding:8px 10px;font-size:11px;font-weight:750}.token-mode button.active{border-color:var(--green-600);color:var(--green-800)}.credential-progress{margin:0 0 16px;border:1px solid #cfe2d6;border-radius:7px;background:#f5fbf7;padding:12px 13px}.credential-progress-head,.credential-progress-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.credential-progress-head{color:#285d48;font-size:11px}.credential-progress-head span{color:#4d8068;font-variant-numeric:tabular-nums}.credential-progress-track{height:7px;margin:9px 0 7px;overflow:hidden;border-radius:999px;background:#dcece2}.credential-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2e8662,#7db795);transition:width .32s ease}.credential-progress-foot{color:#789087;font-size:9px}.session-guide{display:grid;gap:10px}.session-step{display:grid;min-width:0;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid #dce7e0;border-radius:7px;background:#fbfdfc;padding:11px 12px;transition:border-color .15s,background .15s}.session-step.active{border-color:#9fc8ae;background:#f3faf5}.session-step.done{border-color:#c4dfce;background:#f7fcf9}.session-step.session-paste{grid-template-columns:28px minmax(0,1fr)}.session-index{display:grid;width:26px;height:26px;place-items:center;border:1px solid #c5d7cd;border-radius:50%;background:#fff;color:#6d837a;font-size:10px;font-weight:800}.session-step.active .session-index,.session-step.done .session-index{border-color:var(--green-700);background:var(--green-700);color:#fff}.session-copy strong{display:block;color:#294b3f;font-size:12px;line-height:1.45}.session-copy p{min-width:0;margin:3px 0 0;color:var(--muted);font-size:10px;line-height:1.55}.session-copy code{overflow-wrap:anywhere;color:#3c6556;font-family:SFMono-Regular,Consolas,monospace;font-size:9px}.session-action{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:6px;white-space:nowrap;padding:7px 10px;text-decoration:none;font-size:10px}.session-action[aria-disabled=true]{pointer-events:none;opacity:.48}.session-guide>label{margin-top:3px}.session-guide textarea:disabled{border-color:#dce5df;background:#f3f6f4;color:#84958f}.session-message{margin:0;border-left:3px solid #6b9f80;background:#f2f8f4;color:#536e64;padding:8px 10px;font-size:10px;line-height:1.55}.user-primary,.user-secondary{min-height:46px;border-radius:7px;padding:10px 18px;font-size:13px;font-weight:750;transition:background .15s,border-color .15s,transform .15s}.user-primary{display:flex;width:100%;align-items:center;justify-content:center;gap:9px;margin-top:18px;border:1px solid var(--green-700);background:var(--green-700);color:#fff}.user-primary:hover:not(:disabled){border-color:var(--green-950);background:var(--green-950);transform:translateY(-1px)}.user-primary.inline{width:auto;min-width:150px;margin:0}.user-secondary{border:1px solid #bfd3c7;background:#fff;color:#416056}.user-secondary:hover:not(:disabled){background:var(--green-50);border-color:#9dbeaa}.security-note{margin:18px 0 0;color:#789087;text-align:center;font-size:10px;line-height:1.55}.security-note span{margin-right:5px;color:var(--green-600)}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:22px}.package-badge{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:11px;margin:-6px 0 26px;border:1px solid #cfe4d6;border-radius:7px;background:var(--green-50);padding:11px 13px}.package-badge>span{display:grid;width:34px;height:34px;place-items:center;border-radius:6px;background:#1e5c46;color:#dfc071}.package-badge>div{display:grid;gap:2px}.package-badge small{color:#71877f;font-size:9px}.package-badge strong{color:#244a3c;font-size:13px}.package-badge>i{border-radius:4px;background:#dceddf;color:#336e52;padding:5px 8px;font-size:9px;font-style:normal;font-weight:750}.account-review{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;border:1px solid #cbe3d4;border-radius:7px;background:var(--green-50);padding:14px}.account-review>div{display:flex;min-width:0;align-items:center;gap:11px}.account-review>div>span:last-child{display:grid;min-width:0;gap:3px}.review-avatar{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:50%;background:#d9eee1;color:var(--green-700);font-weight:850}.account-review small{color:#6e857c;font-size:9px}.account-review strong{overflow-wrap:anywhere;color:#254a3d;font-size:13px}.account-review>i{flex:0 0 auto;border-radius:4px;background:#d7eddf;color:#286b4c;padding:5px 8px;font-size:9px;font-style:normal;font-weight:750}.review-list{margin:16px 0 0}.review-list>div{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e6eee9;padding:13px 2px;font-size:12px}.review-list dt{color:#70847d}.review-list dd{margin:0;color:#294b3f;font-weight:750}.confirm-callout{display:grid;grid-template-columns:22px 1fr;gap:8px;margin-top:16px;border-left:3px solid #79aa8c;background:#f2f8f4;padding:9px 11px;color:#547066;font-size:10px;line-height:1.55}.confirm-callout>span{display:grid;width:18px;height:18px;place-items:center;border:1px solid #9fbbaa;border-radius:50%;font-weight:800}.confirm-callout p{margin:1px 0 0}.result-view{display:grid;min-height:420px;place-items:center;align-content:center;padding:34px 38px;text-align:center}.result-symbol{display:grid;width:72px;height:72px;place-items:center;margin-bottom:20px;border:1px solid #acd0bb;border-radius:50%;background:#e8f6ed;color:var(--green-700);box-shadow:0 0 0 9px #f4faf6;font-size:27px;font-weight:800}.result-failed .result-symbol{border-color:#e1b8bb;background:#fff0f1;color:var(--danger);box-shadow:0 0 0 9px #fff7f7}.result-loader{animation:spin .9s linear infinite}.result-kicker{margin:0 0 8px;color:#789087;font-size:9px;font-weight:850;letter-spacing:.12em}.result-view h2{margin:0;color:var(--green-950);font-size:22px}.result-copy{max-width:430px;margin:10px 0 0;color:var(--muted);font-size:12px;line-height:1.65}.loading-dots{display:flex;gap:6px;margin-top:22px}.loading-dots i{width:7px;height:7px;border-radius:50%;background:var(--green-600);animation:dot-pulse 1.2s infinite ease-in-out}.loading-dots i:nth-child(2){animation-delay:.14s}.loading-dots i:nth-child(3){animation-delay:.28s}.result-ticket{width:min(380px,100%);margin:22px 0 0;border:1px solid #cfe2d6;border-radius:7px;background:var(--green-50);padding:5px 15px}.result-ticket>div{display:flex;justify-content:space-between;padding:10px 0;font-size:11px}.result-ticket>div+div{border-top:1px solid #dce9e1}.result-ticket dt{color:var(--muted)}.result-ticket dd{margin:0;color:#28654b;font-weight:800}.failure-guidance{margin:18px 0 0;border-radius:6px;background:#fff2f2;color:#874047;padding:10px 13px;font-size:10px}.subscription-cancel-panel{width:min(100%,520px);display:grid;gap:12px;margin-top:18px;padding:16px;border:1px solid #e4c98b;border-radius:8px;background:#fffaf0;color:#6d5424;text-align:left}.subscription-cancel-panel strong{display:block;color:#4e3a16;font-size:13px}.subscription-cancel-panel p{margin:6px 0 0;font-size:11px;line-height:1.6}.subscription-cancel-panel label{display:flex;align-items:flex-start;gap:8px;font-size:11px;line-height:1.5}.subscription-cancel-panel input{width:15px;height:15px;margin:1px 0 0;accent-color:#9b6d16}.subscription-cancel-panel .user-primary{width:100%;margin-top:2px}.subscription-success{background:#eef8f0;color:#3f7150}.result-button{margin-top:20px}.user-spinner{display:inline-block;width:15px;height:15px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite}.user-footer{display:flex;width:min(1120px,calc(100% - 48px));min-height:58px;align-items:center;justify-content:space-between;margin:0 auto;border-top:1px solid rgba(38,113,86,.14);color:#6f887f;font-size:10px}.user-footer i{margin-right:5px;color:var(--green-600);font-style:normal}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dot-pulse{0%,to{opacity:.25;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}@media(max-width:600px){.user-header{width:calc(100% - 32px);min-height:62px}.user-brand{font-size:18px}.service-state{font-size:10px}.user-main{width:calc(100% - 28px);padding:34px 0 52px}.user-heading h1{font-size:29px}.user-heading>span{max-width:310px;margin:9px auto 0;font-size:11px}.user-progress{margin:29px auto 27px}.progress-item{width:76px}.progress-item strong{font-size:10px}.progress-rule{margin-right:-7px;margin-left:-7px}.user-card{min-height:350px}.user-form,.result-view{padding:26px 20px 24px}.form-title{align-items:flex-start;margin-bottom:24px}.form-title h2{font-size:17px}.title-icon{width:38px;height:38px}.form-actions{display:grid;grid-template-columns:1fr 1.4fr}.user-primary.inline,.user-secondary{width:100%;min-width:0}.session-step{grid-template-columns:26px minmax(0,1fr);align-items:start}.session-step .session-action{grid-column:2;width:100%;margin-top:2px}.session-step.session-paste{grid-template-columns:26px minmax(0,1fr)}.account-review{align-items:flex-start}.account-review>i{margin-top:8px}.user-footer{width:calc(100% - 32px);min-height:68px;flex-direction:column;justify-content:center;gap:6px;text-align:center}}@media(max-width:370px){.service-state{font-size:0}.service-state i{margin-right:0}.user-main{width:calc(100% - 20px)}.progress-item{width:70px}.user-form,.result-view{padding-right:16px;padding-left:16px}}:root,.user-app{color-scheme:only light;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;--brand: #2e8069;--brand-dark: #246b57;--ink: #243c32;--muted: #62766b;--line: #e1e8e3;--surface: #fff;--green-950: #243c32;--green-800: #246b57;--green-700: #2e8069;--green-600: #2e8069;--green-200: #c7e3d3;--green-100: #e8f4ed;--green-50: #f4f9f6;color:var(--ink);background:#f6f8f7}body,.admin-shell{background:#f6f8f7;color:var(--ink)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #2e806988;outline-offset:3px}.lindui-brand{display:inline-flex;align-items:center;gap:11px;color:#243c32;text-decoration:none}.lindui-mark{display:block;width:42px;height:42px;flex-shrink:0}.lindui-brand>span{display:grid;gap:3px}.lindui-brand strong{font-size:23px;letter-spacing:-.8px;font-weight:750;line-height:1}.lindui-brand small{color:#62766b;font-size:9px;font-weight:650;letter-spacing:1.1px}.user-header{width:min(1120px,calc(100% - 64px));min-height:88px;border-color:var(--line)}.service-state{font-size:12px;font-weight:500}.user-main{width:min(1120px,calc(100% - 64px));padding:48px 0 56px}.user-heading{text-align:left;margin-bottom:32px}.user-heading>p,.eyebrow{font:500 11px/1.5 ui-monospace,Consolas,monospace;letter-spacing:1.5px;color:var(--muted)}.user-heading h1{font:650 32px/1.4 Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;letter-spacing:-.7px}.user-heading>span{font-size:14px;margin-top:10px}.checkout-workspace{display:grid;grid-template-columns:minmax(0,1fr) 286px;align-items:start;gap:28px}.checkout-flow{min-width:0}.user-progress{width:100%;margin:0 0 20px;padding:20px 24px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px}.progress-item{display:flex;width:auto;gap:9px;align-items:center}.progress-item>span{width:28px;height:28px;font-family:inherit;background:#f6f8f7;color:#62766b;border-color:#e1e8e3}.progress-item strong{font-size:12px;font-weight:600}.progress-item.active>span,.progress-item.done>span{color:#fff;box-shadow:none}.progress-rule{margin:0 18px;background:#e1e8e3}.user-card{scroll-margin-top:96px;min-height:0;border-radius:14px;box-shadow:0 3px 10px #243c3204}.user-form{padding:32px}.user-card h2:focus{outline:none}.form-title{gap:12px;margin-bottom:28px}.title-icon{border-radius:12px}.form-title h2{font-size:21px;font-weight:650}.form-title p{font-size:13px;margin-top:6px}.user-form label{font-size:13px;font-weight:600;margin-bottom:10px}.user-form input,.user-form textarea,.user-form select{border:1px solid var(--line);border-radius:9px;background:#fff;font-size:14px;padding:13px 14px}.user-form textarea{font:12px/1.7 ui-monospace,Consolas,monospace}.user-primary,.user-secondary{border-radius:9px;font-size:14px;font-weight:600;min-height:46px}.user-primary:hover:not(:disabled){background:#246b57;border-color:#246b57;transform:none}.security-note{font-size:11px;color:#62766b;line-height:1.8}.user-form .field-hint{margin:12px 0 0;color:var(--muted);font-size:12px;line-height:1.8;overflow-wrap:anywhere}.user-notice{border-radius:10px;font-size:13px;padding:10px 12px}.user-notice button{display:grid;place-items:center;min-height:30px}.token-mode button{min-height:40px;font-size:13px}.session-copy strong{font-size:13px}.session-copy p,.session-action,.session-message{font-size:12px}.session-step,.credential-progress,.package-badge,.account-review{border-radius:10px}.session-action{min-height:38px}.credential-progress-foot{font-size:10px}.package-badge{padding:14px}.package-badge small,.package-badge>i,.account-review small,.account-review>i{font-size:11px}.package-badge strong{font-size:16px}.review-list>div{gap:20px;font-size:13px}.review-list dd{text-align:right;overflow-wrap:anywhere}.confirm-callout{font-size:12px;line-height:1.7}.result-view{padding:40px 32px}.result-view h2{font-size:23px}.result-view p{font-size:13px;line-height:1.8}.checkout-guide{padding:26px 24px;border-radius:14px;background:#eef5ef;border:1px solid #e1e8e3}.guide-tag{color:#2e8069;font-size:11px;font-weight:600}.checkout-guide h2{font-size:24px;line-height:1.6;font-weight:600;margin:12px 0 28px;letter-spacing:-.5px}.checkout-guide ol{display:grid;gap:24px;margin:0;padding:0;list-style:none}.checkout-guide li{display:flex;gap:12px}.checkout-guide li>span{padding-top:2px;color:#6f9480;font:12px/1.7 ui-monospace,Consolas,monospace}.checkout-guide strong{font-size:13px;font-weight:600}.checkout-guide p{margin:6px 0 0;color:#62766b;font-size:12px;line-height:1.8}.guide-security{display:flex;align-items:start;gap:10px;margin-top:28px;padding-top:24px;border-top:1px solid #d9e5dc}.guide-security>svg{flex-shrink:0;color:#2e8069}.guide-security strong{font-size:12px}.guide-security p{font-size:11px}.user-footer{width:min(1120px,calc(100% - 64px));border-color:var(--line);color:var(--muted);font-size:11px}.user-app-embedded{min-height:0;background:transparent}.user-app-embedded .user-main{width:100%;padding:0}.user-app-embedded .user-heading h1{font-size:26px}.admin-header{min-height:78px;padding:12px 32px;border-color:var(--line);background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.header-label{font-size:12px;color:var(--muted)}.admin-login-layout{display:grid;width:min(980px,calc(100% - 48px));min-height:570px;grid-template-columns:.9fr 1fr;gap:0;margin:54px auto;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff}.admin-login-copy{align-self:stretch;padding:52px 44px;background:linear-gradient(135deg,#f2f8ef,#e8f4ed)}.admin-login-copy>.lindui-mark{width:76px;height:76px;margin-bottom:28px}.admin-login-copy .eyebrow{font-size:11px;margin:0 0 8px}.admin-login-copy h1{font:700 62px/1.05 Inter,system-ui,sans-serif;letter-spacing:-3px;color:#243c32;margin:0 0 28px}.admin-login-copy h2{font-size:27px;line-height:1.55;font-weight:600;letter-spacing:-.5px;margin:0 0 12px}.admin-login-copy>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.8;max-width:270px}.control-points{display:grid;grid-template-columns:1fr;gap:13px;margin-top:34px;border:0;padding:0}.control-points>span{display:flex;gap:9px;align-items:center;color:#46705c;font-size:12px}.admin-auth-card{width:100%;align-self:center;border:0;border-radius:0;box-shadow:none;padding:44px}.admin-auth-card .card-heading{gap:0;margin-bottom:30px}.admin-auth-card .step-index{display:none}.admin-auth-card h2{font-size:25px;font-weight:600}.admin-auth-card .card-heading p{font-size:13px;line-height:1.7}.admin-auth-card label{font-size:13px}.admin-auth-card input{font-size:14px;min-height:46px}.admin-auth-card .primary-button{min-height:46px;margin-top:14px}.form-note{font-size:11px;color:var(--muted);line-height:1.7}.admin-layout{grid-template-columns:248px minmax(0,1fr)}.admin-sidebar{top:78px;min-height:calc(100vh - 78px);height:calc(100vh - 78px);background:#fff;color:var(--muted);border-right:1px solid var(--line);padding:24px 18px;box-shadow:none}.admin-profile{padding:4px 10px 24px;border-color:var(--line)}.admin-profile strong{color:var(--ink);font-size:14px}.avatar{background:#e8f4ed;color:#2e8069;border-radius:12px}.role-chip{color:var(--muted);font-size:10px}.sidebar-caption{margin:24px 12px 10px;font-size:11px;color:#7a8b81}.admin-nav{margin-top:0;gap:5px}.admin-nav-item{min-height:44px;border:0;border-radius:9px;padding:10px 12px;color:#62766b;font-size:13px;background:transparent}.admin-nav-item:hover{color:#246b57;background:#f4f8f5}.admin-nav-item.active{color:#246b57;background:#e8f4ed;box-shadow:none}.sidebar-foot{color:var(--muted);border-color:var(--line);font-size:11px;line-height:1.7}.logout-button{color:var(--muted);border:1px solid var(--line);border-radius:9px;background:#fff;min-height:38px}.logout-button:hover{background:#f4f8f5;color:var(--brand)}.admin-main{min-width:0;background:#f6f8f7}.view-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.metric-grid+.panel{margin-top:20px}.admin-view{width:min(1440px,100%);padding:32px 36px 48px;margin:0 auto}.view-header{margin-bottom:28px}.view-header h1{font-size:26px;font-weight:650;color:var(--ink)}.view-header p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.8}.panel,.metric-card,.package-mini,.dialog{border-radius:14px;border-color:var(--line);box-shadow:0 3px 10px #243c3203}.metric-card{border-top:1px solid var(--line);padding:22px}.metric-card>span,.metric-top{color:var(--muted);font-size:12px}.metric-card>strong{font-size:30px;font-weight:600;color:var(--ink)}.metric-card.blue,.metric-card.green,.metric-card.orange,.metric-card.violet{border-color:var(--line)}.panel{padding:24px}.panel-heading h2{font-size:17px;font-weight:600}.panel-heading p:not(.eyebrow){font-size:12px;line-height:1.8}.primary-button,.secondary-button,.text-button{border-radius:9px;min-height:40px;font-size:13px;font-weight:600}.primary-button{background:var(--brand);border-color:var(--brand)}.primary-button:hover:not(:disabled){background:var(--brand-dark)}.admin-shell input:not([type=checkbox]),.admin-shell select,.admin-shell textarea{min-height:40px;border-radius:9px;border-color:var(--line);font-size:13px}.admin-shell input:focus,.admin-shell select:focus,.admin-shell textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2e806915}.admin-shell label,table{font-size:12px}th{white-space:nowrap;color:var(--muted);font-size:11px;background:#f7f9f7;padding:12px}td{white-space:nowrap;color:#435e50;padding:14px 12px;border-color:var(--line)}td code,.table-action,.status-pill,.empty-state p,.health-row,.doctor-row{font-size:11px}.table-action{min-height:32px}.empty-state{color:var(--muted)}.banner{width:min(1120px,calc(100% - 40px));border-radius:10px}@media(max-width:1000px){.checkout-workspace{grid-template-columns:minmax(0,1fr) 240px;gap:20px}.checkout-guide{padding:24px 20px}.admin-layout{grid-template-columns:218px minmax(0,1fr)}.admin-view{padding:28px 24px}.overview-columns,.management-preview{grid-template-columns:minmax(0,1fr)}}@media(max-width:760px){.user-header{min-height:76px;width:calc(100% - 36px)}.user-main{width:calc(100% - 36px);padding:30px 0 36px}.user-heading{margin-bottom:24px}.user-heading h1{font-size:25px}.user-heading>span{max-width:none;margin:10px 0 0;font-size:13px}.checkout-workspace{grid-template-columns:minmax(0,1fr)}.checkout-guide{margin-top:4px}.checkout-guide h2{font-size:21px;margin-bottom:20px}.checkout-guide h2 br{display:none}.checkout-guide ol{gap:18px}.user-progress{padding:18px 12px}.progress-item{flex-direction:column;gap:7px}.progress-rule{margin:-23px 10px 0}.progress-item strong{font-size:11px}.user-form,.result-view{padding:26px 20px}.form-title h2{font-size:19px}.user-footer{width:calc(100% - 36px);padding:16px 0;gap:7px}.admin-header{padding:12px 18px;min-height:76px;position:static}.admin-login-layout{width:calc(100% - 36px);margin:24px auto;grid-template-columns:minmax(0,1fr)}.admin-login-copy{align-self:stretch;padding:28px}.admin-login-copy>.lindui-mark{width:52px;height:52px;margin-bottom:18px}.admin-login-copy h1{font-size:44px;margin-bottom:16px}.admin-login-copy h2{font-size:22px}.admin-login-copy h2 br,.control-points{display:none}.admin-auth-card{padding:30px 28px}.admin-layout{grid-template-columns:minmax(0,1fr);grid-template-rows:auto 1fr;align-content:start}.admin-sidebar{min-height:0;height:auto;border-right:0;border-bottom:1px solid var(--line);padding:12px}.sidebar-caption{display:none}.admin-nav{display:flex;overflow-x:auto;gap:6px;padding-bottom:6px}.admin-nav-item{flex:0 0 auto;gap:8px;padding:10px 12px}.admin-nav-item>span:first-of-type{display:inline;white-space:nowrap}.sidebar-foot{display:flex;align-items:center;justify-content:flex-end;position:static;margin:8px 0 0;padding:10px 4px 0;gap:6px}.sidebar-foot .logout-button{width:auto;margin:0 0 0 10px;padding:8px 12px}.admin-view{width:100%;padding:26px 18px 36px}.panel{padding:18px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:640px){.user-form input,.user-form textarea,.user-form select,.admin-shell input:not([type=checkbox]),.admin-shell select,.admin-shell textarea{font-size:16px}.user-primary,.user-secondary,.primary-button,.secondary-button,.text-button,.token-mode button,.admin-nav-item,.session-action{min-height:44px}.user-notice button,.banner-close{min-width:32px;min-height:44px}.service-state{font-size:11px}}@media(max-width:370px){.lindui-brand strong{font-size:21px}.lindui-mark{width:36px;height:36px}.user-heading h1{font-size:22px}.header-label{font-size:11px}.metric-grid{grid-template-columns:minmax(0,1fr)}}.quality-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:20px 0}.quality-metrics>div{display:grid;gap:8px;padding:18px;border:1px solid #d9e7df;border-radius:14px;background:#f6faf7}.quality-metrics small,.quality-metrics span{color:#617b72;font-size:12px;line-height:1.6}.quality-metrics strong{color:#244f45;font-size:18px}.quality-controls{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:18px 0}.proxy-quality-panel .field-hint{line-height:1.8;margin:18px 0}@media(max-width:1100px){.quality-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.quality-metrics{grid-template-columns:1fr}.quality-controls>*{width:100%}}:root,.user-app{--ink:#183f3b;--muted:#5e7470;--line:#dce8e1;--brand:#227263;--brand-dark:#17594e;--green-950:#183f3b;--green-800:#17594e;--green-700:#227263;--green-600:#227263;--green-200:#c9e5d9;--green-100:#eaf5ef;--green-50:#f5f9f6;background:#f8f9f5;color:var(--ink)}body,.admin-shell,.admin-main{background:#f8f9f5}:focus-visible{outline-color:#328976}.user-header{width:min(1280px,calc(100% - 64px));min-height:100px;gap:48px;justify-content:flex-start;background:transparent}.checkout-header-nav{display:flex;align-self:stretch;gap:28px;align-items:stretch}.checkout-header-nav a,.checkout-header-nav button{display:flex;align-items:center;border:0;border-bottom:2px solid transparent;background:none;color:#5e7470;font-size:13px;text-decoration:none;padding:0}.checkout-header-nav [aria-current]{color:#205e52;border-bottom-color:#2a8371;font-weight:650}.checkout-header-end{margin-left:auto;display:flex;align-items:center;gap:24px}.checkout-header-end .service-state{background:#eaf4ee;border-radius:7px;padding:8px 10px;font-size:11px}.admin-entry{display:flex;align-items:center;gap:7px;color:#5e7470;font-size:12px;text-decoration:none;white-space:nowrap}.user-main{width:min(1280px,calc(100% - 64px));padding:46px 0 42px}.checkout-workspace{grid-template-columns:minmax(0,.93fr) minmax(0,1fr);gap:48px}.bloom-intro{background:#e5f0e8;border:1px solid #d4e6da;border-radius:24px;padding:40px 38px 30px;overflow:hidden;min-height:640px}.bloom-intro>.eyebrow{margin:0;color:#567b69;font:650 10px/1.8 system-ui,sans-serif;letter-spacing:1.8px}.bloom-intro h1{color:#174f44;font-size:48px;line-height:1.5;font-weight:650;letter-spacing:-1.4px;margin:30px 0 16px}.bloom-description{color:#57756a;font-size:14px;line-height:1.95;max-width:310px;margin:0}.brand-art{position:relative;width:100%;height:230px;margin:22px 0 15px;display:grid;place-items:center;isolation:isolate}.art-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(#acc39925 1px,transparent 1px),linear-gradient(90deg,#acc39925 1px,transparent 1px);background-size:30px 30px;-webkit-mask-image:radial-gradient(ellipse,#000,transparent 72%);mask-image:radial-gradient(ellipse,#000,transparent 72%)}.art-orbit{position:absolute;border:1px solid #b6d5c1;border-radius:50%;width:300px;height:155px;transform:rotate(-26deg);z-index:-1}.orbit-two{transform:rotate(38deg);width:245px;height:215px;border-style:dashed;border-color:#c8decf}.art-mark{transform:rotate(-8deg);background:#f7fbf6;padding:20px;border-radius:34px;box-shadow:0 14px 30px #47603910;border:1px solid #fff}.art-mark .lindui-mark{width:100px;height:100px;filter:saturate(.9)}.art-spark{position:absolute;right:25px;top:22px;background:#f3dcc7;border:1px solid #ebcaae;border-radius:50%;padding:11px;color:#92704d}.art-caption{font-size:7px;letter-spacing:2px;color:#617e70;position:absolute;bottom:0;left:8px}.bloom-reassurance{display:flex;align-items:center;gap:13px;border-top:1px solid #c9ded0;padding-top:22px;color:#578c72}.bloom-reassurance>svg{flex-shrink:0}.bloom-reassurance strong{display:block;font-size:13px;font-weight:600;color:#285e4e}.bloom-reassurance span{display:block;font-size:12px;color:#57756a;line-height:1.8;margin-top:7px}.bloom-plan{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:15px 19px;border:1px solid #eadfce;border-radius:10px;background:#f6efe5;color:#796047;font-size:12px;margin-bottom:18px}.bloom-plan>span:first-child{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.bloom-plan>span:last-child{white-space:nowrap}.bloom-plan strong{font-size:18px;font-weight:650}.user-progress{background:none;border:0;border-radius:0;padding:14px 3px;margin-bottom:22px}.progress-item>span{width:27px;height:27px;font-size:11px;background:transparent}.progress-item.active>span{background:#277a67;border-color:#277a67;box-shadow:0 0 0 4px #277a6709}.progress-item.done>span{color:#26745d;background:#eaf7ef;border-color:#d4eadd}.progress-item strong{font-size:12px;font-weight:500;color:#5e7470}.progress-item.active strong{font-weight:650;color:#174f44}.progress-rule,.progress-rule.done{background:#dce8e1;margin:0 13px}.user-card{border-radius:18px;border-color:#dce8df;box-shadow:0 7px 24px #3f612306}.user-form{padding:30px}.user-form>.package-badge{display:none}.form-title{margin-bottom:26px}.form-title h2{color:#245c50;font-size:23px;letter-spacing:-.6px}.title-icon{background:#e9f4ec;color:#53806b;border-radius:13px}.user-form input,.user-form textarea,.user-form select{background:#fcfdfa;border-color:#d9e5dc}.user-form input:focus,.user-form textarea:focus,.user-form select:focus{border-color:#328976;box-shadow:0 0 0 3px #32897612}.user-primary{background:#227263;border-color:#227263;box-shadow:none}.user-primary:hover:not(:disabled){background:#17594e;border-color:#17594e}.user-secondary{color:#3a6a5a;border-color:#d7e5da}.token-mode button.active{color:#306653;border-bottom-color:#74a68c}.package-badge,.account-review,.session-step{background:#f1f7f1;border-color:#dce9de}.session-index{background:#dbede0;color:#306653}.session-copy{min-width:0}.session-copy code{overflow-wrap:anywhere}.account-review{padding:17px}.confirm-callout{background:#f1f7f1;border-color:#aacdb7}.security-note{border-top:1px solid #e9f0e9;padding-top:19px;margin-top:26px}.checkout-help{padding:0;border:1px solid #d9e5dc;border-radius:18px;max-width:500px;width:calc(100% - 32px);max-height:85dvh;color:var(--ink)}.checkout-help::backdrop{background:#243c3266;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.checkout-help .checkout-guide{border:0;border-radius:0;padding:36px;background:#f8f9f5}.help-close{position:absolute;top:15px;right:15px;display:grid;place-items:center;width:36px;height:36px;background:#fff;border:1px solid var(--line);border-radius:50%;color:var(--muted)}.user-footer{width:min(1280px,calc(100% - 64px));color:#5e7470}.user-app-embedded .checkout-workspace{grid-template-columns:minmax(0,1fr)}.user-app-embedded .user-main{width:100%}.admin-header{background:#fcfdf9;border-color:#dfe9df}.admin-layout{grid-template-columns:230px minmax(0,1fr)}.admin-sidebar{background:#eff6ef;padding:26px 18px}.admin-profile{border-bottom-color:#d7e5da}.avatar{background:#d9ece0;color:#356e57}.admin-nav-item{color:#536f61}.admin-nav-item:hover{background:#e5f1e7;color:#285e49}.admin-nav-item.active{color:#205b47;background:#d9ece0}.admin-view{max-width:1440px;padding:32px}.view-header{padding:28px 30px;border:1px solid #d5e5d9;border-radius:18px;background:#e5f0e8}.view-header .eyebrow{color:#547969;font-size:10px}.view-header h1{font-size:29px;color:#174f44;font-weight:600}.view-header p:not(.eyebrow){color:#537468}.view-header .secondary-button{background:#f7fbf7}.metric-card{border-radius:13px;padding:23px}.metric-card:first-child{background:#eff6ef}.metric-card>strong{color:#215d49;font-size:33px}.panel{border-radius:16px;background:#fff}.status-pill.good{background:#e6f4e9;color:#296647}.admin-shell input:not([type=checkbox]),.admin-shell textarea,.admin-shell select{background:#fcfdf9}.admin-shell input:focus,.admin-shell select:focus,.admin-shell textarea:focus{box-shadow:0 0 0 3px #32897612}.admin-login-layout{width:min(1100px,calc(100% - 64px));margin:40px auto;padding:12px;border-radius:24px;gap:15px;background:#eff6ef;border-color:#d5e5d9;grid-template-columns:1fr 1fr}.admin-login-copy{background:#e1eee3;border-radius:16px;padding:36px}.admin-login-copy>.lindui-brand{margin-bottom:35px}.admin-login-copy h2{color:#174f44;font-size:34px;line-height:1.6;font-weight:600}.admin-login-copy .brand-art{height:220px;margin:20px 0}.login-brand-footer{font-size:9px;letter-spacing:1.5px;color:#557b65}.admin-auth-card{align-self:stretch;display:flex;flex-direction:column;justify-content:center;background:#fff;border:1px solid #dbe6db;border-radius:16px;padding:45px}.admin-auth-card .card-heading{margin-top:20px}.admin-auth-card .card-heading h2{font-size:30px;color:#245c50}.admin-auth-card .card-heading h2:before{content:"WELCOME BACK";display:block;font:600 9px/1.6 system-ui,sans-serif;letter-spacing:2px;color:#567968;margin-bottom:13px}.login-return{align-self:flex-start;color:#5e7470;font-size:12px;text-decoration:none;margin-bottom:12px}.admin-auth-card .form-note{margin-top:24px}@media(max-width:1100px){.user-header{gap:28px}.checkout-workspace{gap:28px;grid-template-columns:minmax(0,.85fr) minmax(0,1fr)}.bloom-intro{padding:34px 27px}.bloom-intro h1{font-size:42px}.bloom-plan{font-size:11px}.bloom-plan strong{font-size:16px}.user-form,.admin-view{padding:26px}}@media(max-width:800px){.user-header{width:calc(100% - 36px);min-height:86px;gap:22px;flex-wrap:wrap;padding:17px 0 0}.checkout-header-end{gap:12px}.checkout-header-nav{order:3;flex-basis:100%;gap:24px;height:42px}.checkout-header-nav a,.checkout-header-nav button{font-size:12px}.user-main{width:calc(100% - 36px);padding:24px 0}.checkout-workspace{grid-template-columns:minmax(0,1fr);gap:25px}.bloom-intro{position:relative;min-height:0;padding:28px}.bloom-intro h1{font-size:34px;margin:16px 0 10px}.bloom-description{font-size:13px;max-width:58%}.bloom-intro .brand-art{position:absolute;right:0;top:36px;width:42%;height:170px;margin:0}.bloom-intro .art-mark{padding:13px;border-radius:25px}.bloom-intro .art-mark .lindui-mark{width:64px;height:64px}.bloom-intro .art-orbit{width:160px;height:100px}.bloom-intro .orbit-two{width:135px;height:135px}.bloom-intro .art-spark,.bloom-intro .art-caption{display:none}.bloom-reassurance{margin-top:25px;padding-top:17px}.bloom-reassurance span{font-size:11px}.user-progress{padding:9px 2px;margin-bottom:20px}.progress-item{flex-direction:row;gap:7px}.progress-item strong{font-size:11px}.progress-rule{margin:0 9px}.user-footer{width:calc(100% - 36px)}.admin-layout{grid-template-columns:minmax(0,1fr)}.admin-sidebar{padding:15px 18px}.admin-nav{flex-direction:row}.admin-view{padding:22px 18px}.view-header{padding:23px}.view-header h1{font-size:25px}.admin-login-layout{width:calc(100% - 30px);margin:20px auto;grid-template-columns:minmax(0,1fr)}.admin-login-copy{display:none}.admin-auth-card{min-height:540px;padding:32px}}@media(max-width:480px){.checkout-header-end .service-state{font-size:10px;padding:6px}.admin-entry{font-size:11px}.admin-entry svg{display:none}.checkout-header-end{gap:9px}.user-header{gap:10px}.user-header .lindui-mark{width:36px;height:36px}.user-header .lindui-brand{gap:8px}.user-header .lindui-brand strong{font-size:23px}.user-header .lindui-brand small{font-size:7px}.bloom-intro{padding:24px}.bloom-intro h1{font-size:31px}.bloom-description{font-size:12px;max-width:59%}.bloom-intro .brand-art{top:35px}.bloom-reassurance strong{font-size:12px}.bloom-plan{padding:13px 14px;font-size:10px}.bloom-plan strong{font-size:15px}.bloom-plan>span:first-child{gap:7px}.user-form,.result-view{padding:25px 20px}.form-title h2{font-size:20px}.form-title p{font-size:12px}.user-form input,.user-form textarea,.user-form select{font-size:16px}.user-form textarea{line-height:1.6}.progress-item strong{font-size:10px}.progress-item>span{width:24px;height:24px}.progress-rule{margin:0 7px}.security-note{font-size:10px}.session-step{grid-template-columns:25px minmax(0,1fr)}.session-action{grid-column:2;justify-self:start}.checkout-help .checkout-guide{padding:30px 24px}.metric-card{padding:17px}.view-header{padding:20px}.admin-view .view-header{align-items:flex-start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(min-width:801px){.user-app:not(.user-app-embedded) .checkout-workspace{align-items:stretch}.user-app:not(.user-app-embedded) .bloom-intro{display:flex;flex-direction:column}.user-app:not(.user-app-embedded) .bloom-intro>.brand-art{flex:1;min-height:230px}.user-app:not(.user-app-embedded) .checkout-flow{display:flex;flex-direction:column}.user-app:not(.user-app-embedded) .checkout-flow>.user-card{display:flex;flex:1;flex-direction:column}.user-app:not(.user-app-embedded) .user-card>.user-form{display:flex;flex:1;flex-direction:column;justify-content:center}.user-app:not(.user-app-embedded) .user-card>.result-view{flex:1}}
