:root{--bg: #f7f6f3;--surface: #ffffff;--panel: #eef1ec;--accent: #5f836f;--accent-dark: #4c6b5a;--accent-soft: #eef4ef;--accent-border: #d8e4db;--text: #33352f;--text-muted: #7a7d74;--text-faint: #9a9d93;--text-fainter: #b0b2aa;--border: #e6e3da;--border-2: #eae7df;--divider: #f0ede6;--status-ativo-bg: #e6efe8;--status-ativo-fg: #3d6b4f;--status-breve-bg: #f0ebe1;--status-breve-fg: #9a7a45}*{box-sizing:border-box}html,body,#root{height:100%}html,body{overflow-x:hidden;max-width:100%}body{margin:0;font-family:Figtree,system-ui,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Space Grotesk,system-ui,sans-serif;margin:0}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-dark)}input,button{font-family:inherit}input::placeholder{color:var(--text-fainter)}::selection{background:#dbe6df}button{cursor:pointer}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.fade-up{animation:fadeUp .45s ease both}.wordmark{font-family:Space Grotesk,system-ui,sans-serif;font-weight:700;letter-spacing:-.02em}.wordmark .dot{color:var(--accent)}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.auth-split{display:flex;min-height:100vh;min-height:100dvh}.auth-panel{flex:1 1 48%;background:linear-gradient(150deg,#5b7f6f,#46685a);padding:56px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.auth-panel h1{color:#fff;font-size:44px;line-height:1.1;letter-spacing:-.035em}.auth-panel p{color:#d6e2d9;font-size:17px;line-height:1.6;margin:18px 0 0}.auth-panel .wordmark{color:#f3f6f2;font-size:22px}.auth-panel .wordmark .dot{color:#bcd3c3}.pill{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:#eaf3ec;background:#ffffff24;border:1px solid rgba(255,255,255,.28);padding:6px 13px;border-radius:999px;margin-bottom:26px}.pill .dot{width:6px;height:6px;border-radius:50%;background:#bcd3c3}.benefit{display:flex;align-items:center;gap:12px;font-size:16px;color:#e3ece5}.benefit+.benefit{margin-top:14px}.benefit .check{width:22px;height:22px;border-radius:7px;background:#ffffff2e;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.copyright{font-size:13px;color:#a9c3b0}.auth-form-wrap{flex:1 1 52%;display:flex;align-items:center;justify-content:center;padding:40px}.auth-form{width:100%;max-width:380px}.auth-form h2{font-size:30px;letter-spacing:-.03em;margin-bottom:6px}.auth-form>p.muted{margin:0 0 28px;font-size:15px}.field+.field{margin-top:18px}.field-label{display:block;font-size:13px;font-weight:600;color:#5c5f58;margin-bottom:8px}.input{width:100%;height:52px;background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:0 16px;font-size:16px;color:var(--text);outline:none;transition:border-color .12s}.input:focus{border-color:var(--accent)}.btn{width:100%;height:54px;border-radius:14px;font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:none;transition:background .15s,border-color .15s,transform .12s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-sm{height:44px;padding:0 18px;width:auto;font-size:14px;border-radius:12px}.btn-ghost{background:#fff;color:#5c5f58;border:1.5px solid var(--border)}.btn-ghost:hover{border-color:#cfd3c9}.error-msg{color:#a4503f;font-size:14px;margin:0 0 16px}.hub-header{background:#fff;border-bottom:1px solid var(--border-2);padding:20px 44px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.hub-header .wordmark{font-size:20px}.hub-user{display:flex;align-items:center;gap:14px;font-size:14px}.page{padding:36px 44px;max-width:1200px;margin:0 auto}.page-header{margin-bottom:28px}.page-title{font-size:32px;font-weight:700;letter-spacing:-.03em;margin-bottom:4px}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:16px}.system-card{display:block;background:#fff;border:1px solid var(--border-2);border-radius:18px;padding:20px;color:inherit;transition:border-color .15s,transform .12s,box-shadow .15s}a.system-card:hover{border-color:#cbd6cd;transform:translateY(-2px);box-shadow:0 14px 30px -22px #4c6b5a80}.system-card.disabled{opacity:.72;cursor:default}.system-card .top{display:flex;align-items:center;gap:14px;margin-bottom:14px}.avatar{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,system-ui,sans-serif;font-weight:700;font-size:17px;color:#fff;flex-shrink:0}.system-card .name{font-size:17px;font-weight:700;letter-spacing:-.02em}.system-card .desc{font-size:14.5px;color:var(--text-muted);line-height:1.5;margin:0 0 16px;min-height:44px}.system-card .foot{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:var(--text-faint);border-top:1px solid var(--divider);padding-top:14px}.system-card .host{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:999px;white-space:nowrap}.badge.ativo{background:var(--status-ativo-bg);color:var(--status-ativo-fg)}.badge.breve{background:var(--status-breve-bg);color:var(--status-breve-fg)}.link{background:none;border:none;color:var(--text-muted);font-size:14px;font-weight:600;padding:0}.link:hover{color:var(--accent-dark)}@media (max-width: 900px){.auth-split{flex-direction:column}.auth-panel{padding:40px 28px;flex:0 0 auto}.auth-panel h1{font-size:32px}.auth-panel .benefits,.auth-panel .copyright{display:none}.auth-form-wrap{padding:32px 24px 48px}}@media (max-width: 640px){.hub-header{padding:16px 20px}.page{padding:24px 20px}.page-title{font-size:26px}}
