:root{color-scheme:light;--font-sans: "IBM Plex Sans", "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", "SFMono-Regular", monospace;--color-bg: #f4f1ea;--color-bg-spot: rgba(182, 124, 45, .15);--color-bg-gradient-start: #f8f5ef;--color-bg-gradient-end: #f2eee6;--color-surface: rgba(255, 255, 255, .88);--color-surface-strong: #ffffff;--color-ink: #161b24;--color-muted: #667085;--color-line: rgba(22, 27, 36, .09);--color-accent: #b67c2d;--color-accent-soft: rgba(182, 124, 45, .12);--color-success: #157347;--color-warning: #b56a00;--color-danger: #b42318;--color-shadow: 0 24px 60px rgba(21, 26, 37, .08);--color-brand-mark-bg: #161b24;--color-brand-mark-text: #f7f4ee;--color-chip-bg: rgba(255, 255, 255, .62);--color-button-bg: #161b24;--color-button-bg-hover: #202837;--color-button-text: #ffffff;--color-button-ghost-bg: rgba(255, 255, 255, .7);--color-button-ghost-bg-hover: rgba(22, 27, 36, .08);--color-button-ghost-text-hover: #161b24;--color-button-ghost-border-hover: rgba(22, 27, 36, .16);--color-input-bg: rgba(255, 255, 255, .82);--color-toast-bg: rgba(255, 255, 255, .92);--color-panel-soft: rgba(22, 27, 36, .04);--color-token-bg: rgba(22, 27, 36, .06);--color-inline-error-bg: rgba(180, 35, 24, .08);--color-danger-line: rgba(180, 35, 24, .28);--color-badge-bg: rgba(22, 27, 36, .08);--color-badge-success-bg: rgba(21, 115, 71, .12);--color-badge-warning-bg: rgba(182, 124, 45, .14);--color-badge-danger-bg: rgba(180, 35, 24, .12);--focus-ring: rgba(182, 124, 45, .28);--radius-sm: 12px;--radius-md: 18px;--radius-lg: 28px;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--container: 1240px}:root[data-theme=dark]{color-scheme:dark;--color-bg: #0d1119;--color-bg-spot: rgba(182, 124, 45, .1);--color-bg-gradient-start: #151a24;--color-bg-gradient-end: #0d1119;--color-surface: rgba(20, 25, 35, .9);--color-surface-strong: #1a2130;--color-ink: #edf2fb;--color-muted: #93a0b8;--color-line: rgba(255, 255, 255, .1);--color-accent: #d9a052;--color-accent-soft: rgba(217, 160, 82, .18);--color-success: #63d297;--color-warning: #ffcb70;--color-danger: #ff8a80;--color-shadow: 0 28px 80px rgba(0, 0, 0, .32);--color-brand-mark-bg: #edf2fb;--color-brand-mark-text: #10151f;--color-chip-bg: rgba(26, 33, 48, .86);--color-button-bg: #edf2fb;--color-button-bg-hover: #d7e1f3;--color-button-text: #10151f;--color-button-ghost-bg: rgba(26, 33, 48, .86);--color-button-ghost-bg-hover: rgba(237, 242, 251, .14);--color-button-ghost-text-hover: #edf2fb;--color-button-ghost-border-hover: rgba(237, 242, 251, .2);--color-input-bg: rgba(26, 33, 48, .88);--color-toast-bg: rgba(18, 24, 35, .96);--color-panel-soft: rgba(255, 255, 255, .05);--color-token-bg: rgba(255, 255, 255, .06);--color-inline-error-bg: rgba(255, 138, 128, .12);--color-danger-line: rgba(255, 138, 128, .32);--color-badge-bg: rgba(255, 255, 255, .08);--color-badge-success-bg: rgba(99, 210, 151, .16);--color-badge-warning-bg: rgba(255, 203, 112, .16);--color-badge-danger-bg: rgba(255, 138, 128, .14);--focus-ring: rgba(217, 160, 82, .32)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body,button,input,textarea,select{font:inherit}button,input,textarea,select{color:inherit}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}html,body{min-height:100%}body{display:flex;flex-direction:column;min-height:100vh;font-family:var(--font-sans);color:var(--color-ink);background-color:var(--color-bg);background:radial-gradient(circle at top left,var(--color-bg-spot),transparent 22rem),linear-gradient(180deg,var(--color-bg-gradient-start) 0%,var(--color-bg-gradient-end) 100%)}#app{display:flex;flex:1;flex-direction:column;min-height:0}h1,h2,h3,p,ul,dl,dd{margin:0}ul{padding-left:1.25rem}code,pre{font-family:var(--font-mono)}button,input,textarea,select{border:0;outline:none}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{box-shadow:0 0 0 3px var(--focus-ring)}.eyebrow{display:inline-block;font-size:.77rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent)}.muted{color:var(--color-muted)}.token-list{display:flex;flex-wrap:wrap;gap:.5rem}.token{display:inline-flex;padding:.45rem .7rem;border-radius:999px;background:var(--color-token-bg);font-size:.9rem}.link-back{display:inline-flex;margin-bottom:.9rem;color:var(--color-muted)}.empty-state{display:grid;gap:.6rem;padding:var(--space-10);border:1px solid var(--color-line);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--color-shadow)}.empty-state--compact{padding:var(--space-6)}.empty-state--inline{margin-bottom:var(--space-6);padding:var(--space-6)}.inline-message{padding:.85rem 1rem;border-radius:var(--radius-sm)}.inline-message--error{background:var(--color-inline-error-bg);color:var(--color-danger)}.app-root{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto}.app-shell{display:flex;flex-direction:column;flex:1;min-height:100%}.app-main{flex:1;min-height:0;width:min(calc(100% - 2rem),var(--container));margin:0 auto;padding:1.25rem 0 4rem}.app-main--login{display:flex;flex:1;align-items:center;justify-content:center;min-height:100%;padding:0}.app-main--login>.login-page{display:flex;flex:1;width:100%}.app-main>section{min-height:0}.shell-header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);width:min(calc(100% - 2rem),var(--container));margin:0 auto;padding:1.25rem 0 .75rem}.shell-brand__link{display:inline-flex;align-items:center;gap:.9rem}.shell-brand__mark{display:grid;place-items:center;width:2.6rem;height:2.6rem;border-radius:.95rem;background:var(--color-brand-mark-bg);color:var(--color-brand-mark-text);font-weight:700}.shell-brand strong,.shell-chip strong{display:block}.shell-header__meta,.shell-header__actions{display:flex;align-items:center;gap:.75rem}.shell-chip{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1rem;border:1px solid var(--color-line);border-radius:999px;background:var(--color-chip-bg);color:var(--color-ink);transition:transform .14s ease,border-color .14s ease,background .14s ease}.shell-chip--copy,.shell-chip--link{text-decoration:none}.shell-chip--copy{cursor:pointer;font:inherit}.shell-chip--copy,.shell-chip--link{min-height:3.1rem}.shell-chip--copy:hover,.shell-chip--link:hover{transform:translateY(-1px);border-color:var(--focus-ring)}.shell-chip--copy strong,.shell-chip--link strong{font-weight:600}.page-header{display:grid;gap:.75rem;margin-bottom:var(--space-8)}.page-header h1{font-size:clamp(2rem,4vw,3.4rem);line-height:.98}.page-header p{color:var(--color-muted);max-width:48rem}.page-header--split{grid-template-columns:1fr auto;align-items:end}.toolbar-card,.diagnostics-card,.details-card,.form-card{border:1px solid var(--color-line);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--color-shadow)}.toolbar-card{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,11rem);gap:1rem;margin-bottom:var(--space-8);padding:1rem}@media(max-width:980px){.shell-header,.shell-header__meta,.shell-header__actions,.page-header--split,.toolbar-card{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.shell-header{align-items:stretch}}.button{display:inline-flex;justify-content:center;align-items:center;gap:.5rem;min-height:2.9rem;padding:0 1.15rem;border:1px solid transparent;border-radius:999px;background:var(--color-button-bg);color:var(--color-button-text);cursor:pointer;transition:transform .14s ease,background .14s ease,color .14s ease,border-color .14s ease,opacity .14s ease}.button:hover{transform:translateY(-1px);background:var(--color-button-bg-hover);color:var(--color-button-text)}.button:disabled{opacity:.55;cursor:wait}.button--ghost{border-color:var(--color-line);background:var(--color-button-ghost-bg);color:var(--color-ink)}.button--ghost:hover{background:var(--color-button-ghost-bg-hover);color:var(--color-button-ghost-text-hover);border-color:var(--color-button-ghost-border-hover)}.button--icon{min-width:2.9rem;padding:0}.button--icon svg{width:1.1rem;height:1.1rem;display:block}.button--wide{width:100%}.fact-card,.project-card,.module-row{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface-strong);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.fact-card,.project-card{padding:var(--space-6)}.project-card,.module-row{width:100%;text-align:left;cursor:pointer}.project-card:hover,.module-row:hover,.project-card--selected,.module-row--selected{transform:translateY(-2px);border-color:#b67c2d6b;box-shadow:var(--color-shadow)}.project-card{display:grid;gap:.55rem}.project-card__eyebrow{color:var(--color-accent);font-size:.77rem;letter-spacing:.14em;text-transform:uppercase}.module-row{display:grid;gap:.45rem;padding:1rem}.module-row__top,.module-row__meta{display:flex;justify-content:space-between;gap:.6rem;align-items:center}.module-row__meta{color:var(--color-muted);font-size:.9rem}.field,.checkbox{display:grid;gap:.55rem}.field span{font-size:.92rem;color:var(--color-muted)}.field input,.field textarea,.field select{width:100%;padding:.88rem 1rem;border:1px solid var(--color-line);border-radius:1rem;background:var(--color-input-bg);color:var(--color-ink)}.field textarea{resize:vertical;min-height:6rem}.field small{color:var(--color-muted)}.field--compact{min-width:0}.field--full{grid-column:1 / -1}.checkbox{grid-template-columns:auto 1fr;align-items:center}.checkbox input{width:1rem;height:1rem}.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.permission-option{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;padding:.9rem 1rem;border:1px solid var(--color-line);border-radius:1rem;background:var(--color-input-bg)}.permission-option input{width:1rem;height:1rem;margin-top:.2rem}.permission-option span{display:grid;gap:.25rem}.permission-option strong{font-size:.95rem}.permission-option small{color:var(--color-muted)}.entrypoint-picker{display:grid;gap:.85rem;padding:1rem;border:1px solid var(--color-line);border-radius:1rem;background:var(--color-input-bg)}.entrypoint-picker__empty{color:var(--color-muted)}.entrypoint-option{display:grid;grid-template-columns:minmax(0,1fr) 12rem;gap:1rem;align-items:center;padding:.9rem 1rem;border-radius:1rem;background:var(--color-surface)}.entrypoint-option__toggle{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center}.entrypoint-option__toggle input{width:1rem;height:1rem}.entrypoint-option__meta{display:grid;gap:.2rem}.entrypoint-option__meta strong{word-break:break-word}.entrypoint-option__meta small,.entrypoint-option__kind span{color:var(--color-muted)}.entrypoint-option__kind{display:grid;gap:.4rem}.entrypoint-option__kind select:disabled{opacity:.55;cursor:not-allowed}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-card,.details-card,.diagnostics-card{padding:var(--space-8)}.form-card__header,.details-card__header{display:flex;justify-content:space-between;gap:1rem;margin-bottom:var(--space-6)}.form-card__note{margin:0 0 var(--space-5);padding:.9rem 1rem;border:1px solid var(--color-line);border-radius:1rem;background:var(--color-input-bg);color:var(--color-muted)}.form-message{min-height:1.25rem;color:var(--color-danger)}.form-actions{display:flex;justify-content:flex-end}.zip-preview{margin-top:.5rem}.zip-summary{display:grid;gap:1rem;padding:1rem;border:1px solid var(--color-line);border-radius:1rem;background:var(--color-input-bg)}.zip-summary__header{display:flex;justify-content:space-between;gap:1rem;align-items:start}.zip-summary__header p{margin-top:.3rem}.zip-summary__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin:0}.zip-summary__item{display:grid;gap:.35rem;padding:.85rem 1rem;border-radius:1rem;background:var(--color-surface)}.zip-summary__item--full{grid-column:1 / -1}.zip-summary__item dt{color:var(--color-muted);font-size:.92rem}.zip-summary__item dd{margin:0;word-break:break-word}.zip-summary__sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.zip-summary__section{display:grid;gap:.7rem;padding:.95rem 1rem;border-radius:1rem;background:var(--color-surface)}.zip-summary__section--full{grid-column:1 / -1}.zip-summary__section h3{margin:0;font-size:.95rem}.zip-summary__list,.zip-summary__files{display:grid;gap:.5rem;margin:0;padding-left:1.1rem}.zip-summary__files li{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.zip-summary__files span,.zip-summary__empty{color:var(--color-muted)}.zip-summary__alert{margin:0;padding:.85rem 1rem;border:1px solid var(--color-danger-line);border-radius:1rem;background:var(--color-badge-danger-bg);color:var(--color-danger)}@media(max-width:820px){.form-grid,.permission-grid,.entrypoint-option{grid-template-columns:1fr}.field--full{grid-column:auto}.zip-summary__grid,.zip-summary__sections{grid-template-columns:1fr}.zip-summary__item--full,.zip-summary__section--full{grid-column:auto}}.badge{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;background:var(--color-badge-bg)}.badge--active{background:var(--color-badge-success-bg);color:var(--color-success)}.badge--deprecated{background:var(--color-badge-warning-bg);color:var(--color-warning)}.badge--revoked{background:var(--color-badge-danger-bg);color:var(--color-danger)}.badge--mine{background:var(--color-accent-soft);color:var(--color-accent)}.toast-stack{position:fixed;right:1rem;bottom:1rem;display:grid;gap:.75rem;width:min(24rem,calc(100vw - 2rem));z-index:40}.toast{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid var(--color-line);border-radius:1.1rem;background:var(--color-toast-bg);box-shadow:var(--color-shadow)}.toast p{margin-top:.3rem;color:var(--color-muted)}.toast__close{align-self:start;background:transparent;color:var(--color-ink);cursor:pointer}.toast--error{border-color:var(--color-danger-line)}.debug-panel{position:fixed;left:1rem;bottom:1rem;width:min(30rem,calc(100vw - 2rem));padding:1rem;border:1px solid rgba(22,27,36,.12);border-radius:1rem;background:#11161ff0;color:#eef2f6;box-shadow:var(--color-shadow);z-index:35}.debug-panel__header{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.debug-panel pre{margin:0;white-space:pre-wrap;font-size:.8rem}.debug-panel .button--ghost{color:#eef2f6;border-color:#ffffff1f;background:transparent}.shell{max-width:1440px;margin:0 auto;padding:0 16px}.global-app-footer{flex-shrink:0}.app-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px;padding:8px 0 16px;margin-top:auto;font-size:12px}.app-footer,.app-footer .branding-line{color:#5f6b85}.app-footer .branding-line{flex:1;min-width:0}.app-footer a.branding-ntp-link{color:#3b82f6;text-decoration:none}.app-footer a.branding-ntp-link:hover{text-decoration:underline}[data-theme=dark] .app-footer,[data-theme=dark] .app-footer .branding-line{color:#9d94a8}[data-theme=dark] .app-footer a.branding-ntp-link{color:#ebe6f0}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .app-footer,:root:not([data-theme=light]) .app-footer .branding-line{color:#9d94a8}:root:not([data-theme=light]) .app-footer a.branding-ntp-link{color:#ebe6f0}}.app-footer-actions{display:flex;align-items:center;gap:4px}.app-footer-actions .icon-btn.theme-toggle{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;min-width:40px;min-height:40px;padding:0 8px;border-radius:10px;transform:translateY(-2px);color:#5f6b85;cursor:pointer}.app-footer-actions .icon-btn.theme-toggle svg{width:20px;height:20px;display:block}.app-footer-actions .icon-btn.theme-toggle:active{background:transparent}.app-footer-actions .icon-btn.theme-toggle[data-theme-mode=dark],[data-theme=dark] .app-footer-actions .icon-btn.theme-toggle{color:#ebe6f0}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .app-footer-actions .icon-btn.theme-toggle{color:#ebe6f0}}.app-footer-lang-wrap select{padding:4px 8px;border:none;border-radius:8px;background:transparent;color:#1d2333;font-size:13px;cursor:pointer}.app-footer-lang-wrap select:focus{outline:none}[data-theme=dark] .app-footer-lang-wrap select{color:#ebe6f0}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .app-footer-lang-wrap select{color:#ebe6f0}}.app-footer:has([data-version-placeholder]){overflow:hidden}.app-footer:has([data-version-placeholder]) .branding-line{position:relative;color:transparent;pointer-events:none;overflow:hidden;flex:0 1 auto;max-width:280px}.app-footer:has([data-version-placeholder]) .branding-line a{color:transparent;border:none!important;outline:none!important;box-shadow:none!important}.app-footer:has([data-version-placeholder]) .branding-line:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;max-width:280px;height:14px;border:none;border-radius:8px;background:linear-gradient(90deg,#f1f3f9,#e2e6f0,#f1f3f9 90%);background-size:200% 100%;animation:footer-shimmer 1.6s ease-in-out infinite}[data-theme=dark] .app-footer:has([data-version-placeholder]) .branding-line:before{background:linear-gradient(90deg,#1a1522,#2a2235,#1a1522 90%)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .app-footer:has([data-version-placeholder]) .branding-line:before{background:linear-gradient(90deg,#1a1522,#2a2235,#1a1522 90%)}}.app-footer:has([data-version-placeholder]) .app-footer-actions{position:relative;display:flex;align-items:center;gap:4px;flex-shrink:0}.app-footer:has([data-version-placeholder]) .app-footer-actions .icon-btn.theme-toggle{overflow:hidden;flex:0 0 40px;min-width:40px;width:40px;position:relative;color:transparent;pointer-events:none;border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.app-footer:has([data-version-placeholder]) .app-footer-actions .icon-btn.theme-toggle svg{opacity:0}.app-footer:has([data-version-placeholder]) .app-footer-actions .icon-btn.theme-toggle:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:28px;height:28px;border:none;border-radius:8px;background:linear-gradient(90deg,#f1f3f9,#e2e6f0,#f1f3f9);background-size:200% 100%;animation:footer-shimmer 1.6s ease-in-out infinite}[data-theme=dark] .app-footer:has([data-version-placeholder]) .app-footer-actions .icon-btn.theme-toggle:before{background:linear-gradient(90deg,#1a1522,#2a2235,#1a1522)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .app-footer:has([data-version-placeholder]) .app-footer-actions .icon-btn.theme-toggle:before{background:linear-gradient(90deg,#1a1522,#2a2235,#1a1522)}}.app-footer:has([data-version-placeholder]) .app-footer-actions .app-footer-lang-wrap{overflow:hidden;flex:0 0 52px;width:52px;min-height:24px;box-sizing:border-box;position:relative;color:transparent;pointer-events:none;border:none!important;outline:none!important;box-shadow:none!important}.app-footer:has([data-version-placeholder]) .app-footer-actions .app-footer-lang-wrap select{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important;opacity:0}.app-footer:has([data-version-placeholder]) .app-footer-actions .app-footer-lang-wrap:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:52px;height:24px;border:none;border-radius:8px;background:linear-gradient(90deg,#f1f3f9,#e2e6f0,#f1f3f9);background-size:200% 100%;animation:footer-shimmer 1.6s ease-in-out infinite .2s}[data-theme=dark] .app-footer:has([data-version-placeholder]) .app-footer-actions .app-footer-lang-wrap:after{background:linear-gradient(90deg,#1a1522,#2a2235,#1a1522)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .app-footer:has([data-version-placeholder]) .app-footer-actions .app-footer-lang-wrap:after{background:linear-gradient(90deg,#1a1522,#2a2235,#1a1522)}}@keyframes footer-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.app-footer:has([data-version-placeholder]) .branding-line:before,.app-footer:has([data-version-placeholder]) .app-footer-actions .icon-btn.theme-toggle:before,.app-footer:has([data-version-placeholder]) .app-footer-actions .app-footer-lang-wrap:after{animation:none;background:#f1f3f9}[data-theme=dark] .app-footer:has([data-version-placeholder]) .branding-line:before,[data-theme=dark] .app-footer:has([data-version-placeholder]) .app-footer-actions .icon-btn.theme-toggle:before,[data-theme=dark] .app-footer:has([data-version-placeholder]) .app-footer-actions .app-footer-lang-wrap:after,:root:not([data-theme=light]) .app-footer:has([data-version-placeholder]) .branding-line:before,:root:not([data-theme=light]) .app-footer:has([data-version-placeholder]) .app-footer-actions .icon-btn.theme-toggle:before,:root:not([data-theme=light]) .app-footer:has([data-version-placeholder]) .app-footer-actions .app-footer-lang-wrap:after{background:#1a1522}}.login-page{display:flex;flex:1;align-items:center;justify-content:center;min-height:100%}.login-card{width:min(100%,29rem);padding:var(--space-8);border:1px solid var(--color-line);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--color-shadow)}.login-card__header{display:grid;gap:.55rem;margin-bottom:var(--space-6)}.login-card__header p,.login-page__hint{color:var(--color-muted)}.login-form{display:grid;gap:1rem}.field--file-picker{gap:.7rem}.field__file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.file-picker{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:center;width:100%;padding:.95rem 1rem;border:1px solid var(--color-line);border-radius:1rem;background:var(--color-input-bg);color:var(--color-ink);text-align:left;transition:transform .14s ease,border-color .14s ease,background .14s ease}.file-picker:hover{transform:translateY(-1px);border-color:var(--focus-ring);background:var(--color-button-ghost-bg-hover)}.file-picker__icon{display:grid;place-items:center;width:2.6rem;height:2.6rem;border-radius:.9rem;background:var(--color-panel-soft)}.file-picker__icon svg{width:1.15rem;height:1.15rem;display:block}.file-picker__content{display:grid;gap:.2rem}.file-picker__title{font-size:.96rem}.file-picker__value{display:block;min-height:1.1rem;color:var(--color-muted);word-break:break-word}.login-page--restore .login-card{display:grid;gap:1rem}.login-card--skeleton{align-items:stretch}.login-skeleton{display:grid;gap:.85rem;width:100%}.login-skeleton__line,.login-skeleton__box,.login-skeleton__button{border-radius:1rem;background:linear-gradient(90deg,var(--color-panel-soft),var(--color-line),var(--color-panel-soft));background-size:200% 100%;animation:login-skeleton-shimmer 1.4s ease-in-out infinite}.login-skeleton__line{height:.95rem}.login-skeleton__line--lg{width:72%;height:1.1rem}.login-skeleton__line--md{width:48%}.login-skeleton__box{height:4.25rem;margin-top:.5rem}.login-skeleton__button{width:100%;height:3rem;margin-top:.5rem}@keyframes login-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.login-skeleton__line,.login-skeleton__box,.login-skeleton__button{animation:none}}@media(max-width:980px){.login-page{padding:2rem 0}.login-card{width:100%}}.projects-page{display:grid;gap:1.5rem}.projects-page .page-header h1{margin:.45rem 0 .85rem}.project-group{display:grid;gap:1rem}.project-group__header{display:flex;align-items:center}.project-group__header h2{text-transform:capitalize}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1rem}.registry-page{display:grid;gap:1.5rem}.registry-page--draft{align-content:start}.registry-visibility-hint{margin:-.25rem 0 0;font-size:.875rem;line-height:1.45;color:var(--color-muted);max-width:58rem}.registry-layout{display:grid;grid-template-columns:minmax(18rem,25rem) minmax(0,1fr);gap:1rem}.registry-layout__sidebar{align-self:start}.registry-layout__panel{display:grid;gap:1rem}.registry-layout__panel--draft{max-width:58rem}.module-list{display:grid;gap:.75rem}.details-card__status{display:grid;justify-items:end;gap:.75rem}.details-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.details-grid__item{display:grid;gap:.3rem;padding:.95rem 1rem;border-radius:1rem;background:var(--color-panel-soft)}.details-grid dt{color:var(--color-muted);font-size:.85rem}.details-grid dd{word-break:break-word}.details-section{display:grid;gap:.75rem;margin-top:1.25rem}.payment-banner{display:grid;grid-template-columns:1.4fr auto auto;gap:1rem;align-items:center;margin-bottom:1rem;padding:1rem 1.2rem;border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-input-bg);box-shadow:var(--color-shadow)}.payment-banner__meta{display:flex;gap:1.25rem}.payment-banner__meta dt{color:var(--color-muted);font-size:.8rem}.payment-banner--expired{border-color:var(--color-danger-line)}@media(max-width:1080px){.registry-layout,.details-grid,.payment-banner{grid-template-columns:1fr}.payment-banner__meta{flex-wrap:wrap}}
