@layer reset,base,components,utilities;@layer reset{*,*:before,*:after{box-sizing:border-box}html{color-scheme:light;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{color:inherit;font:inherit}button{border:0}button,[role=button]{-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,p,dl,dd{margin:0}table{border-collapse:collapse}}@layer components{.modal.modal--wide{max-width:1040px}.page-header__actions,.project-header__actions{align-items:center;display:flex;gap:10px}.project-header__actions{justify-content:flex-end}.form-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid>label{display:flex;flex-direction:column;gap:7px}.form-grid>label>span{color:var(--ink-soft);font-size:11px;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea,.resource-table select{background:var(--surface-strong);border:1px solid var(--line-strong);border-radius:var(--radius-sm);outline:none;padding:9px 11px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.resource-table select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #087b681a}.form-grid textarea{line-height:1.55;resize:vertical}.form-grid small{color:var(--ink-muted);font-size:10px;line-height:1.45}.form-grid__wide{grid-column:1 / -1}.checkbox-row{align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:row!important;padding:13px}.checkbox-row input{margin:2px 0 0}.checkbox-row>span{display:flex;flex-direction:column;gap:3px}.resource-kind-tabs{border-bottom:1px solid var(--line);display:flex;gap:24px;margin:-8px 0 18px}.resource-kind-tabs button{align-items:center;background:transparent;border-bottom:2px solid transparent;color:var(--ink-muted);cursor:pointer;display:flex;font-size:12px;font-weight:750;gap:7px;padding:12px 2px 10px}.resource-kind-tabs button.is-active{border-color:var(--teal);color:var(--teal-strong)}.resource-kind-tabs button span{align-items:center;background:var(--surface-muted);border-radius:999px;display:inline-flex;font-size:9px;justify-content:center;min-width:20px;padding:2px 6px}.resource-import-note{color:var(--ink-soft);font-size:11px;line-height:1.6;margin-bottom:15px}.resource-browser-toolbar{align-items:center;display:flex;gap:10px;margin-bottom:12px}.resource-browser-toolbar .search-field{flex:1;max-width:520px}.resource-browser-toolbar>span{color:var(--ink-muted);font-size:10px;margin-left:auto}.resource-table-wrap{border:1px solid var(--line);border-radius:var(--radius-md);min-height:280px;overflow:auto}.resource-table{min-width:720px;width:100%}.resource-table th{background:var(--surface);color:var(--ink-muted);font-size:9px;letter-spacing:.06em;padding:10px 12px;text-align:left;text-transform:uppercase}.resource-table td{border-top:1px solid var(--line);padding:12px;vertical-align:top}.resource-table td:first-child{width:38px}.resource-table td strong,.resource-table td code,.resource-table td small{display:block}.resource-table td strong{font-size:12px;margin-bottom:4px}.resource-table td code{color:var(--ink-soft);font-size:10px;max-width:390px;overflow-wrap:anywhere}.resource-table td small{color:var(--ink-muted);font-size:9px;line-height:1.5;margin-top:5px}.resource-row--disabled{background:var(--surface);opacity:.76}.ownership{background:var(--surface-muted);border-radius:999px;color:var(--ink-soft);display:inline-flex;font-size:9px;font-weight:750;padding:4px 8px}.ownership--unowned{background:var(--teal-soft);color:var(--teal-strong)}.ownership--other_project,.ownership--ambiguous{background:var(--amber-soft);color:var(--amber)}.ownership--system{background:var(--vermilion-soft);color:var(--vermilion-strong)}.role-checks{display:flex;gap:10px}.role-checks label{align-items:center;display:inline-flex;font-size:10px;gap:4px}.resource-browser-state{align-items:center;color:var(--ink-muted);display:flex;font-size:11px;justify-content:center;min-height:230px;padding:24px}.resource-pagination{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.resource-pagination>span,.selection-summary{color:var(--ink-muted);font-size:10px}.selection-summary{margin-right:auto}.import-result{align-items:flex-start;background:var(--teal-soft);border-radius:var(--radius-sm);color:var(--teal-strong);display:flex;gap:9px;margin-top:14px;padding:12px}.import-result--warning{background:var(--amber-soft);color:var(--amber)}.import-result div{display:flex;flex-direction:column;font-size:10px;gap:4px}}@media(max-width:760px){.page-header__actions,.project-header__actions{align-items:stretch;flex-direction:column;width:100%}.page-header__actions .button,.project-header__actions .button{justify-content:center}.form-grid{grid-template-columns:1fr}.form-grid__wide{grid-column:1}.resource-browser-toolbar{align-items:stretch;flex-wrap:wrap}.resource-browser-toolbar .search-field{flex-basis:100%;max-width:none}.resource-kind-tabs{gap:18px;overflow-x:auto}.modal__footer{flex-wrap:wrap}.selection-summary{flex-basis:100%}}@layer base{:root{--font-display: "Aptos Display", "Source Han Sans SC", "Microsoft YaHei UI", sans-serif;--font-body: "IBM Plex Sans", "Source Han Sans SC", "Microsoft YaHei UI", sans-serif;--font-mono: "IBM Plex Mono", "Cascadia Code", "Microsoft YaHei UI", monospace;--canvas: #f4f2ec;--surface: #fbfaf7;--surface-strong: #ffffff;--surface-muted: #eeece5;--surface-tint: #e6f0ec;--ink: #17211f;--ink-soft: #46514e;--ink-muted: #727b78;--line: #dddcd5;--line-strong: #cbc9c0;--teal: #087b68;--teal-strong: #056352;--teal-soft: #dcece6;--vermilion: #b83d2d;--vermilion-strong: #963123;--vermilion-soft: #f5e4df;--amber: #9a6511;--amber-soft: #f4ead4;--shadow-low: 0 1px 1px rgb(16 33 29 / 5%);--shadow-menu: 0 16px 44px rgb(16 33 29 / 13%), 0 2px 8px rgb(16 33 29 / 8%);--radius-sm: 7px;--radius-md: 11px;--radius-lg: 18px;--sidebar-width: 256px;--demo-height: 30px;--transition: .16s cubic-bezier(.2, .75, .3, 1)}body{background:linear-gradient(rgb(23 33 31 / 2%) 1px,transparent 1px),var(--canvas);background-size:100% 32px;color:var(--ink);font-family:var(--font-body);font-size:14px}::selection{background:var(--teal-soft);color:var(--teal-strong)}:focus-visible{outline:3px solid rgb(8 123 104 / 24%);outline-offset:2px}code{font-family:var(--font-mono)}}@layer components{.sr-only{clip:rect(0,0,0,0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.eyebrow{color:var(--ink-muted);font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.brand{align-items:center;display:inline-flex;flex:0 0 auto;gap:11px}.brand__mark{align-items:flex-end;background:var(--ink);border-radius:9px;display:flex;gap:3px;height:34px;justify-content:center;overflow:hidden;padding:7px;position:relative;transform:rotate(-1deg);width:34px}.brand__mark:after{background:var(--teal);border-radius:50%;content:"";height:6px;position:absolute;right:4px;top:4px;width:6px}.brand__mark span{background:#fff;border-radius:1px 1px 0 0;display:block;width:4px}.brand__mark span:nth-child(1){height:8px}.brand__mark span:nth-child(2){height:15px}.brand__mark span:nth-child(3){height:11px}.brand__copy{display:flex;flex-direction:column;line-height:1.1}.brand__copy strong{font-family:var(--font-display);font-size:16px;font-weight:750;letter-spacing:.04em}.brand__copy small{color:var(--ink-muted);font-size:10px;letter-spacing:.18em;margin-top:4px}.button{align-items:center;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-size:13px;font-weight:650;gap:8px;justify-content:center;min-height:38px;padding:8px 14px;text-decoration:none;transition:background-color var(--transition),border-color var(--transition),color var(--transition),transform var(--transition)}.button:not(:disabled):active{transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.5}.button--primary{background:var(--teal);color:#fff}.button--primary:not(:disabled):hover{background:var(--teal-strong)}.button--secondary{background:var(--surface-strong);border:1px solid var(--line-strong);box-shadow:var(--shadow-low)}.button--secondary:not(:disabled):hover{background:var(--surface-muted);border-color:#b7b5ac}.button--quiet{background:transparent;color:var(--ink-soft)}.button--quiet:not(:disabled):hover{background:var(--surface-muted);color:var(--ink)}.button--danger{background:var(--vermilion);color:#fff}.button--danger:not(:disabled):hover{background:var(--vermilion-strong)}.button--wide{width:100%}.icon-button{align-items:center;background:transparent;border-radius:6px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:0;transition:background-color var(--transition),color var(--transition);width:32px}.icon-button:hover{background:var(--surface-muted)}.text-button{background:transparent;cursor:pointer;font-size:12px;font-weight:650;padding:5px 0;white-space:nowrap}.text-button--danger{color:var(--vermilion)}.text-button--danger:hover{color:var(--vermilion-strong);text-decoration:underline;text-underline-offset:3px}.text-button:disabled{cursor:wait;opacity:.55}.member-actions{display:grid;gap:6px;grid-template-columns:repeat(3,72px);justify-content:flex-end;white-space:nowrap}.member-actions .text-button{align-items:center;display:inline-flex;gap:4px;justify-content:center;min-height:32px;width:100%}.member-actions .text-button:disabled{cursor:not-allowed}.member-action__icon{flex:0 0 auto}.member-action__icon--suspend{color:var(--amber)}.member-action__icon--resume{color:var(--teal)}.state-screen{align-items:center;background:var(--canvas);display:flex;flex-direction:column;gap:24px;justify-content:center;min-height:100svh}.state-screen>p{color:var(--ink-muted);font-size:12px}.loading-line{background:var(--line);height:1px;overflow:hidden;position:relative;width:160px}.loading-line:after{animation:loading-scan 1.15s ease-in-out infinite;background:var(--teal);content:"";height:1px;left:0;position:absolute;top:0;width:45%}.auth-screen{background:var(--canvas);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr);min-height:100svh;overflow:hidden}.auth-screen__intro{background:radial-gradient(circle at 78% 17%,rgb(8 123 104 / 11%),transparent 27%),linear-gradient(125deg,#ebeae3,#f7f4ed 60%,#e9eee8);display:flex;flex-direction:column;justify-content:space-between;min-height:100svh;overflow:hidden;padding:clamp(32px,5vw,72px);position:relative}.auth-screen__intro:before,.auth-screen__intro:after{border:1px solid rgb(23 33 31 / 10%);border-radius:50%;content:"";position:absolute}.auth-screen__intro:before{height:440px;right:-180px;top:12%;width:440px}.auth-screen__intro:after{height:280px;right:-98px;top:calc(12% + 80px);width:280px}.auth-screen__intro>div{animation:rise-in .56s 80ms both;max-width:660px;position:relative;z-index:1}.auth-screen__intro h1{font-family:var(--font-display);font-size:clamp(44px,5.4vw,78px);font-weight:660;letter-spacing:-.052em;line-height:1.08;margin:18px 0 26px}.auth-screen__intro>div>p:last-child{color:var(--ink-soft);font-size:16px;line-height:1.8;max-width:510px}.auth-screen__intro footer{color:var(--ink-muted);font-family:var(--font-mono);font-size:11px;letter-spacing:.08em}.auth-screen__action{align-items:center;background:var(--surface-strong);display:flex;justify-content:center;padding:48px}.auth-action{animation:rise-in .52s .16s both;max-width:370px;width:100%}.auth-action__glyph{align-items:center;background:var(--teal-soft);border-radius:50%;color:var(--teal-strong);display:flex;height:58px;justify-content:center;margin-bottom:32px;width:58px}.auth-action h2{font-family:var(--font-display);font-size:31px;letter-spacing:-.025em;margin:10px 0 14px}.auth-action>p:not(.eyebrow){color:var(--ink-soft);line-height:1.7;margin-bottom:30px}.auth-action .button{min-height:46px}.auth-action>small{color:var(--ink-muted);display:block;font-size:11px;line-height:1.6;margin-top:16px;text-align:center}.setup-screen{background:linear-gradient(90deg,rgb(23 33 31 / 3%) 1px,transparent 1px),linear-gradient(rgb(23 33 31 / 3%) 1px,transparent 1px),var(--canvas);background-size:40px 40px;min-height:100svh;padding:clamp(24px,5vw,64px)}.setup-screen>header{align-items:center;display:flex;justify-content:space-between}.version{color:var(--ink-muted);font-family:var(--font-mono);font-size:11px}.setup-panel{animation:rise-in .5s both;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 28px 70px #10211d14;margin:clamp(50px,10vh,110px) auto 0;max-width:820px;overflow:hidden}.setup-panel__heading{align-items:flex-start;display:flex;gap:22px;padding:clamp(28px,5vw,54px)}.state-icon{align-items:center;background:var(--teal-soft);border-radius:50%;color:var(--teal-strong);display:inline-flex;flex:0 0 auto;height:54px;justify-content:center;width:54px}.state-icon--error{background:var(--vermilion-soft);color:var(--vermilion)}.setup-panel h1,.error-screen h1{font-family:var(--font-display);font-size:clamp(28px,4vw,40px);letter-spacing:-.035em;margin:8px 0 12px}.setup-panel__heading p:last-child,.error-screen section>p:not(.eyebrow){color:var(--ink-soft);line-height:1.65}.setup-steps{border-bottom:1px solid var(--line);border-top:1px solid var(--line);list-style:none;margin:0;padding:0 clamp(28px,5vw,54px)}.setup-steps li{align-items:flex-start;border-bottom:1px solid var(--line);display:flex;gap:22px;padding:21px 0}.setup-steps li:last-child{border:0}.setup-steps li>span{color:var(--teal);font-family:var(--font-mono);font-size:11px;padding-top:2px}.setup-steps strong{display:block;margin-bottom:5px}.setup-steps p,.setup-panel__footer p{color:var(--ink-muted);font-size:12px;line-height:1.6}.setup-panel__footer{align-items:center;display:flex;gap:20px;justify-content:space-between;padding:24px clamp(28px,5vw,54px)}.error-screen{align-items:flex-start;background:var(--canvas);display:flex;flex-direction:column;justify-content:space-between;min-height:100svh;padding:clamp(28px,6vw,80px)}.error-screen section{max-width:560px}.error-screen section .state-icon{margin-bottom:28px}.error-screen section .button{margin-top:28px}.error-screen footer{color:var(--ink-muted);font-size:11px;line-height:1.7}.request-id{background:var(--surface-muted);border-radius:5px;display:block;font-size:11px;margin-top:14px;padding:7px 9px;width:fit-content}.console{min-height:100svh}.demo-banner{align-items:center;background:var(--amber-soft);border-bottom:1px solid #e2d1ac;color:#69490f;display:flex;font-size:11px;font-weight:600;height:var(--demo-height);justify-content:center;left:0;position:fixed;right:0;top:0;z-index:60}.demo-banner~.sidebar{top:var(--demo-height)}.demo-banner~.mobile-header{top:var(--demo-height)}.demo-banner~.workspace{padding-top:calc(50px + var(--demo-height))}.sidebar{background:#f6f5f0f5;border-right:1px solid var(--line);bottom:0;display:flex;flex-direction:column;left:0;padding:22px 16px 14px;position:fixed;top:0;width:var(--sidebar-width);z-index:30}.sidebar__top{align-items:center;display:flex;justify-content:space-between;min-height:40px;padding:0 7px}.sidebar__close{display:none}.primary-nav{border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:3px;margin:22px 0 16px;padding-bottom:16px}.primary-nav button{align-items:center;background:transparent;border-radius:var(--radius-sm);color:var(--ink-soft);cursor:pointer;display:flex;font-size:13px;gap:10px;min-height:38px;padding:8px 10px;text-align:left;transition:background-color var(--transition),color var(--transition);width:100%}.primary-nav button:hover,.primary-nav button.is-active{background:var(--surface-muted);color:var(--ink)}.primary-nav button.is-active{box-shadow:inset 2px 0 0 var(--teal);font-weight:650}.primary-nav button>span{color:var(--ink-muted);font-family:var(--font-mono);font-size:10px;margin-left:auto}.sidebar__project-heading{align-items:center;color:var(--ink-muted);display:flex;font-size:10px;font-weight:700;justify-content:space-between;letter-spacing:.11em;padding:0 9px 9px;text-transform:uppercase}.sidebar-search{display:block;margin:0 2px 9px}.sidebar-search input{background:transparent;border:0;border-bottom:1px solid transparent;font-size:12px;height:30px;outline:none;padding:4px 7px;transition:border-color var(--transition);width:100%}.sidebar-search input:focus{border-color:var(--teal)}.sidebar-search input::placeholder{color:#969b98}.project-nav{display:flex;flex:1;flex-direction:column;gap:2px;min-height:0;overflow-y:auto}.project-nav button{align-items:center;background:transparent;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:10px;min-height:50px;padding:8px 9px;text-align:left;transition:background-color var(--transition),transform var(--transition);width:100%}.project-nav button:hover{background:#ffffffa6}.project-nav button.is-active{background:var(--surface-strong);box-shadow:var(--shadow-low),inset 0 0 0 1px var(--line)}.project-nav button>span:nth-child(2){display:flex;flex:1;flex-direction:column;min-width:0}.project-nav strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-nav small{color:var(--ink-muted);font-family:var(--font-mono);font-size:9px;margin-top:4px}.project-dot{background:var(--line-strong);border-radius:50%;flex:0 0 auto;height:7px;width:7px}.project-dot--ready{background:var(--teal)}.project-dot--warning{background:var(--amber)}.project-dot--draft{background:var(--ink-muted)}.nav-empty{color:var(--ink-muted);font-size:11px;padding:18px 9px}.sidebar__footer{align-items:center;border-top:1px solid var(--line);display:flex;gap:8px;justify-content:space-between;margin-top:12px;padding:13px 5px 0}.sidebar__footer>span{color:var(--ink-muted);font-family:var(--font-mono);font-size:9px}.account{min-width:0;position:relative}.account__trigger{align-items:center;background:transparent;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:9px;max-width:184px;padding:5px;text-align:left;transition:background-color var(--transition);width:100%}.account__trigger:hover{background:var(--surface-muted)}.account__trigger>span:nth-child(2){display:flex;flex:1;flex-direction:column;min-width:0}.account__trigger strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account__trigger small{color:var(--ink-muted);font-size:9px;margin-top:2px}.account__trigger>svg{color:var(--ink-muted)}.account__trigger--compact{max-width:none;padding:0;width:auto}.avatar,.mini-avatar{align-items:center;background:var(--ink);border-radius:50%;color:#fff;display:inline-flex;flex:0 0 auto;font-family:var(--font-display);justify-content:center}.avatar{height:30px;width:30px}.mini-avatar{background:var(--surface-muted);color:var(--ink);font-size:12px;height:32px;width:32px}.account-menu{animation:menu-in .14s both;background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-md);bottom:calc(100% + 10px);box-shadow:var(--shadow-menu);left:0;min-width:270px;overflow:hidden;padding:6px;position:absolute;z-index:70}.account-menu__identity{border-bottom:1px solid var(--line);display:flex;flex-direction:column;margin:0 4px 5px;padding:10px 9px 12px}.account-menu__identity strong{font-size:12px}.account-menu__identity span{color:var(--ink-muted);font-size:10px;margin-top:4px}.account-menu>button{align-items:flex-start;background:transparent;border-radius:7px;cursor:pointer;display:flex;gap:10px;padding:10px 9px;text-align:left;width:100%}.account-menu>button:hover{background:var(--surface-muted)}.account-menu>button:disabled{cursor:wait;opacity:.55}.account-menu>button svg{margin-top:1px}.account-menu>button span{display:flex;flex-direction:column}.account-menu>button strong{font-size:12px}.account-menu>button small{color:var(--ink-muted);font-size:10px;line-height:1.4;margin-top:3px}.account-menu__danger{color:var(--vermilion)}.account-menu__danger small{color:#946c66!important}.mobile-header,.sidebar-scrim{display:none}.workspace{margin-left:var(--sidebar-width);min-height:100svh;padding:0}.management-banner{align-items:center;background:var(--amber-soft);border-bottom:1px solid #e2d1ac;color:#69490f;display:flex;font-size:11px;gap:10px;justify-content:center;padding:10px clamp(18px,4vw,52px)}.management-banner svg{flex:0 0 auto}.management-banner span{line-height:1.55}.management-banner strong{margin-right:8px}.page{margin:0 auto;max-width:1450px;min-height:100svh;padding:clamp(36px,5vw,72px) clamp(28px,5vw,76px) 80px}.page--enter{animation:page-in .36s both}.page-header{align-items:flex-end;display:flex;gap:32px;justify-content:space-between;margin-bottom:44px}.page-header h1,.project-header h1{font-family:var(--font-display);font-size:clamp(36px,4.3vw,58px);font-weight:680;letter-spacing:-.048em;line-height:1;margin:12px 0 15px}.page-header>div>p:last-child,.project-header>div>p:last-child{color:var(--ink-soft);line-height:1.6}.metric-strip{align-items:stretch;border-bottom:1px solid var(--line-strong);border-top:1px solid var(--line-strong);display:grid;grid-template-columns:repeat(3,minmax(130px,180px)) 1fr;margin-bottom:40px;min-height:92px}.metric-strip>div{border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;padding:16px 24px}.metric-strip>div:first-child{padding-left:0}.metric-strip span{color:var(--ink-muted);font-size:10px;letter-spacing:.06em}.metric-strip strong{font-family:var(--font-display);font-size:29px;font-weight:650;margin-top:6px}.metric-strip strong small{color:var(--ink-muted);font-family:var(--font-body);font-size:12px;font-weight:400}.metric-strip>p{align-items:center;color:var(--ink-muted);display:flex;font-size:11px;gap:8px;justify-content:flex-end}.pulse-dot{animation:status-pulse 2.2s infinite;background:var(--teal);border-radius:50%;height:7px;width:7px}.data-section,.panel-content{min-width:0}.section-toolbar{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:18px}.section-toolbar>div:first-child{align-items:baseline;display:flex;gap:12px}.section-toolbar h2{font-family:var(--font-display);font-size:19px;letter-spacing:-.02em}.section-toolbar>div:first-child>span{color:var(--ink-muted);font-size:11px}.section-toolbar--compact{margin-bottom:10px}.section-toolbar--compact h3{font-family:var(--font-display);font-size:15px}.toolbar-actions{align-items:center;display:flex;gap:10px}.session-lookup{align-items:center;display:flex;gap:8px}.search-field{align-items:center;background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-sm);display:flex;gap:8px;min-width:290px;padding:0 11px;transition:border-color var(--transition),box-shadow var(--transition)}.search-field:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px #087b681a}.search-field svg{color:var(--ink-muted);flex:0 0 auto}.search-field input{background:transparent;border:0;font-size:12px;height:37px;min-width:0;outline:none;width:100%}.search-field input::placeholder{color:#969b98}.search-field--small{min-width:240px}.table-wrap{background:#fbfaf7b3;border-bottom:1px solid var(--line-strong);border-top:1px solid var(--line-strong);overflow-x:auto}.data-table{font-size:12px;min-width:820px;width:100%}.data-table th{color:var(--ink-muted);font-size:9px;font-weight:700;height:43px;letter-spacing:.1em;padding:10px 14px;text-align:left;text-transform:uppercase;white-space:nowrap}.data-table td{border-top:1px solid var(--line);color:var(--ink-soft);height:66px;padding:11px 14px;vertical-align:middle}.data-table th:first-child,.data-table td:first-child{padding-left:6px}.data-table th:last-child,.data-table td:last-child{padding-right:6px;text-align:right}.data-table tbody tr{transition:background-color var(--transition)}.data-table tbody tr:hover{background:var(--surface-strong)}.project-table tbody tr{cursor:pointer}.table-row-enter{animation:row-in .3s both}.table-row-enter:nth-child(2){animation-delay:35ms}.table-row-enter:nth-child(3){animation-delay:70ms}.table-row-enter:nth-child(4){animation-delay:105ms}.table-row-enter:nth-child(5){animation-delay:.14s}.table-row-enter:nth-child(n+6){animation-delay:.18s}.project-name{align-items:flex-start;background:transparent;cursor:pointer;display:flex;flex-direction:column;padding:0;text-align:left}.project-name strong{color:var(--ink);font-size:13px}.project-name small{color:var(--ink-muted);font-family:var(--font-mono);font-size:9px;margin-top:5px}.domain-cell{color:var(--ink);font-family:var(--font-mono);font-size:10px}.muted{color:var(--ink-muted);margin-left:6px}.admin-stack{white-space:nowrap}.row-arrow{color:var(--line-strong);transform:translate(-4px);transition:color var(--transition),transform var(--transition)}tr:hover .row-arrow{color:var(--teal);transform:translate(0)}.status{align-items:center;border-radius:999px;display:inline-flex;font-size:10px;font-weight:650;gap:6px;padding:4px 8px;white-space:nowrap}.status>span{background:currentColor;border-radius:50%;height:5px;width:5px}.status--ready,.status--active{background:var(--teal-soft);color:var(--teal-strong)}.status--warning{background:var(--amber-soft);color:var(--amber)}.status--draft,.status--disabled{background:var(--surface-muted);color:var(--ink-muted)}.status--suspended{background:#fff2d5;color:#8a5a00}.status--expired{background:var(--vermilion-soft);color:var(--vermilion)}.status-note{color:var(--amber);display:block;font-size:9px;margin-top:5px;max-width:190px}.status-note--neutral{color:var(--ink-muted);max-width:170px}.empty-table{align-items:center;color:var(--ink-muted);display:flex;flex-direction:column;justify-content:center;min-height:230px;padding:40px;text-align:center}.empty-table>span{align-items:center;background:var(--surface-muted);border-radius:50%;color:var(--ink-soft);display:flex;height:46px;justify-content:center;margin-bottom:14px;width:46px}.empty-table strong{color:var(--ink);font-size:13px}.empty-table p{font-size:11px;margin-top:6px}.back-link{align-items:center;background:transparent;color:var(--ink-muted);cursor:pointer;display:inline-flex;font-size:11px;gap:7px;margin-bottom:32px;padding:0}.back-link:hover{color:var(--teal)}.project-header{align-items:flex-end;display:flex;gap:40px;justify-content:space-between;margin-bottom:31px}.project-header__identity{align-items:center;display:flex;gap:10px}.project-code{color:var(--teal);font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.08em}.project-header__meta{border-left:1px solid var(--line-strong);display:flex;flex:0 0 auto;flex-direction:column;min-width:140px;padding-left:20px}.project-header__meta span{color:var(--ink-muted);font-size:9px;letter-spacing:.1em;text-transform:uppercase}.project-header__meta strong{font-size:13px;margin-top:7px}.notice{align-items:center;border-radius:var(--radius-sm);display:flex;font-size:11px;gap:9px;margin:-8px 0 24px;padding:10px 12px}.notice--warning{background:var(--amber-soft);color:#735015}.tabs{border-bottom:1px solid var(--line-strong);display:flex;gap:28px;overflow-x:auto}.tabs button{align-items:center;background:transparent;color:var(--ink-muted);cursor:pointer;display:flex;flex:0 0 auto;font-size:12px;font-weight:600;gap:7px;min-height:43px;padding:0 1px;position:relative}.tabs button:after{background:var(--teal);bottom:-1px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:center;transition:transform var(--transition);width:100%}.tabs button:hover,.tabs button.is-active{color:var(--ink)}.tabs button.is-active:after{transform:scaleX(1)}.tab-panel{padding-top:31px}.panel-content--enter{animation:panel-in .26s both}.user-cell,.resolved-user{align-items:center;display:flex;gap:10px}.membership-notice{display:grid;gap:4px;padding:11px 13px;border:1px solid #d9c89d;border-radius:8px;background:#fff8e8;color:#644b16;font-size:12px;line-height:1.5}.membership-notice strong{font-size:13px}.user-cell>span:last-child,.resolved-user>span:nth-child(2){display:flex;flex-direction:column}.user-cell strong,.resolved-user strong{color:var(--ink);font-size:12px}.user-cell small,.resolved-user small{color:var(--ink-muted);font-size:10px;margin-top:3px}.role-list{display:flex;flex-wrap:wrap;gap:5px}.role-list code{background:var(--surface-muted);border-radius:4px;color:var(--ink-soft);font-size:9px;padding:4px 6px}.client-list{border-top:1px solid var(--line-strong)}.dependency-section{margin-bottom:24px}.dependency-table{min-width:760px}.dependency-table td{height:58px}.dependency-table td>code,.dependency-table td>span,.dependency-table td>strong{display:block}.dependency-table td>code{color:var(--ink-muted);font-size:9px;margin-top:4px}.client-item{border-bottom:1px solid var(--line-strong);padding:26px 0 31px}.client-item>header{align-items:flex-start;display:grid;gap:14px;grid-template-columns:auto 1fr auto}.client-icon{align-items:center;background:var(--surface-muted);border-radius:8px;color:var(--teal);display:flex;height:38px;justify-content:center;width:38px}.client-title{align-items:center;display:flex;gap:10px}.client-title h3{font-family:var(--font-display);font-size:16px}.client-item header>div>code{color:var(--ink-muted);display:inline-block;font-size:10px;margin-top:6px}.client-item dl{display:flex;gap:30px}.client-side{align-items:flex-end;display:flex;flex-direction:column;gap:14px}.client-actions{display:flex;gap:8px;justify-content:flex-end}.resource-source{background:var(--surface-muted);border:1px solid var(--line);border-radius:999px;color:var(--ink-muted);font-size:9px;font-weight:700;padding:3px 7px;white-space:nowrap}.client-item dl>div{display:flex;flex-direction:column}.client-item dt{color:var(--ink-muted);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.client-item dd{font-size:11px;margin-top:6px}.uri-section{margin-left:52px;margin-top:22px;max-width:820px}.uri-section h4{color:var(--ink-muted);font-size:9px;letter-spacing:.08em;margin-bottom:7px;text-transform:uppercase}.uri-row{align-items:center;border-top:1px solid var(--line);display:flex;gap:12px;justify-content:space-between;min-height:39px}.uri-row:last-child{border-bottom:1px solid var(--line)}.uri-row--empty{color:var(--ink-muted);font-size:10px}.uri-row code{color:var(--ink-soft);font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plain-code{background:transparent;color:var(--ink-soft);font-size:10px}.actor-cell{align-items:center;display:flex;gap:7px;white-space:nowrap}.actor-cell svg{color:var(--ink-muted)}.audit-result{font-size:10px;font-weight:700}.audit-result--success{color:var(--teal)}.audit-result--failed{color:var(--vermilion)}.audit-result--pending,.audit-result--warning{color:var(--amber)}.panel-error{align-items:flex-start;background:var(--vermilion-soft);border:1px solid #e9cbc3;border-radius:var(--radius-sm);color:var(--vermilion);display:flex;gap:12px;padding:16px}.panel-error>div{flex:1}.panel-error strong{color:var(--ink);font-size:12px}.panel-error p{color:#875c55;font-size:11px;line-height:1.5;margin-top:4px}.inline-error{background:var(--vermilion-soft);border-radius:5px;color:var(--vermilion);font-size:11px;line-height:1.5;margin-top:10px;padding:8px 9px}.inline-page-error{align-items:flex-start;display:flex;flex-direction:column;margin:0 auto;max-width:520px;padding:20vh 30px}.inline-page-error>svg{color:var(--vermilion)}.inline-page-error h1{font-family:var(--font-display);font-size:32px;margin:18px 0 10px}.inline-page-error p{color:var(--ink-soft);line-height:1.6}.inline-page-error .button{margin-top:24px}.modal-backdrop{align-items:center;animation:backdrop-in .15s both;background:#141e1c61;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:24px;position:fixed;z-index:100}.modal{animation:modal-in .19s both;background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 28px 90px #08141140;max-height:calc(100svh - 48px);max-width:590px;outline:none;overflow:auto;width:100%}.modal--danger{border-top:3px solid var(--vermilion)}.modal__header{align-items:flex-start;border-bottom:1px solid var(--line);display:flex;gap:20px;justify-content:space-between;padding:24px 26px 21px}.modal__header h2{font-family:var(--font-display);font-size:23px;letter-spacing:-.025em;margin:8px 0 7px}.modal__header p:last-child{color:var(--ink-soft);font-size:11px;line-height:1.55;max-width:470px}.modal__body{padding:24px 26px}.modal__footer{align-items:center;background:var(--surface);border-top:1px solid var(--line);display:flex;gap:9px;justify-content:flex-end;padding:15px 26px}.grant-form{display:flex;flex-direction:column;gap:22px}.form-field{display:flex;flex-direction:column;gap:7px}.form-field>span,.form-field>label,.role-options legend{color:var(--ink-soft);font-size:11px;font-weight:700}.form-field input{background:var(--surface-strong);border:1px solid var(--line-strong);border-radius:var(--radius-sm);min-height:40px;outline:none;padding:8px 11px;transition:border-color var(--transition),box-shadow var(--transition)}.form-field input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #087b681a}.form-field small{color:var(--ink-muted);font-size:10px}.resolve-field{display:flex;gap:8px}.resolve-field input{flex:1;min-width:0}.resolved-user{background:var(--teal-soft);border-radius:var(--radius-sm);color:var(--teal-strong);padding:12px}.resolved-user>span:nth-child(2){flex:1}.resolved-user .mini-avatar{background:var(--surface-strong)}.user-suggestions{background:var(--surface-strong);border:1px solid var(--line-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow-low);display:flex;flex-direction:column;overflow:hidden}.user-suggestions>button{align-items:center;background:transparent;border-bottom:1px solid var(--line);cursor:pointer;display:flex;gap:11px;padding:11px 12px;text-align:left;width:100%}.user-suggestions>button:last-child{border-bottom:0}.user-suggestions>button:hover,.user-suggestions>button:focus-visible{background:var(--teal-soft);outline:none}.user-suggestions>button>span:nth-child(2){display:flex;flex:1;flex-direction:column;min-width:0}.user-suggestions strong{font-size:12px}.user-suggestions small{color:var(--ink-muted);font-size:10px;margin-top:3px}.user-suggestions em{color:var(--teal-strong);font-size:9px;font-style:normal;white-space:nowrap}.danger-summary{display:flex;flex-direction:column;gap:16px}.danger-summary>p{color:var(--ink-soft);font-size:12px;line-height:1.65}.role-options{border:0;display:flex;flex-direction:column;gap:7px;margin:0;padding:0}.role-options legend{margin-bottom:8px}.role-options label{align-items:flex-start;border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:10px;padding:10px 11px;transition:background-color var(--transition),border-color var(--transition)}.role-options label:has(input:checked){background:var(--teal-soft);border-color:#a8cbc0}.role-options input{position:absolute;visibility:hidden}.check-control{align-items:center;background:var(--surface-strong);border:1px solid var(--line-strong);border-radius:4px;color:transparent;display:flex;flex:0 0 auto;height:18px;justify-content:center;margin-top:1px;width:18px}.role-options input:checked+.check-control{background:var(--teal);border-color:var(--teal);color:#fff}.role-options label>span:last-child{display:flex;flex-direction:column}.role-options strong{font-family:var(--font-mono);font-size:10px}.role-options small{color:var(--ink-muted);font-size:10px;margin-top:3px}.revoke-summary>span{color:var(--ink-muted);display:block;font-size:10px;margin-bottom:8px}.revoke-summary>p{border-top:1px solid var(--line);color:var(--ink-soft);font-size:11px;line-height:1.6;margin-top:18px;padding-top:16px}.table-skeleton{border-bottom:1px solid var(--line);border-top:1px solid var(--line);display:grid;gap:1px;overflow:hidden}.table-skeleton--6{grid-template-columns:repeat(6,1fr)}.table-skeleton--7{grid-template-columns:repeat(7,1fr)}.table-skeleton span{animation:skeleton-wave 1.4s infinite alternate;background:var(--surface-muted);height:58px}.page-skeleton{display:flex;flex-direction:column;gap:18px}.page-skeleton span,.detail-skeleton span{animation:skeleton-wave 1.4s infinite alternate;background:var(--surface-muted);border-radius:4px;display:block}.page-skeleton span:nth-child(1){height:12px;width:80px}.page-skeleton span:nth-child(2){height:54px;width:44%}.page-skeleton span:nth-child(3){height:14px;width:62%}.page-skeleton span:nth-child(4){height:280px;margin-top:30px;width:100%}.detail-skeleton{display:flex;flex-direction:column;gap:12px}.detail-skeleton span{height:20px}.detail-skeleton span:nth-child(odd){width:70%}.detail-skeleton span:nth-child(2n){width:92%}@keyframes loading-scan{0%{transform:translate(-110%)}to{transform:translate(330%)}}.automation-overview{align-items:center;background:radial-gradient(circle at 85% 20%,rgb(8 123 104 / 13%),transparent 34%),linear-gradient(125deg,#17211f,#273b36);border-radius:var(--radius-lg);color:#fff;display:grid;gap:20px;grid-template-columns:auto minmax(0,1fr) auto;margin-bottom:38px;overflow:hidden;padding:27px 30px}.automation-overview__mark{align-items:center;background:#ffffff1a;border:1px solid rgb(255 255 255 / 14%);border-radius:12px;color:#89dbc8;display:flex;height:50px;justify-content:center;width:50px}.automation-overview .eyebrow{color:#89dbc8}.automation-overview h2{font-family:var(--font-display);font-size:20px;letter-spacing:-.02em;margin:7px 0}.automation-overview>div:nth-child(2)>p:last-child{color:#ffffffad;font-size:11px;line-height:1.6;max-width:690px}.automation-overview dl{display:flex;gap:1px}.automation-overview dl>div{align-items:center;background:#ffffff14;display:flex;flex-direction:column;justify-content:center;min-height:68px;min-width:82px;padding:10px 13px}.automation-overview dl>div:first-child{border-radius:9px 0 0 9px}.automation-overview dl>div:last-child{border-radius:0 9px 9px 0}.automation-overview dt{color:#ffffff94;font-size:9px}.automation-overview dd{font-family:var(--font-display);font-size:24px;font-weight:650;margin-top:4px}.automation-security-note{align-items:center;color:var(--teal-strong);display:inline-flex;font-size:10px;font-weight:700;gap:6px}.automation-state,.automation-empty{align-items:center;background:#fbfaf7b3;border-bottom:1px solid var(--line-strong);border-top:1px solid var(--line-strong);color:var(--ink-muted);display:flex;flex-direction:column;justify-content:center;min-height:260px;padding:36px;text-align:center}.automation-state{gap:15px}.automation-state p{font-size:11px}.automation-empty svg{color:var(--teal)}.automation-empty h3{color:var(--ink);font-family:var(--font-display);font-size:19px;margin:16px 0 7px}.automation-empty p{font-size:11px;line-height:1.6}.automation-empty .button{margin-top:20px}.automation-table{min-width:980px}.automation-identity{align-items:center;display:flex;gap:10px;min-width:230px}.automation-identity__icon{align-items:center;background:var(--teal-soft);border-radius:8px;color:var(--teal-strong);display:flex;flex:0 0 auto;height:36px;justify-content:center;width:36px}.automation-identity>span:last-child,.automation-scope-summary{align-items:flex-start;display:flex;flex-direction:column}.automation-identity strong,.automation-scope-summary strong{color:var(--ink);font-size:12px}.automation-identity code{color:var(--ink-muted);font-size:9px;margin-top:3px}.automation-identity small,.automation-scope-summary small{color:var(--ink-muted);font-size:9px;margin-top:4px}.automation-status{border-radius:999px;display:inline-flex;font-size:9px;font-weight:750;padding:4px 8px}.automation-status--active{background:var(--teal-soft);color:var(--teal-strong)}.automation-status--expired{background:var(--amber-soft);color:var(--amber)}.automation-status--revoked{background:var(--vermilion-soft);color:var(--vermilion)}.automation-actions{display:inline-flex;gap:2px}.icon-button--danger{color:var(--vermilion)}.icon-button--danger:hover{background:var(--vermilion-soft)}.automation-form{display:flex;flex-direction:column;gap:22px}.automation-preset{align-items:center;background:linear-gradient(120deg,var(--teal-soft),#edf4ef);border:1px solid #c7dfd6;border-radius:var(--radius-md);display:grid;gap:12px;grid-template-columns:auto minmax(0,1fr) auto;padding:14px}.automation-preset__icon{align-items:center;background:var(--surface-strong);border-radius:8px;color:var(--teal);display:flex;height:38px;justify-content:center;width:38px}.automation-preset>span:nth-child(2){display:flex;flex-direction:column}.automation-preset strong{font-size:12px}.automation-preset small{color:var(--ink-soft);font-size:10px;line-height:1.45;margin-top:3px}.automation-preset .button.is-selected{border-color:#a8d2c4;color:var(--teal-strong);opacity:1}.automation-scopes{border:0;display:grid;gap:9px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0}.automation-scopes legend{color:var(--ink-soft);font-size:11px;font-weight:700;margin-bottom:9px;padding:0}.automation-scopes label{align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:10px;min-height:91px;padding:12px}.automation-scopes label:has(input:checked){background:#f3f8f5;border-color:#bad5cc}.automation-scopes input{accent-color:var(--teal);margin:2px 0 0}.automation-scopes label>span{display:flex;flex-direction:column;min-width:0}.automation-scopes strong{align-items:center;color:var(--ink);display:flex;font-size:11px;gap:6px}.automation-scopes strong em{background:var(--vermilion-soft);border-radius:999px;color:var(--vermilion);font-size:8px;font-style:normal;padding:2px 5px}.automation-scopes small{color:var(--ink-muted);font-size:9px;line-height:1.45;margin:4px 0}.automation-scopes code{color:var(--teal-strong);font-size:8px}.form-field-error{color:var(--vermilion)!important}.credential-warning{align-items:flex-start;background:var(--amber-soft);border-radius:var(--radius-sm);color:#735015;display:flex;gap:10px;padding:12px}.credential-warning--strong{border:1px solid #e1ca9a;margin-bottom:20px}.credential-warning svg{flex:0 0 auto}.credential-warning p{font-size:10px;line-height:1.6}.credential-fields{border-top:1px solid var(--line)}.credential-fields>div{border-bottom:1px solid var(--line);padding:13px 0}.credential-fields dt,.credential-scopes>span{color:var(--ink-muted);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.credential-value{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:6px}.credential-value code{color:var(--ink-soft);font-size:10px;overflow-wrap:anywhere}.credential-value--secret{background:var(--vermilion-soft);border-radius:var(--radius-sm);color:var(--vermilion);padding:8px 9px 8px 11px}.credential-value--secret code{color:var(--vermilion-strong);font-size:11px}.credential-scopes{margin-top:18px}.credential-scopes .role-list{margin-top:8px}.recent-authentication-action{align-items:center;background:var(--teal-soft);border-radius:var(--radius-sm);color:var(--teal-strong);display:flex;font-size:10px;gap:14px;justify-content:space-between;line-height:1.55;margin-top:10px;padding:11px 12px}.recent-authentication-action .button{flex:0 0 auto}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes page-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes panel-in{0%{opacity:0;transform:translate(7px)}to{opacity:1;transform:translate(0)}}@keyframes row-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes menu-in{0%{opacity:0;transform:translateY(4px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes status-pulse{0%,to{box-shadow:0 0 #087b6800}35%{box-shadow:0 0 0 5px #087b6824}}@keyframes skeleton-wave{0%{opacity:.55}to{opacity:1}}}@layer utilities{@media(max-width:1100px){.metric-strip{grid-template-columns:repeat(3,1fr)}.metric-strip>p{display:none}.client-item dl{display:grid;gap:12px 24px;grid-template-columns:repeat(2,auto)}.automation-overview{align-items:flex-start;grid-template-columns:auto minmax(0,1fr)}.automation-overview dl{grid-column:2;justify-content:flex-start}}@media(max-width:840px){:root{--mobile-header-height: 56px}.auth-screen{grid-template-columns:1fr}.auth-screen__intro{min-height:48svh;padding:28px}.auth-screen__intro h1{font-size:clamp(38px,11vw,58px);margin:14px 0 17px}.auth-screen__intro>div>p:last-child{font-size:13px}.auth-screen__intro footer{display:none}.auth-screen__action{min-height:52svh;padding:36px 28px}.auth-action__glyph{display:none}.sidebar{box-shadow:var(--shadow-menu);transform:translate(-105%);transition:transform .22s cubic-bezier(.2,.75,.3,1);width:min(82vw,300px);z-index:80}.sidebar--open{transform:translate(0)}.sidebar__close{display:inline-flex}.sidebar-scrim{background:#141e1c52;border:0;display:block;top:0;right:0;bottom:0;left:0;position:fixed;z-index:70}.mobile-header{align-items:center;background:#f6f5f0f0;border-bottom:1px solid var(--line);display:flex;height:var(--mobile-header-height);justify-content:space-between;left:0;padding:0 15px;position:fixed;right:0;top:0;z-index:50}.demo-banner~.mobile-header{top:var(--demo-height)}.mobile-header .brand__copy{display:none}.mobile-header .brand__mark{height:30px;width:30px}.mobile-header .account-menu{bottom:auto;left:auto;right:0;top:calc(100% + 10px)}.workspace{margin-left:0;padding-top:var(--mobile-header-height)}.demo-banner~.workspace{padding-top:calc(var(--mobile-header-height) + var(--demo-height))}.page{min-height:calc(100svh - var(--mobile-header-height));padding:32px 18px 60px}.page-header{align-items:flex-start;margin-bottom:30px}.page-header h1,.project-header h1{font-size:38px}.metric-strip{min-height:80px}.metric-strip>div{padding:12px 15px}.metric-strip>div:first-child{padding-left:0}.metric-strip strong{font-size:24px}.section-toolbar{align-items:stretch;flex-direction:column;gap:13px}.toolbar-actions,.session-lookup{align-items:stretch;flex-direction:column}.search-field,.search-field--small{min-width:0;width:100%}.automation-overview{padding:22px}.automation-scopes{grid-template-columns:1fr}.project-header{align-items:flex-start;flex-direction:column;gap:20px}.project-header__meta{border-left:0;border-top:1px solid var(--line);flex-direction:row;gap:10px;padding:12px 0 0;width:100%}.project-header__meta strong{margin-top:0}.client-item>header{grid-template-columns:auto 1fr}.client-side{align-items:stretch;grid-column:1 / -1;margin-left:52px}.client-item dl,.uri-section{margin-left:0}}@media(max-width:560px){.auth-screen__intro{min-height:43svh}.auth-screen__action{min-height:57svh}.setup-screen{padding:20px 14px}.setup-panel__heading{flex-direction:column}.setup-panel__footer{align-items:flex-start;flex-direction:column}.error-screen{padding:28px 22px}.page-header .button--quiet{font-size:0;padding:8px}.metric-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-strip>div{padding:11px 9px}.metric-strip>div span{font-size:8px}.metric-strip strong{font-size:20px}.automation-overview{display:flex;flex-direction:column}.automation-overview dl{width:100%}.automation-overview dl>div{flex:1}.automation-preset{grid-template-columns:auto minmax(0,1fr)}.automation-preset .button{grid-column:1 / -1;width:100%}.recent-authentication-action{align-items:stretch;flex-direction:column}.section-toolbar>div:first-child{align-items:flex-start;flex-direction:column;gap:4px}.tabs{gap:22px;margin-right:-18px;padding-right:18px}.modal-backdrop{align-items:flex-end;padding:0}.modal{border-bottom:0;border-radius:18px 18px 0 0;max-height:92svh}.modal__header,.modal__body{padding-left:20px;padding-right:20px}.modal__footer{padding:13px 20px max(13px,env(safe-area-inset-bottom))}.resolve-field{align-items:stretch;flex-direction:column}.client-item dl{grid-template-columns:1fr 1fr;margin-left:0}.client-side{margin-left:0}.client-actions{justify-content:stretch}.client-actions .button{flex:1;justify-content:center}.client-title{align-items:flex-start;flex-direction:column;gap:6px}.account-menu{min-width:min(270px,calc(100vw - 28px))}.demo-banner{font-size:9px;padding:0 8px;text-align:center}}.global-admin-search{display:flex;align-items:flex-end;gap:12px;margin-bottom:20px}.global-admin-search .form-field{flex:1;min-width:0}.global-admin-confirm{display:grid;gap:16px}.global-admin-target{display:grid;gap:6px;padding:16px;border:1px solid #dce3e8;border-radius:10px;overflow-wrap:anywhere}.global-admin-target span,.global-admin-footnote{font-size:12px;color:#596975;line-height:1.7}.global-admin-notice{color:#246246;font-size:13px;line-height:1.7}.global-admin-table{min-width:640px}@media(max-width:560px){.global-admin-search{align-items:stretch;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}}
