:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg: #f3f6fb;--panel: #ffffff;--panel2: #f6f8fe;--border: #dfe7f5;--text: #0b1220;--muted: #5b6b82;--danger: #e11d48;--ok: #16a34a;--accent: #1d4ed8;--accent2: #60a5fa;--shadow: 0 14px 40px rgba(15, 23, 42, .1);--shadow2: 0 6px 18px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html,body,#root{width:100%}html,body{overflow-x:hidden}body{margin:0;min-height:100vh;background-image:url(/assets/bg-login-CPIz1Opx.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}#root{width:100%;min-height:100vh}img{max-width:100%;height:auto;display:block}.page,.container{width:100%;max-width:1160px;margin:0 auto;padding:24px 16px}.topbar{border:1px solid var(--border);background:linear-gradient(180deg,#fff,#fbfcff);border-radius:18px;box-shadow:var(--shadow);padding:16px 18px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;margin-bottom:24px}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-logo{width:140px;max-width:140px;height:auto;flex-shrink:0;border-radius:6px;object-fit:contain}.brand h1{font-size:18px;margin:0;letter-spacing:.2px;font-weight:800;color:var(--text)}.subtitle{font-size:12px;color:var(--muted)}.filters{display:flex;gap:12px;align-items:flex-end;justify-content:flex-end;flex-wrap:wrap}.grid{display:grid;grid-template-columns:minmax(320px,380px) minmax(0,1fr);gap:28px;width:100%}@media(max-width:980px){.grid{grid-template-columns:1fr}}.card{border:1px solid var(--border);background:linear-gradient(180deg,#fff,#fbfcff);border-radius:18px;padding:14px;box-shadow:var(--shadow2)}.card h2{margin:0 0 8px;font-size:14px;color:var(--text);letter-spacing:.2px}.card p.hint{margin:0 0 12px;color:var(--muted);font-size:12px;line-height:1.35}.row{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:6px;flex:1;min-width:160px}.label{font-size:12px;color:var(--muted)}.input,.textarea,.btn,.select{border-radius:12px;border:1px solid var(--border);background:var(--panel2);color:var(--text);padding:10px 12px;outline:none}.input,.select{height:40px}.textarea{width:100%;min-height:92px;resize:vertical}.input:focus,.textarea:focus,.select:focus{border-color:#2563eb8c;box-shadow:0 0 0 4px #2563eb24;background:#fff}.btn{cursor:pointer;height:40px;padding:0 14px;font-weight:800;letter-spacing:.2px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .06s ease,filter .18s ease,background .18s ease}.btn:active{transform:translateY(3px)}.btn.primary{background:linear-gradient(180deg,#1d4ed8,#1d4ed8e6);border-color:#1d4ed880;color:#fff}.btn.primary:hover{filter:brightness(1.03)}.btn.danger{background:#ef44441a;border-color:#ef444459}.btn.danger:hover{background:#ef444424}.alert{margin-top:14px;border:1px solid rgba(239,68,68,.3);background:#ef444412;padding:12px 14px;border-radius:14px;box-shadow:var(--shadow)}.alert pre{margin:6px 0 0;white-space:pre-wrap;color:#0f172ad9}table{width:100%;border-collapse:collapse;min-width:1040px;color:var(--text)}.tableWrap{overflow:auto;border-radius:16px;border:1px solid var(--border);background:var(--panel);color:var(--text)}thead th{text-align:left;font-size:12px;color:var(--muted);font-weight:900;padding:12px;background:#fbfcff;position:sticky;top:0}tbody td{padding:12px;border-top:1px solid var(--border);font-size:13px;vertical-align:top;color:var(--text)}tbody tr:hover{background:#f7f9ff}.badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;border:1px solid rgba(37,99,235,.25);background:#2563eb14;font-size:12px;color:#0f172ae6;font-weight:800}.mono{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.actionsCell,.nowrap{white-space:nowrap}.status{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:12px;font-weight:900;color:#0f172aeb}.status-idle{border-color:#2563eb40;background:#2563eb14}.status-done{border-color:#16a34a40;background:#16a34a14}.status-live{border-color:#ef44444d;background:#ef444414}.dot{width:10px;height:10px;border-radius:999px;background:var(--danger);box-shadow:0 0 0 4px #ef44441a}.dot-blink{animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.25;transform:scale(.8)}}.miniCal{border:1px solid var(--border);background:linear-gradient(180deg,#fff,#fbfcff);border-radius:16px;padding:12px;box-shadow:var(--shadow2);width:100%;max-width:320px;overflow:hidden}.miniCalHead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.miniCalTitle{font-weight:900;font-size:12px;color:#0b1220eb}.miniCalNav{width:36px;height:36px;border-radius:12px;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:18px;font-weight:900;color:#0b1220bf;box-shadow:0 4px 12px #0f172a0f}.miniCalNav:hover{border-color:#1d4ed859;color:#1d4ed8e6}.miniCalGrid{width:100%;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.miniCalWeek{margin-bottom:8px}.miniCalW{text-align:center;font-size:11px;color:var(--muted);font-weight:900;letter-spacing:.2px;width:100%;min-width:0}.miniCalCell{width:100%;min-width:0;height:38px;padding:0;border-radius:12px;border:1px solid var(--border);background:var(--panel2);cursor:pointer;font-weight:900;color:#0b1220d1;transition:transform .06s ease,border-color .15s ease,background .15s ease;display:flex;align-items:center;justify-content:center}.miniCalCell:hover{transform:translateY(-1px);background:#fff;border-color:#1d4ed84d}.miniCalCell.active{background:linear-gradient(180deg,#1d4ed8,#1d4ed8e0);border-color:#1d4ed88c;color:#fff;box-shadow:0 10px 22px #1d4ed838}.miniCalCell.empty{border:none;background:transparent;cursor:default}.modalOverlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:16px;z-index:9999}.modal{width:100%;max-width:520px;background:#fff;border-radius:14px;padding:18px 18px 14px;box-shadow:0 20px 60px #00000040}.modal h3{margin:0 0 8px;font-size:16px}.modal p{margin:0 0 14px;color:#475569;line-height:1.4}.modalActions{display:flex;justify-content:flex-end;gap:10px}.footer{margin-top:32px;padding:16px;text-align:center;font-size:13px;color:#64748b;border-top:1px solid #e5e7eb}.footer .version{margin-top:4px;font-size:12px;color:#94a3b8}.authPageCenter{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:24px}.authTopCard,.authCard,.authLoginInfo,.authFoot{position:relative;z-index:1}.authTopCard{width:100%;max-width:420px;background:#fffffff5;border:1px solid #dbe4f0;border-radius:24px;padding:24px;text-align:center;box-shadow:0 18px 40px #0f172a14}.authCard{width:100%;max-width:420px;background:#fffffff7;border:1px solid #dbe4f0;border-radius:24px;padding:24px;box-shadow:0 18px 40px #0f172a14}.authAgendaiLogo{width:150px;max-width:100%;height:auto;object-fit:contain;display:block;margin:0 auto 20px;filter:drop-shadow(0 10px 20px rgba(15,23,42,.1))}.authPartnerLogo{width:160px;max-width:100%;height:auto;object-fit:contain;display:block;margin:0 auto 12px}.authCard .field{margin-bottom:0}.authCard .label,.fieldLabel{display:block;margin-bottom:6px;font-size:12px;font-weight:700;color:#334155}.authCard .input{width:100%;height:46px;border:1px solid #d9e1ee;background:#f7f9fc;color:#111827;border-radius:14px;padding:0 14px;outline:none;transition:.2s ease}.authCard .input:focus{border-color:#bfd0ea;box-shadow:0 0 0 3px #3b82f614;background:#fff}.passwordField{position:relative;width:100%}.passwordField .input,.passwordField input{padding-right:52px}.eyeToggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:none;border-radius:10px;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer}.eyeToggle:hover{color:#111827;background:#0f172a0d}.authBtn{width:100%;height:48px;border:none;border-radius:14px;color:#fff;font-size:16px;font-weight:700;background:linear-gradient(135deg,#3b5edb,#5f7ef5);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease;box-shadow:0 8px 20px #3b5edb38}.authBtn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #3b5edb47;background:linear-gradient(135deg,#2f51d2,#4f6df2)}.authAlert{margin-bottom:14px}.authLoginInfo{max-width:420px;margin:10px auto 0;text-align:center;font-size:12px;line-height:1.5;color:#64748b}.authLoginInfo strong{color:#ef4444;font-weight:600}.authFoot{margin-top:18px;padding-top:14px;border-top:1px solid #e5e7eb;text-align:center;font-size:12px;color:#94a3b8}@media(max-width:480px){.authPageCenter{padding:16px}.authTopCard,.authCard{max-width:100%;padding:22px 18px 18px}.authAgendaiLogo{width:130px}}.configPage{min-height:100vh;padding:32px}.configCard{max-width:1100px;margin:0 auto;background:#ffffffeb;border:1px solid #d9e2f1;border-radius:20px;box-shadow:0 12px 32px #0f172a14;padding:28px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.configHeader h1{margin:0;font-size:32px;color:#0f172a}.configHeader p{margin-top:6px;color:#64748b;font-size:15px}.configGrid{margin-top:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.configItem{background:#f8fbff;border:1px solid #dbe7f5;border-radius:16px;padding:20px;transition:.2s ease}.configItem:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f172a14}.configItem h3{margin:0 0 8px;font-size:20px;color:#0f172a}.configItem p{margin:0 0 16px;color:#64748b;font-size:14px;line-height:1.4}.configAction{border:none;background:#2563eb;color:#fff;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer;transition:.2s ease}.configAction:hover{background:#1d4ed8}.usersTableWrap{width:100%;overflow-x:auto;margin-top:16px}.usersTable{width:100%;border-collapse:collapse;min-width:980px;background:#fff;border:1px solid #dbe7f5;border-radius:14px;overflow:hidden}.usersTable th,.usersTable td{padding:12px 14px;text-align:left;border-bottom:1px solid #e8eef7;vertical-align:top}.usersTable th{background:#f3f7fd;color:#0f172a;font-size:13px;font-weight:700}.usersTable td{font-size:14px;color:#334155}.permList{display:flex;flex-wrap:wrap;gap:6px}.permTag{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#e8f0ff;color:#1d4ed8;font-size:12px;font-weight:600}.permTag.muted{background:#f1f5f9;color:#64748b}.configEmpty{padding:16px;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;background:#f8fafc}.authHeader{margin-bottom:18px;text-align:center}.authHeader p{margin:0;font-size:14px;color:#64748b}.authForm{display:flex;flex-direction:column;gap:14px}.passwordWrap{position:relative;width:100%}.passwordInput{width:100%;height:46px;padding-right:52px}.successBox{margin-top:10px;border:1px solid rgba(22,163,74,.3);background:#16a34a14;padding:12px 14px;border-radius:14px;color:#166534;box-shadow:var(--shadow2)}.configCardPage{padding:22px}@media(max-width:768px){.topbar{grid-template-columns:1fr}.topbar>div:last-child{width:100%;flex-wrap:wrap}.topbar>div:last-child .btn{flex:1;min-width:140px}.filters{justify-content:stretch}.filters>*{width:100%}.brand{align-items:flex-start}.container,.page{padding:16px}}.authShell{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:24px}.authBrand{margin-bottom:18px}.authHeader{text-align:center;margin-bottom:18px}.authHeader h1{margin:0 0 6px;font-size:28px;color:#0f172a}.authHeader p{margin:0;color:#64748b;font-size:14px}.authForm{display:flex;flex-direction:column;gap:12px}.passwordWrap{position:relative}.passwordInput{padding-right:52px}.eyeButton{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:none;border-radius:10px;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer}.eyeButton:hover{color:#111827;background:#0f172a0d}.primaryBtn{width:100%;height:48px;border:none;border-radius:14px;color:#fff;font-size:16px;font-weight:700;background:linear-gradient(135deg,#3b5edb,#5f7ef5);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease;box-shadow:0 8px 20px #3b5edb38}.primaryBtn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #3b5edb47;background:linear-gradient(135deg,#2f51d2,#4f6df2)}.primaryBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.loginEmpresaHint{margin:12px 0 4px;padding:14px 12px;border:1px solid #dbe4f0;border-radius:14px;background:#f8fbff;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.loginEmpresaHint img{width:120px;max-width:100%;height:auto;object-fit:contain}.loginEmpresaHint span{font-size:12px;color:#64748b;font-weight:600}.participantsField{width:100%}.participantsField>label{display:block;margin-bottom:6px;font-size:12px;font-weight:700;color:#334155}.participantsList{margin-top:10px;max-height:220px;overflow-y:auto;border:1px solid var(--border);border-radius:14px;background:#fff;padding:8px}.participantRow{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;cursor:pointer}.participantRow:hover{background:#f7f9ff}.participantRow input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:#3b5edb}.participantRow span{color:#0f172a;font-size:14px}.selectedCount{margin-top:10px;font-size:13px;font-weight:700;color:#64748b}.formActions{margin-top:8px;display:flex;justify-content:stretch}.listCard{margin-top:18px}.sectionTitle{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:14px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.toolbar .input,.toolbar select,.toolbar .btn{min-width:0}.scheduleLayout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.scheduleList{display:flex;flex-direction:column;gap:14px;min-width:0}.emptyBox{border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;padding:18px;color:#64748b}.meetingCard{border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcff);padding:16px;box-shadow:var(--shadow2)}.meetingTop{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}.meetingTitle{font-size:16px;font-weight:800;color:#0f172a}.meetingMeta{font-size:13px;color:#64748b;line-height:1.45}.meetingBadges{display:flex;flex-wrap:wrap;gap:8px}.badge.ok{background:#22c55e1a;border-color:#22c55e4d;color:#166534}.badge.bad{background:#ef44441a;border-color:#ef44444d;color:#991b1b}.badge.warn{background:#f59e0b1f;border-color:#f59e0b4d;color:#92400e}.participantsPreview{margin-top:12px;padding:12px;border-radius:12px;background:#f8fafc;color:#334155;font-size:13px;line-height:1.5}.meetingActions{margin-top:14px;display:flex;justify-content:flex-start}.dangerBtn{background:#ef44441a;border-color:#ef444459;color:#991b1b}.dangerBtn:hover{background:#ef444429}.miniCalendarCard{position:sticky;top:16px}@media(max-width:980px){.scheduleLayout{grid-template-columns:1fr}.miniCalendarCard{position:static}}@media(max-width:768px){.topbar{grid-template-columns:1fr}.toolbar{flex-direction:column}.toolbar>*{width:100%}.meetingTop{flex-direction:column}}
