:root{--fc-sidebar:270px;--fc-dark:#111827;--fc-dark-2:#1f2937;--fc-main:#f5f6f8;--fc-primary:#0665d0}.fc-page{min-height:100vh}.fc-sidebar{width:var(--fc-sidebar);min-height:100vh;position:sticky;top:0;background:linear-gradient(180deg,#111827,#1f2937)}.fc-main{min-height:100vh;background:var(--fc-main)}.fc-topbar{min-height:72px}.fc-brand{border-bottom:1px solid rgba(255,255,255,.08)}.fc-logo{width:38px;height:38px;border-radius:12px;background:var(--fc-primary);display:inline-flex;align-items:center;justify-content:center}.fc-menu-link{display:flex;align-items:center;color:rgba(255,255,255,.82);text-decoration:none;padding:.72rem .9rem;border-radius:.65rem;margin:.18rem 0;font-weight:500}.fc-menu-link:hover{background:rgba(255,255,255,.1);color:#fff}.block{background:#fff;border-radius:.9rem;box-shadow:0 .125rem .9rem rgba(15,23,42,.06);margin-bottom:1.5rem;border:1px solid rgba(15,23,42,.04)}.block-header{padding:1rem 1.25rem;border-bottom:1px solid #eef0f3;font-weight:700;display:flex;align-items:center;justify-content:space-between}.block-content{padding:1.25rem}.btn-alt-secondary{background:#f3f4f6;border-color:#e5e7eb}.kanban-col{min-height:300px;background:#f8f9fa;border-radius:.75rem;padding:1rem}.kanban-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem;margin-bottom:.75rem}.codebox{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;min-height:460px}.fc-copybox{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;white-space:pre-wrap;background:#111827;color:#e5e7eb;border-radius:.75rem;padding:1rem}html[data-bs-theme=dark] .fc-main{background:#0f172a}html[data-bs-theme=dark] .fc-topbar,html[data-bs-theme=dark] .block{background:#111827!important;color:#e5e7eb;border-color:#1f2937}html[data-bs-theme=dark] .text-muted{color:#9ca3af!important}


/* Auth layout */
.fc-auth-body{min-height:100vh;margin:0;background:radial-gradient(circle at top left,rgba(6,101,208,.14),transparent 35%),linear-gradient(135deg,#f5f7fb,#eef1f7);display:flex;align-items:center;justify-content:center;padding:2rem;color:#1f2937}
.fc-auth-main{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}
.fc-auth-wrap{width:100%;max-width:460px;margin:auto}
.fc-auth-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:1.25rem;padding:2.25rem;box-shadow:0 1.25rem 4rem rgba(15,23,42,.12)}
.fc-auth-logo{width:56px;height:56px;margin-left:auto;margin-right:auto;border-radius:18px;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.35rem}
.fc-auth-card .form-control{border-radius:.8rem;border-color:#d9dee7;padding:.8rem 1rem}
.fc-auth-card .btn{border-radius:.8rem;padding:.85rem 1rem;font-weight:700}
html[data-bs-theme=dark] .fc-auth-body{background:radial-gradient(circle at top left,rgba(6,101,208,.22),transparent 35%),linear-gradient(135deg,#0f172a,#111827);color:#e5e7eb}
html[data-bs-theme=dark] .fc-auth-card{background:#111827;border-color:#263244;color:#e5e7eb}
html[data-bs-theme=dark] .fc-auth-logo{background:#0665d0}
