:root{color-scheme:light;font-family:Aptos,Trebuchet MS,sans-serif;line-height:1.5;font-weight:400;--surface: rgba(255, 250, 243, .84);--line: rgba(36, 37, 48, .1);--text: #202531;--muted: #5b6270;--accent: #d86c3d;--accent-strong: #a94d26;--accent-soft: rgba(216, 108, 61, .14);--success: #2d7c63;--success-soft: rgba(45, 124, 99, .14);--neutral-soft: rgba(32, 37, 49, .08);--shadow: 0 20px 60px rgba(27, 34, 48, .12)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at top left,rgba(250,211,138,.6),transparent 28%),radial-gradient(circle at right 20%,rgba(90,132,173,.18),transparent 22%),linear-gradient(180deg,#f8f3eb,#edf2f5 72%,#f8f3eb)}a{color:inherit;text-decoration:none}p,h1,h2{margin-top:0}#root{min-height:100vh}.app-shell{display:flex;min-height:100vh;flex-direction:column}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:#f8f3ebd6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner,.footer-inner,.panel--wide{display:flex;justify-content:space-between;gap:1rem}.header-inner{align-items:center;padding:1rem 0}.footer-inner{flex-wrap:wrap;padding:1.4rem 0 2rem;color:var(--muted);font-size:.95rem}.brand{font-size:1.05rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.main-nav{display:flex;flex-wrap:wrap;gap:.5rem}.nav-link{border-radius:999px;padding:.55rem .9rem;color:var(--muted);font-weight:700}.nav-link:hover,.nav-link.active{color:var(--accent-strong);background:var(--accent-soft)}.content-shell{flex:1;padding:2.5rem 0 4rem}.site-footer{border-top:1px solid var(--line);background:#fff6}.page-stack,.feature-grid,.placeholder-grid,.card-grid{display:grid;gap:1rem}.page-stack{gap:1.5rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.placeholder-grid,.card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.hero,.panel,.empty-state,.loading-panel,.placeholder-card,.test-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.hero{position:relative;display:grid;gap:1.4rem;overflow:hidden;border-radius:32px;padding:clamp(1.5rem,2vw,2.4rem);background:linear-gradient(135deg,#fffaf3f2,#f2d5bfe0)}.hero:after{position:absolute;right:-2rem;top:-2rem;width:10rem;height:10rem;border-radius:50%;background:#ffffff4d;content:""}.hero__eyebrow,.panel__eyebrow{margin:0;color:var(--accent-strong);font-size:.85rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero__title,.page-title{margin-bottom:.75rem;font-size:clamp(2rem,3vw,3.2rem);line-height:1.05}.hero__description,.page-description,.panel p,.empty-state p,.placeholder-card p,.test-card__description{color:var(--muted)}.hero__actions,.meta-row{display:flex;flex-wrap:wrap;gap:.75rem}.button-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.8rem 1.15rem;font-weight:700}.button-link--primary{color:#fff;background:var(--text);box-shadow:0 12px 24px #2025312e}.button-link--secondary{color:var(--accent-strong);background:#ffffffc7}.panel,.empty-state,.loading-panel,.placeholder-card{border-radius:28px;padding:1.35rem}.panel h2,.placeholder-card h2,.empty-state h2{margin-bottom:.5rem;font-size:1.25rem}.panel--wide{flex-wrap:wrap}.badge,.kind-pill,.status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.36rem .72rem;font-size:.82rem;font-weight:800}.badge--accent,.kind-pill{color:var(--accent-strong);background:var(--accent-soft)}.badge--success,.status-pill--published{color:var(--success);background:var(--success-soft)}.badge--neutral,.status-pill--draft{color:var(--text);background:var(--neutral-soft)}.loading-panel,.empty-state{text-align:center}.test-card{display:grid;gap:1rem;border-radius:28px;padding:1rem}.test-card__cover{display:flex;min-height:10rem;align-items:flex-start;justify-content:space-between;border-radius:22px;padding:1rem;background:linear-gradient(135deg,#101c2bf2,#d86c3dc7)}.test-card__cover--image{background-position:center;background-size:cover}.test-card__body{display:grid;gap:.6rem}.test-card__title{margin-bottom:0;font-size:1.25rem}.test-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.test-card__slug{color:var(--muted);font-size:.92rem}.inline-link{color:var(--accent-strong);font-weight:800}@media(max-width:720px){.header-inner,.footer-inner,.panel--wide{flex-direction:column;align-items:flex-start}.hero{border-radius:26px}.content-shell{padding-top:1.5rem}}.header-primary,.header-secondary{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.header-primary{flex:1;justify-content:space-between}.header-secondary{justify-content:flex-end}.status-banner{margin-bottom:1rem;border:1px solid rgba(168,97,27,.2);border-radius:20px;padding:.85rem 1rem;color:#8b5b14;background:#e8ba5d24;font-weight:700}.auth-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.5rem .9rem;color:var(--text);background:#ffffffb8;border:1px solid var(--line);font-size:.88rem;font-weight:800}.auth-chip--pending{color:var(--accent-strong);background:var(--accent-soft)}.auth-chip--muted{color:var(--muted);background:#ffffff8a}.button-link,.button-control{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.8rem 1.15rem;font-weight:700;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,color .16s ease}.button-control{border:0;cursor:pointer;font:inherit}.button-control:disabled{cursor:not-allowed;opacity:.56}.button-link:hover,.button-control:hover{transform:translateY(-1px)}.button-link--primary,.button-control--primary{color:#fff;background:var(--text);box-shadow:0 12px 24px #2025312e}.button-link--secondary,.button-control--secondary{color:var(--accent-strong);background:#ffffffc7;border:1px solid rgba(169,77,38,.12)}.button-control--ghost{color:var(--muted);background:transparent;border:1px solid var(--line)}.form-panel{display:grid;gap:1.25rem}.form-panel__header,.form-actions,.form-actions--center{display:flex;flex-wrap:wrap;gap:.75rem}.form-panel__header{align-items:flex-start;justify-content:space-between}.form-grid{display:grid;gap:1rem}.form-actions{align-items:center}.form-actions--center{justify-content:center}.input-group{display:grid;gap:.45rem}.input-label{font-size:.92rem;font-weight:800}.text-input{width:100%;border:1px solid var(--line);border-radius:18px;padding:.9rem 1rem;color:var(--text);background:#ffffffd6;font:inherit}.text-input:focus{outline:2px solid rgba(216,108,61,.24);border-color:#d86c3da3}.helper-text,.status-note{margin:0}.helper-text{color:var(--muted);font-size:.94rem}.status-note{border-radius:18px;padding:.82rem .95rem;font-weight:700}.status-note--warning{color:#8b5b14;background:#e8ba5d24}.status-note--error{color:#9c2f2f;background:#9c2f2f1f}.page-title--medium{margin-bottom:.5rem;font-size:clamp(1.75rem,2.3vw,2.45rem)}@media(max-width:720px){.header-primary,.header-secondary,.form-panel__header{width:100%;justify-content:flex-start}.header-primary{flex-direction:column;align-items:flex-start}}
