:root{--fc-blue:#1455d9;--fc-blue-dark:#102a43;--fc-blue-light:#eaf2ff;--fc-green:#16a66a;--fc-green-light:#e9f8f1;--fc-bg:#f7f9fc;--fc-white:#fff;--fc-text-primary:#102a43;--fc-text-secondary:#52677d;--fc-text-muted:#7a8b9c;--fc-border:#dde5ee;--fc-warning:#f59e0b;--fc-danger:#e53935;--fc-orange:#f28c28;--fc-orange-bg:#fef0e3;--fc-danger-bg:#fdeae9;--fc-info:#2563eb;--fc-info-bg:#e8f0fe;--fc-primary:var(--fc-blue);--fc-primary-dark:var(--fc-blue-dark);--fc-primary-light:var(--fc-blue-light);--fc-accent:var(--fc-orange);--fc-background:var(--fc-bg);--fc-surface:var(--fc-white);--fc-surface-elevated:var(--fc-white);--fc-success:var(--fc-green);--fc-error:var(--fc-danger);--fc-space-1:4px;--fc-space-2:8px;--fc-space-3:12px;--fc-space-4:16px;--fc-space-5:24px;--fc-space-6:32px;--fc-space-7:48px;--fc-space-8:64px;--fc-touch:44px;--fc-type-display:32px;--fc-type-h1:22px;--fc-type-h2:17px;--fc-type-h3:15px;--fc-type-body:14px;--fc-type-small:13px;--fc-type-caption:12px;--fc-type-numeric:64px;--fc-radius-sm:8px;--fc-radius-md:12px;--fc-radius-lg:16px;--fc-radius-xl:24px;--fc-radius-pill:999px;--fc-shadow-sm:0 1px 2px #102a430f;--fc-shadow-md:0 4px 16px #102a4314}*{box-sizing:border-box}body{background:var(--fc-bg);color:var(--fc-text-primary);margin:0;font-family:Inter,-apple-system,Segoe UI,Roboto,sans-serif}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{font-family:inherit}:focus-visible{outline:2px solid var(--fc-blue);outline-offset:2px}.fc-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fc-skeleton{border-radius:var(--fc-radius-md);background:linear-gradient(90deg,#e8eef6 0%,#f7f9fc 50%,#e8eef6 100%) 0 0/200% 100%;animation:1.2s ease-in-out infinite fc-shimmer}@media (prefers-reduced-motion:reduce){.fc-skeleton{background:#e8eef6;animation:none}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes fc-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.fc-btn{border-radius:var(--fc-radius-md);justify-content:center;align-items:center;gap:10px;padding:15px 24px;font-size:16px;font-weight:700;display:inline-flex}.fc-btn:disabled{opacity:.45;cursor:not-allowed}.fc-btn--primary{background:var(--fc-blue-dark);color:#fff;width:100%}.fc-btn--success{background:var(--fc-green);color:#fff;width:100%}.fc-btn--secondary{background:var(--fc-white);color:var(--fc-blue-dark);border:1.5px solid var(--fc-border);padding:13px 16px;font-size:14px}.fc-card{background:var(--fc-white);border-radius:var(--fc-radius-xl);box-shadow:var(--fc-shadow-sm)}.fc-pill{border-radius:var(--fc-radius-pill);align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-flex}
