:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f6f8fc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--color-primary: #0099ff;--color-primary-rgb: 0, 153, 255;--color-primary-soft: rgba(var(--color-primary-rgb), .12);--color-text: #0f172a;--color-background: #f6f8fc;--color-muted: #64718a}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh;background:var(--color-background);color:var(--color-text)}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#f3f6ff,#e5e9f6);padding:1rem}.login-form{width:min(520px,100%);background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 10px 25px #1725541f;display:flex;flex-direction:column;gap:1rem}.login-title{margin:0;font-size:clamp(1.5rem,3.2vw,1.9rem);color:#0f172a}.login-title span{display:block}.login-highlight{color:var(--color-primary)}.login-field{display:flex;flex-direction:column;font-size:.9rem;gap:.35rem;color:#536079}.login-field input{border:1px solid #c8d0e6;border-radius:.85rem;padding:.85rem 1rem;font-size:1rem;font-family:inherit}.login-field input:focus{outline:2px solid var(--color-primary);outline-offset:0}.login-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#606a86}.login-form button{border:none;border-radius:999px;padding:.95rem;font-size:1rem;font-weight:600;background:var(--color-primary);color:#fff;cursor:pointer;transition:opacity .2s ease}.login-form button:disabled{opacity:.65;cursor:not-allowed}.login-error{margin:.5rem 0 0;color:#b42318;font-weight:600}.home-shell{min-height:100vh;background:var(--color-background);color:var(--color-text)}.home-shell__header{padding:1.5rem clamp(1.5rem,4vw,3rem);display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:1px solid #d8e0f0;background:#fff}.home-shell__eyebrow{margin:0 0 .25rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted)}.home-shell__header h1{margin:0;font-size:clamp(1.5rem,3vw,2rem)}.home-shell__user{display:flex;align-items:center;gap:.75rem}.home-shell__user p{margin:0;font-weight:600}.home-shell__user button{width:2.4rem;height:2.4rem;border-radius:999px;border:1px solid var(--color-primary);background:var(--color-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.home-shell__user button:hover{background:#fff;color:var(--color-primary);transform:translateY(-1px)}.home-shell__user svg{width:1.2rem;height:1.2rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-shell__content{padding:clamp(1.5rem,4vw,3rem)}.home-modules{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;width:min(700px,100%)}.home-module{border:1px solid #e3e9f7;border-radius:2rem;background:#fff;box-shadow:0 12px 28px #0f172a14;min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.home-module:hover{transform:translateY(-2px);box-shadow:0 18px 36px #0f172a1f}.home-module__icon{width:4.5rem;height:4.5rem;border-radius:1.5rem;background:var(--color-primary-soft);color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center}.home-module__icon svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-module__title{font-size:1.05rem;font-weight:700;color:var(--color-text);text-align:center}
