:root{--background:#f6f9ff;--foreground:#151f35;--muted:#667085;--border:#e4eaf6;--primary:#2f6df6;--purple:#8358e8;--green:#1aa878;--success:#079455;--warning:#a15c00;--danger:#b42318;--shadow:0 24px 70px #21376021}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--foreground);background:radial-gradient(circle at 82% 7%,#8358e829,#0000 25rem),radial-gradient(circle at 12% 4%,#2f6df624,#0000 34rem),linear-gradient(#fbfdff 0%,#f4f8ff 52%,#eef6ff 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{min-height:100vh;position:relative;overflow:hidden}.hero-shell{grid-template-columns:minmax(0,1fr) 30rem;align-items:center;gap:4rem;min-height:100vh;padding:4rem clamp(1.5rem,4vw,5rem);display:grid}.hero-copy{max-width:42rem}.eyebrow{color:var(--primary);letter-spacing:.26em;text-transform:uppercase;background:#2f6df61a;border-radius:999px;align-items:center;margin:0 0 1rem;padding:.45rem .7rem;font-size:.72rem;font-weight:800;display:inline-flex}.hero-copy h1,.page-title h1{color:var(--foreground);letter-spacing:-.075em;margin:0;font-size:clamp(3rem,6vw,5.6rem);line-height:.95}.hero-copy p,.page-title p{max-width:33rem;color:var(--muted);margin:1rem 0 0;font-size:1.02rem;line-height:1.65}.login-card,.poc-card{border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-radius:1.5rem}.login-card{padding:2rem}.login-card h2{margin:0;font-size:1.5rem}.hint{color:var(--muted);line-height:1.6}.form-field{gap:.45rem;margin-bottom:1rem;display:grid}.form-field label{color:#344054;font-size:.9rem;font-weight:700}.form-field input{border:1px solid var(--border);width:100%;color:var(--foreground);background:#fff;border-radius:.9rem;outline:none;padding:.9rem 1rem}.primary-button,.secondary-button,.poc-link{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:2.75rem;padding:.75rem 1.2rem;font-weight:800;display:inline-flex}.primary-button{background:var(--primary);color:#fff;width:100%}.secondary-button{border:1px solid var(--border);color:var(--foreground);background:#fff}.error{color:var(--danger);background:#b4231814;border:1px solid #b4231840;border-radius:.9rem;margin-bottom:1rem;padding:.8rem 1rem;font-weight:700}.topbar{justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem clamp(1.5rem,4vw,4.8rem);display:flex}.brand{color:#111827;align-items:center;gap:.75rem;font-weight:900;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#1d7ff4,#3857f6);border-radius:.75rem;place-items:center;width:2.25rem;height:2.25rem;font-size:.78rem;display:grid}.dashboard-main{padding:1rem clamp(1.5rem,4vw,4.8rem) 4rem}.dashboard-hero{grid-template-columns:minmax(0,1fr);align-items:start;gap:2rem;margin-bottom:2.25rem;display:grid}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem;display:grid}.poc-card{border:0;border-bottom:3px solid var(--primary);flex-direction:column;justify-content:space-between;min-height:19.5rem;padding:1.35rem;display:flex}.accent-purple{border-bottom-color:var(--purple)}.accent-green{border-bottom-color:var(--green)}.card-header,.card-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.app-icon{width:3.05rem;height:3.05rem;color:var(--primary);background:#2f6df61a;border-radius:1rem;place-items:center;display:grid}.app-icon svg,.owner svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.1rem;height:1.1rem}.poc-card h2{color:#172033;letter-spacing:-.035em;margin:1.05rem 0 .5rem;font-size:1.25rem}.poc-card p{color:var(--muted);margin:0;font-size:.93rem;line-height:1.55}.feature-list{gap:.55rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.feature-list li{color:#3f4b62;align-items:center;gap:.5rem;font-size:.84rem;display:flex}.check-icon{background:var(--primary);border-radius:999px;flex:none;width:.92rem;height:.92rem;display:inline-grid}.pill{color:#344054;background:#eef2f8;border-radius:999px;align-items:center;gap:.35rem;padding:.38rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex}.status-ready{color:var(--success);background:#0794551a}.status-pending{color:var(--warning);background:#a15c001f}.status-dot{background:currentColor;border-radius:50%;width:.42rem;height:.42rem}.owner{color:var(--primary);align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;display:inline-flex}.poc-link{color:#fff;background:#172033;gap:.35rem;min-height:2.45rem;padding:.7rem 1rem;font-size:.82rem;box-shadow:0 10px 22px #17203338}button.poc-link{font:inherit;text-align:center}.poc-link.disabled{color:var(--muted);cursor:not-allowed;background:#e4e9f2}@media (max-width:860px){.hero-shell,.dashboard-grid{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}}@media (min-width:861px) and (max-width:1120px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
