:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.6;color:#1d1d1f;background:#fff;font-synthesis:none;-webkit-font-smoothing:antialiased;--ink:#1d1d1f;--muted:#6e6e73;--line:#e5e5e7;--surface:#fff;--accent:#1d1d1f;--accent-hover:#38383b;--accent-soft:#f2f2f2;--radius:16px;--green:#176b50}*{box-sizing:border-box}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}h1,h2,h3,p{margin:0}h1{font-size:40px;line-height:1.18;letter-spacing:-1.5px;font-weight:650}h2{font-size:22px;line-height:1.4;letter-spacing:-.5px}h2,h3{font-weight:600}h3{font-size:17px;line-height:1.5}p{color:var(--muted)}svg{flex-shrink:0}.button,button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 23px;border:1px solid transparent;border-radius:999px;background:var(--accent);color:white;font-size:14px;font-weight:550;line-height:1.45;transition:background .16s,border-color .16s,transform .16s}.button:hover,button:hover:not(:disabled){background:var(--accent-hover)}.button:active,button:active:not(:disabled){transform:translateY(1px)}.provider,.secondary{background:#fff;color:var(--ink);border-color:#d2d2d7}.provider:hover:not(:disabled),.secondary:hover:not(:disabled){background:#f5f5f7;border-color:#a1a1a6}.ghost{background:transparent;color:var(--ink);border-color:transparent}.ghost:hover:not(:disabled){background:#f5f5f7}.danger{background:#b42318;color:#fff}.danger:hover:not(:disabled){background:#921d15}.icon-button{background:transparent;color:var(--muted);min-width:44px;min-height:44px;padding:10px;border:0}.icon-button:hover:not(:disabled){background:#f2f2f2;color:var(--ink)}.button svg,button svg{width:17px;height:17px}:focus-visible{outline:3px solid #0071e3;outline-offset:4px}.field{display:grid;gap:8px;min-width:0;text-align:left}.field label{font-size:14px;font-weight:500;color:#424245}.field small{font-size:12px;color:var(--muted);line-height:1.6}.input-wrap{position:relative;width:100%}input,select,textarea{width:100%;min-width:0;min-height:52px;padding:13px 16px;background:#fff;border:1px solid #d2d2d7;border-radius:12px;color:var(--ink);outline:none;font-size:16px;transition:border-color .16s,box-shadow .16s}input:focus,select:focus,textarea:focus{border-color:#0071e3;box-shadow:0 0 0 3px #0071e326}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none}input::placeholder,textarea::placeholder{color:#6e6e73}input:disabled{background:#f5f5f7;color:var(--muted)}.input-wrap:has(.show-password) input{padding-right:48px}.show-password{position:absolute;right:5px;top:4px;min-height:44px;width:44px;padding:10px;background:transparent;color:var(--muted)}.show-password:hover:not(:disabled){background:#f5f5f7;color:var(--ink)}.notice{padding:13px 16px;border-radius:12px;background:#fff2f0;color:#9c291e;font-size:14px;display:flex;gap:9px;align-items:flex-start;overflow-wrap:anywhere}.notice.success{background:#edf7f0;color:#246041}.text-link{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:500;color:#0066cc}.text-link:hover{text-decoration:underline}.loading{min-height:160px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-size:14px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.fine,.muted,.small{color:var(--muted)}.fine,.small{font-size:13px}.status,.status-pill{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500;color:#246041;background:#edf7f0}.status-pill.neutral,.status.neutral{color:#626267;background:#f2f2f2}.status.expired,.status.revoked{background:#f9eded;color:#a33c3c}.brand{display:inline-flex;align-items:center;gap:11px;letter-spacing:-.55px;white-space:nowrap;font-size:21px;font-weight:650}.brand-symbol{font-family:Georgia,serif;font-size:36px;line-height:1;font-weight:700;letter-spacing:-4px;padding-right:5px}.brand-caption,.brand-sub{font-size:13px;color:var(--muted);font-weight:400;letter-spacing:0}.brand-caption{display:none}.skip-link{position:fixed;top:12px;left:12px;transform:translateY(-180%);z-index:1000;background:#fff;padding:12px 18px;border-radius:10px}.skip-link:focus{transform:none}.standalone-message{width:min(100% - 48px,520px);margin:120px auto;display:grid;gap:24px}.standalone-message h1{font-size:32px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.global-header{height:80px;padding:0 48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;background:#fff}.global-header>a:last-child:not(.brand){display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#515154}.auth-page{min-height:100svh;display:flex;flex-direction:column}.auth-main{flex:1 1;display:flex;justify-content:center;padding:72px 24px 64px}.auth-card{width:100%;max-width:400px}.auth-heading{text-align:center;margin-bottom:36px}.auth-heading h1{font-size:36px;letter-spacing:-1.2px}.auth-heading p{font-size:15px;margin:14px auto 0;max-width:360px}.auth-card form{display:grid;gap:22px}.auth-card form>.button{margin-top:4px;min-height:50px;font-size:15px}.password-field{position:relative}.forgot-link{position:absolute;right:0;top:0;font-size:13px;color:#0066cc}.form-footer{margin-top:32px;text-align:center;color:var(--muted);font-size:14px}.form-footer a{display:inline-flex;align-items:center;gap:5px;color:#0066cc;margin-left:4px}.form-caption{font-size:12px;text-align:center;margin-top:10px}.form-caption a{text-decoration:underline;text-underline-offset:3px}.passkey-login{display:grid;gap:12px;margin-top:12px}.passkey-login>.button{min-height:48px}.divider{display:flex;align-items:center;gap:18px;margin:28px 0 20px;color:#6e6e73;font-size:12px}.divider:after,.divider:before{content:"";height:1px;background:var(--line);flex:1 1}.provider-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.provider{padding:11px 8px;font-size:13px}.github-icon,.google-icon{font-weight:700}.github-icon{font-size:11px}.microsoft-icon{display:grid;grid-template-columns:repeat(2,5px);gap:2px}.microsoft-icon i{background:#737373;width:5px;height:5px}.provider-list+.notice{margin-top:16px}.site-footer{display:flex;gap:24px;justify-content:center;padding:25px;color:#6e6e73;font-size:12px}.illustration-icon{width:52px;height:52px;display:grid;place-items:center;background:#f5f5f7;border-radius:16px;margin:0 auto 24px}.prose{display:grid;gap:16px;font-size:14px}.prose h2{font-size:18px;margin-top:12px}.account-page{min-height:100svh}.account-page>.global-header{position:sticky;top:0;z-index:10}.sidebar{position:fixed;inset:80px auto 0 0;width:248px;padding:40px 24px 24px;display:flex;flex-direction:column;border-right:1px solid #eee;background:#fff}.sidebar-label{font-size:13px;color:#6e6e73;margin:0 14px 18px}.sidebar nav{display:grid;gap:6px}.sidebar nav a{display:flex;align-items:center;gap:12px;padding:13px 16px;border-radius:12px;font-size:14px;color:#6e6e73;white-space:nowrap}.sidebar nav a.active{color:#1d1d1f;background:#f5f5f7;font-weight:600}.sidebar nav a:hover{color:#1d1d1f;background:#fafafa}.sidebar-bottom{margin-top:auto;padding-top:24px}.sidebar-user{border-top:1px solid var(--line);padding:20px 6px;display:flex;align-items:center;gap:10px}.small-avatar{display:grid;place-items:center;width:36px;height:36px;flex-shrink:0;background:#f2f2f2;border-radius:50%;font-size:14px;color:#515154}.sidebar-user>div{min-width:0;display:grid}.sidebar-user strong{font-size:13px;font-weight:550}.sidebar-user div>span{font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout{background:transparent;color:var(--muted);font-size:13px;min-height:44px;padding:10px}.logout:hover:not(:disabled){background:#f5f5f7;color:var(--ink)}.account-main{margin-left:248px;padding:0 64px 30px;max-width:1380px}.account-topline{display:flex;justify-content:space-between;align-items:center;min-height:70px;color:#6e6e73;font-size:12px}.breadcrumb{margin:0 10px;color:#aaa}.online-dot{display:flex;align-items:center;gap:7px}.online-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:#248957}.page-heading{margin:26px 0 44px}.page-heading h1{font-size:38px}.page-heading p{margin-top:14px;font-size:15px}.panel{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(0,1fr);gap:40px;padding:32px 0;border-top:1px solid var(--line)}.panel-heading{display:flex;gap:14px;align-items:flex-start}.panel-heading h2{font-size:19px;letter-spacing:-.3px}.panel-heading p{margin-top:8px;font-size:13px;line-height:1.8;max-width:300px}.panel-icon{display:flex;color:#6e6e73;padding-top:3px}.panel-content{min-width:0}.panel-content>form{display:grid;gap:20px}.panel-content>.notice{margin-bottom:16px}.panel-content>.button{margin-top:16px}.panel-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.panel form .panel-actions{margin-top:0}.panel-actions .button{min-height:44px;font-size:13px}.panel-content p{font-size:14px}.inline-status{display:flex;gap:10px}.shortcut-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:26px}.shortcut{position:relative;padding:26px;background:#f5f5f7;border-radius:18px}.shortcut>svg:first-child{margin-bottom:18px;color:#515154}.shortcut h2{font-size:18px}.shortcut p{font-size:13px;margin-top:8px}.shortcut>svg:last-child{position:absolute;top:25px;right:25px;color:#6e6e73}.shortcut:hover{background:#efeff1}.account-footer{gap:20px;border-top:1px solid var(--line);margin-top:60px;padding-top:24px;color:#6e6e73;font-size:12px}.account-footer,.identity-row{display:flex;justify-content:space-between}.identity-row{gap:12px;font-size:14px;padding:10px 0}.security-status{display:grid;gap:18px}.security-status p{margin-top:10px;font-size:13px}.security-status .button{justify-self:start}.credential-list{margin-bottom:18px}.credential-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid #eee}.credential-row>div:first-child{display:grid;min-width:0}.credential-row strong{font-size:14px;overflow-wrap:anywhere}.credential-row small{font-size:12px;color:var(--muted)}.credential-actions,.credential-options{display:flex;gap:8px;flex-wrap:wrap}.credential-actions .button{font-size:12px;padding:8px 14px;min-height:40px}.panel-note{font-size:12px;margin-top:16px}.enrollment{display:grid;gap:20px}.enrollment details,.enrollment p{font-size:13px}.enrollment summary{cursor:pointer;margin-top:12px}.qr-code{width:168px;height:168px;border:1px solid var(--line);border-radius:14px;padding:8px}.totp-secret{display:block;overflow-wrap:anywhere;background:#f5f5f7;padding:12px;margin:10px 0;font-size:12px}.recovery-code-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}.recovery-code-grid code{padding:12px;background:#f5f5f7;border-radius:8px;font-size:13px;overflow-wrap:anywhere;text-align:center}.empty-state{text-align:center;padding:24px 0}.empty-icon{display:inline-flex;color:#6e6e73;margin-bottom:16px}.empty-state h3{margin-bottom:10px}.empty-state p{font-size:14px}.grant{display:flex;align-items:center;gap:16px;padding:20px 0;border-bottom:1px solid #eee}.grant-info{flex:1 1;min-width:0}.grant-info h3{font-size:16px}.grant-info p,.grant-info small{font-size:12px;overflow-wrap:anywhere}.app-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#f5f5f7}.consent-connection{display:flex;align-items:center;justify-content:center;gap:24px;margin:28px 0}.consent-connection img{width:44px;height:44px}.consent-user{padding:16px;background:#f5f5f7;border-radius:14px;display:grid;gap:8px;overflow-wrap:anywhere;font-size:14px}.consent-user small{display:block;color:var(--muted)}.scope-list{display:grid;gap:22px;margin:30px 0}.scope{display:flex;gap:16px}.scope>svg{margin-top:3px;color:#6e6e73}.scope strong{font-size:14px}.scope p{font-size:13px;margin-top:4px}.consent-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:1100px){.account-main{padding-inline:36px}.sidebar{width:220px}.account-main{margin-left:220px}.panel{grid-template-columns:1fr;gap:24px}.panel-heading p{max-width:none}}@media (max-width:760px){.global-header{height:68px;padding:0 24px}.global-header>a:last-child:not(.brand){font-size:13px}.auth-main{padding:48px 24px}.auth-heading h1{font-size:32px}.auth-heading{margin-bottom:30px}.auth-heading p{font-size:14px}.sidebar{position:relative;inset:auto;width:auto;padding:18px 20px 0;border-right:0;border-bottom:1px solid var(--line)}.sidebar-label,.sidebar-user{display:none}.sidebar nav{display:flex;gap:3px;overflow:auto;padding-bottom:12px;padding-right:0}.sidebar nav a{font-size:13px;padding:10px 12px}.sidebar nav svg{width:17px}.sidebar-bottom{position:fixed;z-index:11;right:16px;top:14px;margin:0;padding:0;background:white}.account-page>.global-header>a:last-child:not(.brand){visibility:hidden}.logout{font-size:12px}.account-main{margin:0;padding:0 24px 24px}.account-topline{min-height:58px;font-size:11px}.page-heading{margin:20px 0 32px}.page-heading h1{font-size:30px}.page-heading p{font-size:14px}.panel{gap:22px;padding:28px 0}.panel-heading h2{font-size:18px}.shortcut-grid{grid-template-columns:1fr}.credential-row,.grant{flex-wrap:wrap}.credential-actions{gap:8px}.account-footer{margin-top:40px}.site-footer{font-size:11px}.provider{font-size:12px;padding-inline:6px}}