:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18212f;background:#f4f7f6;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f4f7f6}img{max-width:100%;display:block}button,input,select{font:inherit}input,select{width:100%;border:1px solid #c8d2d0;border-radius:8px;padding:.72rem .8rem;color:#18212f;background:#fff}h1,h2,h3,p{margin-top:0}.app-shell{max-width:1180px;margin:0 auto;padding:1rem}.login-shell{min-height:100vh;display:grid;place-items:center}.login-panel{width:min(440px,100%);background:#fff;border:1px solid #dce4e2;border-radius:8px;padding:1.25rem;box-shadow:0 18px 40px #18212f14}.login-panel form,.stack-form{display:grid;gap:.75rem}.hero{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border:1px solid #dce4e2;border-radius:8px;margin-bottom:1rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#336b65;font-size:.78rem;font-weight:700}.subtitle,.muted{color:#667571}.header-tools,.toolbar,.inline-form{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}.header-tools select,.toolbar select,.inline-form select{width:auto;min-width:180px}.primary-btn,.secondary-btn,.tabs button{border:1px solid transparent;border-radius:8px;padding:.72rem .95rem;cursor:pointer;font-weight:700}.primary-btn{background:#1f6f64;color:#fff}.primary-btn:disabled{opacity:.45;cursor:not-allowed}.secondary-btn,.tabs button{background:#fff;color:#1f3340;border-color:#c8d2d0}.tabs{display:flex;gap:.5rem;margin-bottom:1rem}.tabs button.active{background:#dfece9;border-color:#8db8b1}.card{background:#fff;border:1px solid #dce4e2;border-radius:8px;padding:1rem}.good{color:#0f8a56;font-weight:700}.warn{color:#a96500;font-weight:700}.toolbar{justify-content:space-between;background:#fff;border:1px solid #dce4e2;border-radius:8px;padding:.75rem;margin-bottom:1rem}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.sample-card{background:#fff;border:1px solid #dce4e2;border-radius:8px;overflow:hidden}.sample-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#eef3f2}.sample-body{padding:.9rem}.flow-badge{display:inline-block;margin-top:.4rem;padding:.2rem .55rem;border-radius:999px;color:#fff;font-size:.78rem;font-weight:700}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.admin-list{margin-bottom:1rem}.row{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.5rem 0;border-top:1px solid #edf1f0}@media (max-width: 760px){.app-shell{padding:.75rem}.hero,.toolbar{align-items:stretch;flex-direction:column}.header-tools select,.toolbar select,.inline-form select,.primary-btn,.secondary-btn,.tabs button{width:100%}.admin-grid{grid-template-columns:1fr}}
