:root{color-scheme:light;font-family:Segoe UI,Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:radial-gradient(circle at 20% 20%,#eef2ff,#f8fafc 45%),radial-gradient(circle at 80% 0%,#e0f2fe,#f8fafc 35%),#f8fafc;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh}.layout{max-width:1040px;margin:0 auto;padding:32px 24px 64px;display:flex;flex-direction:column;gap:32px}.hero{display:grid;gap:12px}.eyebrow{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:#475569}h1{font-size:clamp(2.2rem,4vw,2.8rem);line-height:1.1;color:#0b1224}.lede{font-size:1.1rem;color:#334155;max-width:760px}.cta-row{display:flex;gap:12px;margin-top:8px;flex-wrap:wrap}.cta,.ghost,.link{display:inline-flex;align-items:center;gap:6px;padding:12px 16px;border-radius:12px;text-decoration:none;font-weight:600;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.cta{background:#0ea5e9;color:#f8fafc;box-shadow:0 10px 30px #0ea5e92e}.cta:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0ea5e93d}.ghost{border:1px solid #cbd5e1;color:#0f172a;background:#fff;cursor:pointer;font-family:inherit;font-size:inherit}.ghost:hover{background:#e2e8f0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.card{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:16px;padding:20px;display:grid;gap:10px;box-shadow:0 12px 40px #0f172a0f}.card h2{font-size:1.25rem;color:#0f172a}.description{color:#334155}.link{color:#0ea5e9;padding:0;background:none}.link span{transition:transform .12s ease}.link:hover span{transform:translate(2px)}.footnote{color:#475569;font-size:.95rem}@media (max-width: 640px){.layout{padding:24px 18px 48px}.cta-row{width:100%}.cta,.ghost{justify-content:center;flex:1}}.login-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.login-card{background:#fffffff2;border:1px solid #e2e8f0;border-radius:20px;padding:40px;max-width:420px;width:100%;box-shadow:0 20px 60px #0f172a1f}.login-header{text-align:center;margin-bottom:32px}.login-header h1{font-size:2rem;margin:8px 0}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group input{padding:12px 16px;border:1px solid #cbd5e1;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.form-group input:disabled{background:#f1f5f9;cursor:not-allowed}.login-form .cta{width:100%;justify-content:center;margin-top:8px;cursor:pointer;border:none;font-size:1rem}.login-form .cta:disabled{opacity:.6;cursor:not-allowed}.divider{position:relative;text-align:center;margin:24px 0}.divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e2e8f0}.divider span{position:relative;background:#fffffff2;padding:0 12px;color:#64748b;font-size:.9rem}.google-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:12px 16px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.google-btn:hover:not(:disabled){background:#f8fafc;box-shadow:0 4px 12px #0f172a14}.google-btn:disabled{opacity:.6;cursor:not-allowed}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:12px 16px;border-radius:10px;font-size:.9rem;margin-bottom:20px}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#0ea5e9;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-card{background:#fffffff2;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 12px 40px #0f172a0f}.form-card h2{margin-bottom:20px;font-size:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-group label{font-weight:600;font-size:.9rem;color:#334155}.form-group input,.form-group select{padding:12px 16px;border:1px solid #cbd5e1;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.form-group input:disabled,.form-group select:disabled{background:#f1f5f9;cursor:not-allowed}.form-group small{color:#64748b;font-size:.85rem}.checkbox-group{flex-direction:row;align-items:center;gap:12px}.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-group input[type=checkbox]{width:20px;height:20px;cursor:pointer}.form-actions{display:flex;gap:12px;margin-top:24px}.form-actions button{flex:1}.list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.list-card{background:#fffffff2;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px;box-shadow:0 8px 24px #0f172a0a;transition:box-shadow .15s ease}.list-card:hover{box-shadow:0 12px 32px #0f172a14}.list-card-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.list-card-header h3{font-size:1.15rem;color:#0f172a;margin:0}.badge{padding:4px 10px;border-radius:6px;background:#e0f2fe;color:#0369a1;font-size:.8rem;font-weight:600;white-space:nowrap}.list-card-info{display:flex;flex-direction:column;gap:4px;font-size:.9rem;color:#475569}.list-card-actions{display:flex;gap:12px;margin-top:8px;padding-top:12px;border-top:1px solid #e2e8f0}.list-card-actions button{background:none;border:none;padding:0}.link.danger{color:#dc2626}.link.danger:hover{color:#991b1b}.empty-state{text-align:center;padding:48px 24px;background:#fffc;border:1px solid #e2e8f0;border-radius:16px}.empty-state p{margin-bottom:20px;color:#64748b;font-size:1.1rem}@media (max-width: 768px){.form-row,.list-grid{grid-template-columns:1fr}}
