:root,:root[data-theme=light]{--navy: #0f2a47;--nav-active: #1c4670;--nav-hover: #16365a;--nav-text: #eaf1f8;--nav-text-muted: #9fb6cc;--blue: #3d6ea5;--blue-soft: #e7eef6;--orange: #c4622d;--orange-soft: #f7e6da;--green: #2e7d52;--amber: #9a6b12;--bg: #eaeef2;--panel: #ffffff;--panel-alt: #f4f7fa;--text: #16242f;--text-muted: #5e6e7c;--text-faint: #8896a3;--border: #d8dee5;--border-soft: #e7ecf1;--shadow: 0 1px 3px rgba(15, 42, 71, .1), 0 1px 2px rgba(15, 42, 71, .06);--shadow-lg: 0 12px 32px rgba(15, 42, 71, .22);--on-orange: #ffffff;color-scheme:light}:root[data-theme=dark]{--navy: #0a1d30;--nav-active: #143a5e;--nav-hover: #102a44;--nav-text: #e7edf2;--nav-text-muted: #7e93a5;--blue: #5b9bd4;--blue-soft: #16344d;--orange: #d9743f;--orange-soft: #3a2418;--green: #46b07f;--amber: #d7a948;--bg: #0b1620;--panel: #15242f;--panel-alt: #1b2c39;--text: #e7edf2;--text-muted: #9fb0bd;--text-faint: #6b7e8c;--border: #2a3d4d;--border-soft: #223443;--shadow: 0 1px 3px rgba(0, 0, 0, .45);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .6);--on-orange: #ffffff;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;line-height:1.45;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p{margin:0}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:13px;padding:.5rem .85rem;border:1px solid transparent;border-radius:8px;background:var(--orange);color:var(--on-orange);font-weight:600;cursor:pointer}button:hover:not(:disabled){filter:brightness(1.06)}button:disabled{opacity:.55;cursor:not-allowed}input,select,textarea{font-family:inherit;font-size:13px;color:var(--text);background:var(--panel);border:1px solid var(--border);border-radius:7px;padding:.5rem .65rem}:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ficc-hover-row:hover{background:var(--panel-alt)}.ficc-nav-item:hover{background:var(--nav-hover)}
