.home-module__xfjl6q__hero{text-align:center;max-width:800px;margin:0 auto;padding:48px 0 32px}.home-module__xfjl6q__heroTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 12px;font-size:42px;font-weight:700}.home-module__xfjl6q__heroSubtitle{color:var(--text-secondary);margin:0;font-size:18px;font-weight:400}.home-module__xfjl6q__section{margin-top:48px}.home-module__xfjl6q__sectionHeader{margin-bottom:24px}.home-module__xfjl6q__sectionTitle{color:var(--text-primary);margin:0 0 8px;font-size:24px;font-weight:600}.home-module__xfjl6q__sectionDesc{color:var(--text-secondary);margin:0;font-size:15px}.home-module__xfjl6q__appsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-top:24px;display:grid}.home-module__xfjl6q__appCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;gap:20px;padding:28px;transition:all .2s;display:flex;position:relative;overflow:hidden}.home-module__xfjl6q__appCard:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.home-module__xfjl6q__appIcon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;box-shadow:0 4px 12px #00000026}.home-module__xfjl6q__appIconEmoji{font-size:36px}.home-module__xfjl6q__appContent{flex:1}.home-module__xfjl6q__appName{color:var(--text-primary);margin:0 0 8px;font-size:20px;font-weight:600}.home-module__xfjl6q__appDescription{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}.home-module__xfjl6q__appFooter{gap:12px;margin-top:auto;display:flex}.home-module__xfjl6q__btnLaunch{background:var(--primary);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:8px;flex:1;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.home-module__xfjl6q__btnLaunch:hover{background:var(--primary-dark);transform:scale(1.02)}.home-module__xfjl6q__btnLaunch:disabled{opacity:.7;cursor:wait}.home-module__xfjl6q__spinner{animation:1s linear infinite home-module__xfjl6q__spin;display:inline-block}@keyframes home-module__xfjl6q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-module__xfjl6q__comingSoonBadge{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color);text-align:center;cursor:not-allowed;border-radius:8px;flex:1;padding:12px 24px;font-size:14px;font-weight:500}@media (max-width:768px){.home-module__xfjl6q__heroTitle{font-size:32px}.home-module__xfjl6q__heroSubtitle{font-size:16px}.home-module__xfjl6q__appsGrid{grid-template-columns:1fr;gap:16px}.home-module__xfjl6q__appCard{padding:20px}.home-module__xfjl6q__appIcon{width:64px;height:64px}.home-module__xfjl6q__appIconEmoji{font-size:32px}}
.appShell-module__T9CtBG__appRoot{background:var(--bg);height:100vh;color:var(--text);box-sizing:border-box;grid-template-columns:220px 1fr;display:grid;overflow:hidden}.appShell-module__T9CtBG__appRootWithBanner{height:calc(100vh - 44px);margin-top:44px}.appShell-module__T9CtBG__main{background:var(--bg);box-sizing:border-box;height:100vh;padding:32px 40px 48px;overflow-y:auto}.appShell-module__T9CtBG__appRootWithBanner .appShell-module__T9CtBG__main{height:calc(100vh - 44px)}.appShell-module__T9CtBG__content,.appShell-module__T9CtBG__page,.appShell-module__T9CtBG__shell{gap:14px;width:min(1160px,100%);margin:0 auto;display:grid}.appShell-module__T9CtBG__topbar{border-bottom:1px solid var(--border);background:var(--bg);z-index:5;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:24px 0;display:flex;position:sticky;top:0}.appShell-module__T9CtBG__brand{align-items:center;gap:10px;display:flex}.appShell-module__T9CtBG__sidebar{border-right:1px solid var(--border);background:var(--sidebar);box-sizing:border-box;flex-direction:column;align-self:stretch;gap:8px;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0;overflow-y:auto}.appShell-module__T9CtBG__appRootWithBanner .appShell-module__T9CtBG__sidebar{height:calc(100vh - 44px);top:0}.appShell-module__T9CtBG__sidebarLogo{color:var(--text);align-items:center;min-height:48px;margin-bottom:24px;padding:8px 12px;font-size:20px;font-weight:800;display:flex}.appShell-module__T9CtBG__sidebarLogoImage{object-fit:contain;width:100%;height:auto;max-height:48px}[data-theme=dark] .appShell-module__T9CtBG__sidebarLogoImage{filter:invert()}.appShell-module__T9CtBG__sidebarNav{flex-direction:column;gap:4px;display:flex}.appShell-module__T9CtBG__sidebarItem{color:var(--textSecondary);border:none;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.appShell-module__T9CtBG__sidebarItem:hover{background:var(--chipHover);color:var(--text)}.appShell-module__T9CtBG__sidebarItem.appShell-module__T9CtBG__active{background:var(--accentBg);color:var(--accent)}.appShell-module__T9CtBG__sidebarBadge{background:var(--chip);border-radius:8px;place-items:center;width:32px;height:32px;font-size:14px;font-weight:600;transition:all .15s;display:grid;position:relative}.appShell-module__T9CtBG__sidebarItem:hover .appShell-module__T9CtBG__sidebarBadge{background:var(--cardElevated)}.appShell-module__T9CtBG__sidebarItem.appShell-module__T9CtBG__active .appShell-module__T9CtBG__sidebarBadge{background:var(--accent);color:#fff}.appShell-module__T9CtBG__unreadDot{background:var(--accent);border:2px solid var(--sidebar);border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.appShell-module__T9CtBG__unreadCount{background:var(--accent);color:#fff;border:2px solid var(--sidebar);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.appShell-module__T9CtBG__sidebarIcon{width:18px;height:18px}@media (max-width:960px){.appShell-module__T9CtBG__appRoot,.appShell-module__T9CtBG__appRootWithBanner{height:auto;min-height:100vh;margin-top:0;overflow:visible}.appShell-module__T9CtBG__appRootWithBanner{padding-top:44px}.appShell-module__T9CtBG__main,.appShell-module__T9CtBG__appRootWithBanner .appShell-module__T9CtBG__main{height:auto;overflow:visible}.appShell-module__T9CtBG__sidebar,.appShell-module__T9CtBG__appRootWithBanner .appShell-module__T9CtBG__sidebar{height:auto;position:relative;top:0}}.appShell-module__T9CtBG__dot{border:1px solid var(--border);background:#1a73e8;border-radius:999px;width:30px;height:30px;transition:filter .2s}[data-theme=dark] .appShell-module__T9CtBG__dot{filter:invert()}.appShell-module__T9CtBG__titleWrap{gap:2px;display:grid}.appShell-module__T9CtBG__title{margin:0;font-size:14px;font-weight:700}.appShell-module__T9CtBG__sub{color:var(--muted);margin:0;font-size:12px}.appShell-module__T9CtBG__actions{align-items:center;gap:10px;display:flex}.appShell-module__T9CtBG__chip{border:1px solid var(--border);background:var(--chip);color:var(--textSecondary);border-radius:10px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;display:inline-flex}.appShell-module__T9CtBG__navWrap{border:1px solid var(--border);background:var(--cardElevated);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;padding:10px;box-shadow:0 4px 16px #0000001a}.appShell-module__T9CtBG__linkRow{flex-wrap:wrap;gap:8px;display:flex}.appShell-module__T9CtBG__navLink{border:1px solid var(--border);background:var(--chip);color:var(--textSecondary);border-radius:10px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.appShell-module__T9CtBG__navLink:hover{background:var(--chipHover);color:var(--text);border-color:var(--borderHover)}.appShell-module__T9CtBG__card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:28px;box-shadow:0 4px 24px #00000014}.appShell-module__T9CtBG__h1{background:linear-gradient(180deg,var(--text)0%,var(--textSecondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-size:32px;font-weight:700}.appShell-module__T9CtBG__p{color:var(--muted);margin:0;font-size:15px;line-height:1.5}.appShell-module__T9CtBG__primary{background:var(--btn);color:var(--btnText);cursor:pointer;border:0;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:opacity .15s}.appShell-module__T9CtBG__primary:hover{opacity:.9}.appShell-module__T9CtBG__ghost{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .15s}.appShell-module__T9CtBG__ghost:hover{background:var(--chipHover);border-color:var(--borderHover)}.appShell-module__T9CtBG__filterRow{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.appShell-module__T9CtBG__select{background:var(--chip);min-width:240px;color:var(--text);border:1px solid var(--border);border-radius:10px;padding:8px 12px;font-size:14px;transition:all .15s}.appShell-module__T9CtBG__select:focus{border-color:var(--accent);outline:none}.appShell-module__T9CtBG__statGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}@media (max-width:980px){.appShell-module__T9CtBG__statGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.appShell-module__T9CtBG__statGrid{grid-template-columns:1fr}}.appShell-module__T9CtBG__statCard{border:1px solid var(--border);background:var(--cardElevated);border-radius:14px;padding:14px;transition:all .15s;box-shadow:0 2px 8px #0000000f}.appShell-module__T9CtBG__statCard:hover{border-color:var(--borderHover);box-shadow:0 4px 16px #0000001a}.appShell-module__T9CtBG__statTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;font-size:12px;font-weight:500}.appShell-module__T9CtBG__statValue{color:var(--text);margin-top:8px;font-size:24px;font-weight:700}.appShell-module__T9CtBG__table{border-collapse:collapse;width:100%;margin-top:8px}.appShell-module__T9CtBG__tableWrap{border:1px solid var(--border);background:var(--cardElevated);border-radius:14px;margin-top:20px;padding:18px}.appShell-module__T9CtBG__tableHead{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.02em;font-size:12px;font-weight:500}.appShell-module__T9CtBG__tableCell{border-bottom:1px solid var(--border);color:var(--textSecondary);padding:14px 12px}.appShell-module__T9CtBG__accent{color:var(--accent)}.appShell-module__T9CtBG__dashboardGrid{grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.appShell-module__T9CtBG__tile{border:1px solid var(--border);background:var(--cardElevated);border-radius:16px;padding:18px;transition:all .15s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.appShell-module__T9CtBG__tile:hover{border-color:var(--borderHover);box-shadow:0 8px 32px #00000024}.appShell-module__T9CtBG__tileGlow{background:radial-gradient(circle,var(--accentBg),transparent 70%);opacity:.5;pointer-events:none;height:80%;position:absolute;inset:-40% 10% auto}.appShell-module__T9CtBG__tileHeader{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;justify-content:space-between;align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex}.appShell-module__T9CtBG__tileValue{color:var(--text);margin-top:10px;font-size:32px;font-weight:700}.appShell-module__T9CtBG__comingSoon{color:var(--textSecondary);text-transform:uppercase;letter-spacing:.5px;margin-top:4px;font-size:11px;font-weight:500}.appShell-module__T9CtBG__tileWide{grid-column:span 7;min-height:260px}.appShell-module__T9CtBG__tileTall{grid-column:span 3;min-height:260px}.appShell-module__T9CtBG__tileSmall{grid-column:span 3}.appShell-module__T9CtBG__globePanel{height:100%;min-height:220px;position:relative}.appShell-module__T9CtBG__globe{background:radial-gradient(circle at 30% 30%,var(--accent),#8b5cf626 55%,transparent 60%),radial-gradient(circle at 70% 70%,#8b5cf680,#8b5cf61a 55%,transparent 60%),conic-gradient(from 45deg,#8b5cf659,#14142826,#8b5cf659);border:1px solid var(--accentBorder);box-shadow:0 0 60px var(--accentBg);border-radius:999px;position:absolute;inset:28px 60px}.appShell-module__T9CtBG__globeLines{mix-blend-mode:screen;opacity:.6;background:repeating-radial-gradient(circle,#8b5cf61a 0 2px,#0000 2px 10px),repeating-linear-gradient(90deg,#8b5cf61a 0 1px,#0000 1px 18px);border-radius:999px;position:absolute;inset:38px 70px}@media (max-width:1200px){.appShell-module__T9CtBG__tileWide{grid-column:span 12}.appShell-module__T9CtBG__tileTall,.appShell-module__T9CtBG__tileSmall{grid-column:span 6}}@media (max-width:720px){.appShell-module__T9CtBG__tileTall,.appShell-module__T9CtBG__tileSmall{grid-column:span 12}}html[data-theme=dark]{--bg:#0a0b0f;--card:#ffffff08;--cardElevated:#ffffff0d;--sidebar:#0a0b0f;--border:#ffffff14;--borderHover:#fff3;--text:#fff;--textSecondary:#ffffffb3;--muted:#ffffff8c;--chip:#ffffff08;--chipHover:#ffffff14;--btn:#fff;--btnText:#0a0b0f;--accent:#8b5cf6;--accentBg:#8b5cf626;--accentBorder:#8b5cf64d;--success:#22c55e;--danger:#ef4444}html[data-theme=light]{--bg:#f8f9fc;--card:#fffc;--cardElevated:#fff;--sidebar:#fff;--border:#00000014;--borderHover:#00000026;--text:#0f0f12;--textSecondary:#000000b3;--muted:#0000008c;--chip:#0000000a;--chipHover:#00000014;--btn:#0f0f12;--btnText:#fff;--accent:#7c3aed;--accentBg:#7c3aed14;--accentBorder:#7c3aed40;--success:#16a34a;--danger:#dc2626}.appShell-module__T9CtBG__pageTitle{color:var(--text);background:linear-gradient(180deg,var(--text)0%,var(--textSecondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-size:48px;font-weight:700}.appShell-module__T9CtBG__pageSubtitle{color:var(--muted);margin:0 0 40px;font-size:18px;line-height:1.5}.appShell-module__T9CtBG__pageHeader{text-align:center;margin-bottom:40px;padding:40px 0 20px}.appShell-module__T9CtBG__section{margin-bottom:40px}.appShell-module__T9CtBG__sectionHeader{margin-bottom:24px}.appShell-module__T9CtBG__sectionTitle{color:var(--text);margin:0 0 8px;font-size:24px;font-weight:700}.appShell-module__T9CtBG__sectionDescription{color:var(--muted);margin:0;font-size:16px;line-height:1.5}.appShell-module__T9CtBG__modernCard{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:28px;transition:all .15s;box-shadow:0 4px 24px #00000014}.appShell-module__T9CtBG__modernCard:hover{border-color:var(--borderHover)}.appShell-module__T9CtBG__dataRow{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:24px;padding:16px 0;display:flex}.appShell-module__T9CtBG__dataRow:last-child{border-bottom:1px solid var(--border)}.appShell-module__T9CtBG__dataRow:first-child{border-top:none}.appShell-module__T9CtBG__dataLabel{color:var(--text);margin:0;font-size:14px;font-weight:600}.appShell-module__T9CtBG__dataValue{color:var(--textSecondary);margin:0;font-size:14px}.appShell-module__T9CtBG__dataMuted{color:var(--muted);margin:4px 0 0;font-size:13px}.appShell-module__T9CtBG__btnPrimary{background:var(--btn);color:var(--btnText);cursor:pointer;border:0;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.appShell-module__T9CtBG__btnPrimary:hover{opacity:.9}.appShell-module__T9CtBG__btnSecondary{border:1px solid var(--borderHover);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.appShell-module__T9CtBG__btnSecondary:hover{background:var(--chipHover)}.appShell-module__T9CtBG__btnDanger{border:1px solid var(--danger);color:var(--danger);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.appShell-module__T9CtBG__btnDanger:hover{background:var(--danger);color:#fff}.appShell-module__T9CtBG__btnSmall{padding:6px 12px;font-size:13px}.appShell-module__T9CtBG__btnIcon{width:18px;height:18px}.appShell-module__T9CtBG__inputGroup{margin-bottom:20px}.appShell-module__T9CtBG__inputLabel{color:var(--textSecondary);margin-bottom:8px;font-size:13px;font-weight:500;display:block}.appShell-module__T9CtBG__inputField{border:1px solid var(--border);background:var(--card);width:100%;color:var(--text);border-radius:8px;padding:12px 14px;font-size:14px;transition:all .15s}.appShell-module__T9CtBG__inputField::placeholder{color:var(--muted)}.appShell-module__T9CtBG__inputField:focus{border-color:var(--accent);outline:none}.appShell-module__T9CtBG__inputHint{color:var(--muted);margin-top:6px;font-size:13px}.appShell-module__T9CtBG__badge{border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.appShell-module__T9CtBG__badgeSuccess{color:var(--success);background:#10b9811f}.appShell-module__T9CtBG__badgeDanger{color:var(--danger);background:#ef44441f}.appShell-module__T9CtBG__badgeWarning{color:#f59e0b;background:#f59e0b1f}.appShell-module__T9CtBG__badgeNeutral{background:var(--chip);color:var(--textSecondary)}.appShell-module__T9CtBG__emptyState{text-align:center;color:var(--muted);padding:48px 24px}.appShell-module__T9CtBG__emptyIcon{opacity:.5;width:48px;height:48px;margin:0 auto 16px}.appShell-module__T9CtBG__emptyTitle{color:var(--text);margin:0 0 8px;font-size:16px;font-weight:600}.appShell-module__T9CtBG__emptyText{margin:0 0 20px;font-size:14px}.appShell-module__T9CtBG__modernTable{border-collapse:collapse;width:100%}.appShell-module__T9CtBG__modernTableHead th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);padding:12px 16px;font-size:12px;font-weight:600}.appShell-module__T9CtBG__modernTableRow{transition:background .1s}.appShell-module__T9CtBG__modernTableRow:hover{background:var(--chipHover)}.appShell-module__T9CtBG__modernTableRow td{color:var(--textSecondary);border-bottom:1px solid var(--border);padding:14px 16px;font-size:14px}.appShell-module__T9CtBG__modernTableRow:last-child td{border-bottom:none}.appShell-module__T9CtBG__gridCols2{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.appShell-module__T9CtBG__gridCols3{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.appShell-module__T9CtBG__gridCols4{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:1000px){.appShell-module__T9CtBG__gridCols3,.appShell-module__T9CtBG__gridCols4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.appShell-module__T9CtBG__gridCols2,.appShell-module__T9CtBG__gridCols3,.appShell-module__T9CtBG__gridCols4{grid-template-columns:1fr}}.appShell-module__T9CtBG__divider{background:var(--border);height:1px;margin:24px 0}.appShell-module__T9CtBG__actionsRow{align-items:center;gap:12px;margin-top:24px;display:flex}.appShell-module__T9CtBG__alertBox{border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:16px 20px;display:flex}.appShell-module__T9CtBG__alertSuccess{color:var(--success);background:#10b98114;border:1px solid #10b98133}.appShell-module__T9CtBG__alertDanger{color:var(--danger);background:#ef444414;border:1px solid #ef444433}.appShell-module__T9CtBG__alertWarning{color:#f59e0b;background:#f59e0b14;border:1px solid #f59e0b33}.appShell-module__T9CtBG__alertInfo{background:var(--accentBg);border:1px solid var(--accentBorder);color:var(--accent)}.appShell-module__T9CtBG__alertIcon{flex-shrink:0;width:20px;height:20px}.appShell-module__T9CtBG__alertContent{flex:1}.appShell-module__T9CtBG__alertTitle{margin:0 0 4px;font-size:14px;font-weight:600}.appShell-module__T9CtBG__alertText{opacity:.9;margin:0;font-size:14px}.appShell-module__T9CtBG__toggle{background:var(--border);cursor:pointer;border-radius:12px;width:44px;height:24px;transition:all .2s;position:relative}.appShell-module__T9CtBG__toggle.appShell-module__T9CtBG__active{background:var(--accent)}.appShell-module__T9CtBG__toggle:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.appShell-module__T9CtBG__toggle.appShell-module__T9CtBG__active:after{left:22px}.appShell-module__T9CtBG__h2{color:var(--text);margin:0 0 8px;font-size:24px;font-weight:700}
.login-module__WEZH7G__page{background:radial-gradient(1200px 600px at 50% 30%,#ffffff1a,transparent 60%),radial-gradient(900px 500px at 20% 80%,#ffffff0f,transparent 60%),radial-gradient(900px 500px at 80% 80%,#ffffff0f,transparent 60%),var(--bg);min-height:100vh;color:var(--text);place-items:center;padding:32px 16px;display:grid}.login-module__WEZH7G__card{background:var(--card);border:1px solid var(--border);border-radius:18px;width:min(620px,100%);padding:28px;position:relative;box-shadow:0 24px 80px #00000073}.login-module__WEZH7G__topRow{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.login-module__WEZH7G__back{color:var(--muted);font-size:14px;text-decoration:none}.login-module__WEZH7G__back:hover{color:var(--text)}.login-module__WEZH7G__toggleWrap{border:1px solid var(--border);background:var(--chip);color:var(--text);border-radius:10px;align-items:center;gap:8px;padding:6px 10px;display:inline-flex}.login-module__WEZH7G__toggleBtn{color:inherit;cursor:pointer;background:0 0;border:0;padding:2px 6px;font-size:13px}.login-module__WEZH7G__brandDot{border:1px solid var(--border);background:linear-gradient(#ffffff1a,#ffffff0a);border-radius:999px;place-items:center;width:44px;height:44px;margin:2px auto 18px;display:grid}.login-module__WEZH7G__spinner{border:2px solid var(--border);border-top-color:var(--text);border-radius:50%;width:18px;height:18px;animation:1s linear infinite login-module__WEZH7G__spin}@keyframes login-module__WEZH7G__spin{to{transform:rotate(360deg)}}.login-module__WEZH7G__h1{text-align:center;margin:0 0 6px;font-size:28px;font-weight:650}.login-module__WEZH7G__sub{text-align:center;color:var(--muted);margin:0 0 22px;font-size:14px}.login-module__WEZH7G__badge{border:1px solid var(--border);color:var(--text);background:var(--chip);border-radius:999px;justify-content:center;align-items:center;margin:0 auto 8px;padding:4px 12px;font-size:12px;display:inline-flex}.login-module__WEZH7G__crossLink{text-align:center;color:var(--muted);margin:-6px 0 18px;font-size:13px}.login-module__WEZH7G__crossLink a{color:var(--text);font-weight:600;text-decoration:none}.login-module__WEZH7G__crossLink a:hover{text-decoration:underline}.login-module__WEZH7G__form{gap:10px;margin-top:14px;display:grid}.login-module__WEZH7G__fieldGroup{flex-direction:column;gap:6px;display:flex}.login-module__WEZH7G__fieldLabelRow{color:inherit;justify-content:space-between;align-items:baseline;font-size:13px;font-weight:600;display:flex}.login-module__WEZH7G__fieldLabelRow label{font-weight:600}.login-module__WEZH7G__fieldHint{color:inherit;opacity:.65;margin:0;font-size:12px}.login-module__WEZH7G__input{border:1px solid var(--border);background:var(--input);width:100%;color:var(--text);border-radius:12px;outline:none;padding:12px 14px;font-size:14px}.login-module__WEZH7G__input::placeholder{color:var(--muted)}.login-module__WEZH7G__select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#0f172a66 50%),linear-gradient(135deg,#0f172a66 50%,#0000 50%);background-position:calc(100% - 18px),calc(100% - 12px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:40px}.login-module__WEZH7G__primary{background:var(--btn);width:100%;color:var(--btnText);cursor:pointer;border:0;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:650}.login-module__WEZH7G__primary:hover{filter:brightness(1.05)}.login-module__WEZH7G__helperRow{justify-content:space-between;gap:12px;margin-top:4px;font-size:13px;display:flex}.login-module__WEZH7G__helperLink{color:var(--muted);text-decoration:none}.login-module__WEZH7G__helperLink:hover{color:var(--text)}.login-module__WEZH7G__checkboxRow{background:#f8fafc0a;border:1px solid #f8fafc2e;border-radius:16px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.login-module__WEZH7G__checkboxRow input{margin-top:5px}.login-module__WEZH7G__checkboxLabel{color:inherit;font-weight:600;display:block}.login-module__WEZH7G__checkboxHint{color:#f8fafcc7;font-size:13px;display:block}.login-module__WEZH7G__checkboxOptional{letter-spacing:.08em;text-transform:uppercase;color:#f8fafca6;margin-top:6px;font-size:11px;display:inline-block}.login-module__WEZH7G__note{text-align:center;color:var(--muted);margin-top:12px;font-size:12px}.login-module__WEZH7G__signupShell{color:#e2e8f0;background-color:#05060a;background-image:radial-gradient(circle at 5% 5%,#38bdf833,#0000 40%),radial-gradient(circle at 95% 0,#818cf840,#0000 45%),radial-gradient(circle at 50% 75%,#f871712e,#0000 55%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;min-height:100vh;padding:48px 32px 96px}.login-module__WEZH7G__signupTopbar{color:#e2e8f0cc;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto 36px;font-size:14px;display:flex}.login-module__WEZH7G__signupBrand{letter-spacing:.35em;font-size:12px;font-weight:700}.login-module__WEZH7G__signupTopRight{align-items:center;gap:18px;display:flex}.login-module__WEZH7G__signupTopRight span a{color:#f8fafc;font-weight:600;text-decoration:none}.login-module__WEZH7G__signupTopRight span a:hover{text-decoration:underline}.login-module__WEZH7G__signupBody{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:40px;max-width:1280px;margin:0 auto;display:grid}.login-module__WEZH7G__heroPanel{background:linear-gradient(135deg,#0e749099,#4f46e5a6);border:1px solid #94a3b840;border-radius:32px;align-items:flex-end;min-height:520px;padding:56px;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__heroBackdrop{pointer-events:none;position:absolute;inset:0}.login-module__WEZH7G__heroGlow{filter:blur(35px);opacity:.9;border-radius:50%;position:absolute}.login-module__WEZH7G__heroGlowOne{background:#f8ac7899;width:360px;height:360px;top:-80px;left:-120px}.login-module__WEZH7G__heroGlowTwo{background:#38bdf880;width:240px;height:240px;top:15%;right:0}.login-module__WEZH7G__heroGlowThree{background:#93c5fd73;width:300px;height:300px;bottom:-120px;left:25%}.login-module__WEZH7G__heroFigure{opacity:.7;background:radial-gradient(circle at 30% 30%,#ffffff26,#0000 60%);border-radius:50%;width:520px;height:520px;position:absolute;top:-60px;right:-120px}.login-module__WEZH7G__heroContent{z-index:2;max-width:420px;position:relative}.login-module__WEZH7G__heroBadge{background:#05060a59;border:1px solid #ffffff59;border-radius:999px;padding:6px 14px;font-size:12px;display:inline-flex}.login-module__WEZH7G__heroTitle{color:#f8fafc;margin:18px 0 10px;font-size:clamp(36px,4vw,52px);font-weight:700}.login-module__WEZH7G__heroSubtitle{color:#f1f5f9d9;margin:0 0 28px;font-size:18px;line-height:1.6}.login-module__WEZH7G__heroList{gap:12px;margin:0 0 16px;padding:0;list-style:none;display:grid}.login-module__WEZH7G__heroList li{align-items:center;gap:12px;font-size:16px;display:flex}.login-module__WEZH7G__heroList li:before{content:"";background:#fcd34d;border-radius:50%;width:10px;height:10px;box-shadow:0 0 12px #fcd34db3}.login-module__WEZH7G__heroNote{color:#f1f5f9bf;font-size:13px}.login-module__WEZH7G__formPanel{align-items:stretch;display:flex}.login-module__WEZH7G__formCard{color:#f8fafc;background:#0f172ae0;border:1px solid #94a3b833;border-radius:32px;flex-direction:column;width:100%;padding:48px;display:flex;box-shadow:0 40px 110px #02061780}.login-module__WEZH7G__formHeader{margin-bottom:20px}.login-module__WEZH7G__formTitle{margin:0 0 4px;font-size:24px;font-weight:700}.login-module__WEZH7G__formHelper{color:#e2e8f0c7;margin:0;font-size:14px}@media (max-width:1100px){.login-module__WEZH7G__signupBody{grid-template-columns:1fr}.login-module__WEZH7G__heroPanel{min-height:auto}}@media (max-width:640px){.login-module__WEZH7G__signupShell{padding:32px 16px 64px}.login-module__WEZH7G__signupTopbar{text-align:center;flex-direction:column;gap:16px}.login-module__WEZH7G__heroPanel,.login-module__WEZH7G__formCard{padding:28px}}html[data-theme=light] .login-module__WEZH7G__signupShell{color:#0f172a;background:linear-gradient(160deg,#fdfdff 0%,#eef4ff 55%,#fff 100%)}html[data-theme=light] .login-module__WEZH7G__signupTopbar{color:#0f172abf}html[data-theme=light] .login-module__WEZH7G__signupBrand{color:#0f172ae6}html[data-theme=light] .login-module__WEZH7G__signupTopRight span a{color:#0f172a}html[data-theme=light] .login-module__WEZH7G__heroPanel{background:linear-gradient(135deg,#fffffff2,#e2e8ffe6);border-color:#0f172a14}html[data-theme=light] .login-module__WEZH7G__heroBadge{color:#0f172a;background:#ffffffe6;border:1px solid #0f172a1f}html[data-theme=light] .login-module__WEZH7G__heroTitle{color:#0f172a}html[data-theme=light] .login-module__WEZH7G__heroSubtitle{color:#0f172abf}html[data-theme=light] .login-module__WEZH7G__heroList li{color:#0f172a}html[data-theme=light] .login-module__WEZH7G__heroList li:before{background:#2563eb;box-shadow:0 0 10px #2563eb73}html[data-theme=light] .login-module__WEZH7G__heroNote{color:#0f172aa6}html[data-theme=light] .login-module__WEZH7G__formCard{color:#0f172a;background:#fff}html[data-theme=light] .login-module__WEZH7G__formHelper{color:#0f172aa6}.login-module__WEZH7G__formCard .login-module__WEZH7G__input,.login-module__WEZH7G__formCard select{color:#f8fafc;background:#f8fafc0d;border:1px solid #f8fafc33}.login-module__WEZH7G__formCard .login-module__WEZH7G__input::placeholder,.login-module__WEZH7G__formCard select{color:#f8fafcb3}.login-module__WEZH7G__formCard .login-module__WEZH7G__primary{color:#0f172a;background:#f8fafc;box-shadow:0 15px 35px #0f172a59}.login-module__WEZH7G__formCard .login-module__WEZH7G__helperRow{color:#e2e8f0c7}.login-module__WEZH7G__formCard .login-module__WEZH7G__helperLink{color:inherit}.login-module__WEZH7G__formCard .login-module__WEZH7G__helperLink:hover{color:#fff}.login-module__WEZH7G__formCard .login-module__WEZH7G__errorBox{color:#fecaca;background:#ef444429;border-color:#f8717173}.login-module__WEZH7G__divider{color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:18px 0;font-size:12px;display:grid}.login-module__WEZH7G__hr{background:var(--border);height:1px}.login-module__WEZH7G__ssoRow{grid-template-columns:1fr 1fr;gap:10px;display:grid}.login-module__WEZH7G__ssoStack{flex-direction:column;gap:10px;display:flex}.login-module__WEZH7G__ssoBtn{border:1px solid var(--border);background:var(--chip);color:var(--text);border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 14px;font-weight:650;text-decoration:none;display:inline-flex}.login-module__WEZH7G__ssoBtn:hover{filter:brightness(1.05)}.login-module__WEZH7G__errorBox{background:#ff5a5a14;border:1px solid #ff5a5a59;border-radius:12px;margin-top:14px;padding:12px}.login-module__WEZH7G__errorTitle{font-weight:700}.login-module__WEZH7G__errorPre{white-space:pre-wrap;color:var(--muted);margin-top:8px;font-size:12px}.login-module__WEZH7G__legal{text-align:center;color:var(--muted);margin-top:16px;font-size:12px;line-height:1.4}.login-module__WEZH7G__legalLite{color:#f8fafcc7;margin-top:14px;font-size:12px;line-height:1.5}.login-module__WEZH7G__legalLite a{color:inherit;font-weight:600}html[data-theme=light] .login-module__WEZH7G__checkboxRow{background:#0f172a05;border:1px solid #0f172a1f}html[data-theme=light] .login-module__WEZH7G__checkboxHint{color:#0f172aa6}html[data-theme=light] .login-module__WEZH7G__checkboxOptional{color:#0f172a80}html[data-theme=light] .login-module__WEZH7G__legalLite{color:#0f172abf}html[data-theme=dark] .login-module__WEZH7G__formCard .login-module__WEZH7G__input{color:#f8fafc;background:#ffffff14;border-color:#fff3}html[data-theme=dark] .login-module__WEZH7G__formCard select{color:#f8fafc;background:#ffffff14;border-color:#fff3}html[data-theme=dark] .login-module__WEZH7G__formCard .login-module__WEZH7G__input::placeholder{color:#f8fafcb3}html[data-theme=dark] .login-module__WEZH7G__formCard select{color:#f8fafcb3}html[data-theme=dark] .login-module__WEZH7G__checkboxRow{background:#f8fafc0d;border-color:#f8fafc1f}:is(html[data-theme=dark] .login-module__WEZH7G__checkboxHint,html[data-theme=dark] .login-module__WEZH7G__checkboxOptional,html[data-theme=dark] .login-module__WEZH7G__legalLite){color:#f8fafcc7}html[data-theme=dark] .login-module__WEZH7G__formCard .login-module__WEZH7G__primary{color:#0f172a;background:#f8fafcf2}html[data-theme=dark] .login-module__WEZH7G__formCard .login-module__WEZH7G__helperRow{color:#f8fafcbf}html[data-theme=dark] .login-module__WEZH7G__formCard .login-module__WEZH7G__helperLink:hover{color:#fff}html[data-theme=dark] .login-module__WEZH7G__formCard .login-module__WEZH7G__errorBox{color:#fee2e2;background:#ef444433;border-color:#f8717173}html[data-theme=light] .login-module__WEZH7G__formCard .login-module__WEZH7G__input{color:#0f172a;background:#0f172a08;border:1px solid #0f172a1f}html[data-theme=light] .login-module__WEZH7G__formCard select{color:#0f172a;background:#0f172a08;border:1px solid #0f172a1f}html[data-theme=light] .login-module__WEZH7G__formCard .login-module__WEZH7G__input::placeholder{color:#0f172a8c}html[data-theme=light] .login-module__WEZH7G__formCard select{color:#0f172a8c}html[data-theme=light] .login-module__WEZH7G__formCard .login-module__WEZH7G__primary{color:#f8fafc;background:#0f172a;box-shadow:0 12px 30px #0f172a2e}html[data-theme=light] .login-module__WEZH7G__formCard .login-module__WEZH7G__helperRow{color:#0f172ab3}html[data-theme=light] .login-module__WEZH7G__formCard .login-module__WEZH7G__helperLink:hover{color:#0b1120}html[data-theme=light] .login-module__WEZH7G__formCard .login-module__WEZH7G__errorBox{color:#b91c1c;background:#ef444414;border-color:#ef444459}html[data-theme=dark]{--bg:#0b0c0f;--card:#121318c7;--border:#ffffff1a;--text:#ffffffeb;--muted:#ffffff94;--chip:#ffffff0d;--input:#ffffff0d;--btn:#ffffffeb;--btnText:#0b0c0f}html[data-theme=light]{--bg:#f6f7fb;--card:#fffc;--border:#0000001a;--text:#000000e0;--muted:#0000008c;--chip:#0000000a;--input:#00000008;--btn:#000000e0;--btnText:#fff}
.InviteMemberButton-module__Qcy6Gq__inviteButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.InviteMemberButton-module__Qcy6Gq__inviteButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.InviteMemberButton-module__Qcy6Gq__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.InviteMemberButton-module__Qcy6Gq__modal{background:var(--bg-primary);border-radius:12px;width:90%;max-width:500px;animation:.3s ease-out InviteMemberButton-module__Qcy6Gq__slideUp;box-shadow:0 20px 60px #0000004d}@keyframes InviteMemberButton-module__Qcy6Gq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.InviteMemberButton-module__Qcy6Gq__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.InviteMemberButton-module__Qcy6Gq__modalHeader h2{color:var(--text-primary);margin:0;font-size:1.25rem}.InviteMemberButton-module__Qcy6Gq__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.75rem;line-height:1;transition:all .2s;display:flex}.InviteMemberButton-module__Qcy6Gq__closeButton:hover{background:var(--bg-hover);color:var(--text-primary)}.InviteMemberButton-module__Qcy6Gq__form{padding:1.5rem}.InviteMemberButton-module__Qcy6Gq__field{margin-bottom:1.25rem}.InviteMemberButton-module__Qcy6Gq__field label{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.InviteMemberButton-module__Qcy6Gq__field input,.InviteMemberButton-module__Qcy6Gq__field select{border:1px solid var(--border-color);background:var(--bg-secondary);width:100%;color:var(--text-primary);border-radius:6px;padding:.75rem;font-size:.95rem;transition:all .2s}.InviteMemberButton-module__Qcy6Gq__field input:focus,.InviteMemberButton-module__Qcy6Gq__field select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.InviteMemberButton-module__Qcy6Gq__field input:disabled,.InviteMemberButton-module__Qcy6Gq__field select:disabled{opacity:.6;cursor:not-allowed}.InviteMemberButton-module__Qcy6Gq__error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.InviteMemberButton-module__Qcy6Gq__success{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.InviteMemberButton-module__Qcy6Gq__actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.InviteMemberButton-module__Qcy6Gq__cancelButton,.InviteMemberButton-module__Qcy6Gq__submitButton{cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.InviteMemberButton-module__Qcy6Gq__cancelButton{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.InviteMemberButton-module__Qcy6Gq__cancelButton:hover:not(:disabled){background:var(--bg-hover)}.InviteMemberButton-module__Qcy6Gq__submitButton{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.InviteMemberButton-module__Qcy6Gq__submitButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.InviteMemberButton-module__Qcy6Gq__cancelButton:disabled,.InviteMemberButton-module__Qcy6Gq__submitButton:disabled{opacity:.6;cursor:not-allowed}
.MarketingLanguageSwitcher-module__oFgA3q__wrapper{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:999px;align-items:center;gap:6px;min-width:72px;padding:4px 8px;transition:opacity .2s;display:inline-flex;position:relative}.MarketingLanguageSwitcher-module__oFgA3q__wrapper:hover,.MarketingLanguageSwitcher-module__oFgA3q__wrapper:focus-within{opacity:.7}.MarketingLanguageSwitcher-module__oFgA3q__current{color:var(--text);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:4px 2px;font-size:11px;font-weight:600}.MarketingLanguageSwitcher-module__oFgA3q__current:focus-visible{outline:2px solid var(--text);outline-offset:3px;opacity:.7}.MarketingLanguageSwitcher-module__oFgA3q__code{font-size:12px}.MarketingLanguageSwitcher-module__oFgA3q__options{opacity:0;pointer-events:none;gap:8px;max-width:0;transition:max-width .35s cubic-bezier(.4,0,.2,1),opacity .25s;display:flex;overflow:hidden}.MarketingLanguageSwitcher-module__oFgA3q__open .MarketingLanguageSwitcher-module__oFgA3q__options{opacity:1;pointer-events:auto;max-width:360px}.MarketingLanguageSwitcher-module__oFgA3q__option{color:var(--textSecondary);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:4px 0;font-size:11px;transition:color .15s}.MarketingLanguageSwitcher-module__oFgA3q__option:hover,.MarketingLanguageSwitcher-module__oFgA3q__option:focus-visible{color:var(--text)}.MarketingLanguageSwitcher-module__oFgA3q__srOnly{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:640px){.MarketingLanguageSwitcher-module__oFgA3q__wrapper{justify-content:space-between;width:100%}.MarketingLanguageSwitcher-module__oFgA3q__open .MarketingLanguageSwitcher-module__oFgA3q__options{flex-wrap:wrap;max-width:100%}}
.ThemeSwitcher-module__qPAEQG__toggleBtn{color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:8px 16px;font-size:14px;font-weight:500;transition:opacity .15s}.ThemeSwitcher-module__qPAEQG__toggleBtn:hover{opacity:.7}
.ui-module__hVMiPa__btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.ui-module__hVMiPa__btn:disabled{opacity:.5;cursor:not-allowed}.ui-module__hVMiPa__btnPrimary{cursor:pointer;white-space:nowrap;background:var(--accent);color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 8px #7c3aed4d}.ui-module__hVMiPa__btnPrimary:hover:not(:disabled){background:var(--accentHover);transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed66}.ui-module__hVMiPa__btnPrimary:active:not(:disabled){transform:translateY(0)}.ui-module__hVMiPa__btnSecondary{cursor:pointer;white-space:nowrap;border:1.5px solid var(--border);height:42px;color:var(--text);background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.ui-module__hVMiPa__btnSecondary:hover:not(:disabled){background:var(--chipHover);border-color:var(--borderHover)}.ui-module__hVMiPa__btnGhost{cursor:pointer;white-space:nowrap;height:42px;color:var(--textSecondary);background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.ui-module__hVMiPa__btnGhost:hover:not(:disabled){background:var(--chipHover);color:var(--text)}.ui-module__hVMiPa__btnDanger{cursor:pointer;white-space:nowrap;border:1.5px solid var(--danger);height:42px;color:var(--danger);background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.ui-module__hVMiPa__btnDanger:hover:not(:disabled){background:var(--danger);color:#fff}.ui-module__hVMiPa__btnLink{cursor:pointer;white-space:nowrap;color:var(--accent);background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:auto;padding:0;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.ui-module__hVMiPa__btnLink:hover:not(:disabled){text-decoration:underline}.ui-module__hVMiPa__btnSmall{border-radius:10px;height:34px;padding:0 14px;font-size:13px}.ui-module__hVMiPa__btnLarge{border-radius:14px;height:50px;padding:0 28px;font-size:15px}.ui-module__hVMiPa__btnIcon{border-radius:10px;width:42px;height:42px;padding:0}.ui-module__hVMiPa__btnIconSmall{width:34px;height:34px}.ui-module__hVMiPa__btnIcon svg,.ui-module__hVMiPa__btn svg{flex-shrink:0;width:18px;height:18px}.ui-module__hVMiPa__btnSmall svg{width:16px;height:16px}.ui-module__hVMiPa__input{border:1.5px solid var(--border);background:var(--cardElevated);width:100%;height:44px;color:var(--text);border-radius:12px;padding:0 16px;font-size:14px;transition:all .2s}.ui-module__hVMiPa__input::placeholder{color:var(--muted)}.ui-module__hVMiPa__input:hover:not(:focus):not(:disabled){border-color:var(--borderHover)}.ui-module__hVMiPa__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accentBg);outline:none}.ui-module__hVMiPa__input:disabled{opacity:.6;cursor:not-allowed}.ui-module__hVMiPa__inputError{border-color:var(--danger)}.ui-module__hVMiPa__inputError:focus{box-shadow:0 0 0 3px #ef444426}.ui-module__hVMiPa__textarea{border:1.5px solid var(--border);background:var(--cardElevated);width:100%;color:var(--text);resize:vertical;border-radius:12px;height:auto;min-height:120px;padding:14px 16px;font-family:inherit;font-size:14px;line-height:1.5;transition:all .2s}.ui-module__hVMiPa__textareaWrapper{position:relative}.ui-module__hVMiPa__textareaCounter{color:var(--muted);font-size:12px;position:absolute;bottom:12px;right:16px}.ui-module__hVMiPa__select{border:1.5px solid var(--border);background:var(--cardElevated);width:100%;height:44px;color:var(--text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;border-radius:12px;padding:0 40px 0 16px;font-size:14px;transition:all .2s}.ui-module__hVMiPa__checkbox{border:1.5px solid var(--border);background:var(--cardElevated);cursor:pointer;width:18px;height:18px;accent-color:var(--accent);border-radius:5px}.ui-module__hVMiPa__checkbox:checked{background:var(--accent);border-color:var(--accent)}.ui-module__hVMiPa__radio{border:1.5px solid var(--border);background:var(--cardElevated);cursor:pointer;width:18px;height:18px;accent-color:var(--accent);border-radius:50%}.ui-module__hVMiPa__formGroup{margin-bottom:20px}.ui-module__hVMiPa__formLabel{color:var(--text);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.ui-module__hVMiPa__formHint{color:var(--muted);margin-top:6px;font-size:12px}.ui-module__hVMiPa__formError{color:var(--danger);margin-top:6px;font-size:12px}.ui-module__hVMiPa__inputSmall{border-radius:10px;height:36px;padding:0 12px;font-size:13px}.ui-module__hVMiPa__toggle{cursor:pointer;letter-spacing:.5px;text-transform:uppercase;border:none;border-radius:16px;width:72px;height:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.ui-module__hVMiPa__toggleOn{background:linear-gradient(145deg,#e8e8e8 0%,#d4d4d4 100%);box-shadow:inset 2px 2px 4px #ffffffe6,inset -1px -1px 3px #0000001a,0 1px 2px #0000000d}.ui-module__hVMiPa__toggleOff{background:linear-gradient(145deg,#3a3a3a 0%,#2a2a2a 100%);box-shadow:inset 2px 2px 4px #5050504d,inset -1px -1px 3px #0006,0 1px 2px #0003}.ui-module__hVMiPa__toggleLabel{pointer-events:none;transition:opacity .2s;position:absolute;top:50%;transform:translateY(-50%)}.ui-module__hVMiPa__toggleOn .ui-module__hVMiPa__toggleLabel{color:#999;text-shadow:0 1px #fffc;left:12px}.ui-module__hVMiPa__toggleOff .ui-module__hVMiPa__toggleLabel{color:#666;text-shadow:0 -1px #0000004d;right:12px}.ui-module__hVMiPa__toggleKnob{background:linear-gradient(145deg,#fff 0%,#f0f0f0 100%);border-radius:50%;width:26px;height:26px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;box-shadow:0 2px 6px #00000026,0 1px 2px #0000001a,inset 0 1px #fff,inset 0 -1px #0000000d}.ui-module__hVMiPa__toggleOn .ui-module__hVMiPa__toggleKnob{transform:translate(42px)}.ui-module__hVMiPa__toggleOff .ui-module__hVMiPa__toggleKnob{transform:translate(3px)}.ui-module__hVMiPa__toggle:hover .ui-module__hVMiPa__toggleKnob{box-shadow:0 3px 8px #0003,0 1px 3px #0000001a,inset 0 1px #fff,inset 0 -1px #0000000d}.ui-module__hVMiPa__toggle:active .ui-module__hVMiPa__toggleKnob{transform:scale(.95)}.ui-module__hVMiPa__toggleOn:active .ui-module__hVMiPa__toggleKnob{transform:translate(42px)scale(.95)}.ui-module__hVMiPa__toggleOff:active .ui-module__hVMiPa__toggleKnob{transform:translate(3px)scale(.95)}.ui-module__hVMiPa__toggleSimple{cursor:pointer;border:none;border-radius:14px;width:48px;height:28px;transition:background .2s;position:relative}.ui-module__hVMiPa__toggleSimple.ui-module__hVMiPa__toggleOn{background:var(--accent);box-shadow:none}.ui-module__hVMiPa__toggleSimple.ui-module__hVMiPa__toggleOff{background:var(--border);box-shadow:none}.ui-module__hVMiPa__toggleSimple .ui-module__hVMiPa__toggleKnob{width:22px;height:22px;top:3px}.ui-module__hVMiPa__toggleSimple.ui-module__hVMiPa__toggleOn .ui-module__hVMiPa__toggleKnob{transform:translate(22px)}.ui-module__hVMiPa__toggleSimple.ui-module__hVMiPa__toggleOff .ui-module__hVMiPa__toggleKnob{transform:translate(3px)}.ui-module__hVMiPa__table{border-collapse:collapse;background:var(--card);width:100%}.ui-module__hVMiPa__tableWrapper{border:1px solid var(--border);background:var(--card);border-radius:12px;overflow:hidden}.ui-module__hVMiPa__table thead{background:var(--chip);border-bottom:1px solid var(--border)}.ui-module__hVMiPa__table th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-bottom:1px solid var(--border);padding:12px 16px;font-size:11px;font-weight:600}.ui-module__hVMiPa__table th:first-child{padding-left:20px}.ui-module__hVMiPa__table th:last-child{padding-right:20px}.ui-module__hVMiPa__table td{color:var(--text);border-bottom:1px solid var(--border);vertical-align:middle;padding:14px 16px;font-size:13px}.ui-module__hVMiPa__table td:first-child{padding-left:20px}.ui-module__hVMiPa__table td:last-child{padding-right:20px}.ui-module__hVMiPa__table tbody tr:last-child td{border-bottom:none}.ui-module__hVMiPa__table tbody tr{transition:background .15s}.ui-module__hVMiPa__table tbody tr:hover{background:var(--chipHover)}.ui-module__hVMiPa__cellPrimary{color:var(--text);font-weight:500}.ui-module__hVMiPa__cellPrimary a,.ui-module__hVMiPa__cellLink{color:var(--text);font-weight:500;text-decoration:none}.ui-module__hVMiPa__cellLink:hover{color:var(--accent);text-decoration:underline}.ui-module__hVMiPa__cellSecondary{color:var(--muted);font-size:12px}.ui-module__hVMiPa__cellMuted{color:var(--muted)}.ui-module__hVMiPa__cellMono{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.ui-module__hVMiPa__userCell{align-items:center;gap:12px;display:flex}.ui-module__hVMiPa__userAvatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;display:flex}.ui-module__hVMiPa__cellMain{color:var(--text);align-items:center;gap:8px;font-weight:500;display:flex}.ui-module__hVMiPa__cellSub{color:var(--muted);margin-top:2px;font-size:12px}.ui-module__hVMiPa__actionGroup{align-items:center;gap:8px;display:flex}.ui-module__hVMiPa__tablePagination{border-top:1px solid var(--border);background:var(--chip);color:var(--muted);justify-content:space-between;align-items:center;padding:12px 20px;font-size:13px;display:flex}.ui-module__hVMiPa__badge{text-transform:uppercase;letter-spacing:.02em;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.ui-module__hVMiPa__badgeSuccess{color:#22c55e;background:#22c55e26}.ui-module__hVMiPa__badgeWarning{color:#f97316;background:#f9731626}.ui-module__hVMiPa__badgeDanger{color:#ef4444;background:#ef444426}.ui-module__hVMiPa__badgeInfo{color:#3b82f6;background:#3b82f626}.ui-module__hVMiPa__badgeNeutral{background:var(--chip);color:var(--muted)}.ui-module__hVMiPa__badgeAccent{background:var(--accentBg);color:var(--accent)}.ui-module__hVMiPa__badgePill{border-radius:20px;padding:4px 12px}.ui-module__hVMiPa__card{border:1px solid var(--border);background:var(--card);border-radius:14px;padding:24px}.ui-module__hVMiPa__cardElevated{border:1px solid var(--border);background:var(--cardElevated);border-radius:14px;padding:24px;box-shadow:0 4px 12px #00000014}.ui-module__hVMiPa__cardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ui-module__hVMiPa__cardTitle{color:var(--text);margin:0;font-size:16px;font-weight:600}.ui-module__hVMiPa__cardDescription{color:var(--muted);margin:4px 0 0;font-size:14px}.ui-module__hVMiPa__cardDanger{background:#ef44440d;border:1px solid #ef44444d;border-radius:14px;padding:24px}.ui-module__hVMiPa__cardDanger .ui-module__hVMiPa__cardTitle{color:var(--danger)}.ui-module__hVMiPa__chip{background:var(--chip);color:var(--text);border-radius:6px;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.ui-module__hVMiPa__chipList{flex-wrap:wrap;gap:6px;display:flex}.ui-module__hVMiPa__message{border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;font-size:13px;display:flex}.ui-module__hVMiPa__messageInfo{background:var(--accentBg);border:1px solid var(--accentBorder);color:var(--accent)}.ui-module__hVMiPa__messageSuccess{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33}.ui-module__hVMiPa__messageWarning{color:#f97316;background:#f973161a;border:1px solid #f9731633}.ui-module__hVMiPa__messageError{color:var(--danger);background:#ef44441a;border:1px solid #ef444433}.ui-module__hVMiPa__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px;display:grid}.ui-module__hVMiPa__kpiCard{border:1px solid var(--border);background:var(--card);border-radius:14px;padding:20px}.ui-module__hVMiPa__kpiLabel{color:var(--muted);margin-bottom:8px;font-size:13px}.ui-module__hVMiPa__kpiValue{color:var(--text);font-size:32px;font-weight:700;line-height:1}.ui-module__hVMiPa__kpiChange{margin-top:8px;font-size:12px}.ui-module__hVMiPa__kpiChangeUp{color:#22c55e}.ui-module__hVMiPa__kpiChangeDown{color:#ef4444}.ui-module__hVMiPa__emptyState{text-align:center;padding:48px 24px}.ui-module__hVMiPa__emptyIcon{width:48px;height:48px;color:var(--muted);opacity:.5;margin:0 auto 16px}.ui-module__hVMiPa__emptyTitle{color:var(--text);margin:0 0 8px;font-size:16px;font-weight:600}.ui-module__hVMiPa__emptyText{color:var(--muted);margin:0;font-size:14px}.ui-module__hVMiPa__spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite ui-module__hVMiPa__spin}@keyframes ui-module__hVMiPa__spin{to{transform:rotate(360deg)}}.ui-module__hVMiPa__skeleton{background:linear-gradient(90deg,var(--chip)25%,var(--chipHover)50%,var(--chip)75%);background-size:200% 100%;border-radius:6px;animation:1.5s infinite ui-module__hVMiPa__shimmer}@keyframes ui-module__hVMiPa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ui-module__hVMiPa__dropdown{display:inline-block;position:relative}.ui-module__hVMiPa__dropdownMenu{border:1px solid var(--border);background:var(--cardElevated);z-index:100;border-radius:12px;min-width:180px;margin-top:8px;padding:8px;position:absolute;top:100%;right:0;box-shadow:0 8px 24px #00000026}.ui-module__hVMiPa__dropdownItem{color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;transition:background .15s;display:flex}.ui-module__hVMiPa__dropdownItem:hover{background:var(--chipHover)}.ui-module__hVMiPa__dropdownDivider{background:var(--border);height:1px;margin:8px 0}.ui-module__hVMiPa__settingRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:24px;padding:20px 0;display:flex}.ui-module__hVMiPa__settingRow:first-child{padding-top:0}.ui-module__hVMiPa__settingRow:last-child{border-bottom:none;padding-bottom:0}.ui-module__hVMiPa__settingInfo{flex:1;min-width:0}.ui-module__hVMiPa__settingLabel{color:var(--text);margin:0 0 4px;font-size:14px;font-weight:600}.ui-module__hVMiPa__settingDescription{color:var(--muted);margin:0;font-size:13px}.ui-module__hVMiPa__settingControl{flex-shrink:0}.ui-module__hVMiPa__quickActions{flex-wrap:wrap;gap:12px;display:flex}.ui-module__hVMiPa__mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.ui-module__hVMiPa__code{background:var(--chip);color:var(--text);border-radius:4px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.ui-module__hVMiPa__codeBlock{background:var(--chip);color:var(--text);white-space:pre;border-radius:10px;padding:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;overflow-x:auto}
.admin-module__pHDRha__superadminPanel{border:1px solid var(--accentBorder);background:var(--accentBg);border-radius:14px;padding:20px}.admin-module__pHDRha__superadminHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.admin-module__pHDRha__superadminTitle{color:var(--text);margin:0;font-size:16px;font-weight:600}.admin-module__pHDRha__superadminSubtitle{color:var(--muted);margin:4px 0 0;font-size:13px}.admin-module__pHDRha__superadminBadge{background:var(--accent);color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.admin-module__pHDRha__superadminControls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.admin-module__pHDRha__inviteSection{margin-top:24px}.admin-module__pHDRha__inviteTitle{color:var(--text);margin:0;font-size:15px;font-weight:600}.admin-module__pHDRha__inviteForm{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.admin-module__pHDRha__input{border:1px solid var(--border);background:var(--cardElevated);height:42px;color:var(--text);border-radius:10px;min-width:260px;padding:0 14px;font-size:14px;transition:all .15s}.admin-module__pHDRha__input::placeholder{color:var(--muted)}.admin-module__pHDRha__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accentBg);outline:none}.admin-module__pHDRha__select{border:1px solid var(--border);background:var(--cardElevated);height:42px;color:var(--text);cursor:pointer;border-radius:10px;min-width:140px;padding:0 12px;font-size:14px;transition:all .15s}.admin-module__pHDRha__select:focus{border-color:var(--accent);outline:none}.admin-module__pHDRha__btnPrimary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;height:42px;padding:0 20px;font-size:14px;font-weight:600;transition:all .15s}.admin-module__pHDRha__btnPrimary:hover:not(:disabled){opacity:.9}.admin-module__pHDRha__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.admin-module__pHDRha__btnSecondary{border:1px solid var(--border);background:var(--cardElevated);height:42px;color:var(--text);cursor:pointer;border-radius:10px;padding:0 16px;font-size:14px;font-weight:500;transition:all .15s}.admin-module__pHDRha__btnSecondary:hover:not(:disabled){background:var(--chipHover);border-color:var(--borderHover)}.admin-module__pHDRha__btnSecondary:disabled{opacity:.5;cursor:not-allowed}.admin-module__pHDRha__btnSmall{height:34px;padding:0 12px;font-size:13px}.admin-module__pHDRha__btnDanger{border-color:var(--danger);color:var(--danger)}.admin-module__pHDRha__btnDanger:hover:not(:disabled){background:var(--danger);color:#fff}.admin-module__pHDRha__message{border-radius:10px;margin-top:12px;padding:12px 16px;font-size:13px}.admin-module__pHDRha__messageInfo{background:var(--accentBg);border:1px solid var(--accentBorder);color:var(--accent)}.admin-module__pHDRha__messageError{color:var(--danger);background:#ef444414;border:1px solid #ef444433}.admin-module__pHDRha__messageSuccess{color:var(--success);background:#10b98114;border:1px solid #10b98133}.admin-module__pHDRha__hint{color:var(--muted);margin-top:12px;font-size:12px}.admin-module__pHDRha__tableWrap{border:1px solid var(--border);background:var(--cardElevated);border-radius:14px;margin-top:16px;overflow:hidden}.admin-module__pHDRha__table{border-collapse:collapse;width:100%}.admin-module__pHDRha__th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);background:var(--chip);white-space:nowrap;padding:14px 16px;font-size:12px;font-weight:600}.admin-module__pHDRha__tr{transition:background .1s}.admin-module__pHDRha__tr:hover{background:var(--chipHover)}.admin-module__pHDRha__td{color:var(--textSecondary);border-bottom:1px solid var(--border);white-space:nowrap;padding:14px 16px;font-size:14px}.admin-module__pHDRha__tr:last-child .admin-module__pHDRha__td{border-bottom:none}.admin-module__pHDRha__tdMono{color:var(--muted);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:12px}.admin-module__pHDRha__tdActions{align-items:center;gap:8px;display:flex}.admin-module__pHDRha__badge{text-transform:uppercase;letter-spacing:.02em;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.admin-module__pHDRha__badgePending{color:#f59e0b;background:#f59e0b1f}.admin-module__pHDRha__badgeUsed{color:var(--success);background:#10b9811f}.admin-module__pHDRha__badgeLocked{background:var(--chip);color:var(--muted);font-size:10px}.admin-module__pHDRha__emptyState{text-align:center;color:var(--muted);padding:32px 16px;font-size:14px}.admin-module__pHDRha__loading{text-align:center;color:var(--muted);padding:24px;font-size:14px}.admin-module__pHDRha__roleInfo{background:var(--chip);color:var(--textSecondary);border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:13px}.admin-module__pHDRha__roleInfo b{color:var(--accent)}.admin-module__pHDRha__roleSelect{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-module__pHDRha__roleSelect select{border:1px solid var(--border);background:var(--cardElevated);color:var(--text);cursor:pointer;border-radius:8px;padding:6px 10px;font-size:13px}.admin-module__pHDRha__roleSelect select:disabled{opacity:.5;cursor:not-allowed}.admin-module__pHDRha__savingText{color:var(--accent);margin-left:8px;font-size:12px}.admin-module__pHDRha__tableScroll{overflow-x:auto}.admin-module__pHDRha__inviteHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.admin-module__pHDRha__hint{color:var(--muted);font-size:12px}
.audit-module__wRlG1W__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.audit-module__wRlG1W__title{color:var(--text);margin:0;font-size:28px;font-weight:700}.audit-module__wRlG1W__sortBtn{border:1px solid var(--border);background:var(--cardElevated);color:var(--textSecondary);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.audit-module__wRlG1W__sortBtn:hover{background:var(--chipHover);color:var(--text);border-color:var(--borderHover)}.audit-module__wRlG1W__filtersGrid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:20px;display:grid}@media (max-width:1100px){.audit-module__wRlG1W__filtersGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.audit-module__wRlG1W__filtersGrid{grid-template-columns:1fr 1fr}}.audit-module__wRlG1W__filterGroup{flex-direction:column;gap:6px;display:flex}.audit-module__wRlG1W__filterLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.audit-module__wRlG1W__filterInput{border:1px solid var(--border);background:var(--cardElevated);color:var(--text);border-radius:10px;padding:10px 12px;font-size:14px;transition:all .15s}.audit-module__wRlG1W__filterInput::placeholder{color:var(--muted)}.audit-module__wRlG1W__filterInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accentBg);outline:none}.audit-module__wRlG1W__quickFilters{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.audit-module__wRlG1W__quickBtn{border:1px solid var(--border);background:var(--chip);color:var(--textSecondary);cursor:pointer;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .15s}.audit-module__wRlG1W__quickBtn:hover:not(:disabled){background:var(--chipHover);color:var(--text);border-color:var(--borderHover)}.audit-module__wRlG1W__quickBtn:disabled{opacity:.5;cursor:not-allowed}.audit-module__wRlG1W__quickBtnPrimary{background:var(--accent);border-color:var(--accent);color:#fff}.audit-module__wRlG1W__quickBtnPrimary:hover:not(:disabled){background:var(--accent);opacity:.9}.audit-module__wRlG1W__error{color:var(--danger);white-space:pre-wrap;background:#ef444414;border:1px solid #ef444433;border-radius:12px;margin-bottom:20px;padding:16px;font-family:monospace;font-size:14px}.audit-module__wRlG1W__loading{color:var(--muted);justify-content:center;align-items:center;padding:48px;font-size:15px;display:flex}.audit-module__wRlG1W__tableWrap{border:1px solid var(--border);background:var(--cardElevated);border-radius:14px;overflow:hidden}.audit-module__wRlG1W__tableScroll{overflow-x:auto}.audit-module__wRlG1W__table{border-collapse:collapse;width:100%}.audit-module__wRlG1W__th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);background:var(--chip);white-space:nowrap;padding:14px 16px;font-size:12px;font-weight:600}.audit-module__wRlG1W__tr{cursor:pointer;transition:background .1s}.audit-module__wRlG1W__tr:hover{background:var(--chipHover)}.audit-module__wRlG1W__td{color:var(--textSecondary);border-bottom:1px solid var(--border);white-space:nowrap;padding:14px 16px;font-size:14px}.audit-module__wRlG1W__tr:last-child .audit-module__wRlG1W__td{border-bottom:none}.audit-module__wRlG1W__tdMono{color:var(--textSecondary);border-bottom:1px solid var(--border);white-space:nowrap;padding:14px 16px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:13px}.audit-module__wRlG1W__empty{text-align:center;color:var(--muted);padding:48px 16px;font-size:14px}.audit-module__wRlG1W__loadMoreWrap{border-top:1px solid var(--border);justify-content:center;padding:16px;display:flex}.audit-module__wRlG1W__loadMoreBtn{border:1px solid var(--border);background:var(--cardElevated);color:var(--text);cursor:pointer;border-radius:10px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .15s}.audit-module__wRlG1W__loadMoreBtn:hover:not(:disabled){background:var(--chipHover);border-color:var(--borderHover)}.audit-module__wRlG1W__loadMoreBtn:disabled{opacity:.5;cursor:not-allowed}
.contact-module__GTDLya__form{max-width:600px}.contact-module__GTDLya__userInfo{background:var(--card-bg);border:1px solid var(--border);border-radius:.5rem;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.contact-module__GTDLya__userAvatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.125rem;font-weight:600;display:flex}.contact-module__GTDLya__userName{color:var(--text);font-weight:600}.contact-module__GTDLya__userEmail{color:var(--text-muted);font-size:.875rem}.contact-module__GTDLya__field{margin-bottom:1.25rem}.contact-module__GTDLya__label{color:var(--text);margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.contact-module__GTDLya__input,.contact-module__GTDLya__select,.contact-module__GTDLya__textarea{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:.5rem;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.contact-module__GTDLya__input:focus,.contact-module__GTDLya__select:focus,.contact-module__GTDLya__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f626}.contact-module__GTDLya__input::placeholder,.contact-module__GTDLya__textarea::placeholder{color:var(--text-muted)}.contact-module__GTDLya__textarea{resize:vertical;min-height:150px;font-family:inherit;line-height:1.6}.contact-module__GTDLya__select{cursor:pointer}.contact-module__GTDLya__error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.contact-module__GTDLya__actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.contact-module__GTDLya__successContainer{text-align:center;max-width:400px;padding:2rem}.contact-module__GTDLya__successIcon{color:#22c55e;background:#22c55e26;border:2px solid #22c55e;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.5rem;font-size:2rem;display:flex}.contact-module__GTDLya__successTitle{color:var(--text);margin:0 0 .75rem;font-size:1.5rem;font-weight:600}.contact-module__GTDLya__successText{color:var(--text-muted);margin:0 0 1.5rem;line-height:1.6}.contact-module__GTDLya__ticketRef{background:var(--card-bg);border:1px solid var(--border);color:var(--text);border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-family:monospace;font-size:.9375rem}.contact-module__GTDLya__helpContainer{max-width:700px}.contact-module__GTDLya__ticketsSection{margin-bottom:2rem}.contact-module__GTDLya__sectionTitle{color:var(--text);margin:0 0 1rem;font-size:1.125rem;font-weight:600}.contact-module__GTDLya__ticketList{flex-direction:column;gap:.75rem;display:flex}.contact-module__GTDLya__ticketCard{background:var(--card-bg);border:1px solid var(--border);border-radius:.5rem;padding:1rem 1.25rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:block}.contact-module__GTDLya__ticketCard:hover{border-color:var(--primary);box-shadow:0 2px 8px #0000000d}.contact-module__GTDLya__ticketHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.contact-module__GTDLya__statusBadge{color:#fff;text-transform:uppercase;letter-spacing:.02em;border-radius:.25rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:600}.contact-module__GTDLya__unreadBadge{color:#fff;background:#3b82f6;border-radius:.25rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:600}.contact-module__GTDLya__ticketSubject{color:var(--text);margin-bottom:.25rem;font-weight:500}.contact-module__GTDLya__ticketMeta{color:var(--text-muted);font-size:.8125rem}.contact-module__GTDLya__formSection{border-top:1px solid var(--border);padding-top:1.5rem}.contact-module__GTDLya__ticketsSection+.contact-module__GTDLya__formSection,.contact-module__GTDLya__formSection .contact-module__GTDLya__form{margin-top:0}
.my-tickets-module__rWIPTq__loading{text-align:center;color:var(--text-muted);padding:3rem}.my-tickets-module__rWIPTq__error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:.5rem;padding:1rem}.my-tickets-module__rWIPTq__empty{text-align:center;color:var(--text-muted);padding:4rem 2rem}.my-tickets-module__rWIPTq__emptyIcon{margin-bottom:1rem;font-size:3rem}.my-tickets-module__rWIPTq__empty h3{color:var(--text);margin:0 0 .5rem}.my-tickets-module__rWIPTq__empty p{margin:0 0 1.5rem}.my-tickets-module__rWIPTq__ticketList{flex-direction:column;gap:.75rem;display:flex}.my-tickets-module__rWIPTq__ticketCard{background:var(--card-bg);border:1px solid var(--border);border-radius:.5rem;padding:1.25rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:block}.my-tickets-module__rWIPTq__ticketCard:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000001a}.my-tickets-module__rWIPTq__ticketHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.my-tickets-module__rWIPTq__statusBadge{color:#fff;text-transform:uppercase;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.my-tickets-module__rWIPTq__unreadBadge{color:#fff;background:#7c3aed;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.my-tickets-module__rWIPTq__ticketSubject{color:var(--text);margin:0 0 .5rem;font-size:1rem;font-weight:600}.my-tickets-module__rWIPTq__ticketMeta{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.my-tickets-module__rWIPTq__chatContainer{flex-direction:column;height:calc(100vh - 200px);max-height:600px;display:flex}.my-tickets-module__rWIPTq__chatHeader{border-bottom:1px solid var(--border);padding:1rem}.my-tickets-module__rWIPTq__chatSubject{color:var(--text);margin:0;font-size:1.25rem;font-weight:600}.my-tickets-module__rWIPTq__chatMeta{color:var(--text-muted);margin-top:.25rem;font-size:.875rem}.my-tickets-module__rWIPTq__messagesArea{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.my-tickets-module__rWIPTq__message{border-radius:1rem;max-width:80%;padding:.75rem 1rem}.my-tickets-module__rWIPTq__messageFromMe{background:var(--primary);color:#fff;border-bottom-right-radius:.25rem;align-self:flex-end}.my-tickets-module__rWIPTq__messageFromSupport{background:var(--card-bg);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:.25rem;align-self:flex-start}.my-tickets-module__rWIPTq__messageSender{opacity:.8;margin-bottom:.25rem;font-size:.75rem;font-weight:500}.my-tickets-module__rWIPTq__messageContent{white-space:pre-wrap;line-height:1.5}.my-tickets-module__rWIPTq__messageTime{opacity:.6;margin-top:.25rem;font-size:.6875rem}.my-tickets-module__rWIPTq__replyArea{border-top:1px solid var(--border);gap:.75rem;padding:1rem;display:flex}.my-tickets-module__rWIPTq__replyInput{border:1px solid var(--border);background:var(--bg);color:var(--text);resize:none;border-radius:1.5rem;flex:1;min-height:44px;max-height:120px;padding:.75rem 1rem;font-size:.9375rem}.my-tickets-module__rWIPTq__replyInput:focus{border-color:var(--primary);outline:none}.my-tickets-module__rWIPTq__sendButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:1.5rem;padding:.75rem 1.5rem;font-weight:500;transition:opacity .15s}.my-tickets-module__rWIPTq__sendButton:hover:not(:disabled){opacity:.9}.my-tickets-module__rWIPTq__sendButton:disabled{opacity:.5;cursor:not-allowed}.my-tickets-module__rWIPTq__closedBanner{background:var(--card-bg);border:1px solid var(--border);text-align:center;color:var(--text-muted);border-radius:.5rem;padding:1rem}.my-tickets-module__rWIPTq__topBar{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.my-tickets-module__rWIPTq__topBarActions{gap:.5rem;display:flex}.my-tickets-module__rWIPTq__backLink{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .15s;display:inline-flex}.my-tickets-module__rWIPTq__backLink:hover{color:var(--text)}.my-tickets-module__rWIPTq__closeTicketBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .15s}.my-tickets-module__rWIPTq__closeTicketBtn:hover{color:#ef4444;background:#ef44440d;border-color:#ef4444}.my-tickets-module__rWIPTq__closeTicketBtn:disabled{opacity:.5;cursor:not-allowed}.my-tickets-module__rWIPTq__markUnreadBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .15s}.my-tickets-module__rWIPTq__markUnreadBtn:hover{border-color:var(--primary);color:var(--primary);background:#3b82f60d}
.settings-module__LsxxbG__settingsLayout{background:var(--bg);grid-template-columns:260px minmax(0,1fr);gap:0;height:100%;min-height:0;display:grid;overflow:hidden}.settings-module__LsxxbG__settingsSidebar{border-right:1px solid var(--border);background:var(--sidebar);box-sizing:border-box;height:100%;max-height:100vh;padding:24px 0;position:sticky;top:0;overflow-y:auto}.settings-module__LsxxbG__sidebarHeader{border-bottom:1px solid var(--border);margin-bottom:16px;padding:0 20px 20px}.settings-module__LsxxbG__orgSwitcher{border:1px solid var(--border);background:var(--chip);cursor:pointer;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px 12px;transition:all .15s;display:flex}.settings-module__LsxxbG__orgSwitcher:hover{background:var(--chipHover);border-color:var(--borderHover)}.settings-module__LsxxbG__orgLogo{background:linear-gradient(135deg,#ec4899,#f97316,#22c55e,#3b82f6);border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.settings-module__LsxxbG__orgLogoImage{object-fit:contain;background:var(--chip);border-radius:8px}[data-theme=dark] .settings-module__LsxxbG__orgLogoImage{filter:invert()brightness(2)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .settings-module__LsxxbG__orgLogoImage{filter:invert()brightness(2)}}.settings-module__LsxxbG__orgInfo{flex:1;min-width:0}.settings-module__LsxxbG__orgName{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.settings-module__LsxxbG__orgUrl{color:var(--muted);align-items:center;gap:4px;font-size:12px;display:flex}.settings-module__LsxxbG__orgUrl svg{width:10px;height:10px}.settings-module__LsxxbG__chevron{width:16px;height:16px;color:var(--muted)}.settings-module__LsxxbG__settingsTitle{color:var(--textSecondary);margin-bottom:8px;padding:0 20px;font-size:13px;font-weight:600}.settings-module__LsxxbG__searchWrap{margin-bottom:16px;padding:0 16px}.settings-module__LsxxbG__searchInput{border:1px solid var(--border);background:var(--chip);width:100%;color:var(--text);border-radius:10px;padding:10px 12px 10px 36px;font-size:14px;transition:all .15s}.settings-module__LsxxbG__searchInput::placeholder{color:var(--muted)}.settings-module__LsxxbG__searchInput:focus{border-color:var(--accent);background:var(--cardElevated);outline:none}.settings-module__LsxxbG__searchIcon{width:16px;height:16px;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:28px;transform:translateY(-50%)}.settings-module__LsxxbG__navSection{padding:0 12px}.settings-module__LsxxbG__navItem{color:var(--textSecondary);border-radius:10px;align-items:center;gap:12px;margin-bottom:2px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.settings-module__LsxxbG__navItem:hover{background:var(--chipHover);color:var(--text)}.settings-module__LsxxbG__navItem.settings-module__LsxxbG__active{background:var(--accentBg);color:var(--accent)}.settings-module__LsxxbG__navItem.settings-module__LsxxbG__active .settings-module__LsxxbG__navIcon{color:var(--accent)}.settings-module__LsxxbG__navIcon{width:20px;height:20px;color:var(--muted);flex-shrink:0}.settings-module__LsxxbG__navBadge{background:var(--chip);color:var(--muted);border-radius:10px;margin-left:auto;padding:2px 8px;font-size:12px;font-weight:600}.settings-module__LsxxbG__settingsContent{background:var(--bg);box-sizing:border-box;height:100%;min-height:0;padding:32px 40px;overflow-y:auto}.settings-module__LsxxbG__pageTitle{color:var(--text);margin:0 0 32px;font-size:28px;font-weight:700}.settings-module__LsxxbG__section{margin-bottom:40px}.settings-module__LsxxbG__sectionHeader{margin-bottom:20px}.settings-module__LsxxbG__sectionTitle{color:var(--text);margin:0 0 4px;font-size:16px;font-weight:600}.settings-module__LsxxbG__sectionDescription{color:var(--muted);margin:0;font-size:14px}.settings-module__LsxxbG__settingRow{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:24px;padding:20px 0;display:flex}.settings-module__LsxxbG__settingRow:last-child{border-bottom:1px solid var(--border)}.settings-module__LsxxbG__settingInfo{flex:1;min-width:0}.settings-module__LsxxbG__settingLabel{color:var(--text);margin:0 0 4px;font-size:14px;font-weight:600}.settings-module__LsxxbG__settingDescription{color:var(--muted);margin:0;font-size:14px}.settings-module__LsxxbG__settingControl{flex-shrink:0}.settings-module__LsxxbG__themeOptions{gap:16px;display:flex}.settings-module__LsxxbG__themeOption{cursor:pointer;text-align:center}.settings-module__LsxxbG__themePreview{border:2px solid var(--border);border-radius:10px;width:120px;height:80px;margin-bottom:8px;transition:all .15s;position:relative;overflow:hidden}.settings-module__LsxxbG__themePreview.settings-module__LsxxbG__dark{background:#0a0b0f}.settings-module__LsxxbG__themePreview.settings-module__LsxxbG__light{background:#f8f9fc}.settings-module__LsxxbG__themePreview.settings-module__LsxxbG__selected{border-color:var(--accent)}.settings-module__LsxxbG__themePreview.settings-module__LsxxbG__selected:after{content:"";background:var(--accent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;width:18px;height:18px;position:absolute;top:8px;right:8px}.settings-module__LsxxbG__themePreviewContent{padding:8px}.settings-module__LsxxbG__themePreviewHeader{opacity:.8;margin-bottom:6px;font-size:8px;font-weight:600}.settings-module__LsxxbG__themePreviewHeader.settings-module__LsxxbG__dark{color:#fff}.settings-module__LsxxbG__themePreviewHeader.settings-module__LsxxbG__light{color:#000}.settings-module__LsxxbG__themePreviewLines{gap:4px;display:grid}.settings-module__LsxxbG__themePreviewLine{opacity:.3;border-radius:3px;height:6px}.settings-module__LsxxbG__themePreviewLine.settings-module__LsxxbG__dark{background:#fff}.settings-module__LsxxbG__themePreviewLine.settings-module__LsxxbG__light{background:#000}.settings-module__LsxxbG__themeLabel{color:var(--textSecondary);font-size:13px;font-weight:500}.settings-module__LsxxbG__toggle{background:var(--border);cursor:pointer;border-radius:12px;width:44px;height:24px;transition:all .2s;position:relative}.settings-module__LsxxbG__toggle.settings-module__LsxxbG__active{background:var(--accent)}.settings-module__LsxxbG__toggle:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.settings-module__LsxxbG__toggle.settings-module__LsxxbG__active:after{left:22px}.settings-module__LsxxbG__dropdown{border:1px solid var(--border);background:var(--cardElevated);min-width:200px;color:var(--text);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;font-size:14px;display:flex}.settings-module__LsxxbG__dropdown:hover{border-color:var(--borderHover)}.settings-module__LsxxbG__dropdownIcon{width:16px;height:16px;color:var(--muted)}.settings-module__LsxxbG__tableStyleOptions{gap:16px;display:flex}.settings-module__LsxxbG__tableStyleOption{cursor:pointer;text-align:center}.settings-module__LsxxbG__tableStylePreview{border:2px solid var(--border);background:var(--cardElevated);border-radius:10px;width:120px;height:90px;margin-bottom:8px;padding:8px;transition:all .15s;position:relative;overflow:hidden}.settings-module__LsxxbG__tableStylePreview.settings-module__LsxxbG__selected{border-color:var(--accent)}.settings-module__LsxxbG__tableStylePreview.settings-module__LsxxbG__selected:after{content:"";background:var(--accent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;width:18px;height:18px;position:absolute;top:8px;right:8px}.settings-module__LsxxbG__tablePreviewTitle{color:var(--accent);margin-bottom:6px;font-size:9px;font-weight:600}.settings-module__LsxxbG__tablePreviewRows{gap:3px;display:grid}.settings-module__LsxxbG__tablePreviewRow{gap:4px;display:flex}.settings-module__LsxxbG__tablePreviewCell{background:var(--border);border-radius:2px;flex:1;height:8px}.settings-module__LsxxbG__tablePreviewCell.settings-module__LsxxbG__header{background:var(--muted);opacity:.5}.settings-module__LsxxbG__tableStyleLabel{color:var(--textSecondary);font-size:13px;font-weight:500}.settings-module__LsxxbG__accountCard{border:1px solid var(--border);background:var(--cardElevated);border-radius:12px;align-items:center;gap:16px;margin-bottom:12px;padding:16px;display:flex}.settings-module__LsxxbG__accountIcon{background:var(--chip);border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.settings-module__LsxxbG__accountIcon svg{width:24px;height:24px}.settings-module__LsxxbG__accountInfo{flex:1}.settings-module__LsxxbG__accountName{color:var(--text);font-size:14px;font-weight:600}.settings-module__LsxxbG__accountStatus{color:var(--muted);margin-top:2px;font-size:13px}.settings-module__LsxxbG__accountStatus.settings-module__LsxxbG__connected{color:var(--success)}.settings-module__LsxxbG__accountAction{border:1px solid var(--border);color:var(--textSecondary);cursor:pointer;background:0 0;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-block}.settings-module__LsxxbG__accountAction:hover{background:var(--chipHover);border-color:var(--borderHover);color:var(--text)}.settings-module__LsxxbG__accountAction.settings-module__LsxxbG__danger:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.settings-module__LsxxbG__inputGroup{margin-bottom:16px}.settings-module__LsxxbG__inputLabel{color:var(--textSecondary);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.settings-module__LsxxbG__input{border:1px solid var(--border);background:var(--chip);width:100%;max-width:400px;color:var(--text);border-radius:10px;padding:10px 14px;font-size:14px;transition:all .15s}.settings-module__LsxxbG__input:focus{border-color:var(--accent);background:var(--cardElevated);outline:none}.settings-module__LsxxbG__input::placeholder{color:var(--muted)}.settings-module__LsxxbG__btn{cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.settings-module__LsxxbG__btnPrimary{background:var(--btn);color:var(--btnText);border:none}.settings-module__LsxxbG__btnPrimary:hover{opacity:.9}.settings-module__LsxxbG__btnSecondary{color:var(--textSecondary);border:1px solid var(--border);background:0 0}.settings-module__LsxxbG__btnSecondary:hover{background:var(--chipHover);color:var(--text);border-color:var(--borderHover)}.settings-module__LsxxbG__btnDanger{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.settings-module__LsxxbG__btnDanger:hover{background:#ef444426;border-color:#ef44444d}@media (max-width:900px){.settings-module__LsxxbG__settingsLayout{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.settings-module__LsxxbG__settingsSidebar{border-right:none;border-bottom:1px solid var(--border);height:auto;max-height:none;padding:16px 0;position:static;top:auto;overflow:visible}.settings-module__LsxxbG__navSection{gap:8px;padding:0 16px;display:flex;overflow-x:auto}.settings-module__LsxxbG__navItem{white-space:nowrap;margin-bottom:0}.settings-module__LsxxbG__searchWrap,.settings-module__LsxxbG__sidebarHeader{display:none}.settings-module__LsxxbG__settingsContent{height:auto;padding:24px 20px}.settings-module__LsxxbG__themeOptions,.settings-module__LsxxbG__tableStyleOptions{flex-wrap:wrap}}.settings-module__LsxxbG__qrCodeContainer{text-align:center;background-color:var(--cardElevated);border-radius:12px;margin-bottom:24px;padding:24px}.settings-module__LsxxbG__qrCodeImage{border-radius:12px;max-width:256px;margin:0 auto}.settings-module__LsxxbG__secretCode{background-color:var(--chip);text-align:center;letter-spacing:.1em;-webkit-user-select:all;user-select:all;color:var(--text);border-radius:10px;padding:12px 16px;font-weight:600;display:block}.settings-module__LsxxbG__digitInputContainer{justify-content:flex-start;gap:8px;margin-bottom:12px;display:flex}.settings-module__LsxxbG__digitInput{text-align:center;border:1px solid var(--border);background-color:var(--chip);width:48px;height:56px;color:var(--text);border-radius:10px;font-size:24px;font-weight:600}.settings-module__LsxxbG__digitInput:focus{border-color:var(--accent);outline:none}.settings-module__LsxxbG__errorMessage{color:#ef4444;background-color:#ef44441a;border-radius:10px;margin-bottom:16px;padding:12px;font-size:14px}.settings-module__LsxxbG__backupCodesGrid{background-color:var(--chip);border-radius:12px;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;padding:20px;font-family:monospace;font-size:14px;display:grid}.settings-module__LsxxbG__backupCode{text-align:center;color:var(--text);padding:10px;font-weight:600}.settings-module__LsxxbG__buttonGroup{gap:12px;display:flex}.settings-module__LsxxbG__loadingText{color:var(--muted)}
.support-module__Y0bMsq__inbox{flex-direction:column;gap:1.5rem;display:flex}.support-module__Y0bMsq__statCard{cursor:pointer;text-align:center;border:2px solid #0000;padding:1.25rem;transition:all .2s}.support-module__Y0bMsq__statCard:hover{transform:translateY(-2px)}.support-module__Y0bMsq__statCard.support-module__Y0bMsq__active{border-color:var(--accent)}.support-module__Y0bMsq__statLabel{color:var(--muted);margin-bottom:.5rem;font-size:.875rem}.support-module__Y0bMsq__statValue{font-size:2rem;font-weight:700}.support-module__Y0bMsq__toolbar{align-items:center;gap:1rem;display:flex}.support-module__Y0bMsq__searchWrapper{flex:1;position:relative}.support-module__Y0bMsq__searchIcon{width:1.25rem;height:1.25rem;color:var(--muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.support-module__Y0bMsq__searchInput{border:1px solid var(--border);background:var(--card);width:100%;color:var(--text);border-radius:.5rem;padding:.75rem 1rem .75rem 3rem;font-size:.9375rem}.support-module__Y0bMsq__searchInput:focus{border-color:var(--accent);outline:none}.support-module__Y0bMsq__hideClosedToggle{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.support-module__Y0bMsq__hideClosedToggle input{accent-color:var(--accent);cursor:pointer;width:1rem;height:1rem}.support-module__Y0bMsq__hideClosedToggle:hover{color:var(--text)}.support-module__Y0bMsq__ticketList{flex-direction:column;gap:.75rem;display:flex}.support-module__Y0bMsq__ticketCard{background:var(--card);border:1px solid var(--border);color:var(--text);border-radius:.75rem;padding:1rem 1.25rem;text-decoration:none;transition:all .15s;display:block}.support-module__Y0bMsq__ticketCard:hover{border-color:var(--accent);transform:translate(4px)}.support-module__Y0bMsq__ticketUnread{background:linear-gradient(90deg,#3b82f614 0%,var(--card)100%);border-left:3px solid #3b82f6}.support-module__Y0bMsq__ticketUnread .support-module__Y0bMsq__ticketSubject{font-weight:600}.support-module__Y0bMsq__ticketHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.support-module__Y0bMsq__unreadIndicator{background:#3b82f6;border-radius:50%;flex-shrink:0;width:8px;height:8px}.support-module__Y0bMsq__channelIcon{font-size:1rem}.support-module__Y0bMsq__statusBadge{text-transform:uppercase;letter-spacing:.05em;color:#fff;border-radius:.25rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600}.support-module__Y0bMsq__priorityBadge{margin-left:auto;font-size:.75rem;font-weight:500}.support-module__Y0bMsq__ticketSubject{margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.4}.support-module__Y0bMsq__ticketMeta{color:var(--muted);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.support-module__Y0bMsq__dot{opacity:.5}.support-module__Y0bMsq__customer{color:var(--text);font-weight:500}.support-module__Y0bMsq__assignee{color:var(--muted);margin-top:.5rem;font-size:.75rem}.support-module__Y0bMsq__tags{flex-wrap:wrap;gap:.375rem;margin-top:.5rem;display:flex}.support-module__Y0bMsq__tag{color:#fff;border-radius:9999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:500}.support-module__Y0bMsq__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.support-module__Y0bMsq__modal{background:var(--bg);border:1px solid var(--border);border-radius:1rem;width:100%;max-width:500px;max-height:90vh;padding:1.5rem;overflow-y:auto}.support-module__Y0bMsq__modalTitle{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.support-module__Y0bMsq__form{flex-direction:column;gap:1rem;display:flex}.support-module__Y0bMsq__formGroup{flex-direction:column;gap:.375rem;display:flex}.support-module__Y0bMsq__formGroup label{color:var(--muted);font-size:.8125rem;font-weight:500}.support-module__Y0bMsq__formGroup input,.support-module__Y0bMsq__formGroup select,.support-module__Y0bMsq__formGroup textarea{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:.5rem;padding:.625rem .875rem;font-family:inherit;font-size:.9375rem}.support-module__Y0bMsq__formGroup input:focus,.support-module__Y0bMsq__formGroup select:focus,.support-module__Y0bMsq__formGroup textarea:focus{border-color:var(--accent);outline:none}.support-module__Y0bMsq__formGroup textarea{resize:vertical;min-height:100px}.support-module__Y0bMsq__error{color:#ef4444;background:#ef44441a;border-radius:.375rem;padding:.5rem;font-size:.875rem}.support-module__Y0bMsq__modalActions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.support-module__Y0bMsq__detailLayout{grid-template-columns:1fr 320px;gap:1.5rem;min-height:calc(100vh - 200px);display:grid}@media (max-width:1024px){.support-module__Y0bMsq__detailLayout{grid-template-columns:1fr}}.support-module__Y0bMsq__conversationPanel{background:var(--card);border:1px solid var(--border);border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden}.support-module__Y0bMsq__conversationHeader{border-bottom:1px solid var(--border);padding:1rem 1.25rem}.support-module__Y0bMsq__conversationTitle{margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.support-module__Y0bMsq__conversationMeta{color:var(--muted);font-size:.8125rem}.support-module__Y0bMsq__messagesContainer{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.support-module__Y0bMsq__message{gap:.75rem;display:flex}.support-module__Y0bMsq__messageAvatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.support-module__Y0bMsq__messageContent{flex:1}.support-module__Y0bMsq__messageSender{margin-bottom:.25rem;font-size:.875rem;font-weight:600}.support-module__Y0bMsq__messageTime{color:var(--muted);margin-left:.5rem;font-size:.75rem;font-weight:400}.support-module__Y0bMsq__messageText{color:var(--text);font-size:.9375rem;line-height:1.5}.support-module__Y0bMsq__messageInternal{background:#fbbf241a;border:1px dashed #fbbf2480;border-radius:.5rem;padding:.5rem .75rem}.support-module__Y0bMsq__messageInternal .support-module__Y0bMsq__messageText{color:#fbbf24}.support-module__Y0bMsq__replyBox{border-top:1px solid var(--border);padding:1rem}.support-module__Y0bMsq__replyTextarea{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);resize:vertical;border-radius:.5rem;min-height:80px;margin-bottom:.75rem;padding:.75rem;font-family:inherit;font-size:.9375rem}.support-module__Y0bMsq__replyTextarea:focus{border-color:var(--accent);outline:none}.support-module__Y0bMsq__replyActions{align-items:center;gap:.5rem;display:flex}.support-module__Y0bMsq__internalToggle{color:var(--muted);align-items:center;gap:.5rem;margin-right:auto;font-size:.8125rem;display:flex}.support-module__Y0bMsq__infoPanel{background:var(--card);border:1px solid var(--border);border-radius:.75rem;height:fit-content}.support-module__Y0bMsq__infoSection{border-bottom:1px solid var(--border);padding:1rem 1.25rem}.support-module__Y0bMsq__infoSection:last-child{border-bottom:none}.support-module__Y0bMsq__infoLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem}.support-module__Y0bMsq__infoValue{color:var(--text);font-size:.9375rem}.support-module__Y0bMsq__selectField,.support-module__Y0bMsq__inputField{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:.375rem;padding:.5rem;font-size:.875rem}.support-module__Y0bMsq__inputField:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #8b5cf626}.support-module__Y0bMsq__topActions{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.support-module__Y0bMsq__backLink{color:var(--muted);align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .15s;display:inline-flex}.support-module__Y0bMsq__backLink:hover{color:var(--text)}.support-module__Y0bMsq__backIcon{width:1rem;height:1rem}.support-module__Y0bMsq__markUnreadBtn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .15s}.support-module__Y0bMsq__markUnreadBtn:hover{border-color:var(--accent);color:var(--accent);background:#8b5cf60d}
.InviteAccept-module__fDVeIW__page{--invite-bg:var(--bg);--invite-text:var(--text);--invite-text-secondary:var(--textSecondary);--invite-text-muted:var(--muted);--invite-border:var(--border);--invite-border-hover:var(--borderHover);--invite-card-bg:var(--card);--invite-card-hover:var(--chipHover);--invite-accent:var(--accent);--invite-btn-primary-bg:var(--btn);--invite-btn-primary-text:var(--btnText);background:var(--invite-bg);min-height:100vh;color:var(--invite-text)}.InviteAccept-module__fDVeIW__header{border-bottom:1px solid var(--invite-border);justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.InviteAccept-module__fDVeIW__headerLeft{align-items:center;display:flex}.InviteAccept-module__fDVeIW__logo{color:var(--invite-text);font-size:20px;font-weight:800;text-decoration:none}.InviteAccept-module__fDVeIW__headerUtilities{align-items:center;gap:16px;display:flex}.InviteAccept-module__fDVeIW__container{justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}.InviteAccept-module__fDVeIW__card{background:var(--invite-card-bg);border:1px solid var(--invite-border);border-radius:16px;width:100%;max-width:500px;padding:3rem;box-shadow:0 4px 12px #0000001a}[data-theme=dark] .InviteAccept-module__fDVeIW__card{box-shadow:0 4px 12px #0000004d}.InviteAccept-module__fDVeIW__cardHeader{text-align:center;margin-bottom:2rem}.InviteAccept-module__fDVeIW__cardHeader h1{color:var(--invite-text);margin:0 0 .5rem;font-size:2rem}.InviteAccept-module__fDVeIW__subtitle{color:var(--invite-text-secondary);margin:0;font-size:1rem}.InviteAccept-module__fDVeIW__orgInfo{text-align:center;background:var(--invite-card-hover);border:1px solid var(--invite-border);border-radius:12px;margin-bottom:2rem;padding:2rem}.InviteAccept-module__fDVeIW__orgName{color:var(--invite-accent);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.InviteAccept-module__fDVeIW__role{color:var(--invite-text-secondary);font-size:1.1rem}.InviteAccept-module__fDVeIW__role strong{color:var(--invite-accent);text-transform:uppercase;font-weight:600}.InviteAccept-module__fDVeIW__details{text-align:center;color:var(--invite-text-secondary);margin-bottom:2rem}.InviteAccept-module__fDVeIW__details strong{color:var(--invite-text)}.InviteAccept-module__fDVeIW__notice{background:var(--invite-card-hover);border:1px solid var(--invite-border-hover);text-align:center;color:var(--invite-text-secondary);border-radius:8px;margin-bottom:2rem;padding:1rem}.InviteAccept-module__fDVeIW__notice p{margin:0}.InviteAccept-module__fDVeIW__error{color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.InviteAccept-module__fDVeIW__actions{flex-direction:column;gap:1rem;display:flex}.InviteAccept-module__fDVeIW__acceptButton,.InviteAccept-module__fDVeIW__declineButton,.InviteAccept-module__fDVeIW__loginButton{cursor:pointer;text-align:center;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.InviteAccept-module__fDVeIW__acceptButton{background:var(--invite-btn-primary-bg);color:var(--invite-btn-primary-text);border:1px solid var(--invite-btn-primary-bg)}.InviteAccept-module__fDVeIW__acceptButton:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.InviteAccept-module__fDVeIW__acceptButton:disabled{opacity:.6;cursor:not-allowed}.InviteAccept-module__fDVeIW__declineButton{color:var(--invite-text-secondary);border:1px solid var(--invite-border-hover);background:0 0}.InviteAccept-module__fDVeIW__declineButton:hover:not(:disabled){background:var(--invite-card-hover)}.InviteAccept-module__fDVeIW__loginButton{color:var(--invite-accent);border:1px solid var(--invite-accent);background:0 0}.InviteAccept-module__fDVeIW__loginButton:hover{background:var(--invite-card-hover)}@media (max-width:640px){.InviteAccept-module__fDVeIW__header{flex-direction:column;gap:16px;padding:16px}.InviteAccept-module__fDVeIW__card{padding:2rem 1.5rem}.InviteAccept-module__fDVeIW__cardHeader h1,.InviteAccept-module__fDVeIW__orgName{font-size:1.5rem}}
.EmailVerificationBanner-module__EhX4rW__banner{background:linear-gradient(135deg,#fbbf241a 0%,#f59e0b1a 100%);border:1px solid #fbbf244d;border-radius:12px;align-items:center;gap:16px;margin-bottom:24px;padding:16px 20px;display:flex}.EmailVerificationBanner-module__EhX4rW__icon{flex-shrink:0;font-size:24px}.EmailVerificationBanner-module__EhX4rW__content{flex:1;min-width:0}.EmailVerificationBanner-module__EhX4rW__title{color:var(--text);margin-bottom:4px;font-size:14px;font-weight:600}.EmailVerificationBanner-module__EhX4rW__description{color:var(--muted);font-size:13px;line-height:1.4}.EmailVerificationBanner-module__EhX4rW__error{color:var(--danger);margin-top:6px;font-size:12px}.EmailVerificationBanner-module__EhX4rW__actions{flex-shrink:0}.EmailVerificationBanner-module__EhX4rW__button{color:#fbbf24;cursor:pointer;background:#fbbf2433;border:1px solid #fbbf2466;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.EmailVerificationBanner-module__EhX4rW__button:hover:not(:disabled){background:#fbbf244d}.EmailVerificationBanner-module__EhX4rW__button:disabled{opacity:.6;cursor:not-allowed}.EmailVerificationBanner-module__EhX4rW__sent{color:var(--success);font-size:13px;font-weight:500}[data-theme=dark] .EmailVerificationBanner-module__EhX4rW__banner{background:linear-gradient(135deg,#fbbf240d 0%,#f59e0b0d 100%)}
