:root{--fm-green:#16785a;--fm-green-dark:#0f5c44;--fm-gold:#c6a75e;--fm-cream:#f7f3ea;--bg:#f5f5f7;--surface:#fff;--text:#1d1d1f;--text-muted:#6e6e73;--border:#00000014;--shadow:0 1px 2px #0000000a, 0 8px 24px #0000000f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#000;--surface:#1c1c1e;--text:#f5f5f7;--text-muted:#98989d;--border:#ffffff1a;--shadow:0 1px 2px #0000004d, 0 8px 24px #0006;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=dark]{--bg:#000;--surface:#1c1c1e;--text:#f5f5f7;--text-muted:#98989d;--border:#ffffff1a;--shadow:0 1px 2px #0000004d, 0 8px 24px #0006;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0}button{cursor:pointer;background:var(--fm-green);color:#fff;border:none;border-radius:10px;padding:12px 18px;font-family:inherit;font-size:15px;font-weight:600;transition:opacity .15s,transform .1s}button:hover{opacity:.9}button:active{transform:scale(.98)}button:disabled{opacity:.5;cursor:default}button.ghost{color:var(--text-muted);background:0 0;padding:8px 12px}button.ghost:hover{color:var(--text)}.auth-screen{justify-content:center;align-items:center;min-height:100%;padding:24px;display:flex}.auth-card{background:var(--surface);width:100%;max-width:360px;box-shadow:var(--shadow);text-align:center;border-radius:20px;flex-direction:column;gap:14px;padding:36px 32px;display:flex}.auth-mark{justify-content:center;margin-bottom:4px;display:flex}.auth-card h1{letter-spacing:-.02em;margin:0;font-size:24px;font-weight:700}.auth-subtitle{color:var(--text-muted);margin:0 0 8px;font-size:14px}.field{text-align:left;color:var(--text-muted);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.field input{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:11px 12px;font-family:inherit;font-size:15px;font-weight:400}.field input:focus{outline:2px solid var(--fm-green);outline-offset:-1px}.auth-error{color:#d64545;margin:0;font-size:13px}.auth-footnote{color:var(--text-muted);margin:8px 0 0;font-size:12px;line-height:1.5}.shell{flex-direction:column;min-height:100%;display:flex}.shell-header{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 24px;display:flex;position:sticky;top:0}.shell-brand{letter-spacing:-.01em;align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.shell-account{color:var(--text-muted);align-items:center;gap:12px;font-size:13px;display:flex}.shell-main{flex:1;gap:16px;width:100%;max-width:720px;margin:0 auto;padding:24px;display:grid}.panel{background:var(--surface);box-shadow:var(--shadow);border-radius:16px;padding:22px 24px}.panel h2{letter-spacing:-.01em;margin:0 0 10px;font-size:15px;font-weight:700}.panel p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.6}.company-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.company-list li{align-items:center;gap:10px;font-size:14px;display:flex}.company-dot{background:var(--fm-gold);border-radius:50%;flex:none;width:8px;height:8px}
