:root{--teal-50:#effafa;--teal-100:#d6f0f1;--teal-200:#a9e0e2;--teal-300:#6fc7cb;--teal-400:#43abb1;--teal-500:#2C8C92;--teal-600:#237077;--teal-700:#1f5d63;--grad: linear-gradient(135deg,#4FB0B5 0%,#2C8C92 60%,#237077 100%);--bg:#f7f8f8;--surface:#ffffff;--surface-2:#f4f6f6;--surface-3:#edefef;--border:#ececed;--border-2:#e3e5e6;--ink:#141B34;--ink-2:#2b3242;--muted:#6f7173;--muted-2:#9a9da0;--red:#ef5b53;--red-bg:#fde9e7;--amber:#e9a23b;--amber-bg:#fbf1de;--green:#22c55e;--green-bg:#e3f7ea;--blue:#5b8def;--blue-bg:#e7eefc;--violet:#7c5cff;--violet-bg:#efeaff;--orange:#f0703a;--orange-bg:#fdebe1;--pink:#ec6ba6;--gray:#8b8f93;--gray-bg:#eef0f1;--shadow-sm:0 1px 2px rgba(0,17,33,.08);--shadow:0 4px 16px rgba(16,24,40,.06);--shadow-lg:0 18px 48px rgba(16,24,40,.16);--shadow-pop:0 12px 40px rgba(16,24,40,.14);--r-8:8px;--r-10:10px;--r-12:12px;--r-14:14px;--r-16:16px;--r-full:999px;--font:"Urbanist",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;--font-tight:"Urbanist",system-ui,sans-serif;--sidebar-w:272px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:14px}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;color:inherit;outline:none}ul{list-style:none}img{display:block;max-width:100%}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d9dcdd;border-radius:99px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#c3c7c9;background-clip:content-box}::-webkit-scrollbar-track{background:transparent}.app-shell{display:flex;height:100vh;height:100dvh;overflow:hidden;background:var(--bg)}.main-col{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--surface);margin:8px 8px 8px 0;border-radius:18px;border:1px solid var(--border);overflow:hidden}.page-scroll{flex:1;overflow-y:auto}.page-pad{padding:22px 28px 48px}.topbar{height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--border)}.topbar-title{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:600;color:var(--ink)}.topbar-actions{display:flex;align-items:center;gap:10px}.icon-btn{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;border:1px solid var(--border);color:var(--ink-2);background:var(--surface);transition:.15s}.icon-btn:hover{background:var(--surface-2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;border-radius:10px;font-weight:600;font-size:14px;transition:.16s;white-space:nowrap}.btn-primary{background:var(--teal-500);color:#fff}.btn-primary:hover{background:var(--teal-600)}.btn-ghost{background:var(--surface);border:1px solid var(--border);color:var(--ink-2)}.btn-ghost:hover{background:var(--surface-2)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#000}.btn-danger{background:var(--red);color:#fff}.btn-block{width:100%}.btn-lg{height:48px;border-radius:12px;font-size:15px}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px}.surface-soft{background:var(--surface-2);border:1px solid var(--border)}.badge{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:600}.dot{width:7px;height:7px;border-radius:99px;flex-shrink:0}.toggle{width:42px;height:24px;border-radius:99px;background:#d2d6d8;position:relative;transition:.2s;flex-shrink:0}.toggle.on{background:var(--teal-500)}.toggle span{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:99px;background:#fff;transition:.2s;box-shadow:0 1px 2px #0003}.toggle.on span{left:21px}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:13px;font-weight:600;color:var(--ink-2)}.input,.textarea,.select{width:100%;height:44px;padding:0 14px;border:1px solid var(--border-2);border-radius:10px;background:var(--surface);font-size:14px;transition:.15s}.textarea{height:auto;padding:11px 14px;resize:vertical;min-height:84px}.input:focus,.textarea:focus,.select:focus{border-color:var(--teal-400);box-shadow:0 0 0 3px var(--teal-50)}.input::placeholder,.textarea::placeholder{color:var(--muted-2)}.av{border-radius:99px;object-fit:cover;background:var(--surface-3);flex-shrink:0}.av-stack{display:flex}.av-stack img{border:2px solid var(--surface);border-radius:99px;margin-left:-8px}.av-stack img:first-child{margin-left:0}.av-more{display:grid;place-items:center;background:var(--surface-3);color:var(--muted);font-size:11px;font-weight:600;border:2px solid var(--surface);border-radius:99px;margin-left:-8px}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#11181c6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:60;display:grid;place-items:center;padding:24px}.modal{background:var(--surface);border-radius:18px;box-shadow:var(--shadow-lg);width:100%;max-width:520px;max-height:88vh;overflow-y:auto}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 24px 0}.modal-body{padding:18px 24px 24px;display:flex;flex-direction:column;gap:16px}.section-title{font-size:13px;font-weight:700;letter-spacing:.04em;color:var(--muted);text-transform:uppercase}.h-page{font-size:24px;font-weight:700;letter-spacing:-.01em}.muted{color:var(--muted)}.link{color:var(--teal-600);font-weight:600}.divider{height:1px;background:var(--border);width:100%}.chip{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 13px;border-radius:99px;border:1px solid var(--border-2);background:var(--surface);font-size:13px;font-weight:500}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.seg{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:11px;padding:4px;gap:2px}.seg button{height:32px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:600;color:var(--muted)}.seg button.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm)}.progress{height:6px;border-radius:99px;background:var(--surface-3);overflow:hidden}.progress>span{display:block;height:100%;border-radius:99px;background:var(--teal-500)}.team-row:hover,.menu-row:hover{background:var(--surface-2)}.nav-item:hover>div{background:var(--surface-2)}.row-hover:hover{background:var(--surface-2)}.lift{transition:transform .18s,box-shadow .18s}.lift:hover{transform:translateY(-2px);box-shadow:var(--shadow)}@media (min-width:900px){.auth-right{display:block!important}}@media (max-width:640px){.main-col{margin:0;border-radius:0;border:none}.page-pad{padding:16px}}
