:root{--page-bg: #f7f8fa;--panel: #ffffff;--panel-soft: #eef2f6;--text: #181b20;--muted: #667085;--line: rgba(24, 27, 32, .14);--accent: #4f8cff;--accent-strong: #2f6eea;--accent-soft: rgba(79, 140, 255, .14);--accent-shadow: rgba(79, 140, 255, .18);--accent-shadow-strong: rgba(79, 140, 255, .26);--action-hover-text: #181b20;--orange: #ff8003;--green: #12805c;--red: #c24136;--code-bg: #101114;--code-text: #f5f6f8;color-scheme:light;background:var(--page-bg);color:var(--text);font-family:Quicksand,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--page-bg: #101114;--panel: #171a20;--panel-soft: #20242d;--text: #f5f6f8;--muted: #aab2c0;--line: rgba(245, 246, 248, .15);--accent: #78aaff;--accent-strong: #98bcff;--accent-soft: rgba(120, 170, 255, .18);--accent-shadow: rgba(120, 170, 255, .22);--accent-shadow-strong: rgba(120, 170, 255, .32);--action-hover-text: #101114;--orange: #ff8003;--green: #5ed5a6;--red: #ff8a7c;--code-bg: #0b0c10;--code-text: #f5f6f8;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100svh;margin:0;background:var(--page-bg);color:var(--text)}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.auth-page,.app-shell{min-height:100svh}.app-shell{display:flex;flex-direction:column}.auth-page{display:grid;grid-template-rows:auto 1fr}.auth-topbar,.app-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px;padding:18px 28px;border-bottom:1px solid var(--line);background:var(--page-bg)}.brand{font-size:clamp(1.05rem,2vw,1.3rem);font-weight:600;line-height:1.2;text-decoration:none}.auth-actions,.topbar-actions,.panel-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.icon-button{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text)}.close-button{width:32px;min-width:32px;max-width:32px;flex:0 0 32px;height:32px;min-height:32px;max-height:32px;padding:0;border-radius:999px;font-size:1.2rem;line-height:1}.close-button:hover,.close-button:focus-visible{border-color:var(--accent);background:var(--accent-soft)}.theme-toggle{position:relative;display:inline-grid;grid-template-columns:repeat(2,28px);gap:4px;width:68px;height:40px;padding:4px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--panel-soft);color:var(--text)}.theme-toggle:before{content:"";position:absolute;top:4px;bottom:4px;left:4px;width:28px;border-radius:6px;background:var(--panel);transition:transform .18s ease}.theme-toggle.is-dark:before{transform:translate(32px)}.theme-toggle-option{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;color:var(--muted)}.theme-toggle.is-light .theme-toggle-option:first-child,.theme-toggle.is-dark .theme-toggle-option:last-child{color:var(--text)}.theme-toggle svg,.icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.topbar-link{display:inline-flex;min-height:36px;align-items:center;justify-content:center;padding:8px 16px;border:2px solid var(--accent);border-radius:6px;background:transparent;box-shadow:0 8px 24px var(--accent-shadow);color:inherit;font:600 .9rem/1 Quicksand,Inter,ui-sans-serif,system-ui,sans-serif;text-decoration:none;transition:background .16s ease,box-shadow .16s ease,color .16s ease,transform .12s ease}.topbar-link:hover,.topbar-link:focus-visible{background:var(--accent);box-shadow:0 10px 28px var(--accent-shadow-strong);color:var(--action-hover-text)}.topbar-link.auth-avatar-button{width:40px;min-width:40px;height:40px;min-height:40px;padding:0;border:1px solid currentColor;border-radius:999px;box-shadow:none}.topbar-link.auth-avatar-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.topbar-link.auth-avatar-button:hover,.topbar-link.auth-avatar-button:focus-visible{background:var(--text);box-shadow:none;color:var(--page-bg)}.account-menu-shell{position:relative;display:inline-flex}.account-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:10;min-width:132px;padding:6px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--page-bg) 52%,transparent);box-shadow:0 18px 44px #00000038;-webkit-backdrop-filter:blur(22px) saturate(1.35);backdrop-filter:blur(22px) saturate(1.35);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .16s ease,transform .18s ease}.account-menu-shell.is-account-menu-open .account-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.account-menu button{width:100%;min-height:36px;padding:8px 10px;border:0;border-radius:6px;background:transparent;color:var(--text);font:600 .9rem/1 Quicksand,Inter,ui-sans-serif,system-ui,sans-serif;text-align:left}.account-menu button:hover,.account-menu button:focus-visible{background:var(--accent-soft)}.button,.button-secondary,.button-danger{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:6px;color:inherit;font-weight:600;line-height:1;text-decoration:none;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .12s ease}.button,.button-secondary,.button-danger{padding:10px 14px}.button{border-color:var(--accent);background:var(--accent);color:#101114}.button:hover,.button:focus-visible{background:var(--accent-strong);border-color:var(--accent-strong)}.button-secondary:hover,.button-secondary:focus-visible{border-color:var(--accent);background:var(--accent-soft)}.button-danger{border-color:color-mix(in srgb,var(--red) 40%,var(--line));color:var(--red)}.button-danger:hover,.button-danger:focus-visible{background:color-mix(in srgb,var(--red) 12%,transparent)}.button:active,.button-secondary:active,.button-danger:active,.topbar-link:active,.icon-button:active{transform:translateY(2px) scale(.98)}.auth-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:48px;width:min(100%,1120px);margin:0 auto;padding:72px 28px;align-items:center}.auth-copy{max-width:620px}.auth-copy h1{color:var(--orange)}.auth-copy-text{opacity:1;transform:translateY(0);transition:opacity .24s ease,transform .28s ease}.auth-copy-text.is-hidden{opacity:0;transform:translateY(16px)}.auth-card-heading{opacity:1;transform:translateY(0);transition:opacity .24s ease,transform .28s ease}.auth-card-heading.is-hidden{opacity:0;transform:translateY(12px)}.eyebrow{margin:0 0 16px;color:var(--orange);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:16ch;margin-bottom:18px;font-size:clamp(2.4rem,6vw,4.5rem);font-weight:600;line-height:1}h2{margin-bottom:14px;font-size:clamp(1.4rem,2vw,1.85rem);line-height:1.2}h3{margin-bottom:10px;font-size:1.02rem;line-height:1.28}p,li{color:var(--muted);line-height:1.65}.lead{max-width:62ch;color:var(--text);font-size:1.08rem}.auth-card,.panel,.metric-card,.activity-table,.output-card{border:1px solid var(--line);border-radius:8px;background:var(--panel)}.auth-card{padding:24px}.form-grid,.stack{display:grid;gap:16px}.auth-form{gap:0}.auth-form>*+*{margin-top:16px}.notice{padding:14px 16px;border:1px solid var(--accent);border-radius:8px;background:var(--accent-soft);color:var(--text);line-height:1.5}.dashboard-toast{position:fixed;right:28px;bottom:calc(28px + env(safe-area-inset-bottom));z-index:70;width:min(360px,calc(100vw - 40px));animation:toast-slide-up .22s ease-out both;box-shadow:0 18px 40px #00000047;-webkit-backdrop-filter:blur(18px) saturate(1.25);backdrop-filter:blur(18px) saturate(1.25)}.project-modal-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:start center;padding:28px;background:color-mix(in srgb,var(--page-bg) 52%,transparent);animation:modal-backdrop-in .18s ease-out both;-webkit-backdrop-filter:blur(22px) saturate(1.35);backdrop-filter:blur(22px) saturate(1.35)}.project-modal-backdrop.is-closing{animation:modal-backdrop-out .18s ease-in both}.project-modal{width:min(864px,100%);min-height:340px;max-height:min(720px,calc(100svh - 56px));overflow:auto;border:1px solid var(--line);border-radius:8px;background:var(--panel);animation:project-modal-scale-in .18s ease-out both;box-shadow:0 24px 70px #00000052}.project-modal-backdrop.is-closing .project-modal{animation:project-modal-scale-out .18s ease-in both}.confirmation-dialog-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:28px;background:color-mix(in srgb,var(--page-bg) 52%,transparent);animation:modal-backdrop-in .18s ease-out both;-webkit-backdrop-filter:blur(22px) saturate(1.35);backdrop-filter:blur(22px) saturate(1.35)}.confirmation-dialog{display:grid;gap:22px;width:min(420px,100%);padding:20px;border:1px solid var(--line);border-radius:8px;background:var(--panel);animation:project-modal-scale-in .18s ease-out both;box-shadow:0 24px 70px #00000052}.confirmation-dialog h2,.confirmation-dialog p{margin-bottom:0}.confirmation-dialog h2{font-size:1.12rem}.confirmation-dialog p{margin-top:8px;color:var(--muted);line-height:1.45}.confirmation-dialog-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.project-modal-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding:18px}.project-modal-identity{display:grid;min-width:0;justify-items:start;gap:4px;text-align:left}.project-modal-identity h2{margin-bottom:0;font-size:1.3rem}.project-modal-identity h2,.project-modal-identity span{max-width:min(420px,60vw);overflow-wrap:anywhere}.project-modal-identity span{min-height:1.35em;color:var(--muted)}.project-modal-header .close-button{justify-self:end}.project-modal-body{min-height:250px;padding:18px}.project-modal-section{display:grid;gap:16px}.project-modal-section-header{display:flex;align-items:start;justify-content:space-between;gap:16px}.project-modal-section-header h3,.project-modal-section-header p{margin-bottom:0}.project-modal-section-header h3{font-size:1.08rem}.project-modal-section-header p,.project-app-card p,.project-app-empty span{color:var(--muted);line-height:1.45}.project-app-empty{min-height:220px}.project-app-empty span{max-width:42ch}.project-app-form{display:grid;gap:18px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--panel-soft)}.project-app-form .panel-header{margin-bottom:0}.project-app-list{display:grid;gap:12px}.project-app-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.project-app-card-main{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.project-app-card h3,.project-app-card p{margin-bottom:0}.project-app-card h3{font-size:1.08rem}.project-app-detail{display:grid;gap:16px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--panel-soft)}.project-app-detail-header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:start;gap:16px}.project-app-detail-header-actions{display:flex;flex:0 0 auto;align-items:center;gap:14px;justify-self:end}.project-app-detail-type{justify-self:center;color:var(--muted);font-size:.88rem;line-height:1.35}.project-app-detail-header-actions .project-delete-button{min-width:16px;height:16px}.project-app-detail-header-actions .project-delete-button svg{width:14px;height:14px;stroke-width:2.2}.project-app-detail-header h3,.project-app-detail-header p,.project-app-identifiers-empty p{margin-bottom:0}.project-app-detail-header h3{font-size:1rem}.project-app-detail-header p,.project-app-identifiers-empty p{color:var(--muted);line-height:1.45}.project-app-detail-actions{display:flex;justify-content:flex-start}.project-app-detail-actions .field-hint{margin:0}.project-app-key-card{display:grid;gap:10px;padding:12px 0}.project-app-key-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.project-app-key-heading{display:grid;gap:3px}.project-app-key-expiry{color:var(--muted);font-size:.76rem;line-height:1.35}.project-app-key-actions{justify-content:flex-end}.project-app-key-content{display:grid;min-width:0;gap:4px}.project-app-key-content p{margin-bottom:0;color:var(--muted);line-height:1.45}.project-app-key-content .secret-value{display:block;padding:10px 12px;overflow-wrap:anywhere}.project-app-key-warning{font-size:.76rem;line-height:1.35}.project-app-key-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-app-identifiers-empty,.project-app-detail-actions.is-empty{justify-content:center;text-align:center}.project-app-identifiers-empty{padding-top:14px}.project-app-identifiers{display:grid;gap:6px}.project-app-identifiers-table{width:100%;border-collapse:collapse;table-layout:fixed}.project-app-identifiers-table td:first-child{width:45%}.project-app-identifiers-table td{padding:10px 0;border-bottom:1px solid var(--line);color:var(--text);font-size:.88rem;line-height:1.35;overflow-wrap:anywhere}.project-app-identifiers-table td:nth-child(2){width:40%;color:var(--muted);text-align:center}.project-app-identifiers-table tr:last-child td{border-bottom:1px solid var(--line)}.project-app-identifiers-table td:last-child{width:15%;text-align:right}.project-identifier-delete-button{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--red);font:inherit;font-weight:700}.project-identifier-delete-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.project-identifier-delete-button:hover,.project-identifier-delete-button:focus-visible{color:color-mix(in srgb,var(--red) 78%,var(--text))}.project-identifier-delete-button:disabled{cursor:default;opacity:.7;text-decoration:none}.project-identifier-form{display:grid;gap:14px;padding-top:14px;border-top:1px solid var(--line)}.project-identifier-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}@keyframes toast-slide-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes project-modal-scale-in{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes project-modal-scale-out{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.96) translateY(10px)}}.segmented-control{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--panel-soft)}.segmented-control:before{content:"";position:absolute;top:4px;bottom:4px;left:4px;width:calc((100% - 12px)/2);border-radius:6px;background:var(--panel);transition:transform .18s ease}.segmented-control.is-sign-in:before{transform:translate(calc(100% + 4px))}.segmented-control button{position:relative;z-index:1;min-height:36px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-weight:600}.segmented-control button.is-active,.segmented-control button:hover,.segmented-control button:focus-visible{color:var(--text)}@media(prefers-reduced-motion:reduce){.segmented-control:before,.auth-card-heading,.auth-copy-text,.theme-toggle:before{transition:none}.dashboard-toast,.project-modal-backdrop,.project-modal-backdrop.is-closing,.project-modal,.project-modal-backdrop.is-closing .project-modal,.confirmation-dialog-backdrop,.confirmation-dialog{animation:none}.project-modal-backdrop.is-closing,.project-modal-backdrop.is-closing .project-modal{opacity:0}}.field{display:grid;gap:7px}.field-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.field-hint{margin:-10px 0 0;color:var(--muted);font-size:.86rem;line-height:1.45}.field span,.check-field span,.form-label{color:var(--muted);font-size:.82rem;font-weight:600}.inline-link{padding:0;border:0;background:transparent;color:var(--accent);font:inherit;font-size:.82rem;font-weight:600}.inline-link:hover,.inline-link:focus-visible{text-decoration:underline}.auth-form-alt{margin-bottom:0;color:var(--muted);font-size:.86rem;line-height:1.35;text-align:center}.toc-style-link{color:var(--muted);text-decoration:none}.toc-style-link:hover,.toc-style-link:focus-visible{color:var(--text)}input,select,textarea{width:100%;min-height:42px;padding:10px 12px;border:1px solid var(--line);border-radius:6px;background:var(--page-bg);color:var(--text);box-sizing:border-box}input,select{height:42px}textarea{min-height:94px;resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}input[readonly],.muted{color:var(--muted)}.fine-print{margin-bottom:0;font-size:.88rem}.status-pill,.status-dot{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;background:var(--panel-soft);color:var(--muted);font-size:.82rem;font-weight:600;line-height:1}.status-pill{min-height:30px;padding:7px 10px}.status-dot:before,.status-pill:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--orange)}.status-pill.ready:before{background:var(--green)}.app-main{display:flex;flex:1;flex-direction:column;min-width:0}.app-topbar h1{max-width:none;margin:0;font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.2}.dashboard{display:flex;flex:1;flex-direction:column;gap:28px;width:min(100%,1180px);margin:0 auto;padding:30px 28px 72px}.dashboard-hero{display:block}.dashboard-hero h2{max-width:18ch;margin-bottom:12px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.metric-grid,.panel-grid{display:grid;gap:16px}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card{padding:18px}.metric-card strong{display:block;margin-bottom:6px;font-size:1.85rem;line-height:1}.metric-card span{color:var(--muted);font-size:.88rem}.section-divider{width:100%;height:1px;margin:4px 0;border:0;background:var(--line)}.account-details{display:grid;gap:16px}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}.detail-grid div{min-width:0;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.detail-grid dt{color:var(--muted);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.detail-grid dd{margin:7px 0 0;color:var(--text);overflow-wrap:anywhere;line-height:1.45}.projects-section{display:grid;gap:16px}.projects-section>.panel-header{margin-bottom:0}.project-list-actions{display:flex;justify-content:flex-end;margin-top:0;padding-top:0}.project-list{display:grid;gap:12px}.project-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.project-card h3,.project-card p{margin-bottom:0}.project-card h3{font-size:1.08rem}.project-card-main{min-width:0}.project-organization{min-height:1.35em}.project-meta{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:7px;color:var(--muted);font-size:.78rem;font-weight:600;line-height:1.25}.project-meta span{display:inline}.project-meta span+span:before{content:"|";margin-right:7px;color:color-mix(in srgb,var(--muted) 55%,transparent)}.project-details-button,.project-delete-button{display:inline;padding:0;border:0;background:transparent;font:inherit;font-weight:700}.project-details-button{color:var(--orange)}.project-delete-button{color:var(--red)}.project-delete-button{display:inline-flex;width:auto;min-width:20px;height:20px;align-items:center;justify-content:center;vertical-align:middle}.project-delete-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.project-meta .project-details-button:not(:first-child):before,.project-meta .project-delete-button:not(:first-child):before{content:"|";margin-right:7px;color:color-mix(in srgb,var(--muted) 55%,transparent);font-weight:600}.project-details-button:hover,.project-details-button:focus-visible,.project-delete-button:hover,.project-delete-button:focus-visible{text-decoration:underline}.project-delete-button:hover,.project-delete-button:focus-visible{color:color-mix(in srgb,var(--red) 78%,var(--text));text-decoration:none}.project-details-button:disabled,.project-delete-button:disabled{cursor:default;opacity:.7;text-decoration:none}.empty-state{display:grid;min-height:180px;place-items:center;align-content:center;gap:14px;padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--panel);text-align:center}.empty-state p{margin-bottom:0;color:var(--text);font-size:1.05rem;font-weight:600}.project-create-shell{display:grid;gap:0}.project-empty-state{max-height:220px;overflow:hidden;opacity:1;transform:translateY(0) scale(1);transition:max-height .16s ease,opacity .18s ease,padding .22s ease,transform .22s ease}.project-create-form{display:grid;max-height:0;gap:18px;overflow:hidden;margin-top:0;padding:0 18px;border:0 solid var(--line);border-radius:8px;background:var(--panel);opacity:0;pointer-events:none;transform:translateY(-10px) scale(.98);transition:max-height .24s ease,opacity .18s ease,padding .24s ease,border-width .24s ease,transform .24s ease}.project-create-form .panel-header{margin-bottom:0}.project-create-form .field{gap:9px}.project-save-button{margin-top:10px}.project-create-shell.is-form-open .project-empty-state{max-height:0;min-height:0;margin:0;border-width:0;padding-top:0;padding-bottom:0;opacity:0;pointer-events:none;transform:translateY(4px) scale(.98)}.project-create-shell.is-form-open .project-create-form{max-height:420px;margin-top:0;padding:18px;border-width:1px;opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.panel{min-width:0;padding:20px}.panel.wide{grid-column:1 / -1}.panel-header{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:18px}.panel-header p{margin-bottom:0}.checklist{display:grid;gap:12px;margin:0;padding:0;list-style:none}.checklist li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start;color:var(--text)}.checklist li:before{content:"";width:20px;height:20px;margin-top:2px;border:1px solid var(--line);border-radius:6px;background:var(--panel-soft)}.checklist li.done:before{border-color:var(--green);background:linear-gradient(135deg,transparent 45%,var(--green) 45% 55%,transparent 55%),linear-gradient(45deg,transparent 42%,var(--green) 42% 56%,transparent 56%)}.inline-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.check-field{display:flex;align-items:center;gap:9px;min-height:42px;padding:10px;border:1px solid var(--line);border-radius:6px;background:var(--page-bg)}.check-field input{width:16px;min-height:16px;padding:0}.output-card{display:none;gap:10px;margin-top:16px;padding:14px;background:var(--panel-soft)}.output-card.is-visible{display:grid}.output-label{color:var(--muted);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.secret-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.secret-value,pre{overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:var(--code-bg);color:var(--code-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.secret-value{min-height:42px;padding:12px;font-size:.82rem;line-height:1.45}pre{margin:0;padding:16px;line-height:1.55}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.activity-table{overflow:hidden}table{width:100%;border-collapse:collapse}th,td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{color:var(--muted);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}td{color:var(--text)}tr:last-child td{border-bottom:0}.auth-list{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}.auth-list li{color:var(--text)}.footer{display:flex;justify-content:space-between;gap:18px;padding-top:34px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.footer a{color:inherit;text-decoration:none}.footer a:hover,.footer a:focus-visible{color:var(--text)}.footer-project-link{display:inline-block;padding:6px 0;color:var(--muted);font-size:.86rem;line-height:1.35;text-decoration:none}.auth-footer{width:min(calc(100% - 56px),1120px);margin:0 auto 28px}.dashboard-footer{margin-top:auto}@media(min-width:641px){.auth-topbar,.app-topbar{position:sticky;top:0;z-index:4;background:color-mix(in srgb,var(--page-bg) 52%,transparent);-webkit-backdrop-filter:blur(22px) saturate(1.35);backdrop-filter:blur(22px) saturate(1.35)}}@media(max-width:980px){.auth-main,.panel-grid{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.auth-topbar,.app-topbar{padding:16px 20px}.app-topbar{position:sticky;top:0;z-index:4;background:color-mix(in srgb,var(--page-bg) 52%,transparent);-webkit-backdrop-filter:blur(22px) saturate(1.35);backdrop-filter:blur(22px) saturate(1.35)}.auth-main,.dashboard{padding:28px 20px 56px}.auth-actions .button-secondary,.auth-actions .topbar-link,.topbar-actions .button-secondary,.topbar-actions .topbar-link{display:none}.app-topbar .topbar-actions .auth-avatar-button{display:inline-flex}.dashboard-toast{right:20px;bottom:calc(18px + env(safe-area-inset-bottom));left:20px;width:auto}.project-modal-backdrop{align-items:start;padding:20px}.project-modal{min-height:320px;max-height:calc(100svh - 40px)}.confirmation-dialog-actions{display:grid}.confirmation-dialog-actions .button-secondary,.confirmation-dialog-actions .button-danger{width:100%}.project-modal-header{grid-template-columns:minmax(0,1fr) auto}.project-modal-header .close-button{justify-self:end}.project-modal-identity h2,.project-modal-identity span{max-width:100%}.project-modal-section-header,.project-app-card-main,.project-app-detail-header,.project-app-detail-header-actions,.project-app-card{display:grid}.project-app-card{justify-content:stretch;justify-items:stretch}.project-modal-section-header{grid-template-columns:minmax(0,1fr);align-items:start}.project-modal-section-header .button{width:auto;justify-self:end}.project-app-card-main .button-secondary{width:auto}.project-app-card-main{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;justify-self:stretch;width:100%}.project-app-card-actions{grid-column:2;grid-row:1;align-self:center;justify-self:end;justify-content:flex-end;width:auto;margin-left:0;white-space:nowrap}.project-app-detail-header{grid-template-columns:minmax(0,1fr) auto}.project-app-detail-header>:first-child{grid-column:1 / -1;grid-row:2}.project-app-detail-type{grid-column:1;grid-row:1;justify-self:start}.project-app-detail-header-actions{display:flex;grid-column:2;grid-row:1;align-items:center;justify-self:end;flex-wrap:nowrap;width:max-content;white-space:nowrap}.metric-grid,.detail-grid,.inline-fields,.check-grid{grid-template-columns:1fr}.project-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px}.project-card-main{grid-column:1 / -1;min-width:0}.project-card h3,.project-card p{overflow-wrap:anywhere}.project-card>.project-meta{grid-column:2;justify-self:end;flex-wrap:nowrap;justify-content:flex-end;text-align:right;white-space:nowrap}.secret-row{grid-template-columns:1fr}.activity-table{overflow-x:auto}.auth-footer{width:calc(100% - 40px);margin-bottom:24px}.footer{align-items:center;flex-direction:column;text-align:center}}
