@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--blue: #0b64d8;--blue-2: #0a5bcc;--text: #1f2937;--muted: #7c8aa5;--line: #e6edf7;--bg: #f4f7fb;--card: #ffffff;--shadow: 0 18px 50px rgba(16, 24, 40, .08);--radius: 18px;--radius-sm: 12px;--font: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";--fs-11: 11px;--fs-12: 12px;--fs-13: 13px;--fs-14: 14px;--fs-16: 16px;--fs-18: 18px;--fs-22: 22px;--fs-28: 28px;--fs-34: 34px;--fw-400: 400;--fw-500: 500;--fw-600: 600;--fw-700: 700;--fw-800: 800;--fw-900: 900}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);font-size:var(--fs-14);line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}.app-shell{display:flex;min-height:100vh;background:var(--bg)}.sidebar{width:280px;background:var(--blue);color:#fff;padding:26px 22px;display:flex;flex-direction:column;border-top-right-radius:18px;border-bottom-right-radius:18px}.brand{display:flex;align-items:center;gap:14px;font-weight:var(--fw-900);font-size:48px;letter-spacing:-.6px;margin:10px 6px 26px}.brand .logo-box{width:54px;height:54px;border-radius:16px;background:#ffffff24;display:grid;place-items:center}.logo-letter{font-weight:var(--fw-900);font-size:24px;line-height:1;color:#fff}.brand-name{font-weight:var(--fw-900);font-size:36px;line-height:1;letter-spacing:-.3px}.sidebar-nav{display:flex;flex-direction:column;gap:12px;margin-top:10px}.side-link{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;color:#ffffffeb;font-weight:var(--fw-600);font-size:var(--fs-14);letter-spacing:.1px}.side-link:hover{background:#ffffff1f}.side-link.active{background:#ffffff24}.dot{width:10px;height:10px;border-radius:999px;background:#fffffff2}.sidebar-spacer{flex:1}.sidebar-card{height:260px;border-radius:22px;background:#fffffff2;margin:18px 4px}.sidebar-footer{display:flex;flex-direction:column;gap:10px;padding-top:14px}.content{flex:1;padding:34px;background:var(--bg)}.page-title{font-size:var(--fs-34);font-weight:var(--fw-900);margin:10px 0 24px;color:#22324a;letter-spacing:-.2px;line-height:1.05}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.tabs{display:flex;gap:40px;align-items:flex-end;padding:6px 8px 14px;border-bottom:1px solid var(--line)}.tab{display:flex;gap:10px;align-items:center;padding:10px 4px;font-weight:var(--fw-900);font-size:var(--fs-13);color:#2b3b55;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;letter-spacing:.2px}.tab small{font-weight:var(--fw-900);color:#2b3b55}.tab.active{color:var(--blue)}.tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-14px;height:3px;border-radius:99px;background:var(--blue)}.tab-icon{width:18px;height:18px;display:inline-grid;place-items:center;opacity:.9}.toolbar{display:flex;align-items:center;gap:14px;padding:18px 8px}.search{flex:1;display:flex;align-items:center;gap:10px;background:#f3f6fb;border:1px solid #edf2fb;border-radius:12px;padding:12px 14px;color:#3a4a63}.search input{border:0;outline:0;background:transparent;width:100%;font-size:var(--fs-13);font-weight:var(--fw-500);font-family:var(--font);color:#1f2a44}.search input::placeholder{color:#97a5bd;font-weight:var(--fw-500)}.actions{margin-left:auto;display:flex;gap:12px}.btn{border-radius:12px;padding:10px 14px;font-weight:var(--fw-900);font-family:var(--font);font-size:var(--fs-13);border:1px solid #d6e3fb;background:#fff;color:var(--blue);cursor:pointer;display:inline-flex;align-items:center;gap:10px;letter-spacing:.1px}.btn:hover{background:#f7faff}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.btn.primary:hover{background:var(--blue-2)}.table{width:100%;border-collapse:collapse;margin-top:4px}.table thead th{text-align:left;font-size:var(--fs-12);letter-spacing:.08em;color:#97a5bd;font-weight:var(--fw-800);padding:14px 8px;border-bottom:1px solid var(--line);text-transform:uppercase;font-family:var(--font)}.table tbody td{padding:18px 8px;border-bottom:1px solid var(--line);vertical-align:middle;font-size:var(--fs-14);color:#01123e;font-weight:var(--fw-500);font-family:var(--font)}.col-interes{width:120px}.row-actions{display:flex;align-items:center;gap:10px}.icon-btn{width:36px;height:36px;border-radius:999px;border:1px solid #dde7f8;background:#fff;display:grid;place-items:center;cursor:pointer}.icon-btn:hover{background:#f7faff}.badge-exp{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef5ff;color:#2b3b55;font-weight:var(--fw-800);font-size:var(--fs-12);margin-bottom:8px;font-family:var(--font)}.link-title{color:var(--blue);font-weight:var(--fw-800);font-size:var(--fs-14);line-height:1.25;font-family:var(--font)}.muted{color:#6f7f98;font-size:var(--fs-13);line-height:1.35;font-weight:var(--fw-500);font-family:var(--font)}.pill{display:inline-flex;padding:8px 12px;border-radius:12px;font-weight:var(--fw-800);font-size:var(--fs-13);color:#1b2a3f;background:#eef5ff;font-family:var(--font)}.pill.red{background:#ffd9d9;color:#8a1f1f}.pill.orange{background:#ffe9c7;color:#7a4a00}.pill.green{background:#d8f3dc;color:#1e5a2e}.right{text-align:right}html,body,#app{margin:0;padding:0;background:#f5f7fb;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}html,body,#app{margin:0;padding:0;height:100%;overflow:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#13233d;background:radial-gradient(circle at top left,rgba(23,92,255,.08),transparent 28%),radial-gradient(circle at top right,rgba(17,185,129,.06),transparent 24%),#f5f8fc}.app-shell[data-v-83dcc6e5]{display:flex;height:100vh;width:100%;overflow:hidden;background:radial-gradient(circle at top left,rgba(23,92,255,.08),transparent 28%),radial-gradient(circle at top right,rgba(17,185,129,.06),transparent 24%),#f5f8fc}.sidebar[data-v-83dcc6e5]{width:282px;min-width:282px;max-width:282px;flex:0 0 282px;height:calc(100vh - 32px);margin:16px 0 16px 16px;background:linear-gradient(180deg,#fffffffa,#fffffff0);border:1px solid rgba(219,230,244,.95);border-radius:30px;box-shadow:0 24px 60px #0e254d17;padding:22px 18px 20px;color:#13233d;display:flex;flex-direction:column;overflow:hidden;position:relative;flex-shrink:0}.sidebar[data-v-83dcc6e5]:before{content:"";position:absolute;width:190px;height:190px;top:-70px;right:-60px;border-radius:50%;background:#175cff0f;pointer-events:none}.sidebar[data-v-83dcc6e5]:after{content:"";position:absolute;width:150px;height:150px;left:-45px;bottom:80px;border-radius:50%;background:#11b9810d;pointer-events:none}.sidebar-inner[data-v-83dcc6e5]{position:relative;z-index:1;display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(23,92,255,.25) transparent}.brand-block[data-v-83dcc6e5]{display:flex;flex-direction:column;gap:10px}.brand[data-v-83dcc6e5]{display:flex;align-items:center;padding:6px 8px 18px;flex-shrink:0}.brandImg[data-v-83dcc6e5]{width:150px;max-width:100%;height:auto;object-fit:contain;display:block}.nav[data-v-83dcc6e5]{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.topNav[data-v-83dcc6e5]{margin-top:2px}.bottom[data-v-83dcc6e5]{gap:10px;flex-shrink:0}.navItem[data-v-83dcc6e5]{display:flex;align-items:center;gap:12px;text-decoration:none;color:#4f617d;font-weight:800;font-size:12px;letter-spacing:.04em;text-transform:uppercase;padding:12px 14px;border-radius:16px;border:1px solid transparent;-webkit-user-select:none;user-select:none;transition:background .2s ease,color .2s ease,transform .18s ease,box-shadow .2s ease,border-color .2s ease}.navItem[data-v-83dcc6e5]:hover{background:#175cff0f;color:#0d3ea8;transform:translateY(-1px)}.navItem.active[data-v-83dcc6e5]{background:linear-gradient(135deg,#175cff1a,#3b82ff14);color:#0d3ea8;border-color:#175cff1f;box-shadow:0 12px 26px #175cff14}.iconWrapper[data-v-83dcc6e5]{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;border-radius:10px;background:#13233d0a;transition:background .2s ease}.navItem:hover .iconWrapper[data-v-83dcc6e5],.navItem.active .iconWrapper[data-v-83dcc6e5]{background:#175cff1a}.navIcon[data-v-83dcc6e5]{width:18px;height:18px;object-fit:contain;display:block;filter:brightness(0) saturate(100%) invert(15%) sepia(18%) saturate(1057%) hue-rotate(182deg) brightness(91%) contrast(90%);opacity:.92}.navSvg[data-v-83dcc6e5]{width:18px;height:18px;display:block;fill:currentColor;color:#4f617d;opacity:.92}.navItem:hover .navSvg[data-v-83dcc6e5],.navItem.active .navSvg[data-v-83dcc6e5]{color:#0d3ea8;opacity:1}.navItem:hover .navIcon[data-v-83dcc6e5],.navItem.active .navIcon[data-v-83dcc6e5]{filter:brightness(0) saturate(100%) invert(18%) sepia(88%) saturate(3284%) hue-rotate(220deg) brightness(98%) contrast(104%);opacity:1}.label[data-v-83dcc6e5]{line-height:1.2}.adminBlock[data-v-83dcc6e5]{display:flex;flex-direction:column;gap:10px;margin-top:4px}.navSeparator[data-v-83dcc6e5]{height:1px;background:linear-gradient(90deg,transparent,rgba(123,138,163,.35),transparent);margin:8px 4px;border-radius:999px}.sidebar-spacer[data-v-83dcc6e5]{flex:1 1 auto;min-height:0}.content[data-v-83dcc6e5]{flex:1;min-width:0;height:100vh;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;background:transparent;padding:16px 16px 16px 18px}.content-shell[data-v-83dcc6e5]{min-width:0;width:100%;flex:1}.topbar[data-v-83dcc6e5]{min-height:70px;display:flex;align-items:center;padding:0 4px 14px;flex:0 0 auto}.topbar-spacer[data-v-83dcc6e5]{flex:1}.user-card[data-v-83dcc6e5]{display:flex;align-items:center;background:linear-gradient(180deg,#fffffffa,#fffffff0);border:1px solid rgba(219,230,244,.95);border-radius:18px;padding:8px 10px 8px 14px;box-shadow:0 14px 34px #0e254d12}.user-info[data-v-83dcc6e5]{font-weight:800;color:#13233d;font-size:13px;letter-spacing:.01em}.sidebar.admin-mode[data-v-83dcc6e5]{background:linear-gradient(180deg,#fffffffa,#f8fafef2)}@media(max-width:1200px){.sidebar[data-v-83dcc6e5]{width:258px;min-width:258px;max-width:258px;flex:0 0 258px}.label[data-v-83dcc6e5]{font-size:11px}}@media(max-height:860px){.sidebar[data-v-83dcc6e5]{padding:18px 14px 16px}.brand[data-v-83dcc6e5]{padding:2px 6px 12px}.brandImg[data-v-83dcc6e5]{width:128px}.nav[data-v-83dcc6e5],.adminBlock[data-v-83dcc6e5],.bottom[data-v-83dcc6e5]{gap:7px}.navItem[data-v-83dcc6e5]{font-size:11px;gap:10px;padding:9px 11px;border-radius:14px}.iconWrapper[data-v-83dcc6e5]{width:21px;height:21px;flex:0 0 21px}.navIcon[data-v-83dcc6e5],.navSvg[data-v-83dcc6e5]{width:15px;height:15px}.navSeparator[data-v-83dcc6e5]{margin:5px 4px}}@media(max-height:700px){.sidebar[data-v-83dcc6e5]{padding:14px 12px}.brandImg[data-v-83dcc6e5]{width:112px}.brand[data-v-83dcc6e5]{padding-bottom:8px}.nav[data-v-83dcc6e5],.adminBlock[data-v-83dcc6e5],.bottom[data-v-83dcc6e5]{gap:5px}.navItem[data-v-83dcc6e5]{font-size:10px;padding:8px 10px}.navSeparator[data-v-83dcc6e5]{margin:4px}}.mobile-menu-btn[data-v-83dcc6e5],.sidebar-backdrop[data-v-83dcc6e5]{display:none}@media(max-width:980px){html,body,#app{overflow:hidden}.app-shell[data-v-83dcc6e5]{display:block;height:100vh;overflow:hidden}.mobile-menu-btn[data-v-83dcc6e5]{display:flex;position:fixed;top:16px;left:16px;z-index:3000;width:44px;height:44px;border:0;border-radius:14px;background:#fffffffa;box-shadow:0 12px 30px #0e254d29;align-items:center;justify-content:center;cursor:pointer;color:#0d3ea8;font-size:22px;font-weight:900}.sidebar-backdrop[data-v-83dcc6e5]{display:block;position:fixed;inset:0;z-index:2400;background:#0a142857;opacity:0;pointer-events:none;transition:opacity .22s ease}.sidebar-backdrop.is-open[data-v-83dcc6e5]{opacity:1;pointer-events:auto}.sidebar[data-v-83dcc6e5]{position:fixed;z-index:2500;top:0;left:0;width:82vw;max-width:310px;min-width:unset;flex:none;height:100vh;margin:0;border-radius:0 30px 30px 0;transform:translate(-105%);transition:transform .25s ease}.sidebar.is-open[data-v-83dcc6e5]{transform:translate(0)}.content[data-v-83dcc6e5]{width:100%;height:100vh;padding:76px 12px 16px;overflow-y:auto;overflow-x:hidden}.topbar[data-v-83dcc6e5]{min-height:0;padding:0 0 12px}.user-card[data-v-83dcc6e5]{margin-left:auto}}@media(max-width:520px){.sidebar[data-v-83dcc6e5]{width:86vw;max-width:300px;padding:20px 14px 18px}.brand[data-v-83dcc6e5]{justify-content:center;padding-bottom:16px}.brandImg[data-v-83dcc6e5]{width:132px}.navItem[data-v-83dcc6e5]{font-size:11px;padding:11px 12px}.content[data-v-83dcc6e5]{padding:72px 10px 14px}}.sidebar[data-v-83dcc6e5]{min-height:0!important}.sidebar-inner[data-v-83dcc6e5]{height:100%!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding-bottom:calc(12px + env(safe-area-inset-bottom))!important}.sidebar-spacer[data-v-83dcc6e5]{flex:1 1 auto!important;min-height:12px!important}.bottom[data-v-83dcc6e5]{flex-shrink:0!important;padding-bottom:calc(8px + env(safe-area-inset-bottom))!important}.sidebar-inner[data-v-83dcc6e5]::-webkit-scrollbar{width:6px}.sidebar-inner[data-v-83dcc6e5]::-webkit-scrollbar-track{background:transparent}.sidebar-inner[data-v-83dcc6e5]::-webkit-scrollbar-thumb{background:#175cff38;border-radius:999px}@media(max-width:980px){.app-shell[data-v-83dcc6e5]{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important}.mobile-menu-btn[data-v-83dcc6e5]{top:calc(16px + env(safe-area-inset-top))!important}.sidebar[data-v-83dcc6e5]{position:fixed!important;z-index:2500!important;top:0!important;left:0!important;width:82vw!important;max-width:310px!important;min-width:unset!important;flex:none!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;border-radius:0 30px 30px 0!important;padding:calc(18px + env(safe-area-inset-top)) 14px calc(12px + env(safe-area-inset-bottom))!important;overflow:hidden!important;transform:translate(-105%)!important;transition:transform .25s ease!important}.sidebar.is-open[data-v-83dcc6e5]{transform:translate(0)!important}.sidebar-inner[data-v-83dcc6e5]{height:100%!important;max-height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding-bottom:calc(28px + env(safe-area-inset-bottom))!important}.brand-block[data-v-83dcc6e5],.topNav[data-v-83dcc6e5],.adminBlock[data-v-83dcc6e5],.bottom[data-v-83dcc6e5]{flex-shrink:0!important}.brand[data-v-83dcc6e5]{justify-content:center!important;padding:2px 6px 12px!important}.brandImg[data-v-83dcc6e5]{width:118px!important;max-width:68%!important}.nav[data-v-83dcc6e5],.adminBlock[data-v-83dcc6e5]{gap:6px!important}.navSeparator[data-v-83dcc6e5]{margin:5px 4px!important}.navItem[data-v-83dcc6e5]{min-height:40px!important;padding:9px 11px!important;font-size:10.5px!important;gap:10px!important;border-radius:15px!important}.iconWrapper[data-v-83dcc6e5]{width:22px!important;height:22px!important;flex:0 0 22px!important}.navIcon[data-v-83dcc6e5],.navSvg[data-v-83dcc6e5]{width:15px!important;height:15px!important}.sidebar-spacer[data-v-83dcc6e5]{flex:1 1 auto!important;min-height:14px!important}.bottom[data-v-83dcc6e5]{gap:6px!important;padding-bottom:calc(20px + env(safe-area-inset-bottom))!important}.content[data-v-83dcc6e5]{height:100dvh!important;max-height:100dvh!important;padding-top:calc(76px + env(safe-area-inset-top))!important;padding-bottom:calc(16px + env(safe-area-inset-bottom))!important}}@media(max-width:520px){.sidebar[data-v-83dcc6e5]{width:86vw!important;max-width:300px!important;padding:calc(16px + env(safe-area-inset-top)) 12px calc(10px + env(safe-area-inset-bottom))!important}.brand[data-v-83dcc6e5]{padding:0 6px 10px!important}.brandImg[data-v-83dcc6e5]{width:104px!important;max-width:64%!important}.nav[data-v-83dcc6e5],.adminBlock[data-v-83dcc6e5]{gap:5px!important}.navItem[data-v-83dcc6e5]{min-height:38px!important;padding:8px 10px!important;font-size:10px!important;letter-spacing:.035em!important}.iconWrapper[data-v-83dcc6e5]{width:21px!important;height:21px!important;flex:0 0 21px!important}.navIcon[data-v-83dcc6e5],.navSvg[data-v-83dcc6e5]{width:15px!important;height:15px!important}.sidebar-spacer[data-v-83dcc6e5]{min-height:10px!important}.bottom[data-v-83dcc6e5]{padding-bottom:calc(24px + env(safe-area-inset-bottom))!important}}@media(max-width:980px)and (max-height:760px){.sidebar[data-v-83dcc6e5]{padding:calc(12px + env(safe-area-inset-top)) 10px calc(8px + env(safe-area-inset-bottom))!important}.brand[data-v-83dcc6e5]{padding:0 4px 8px!important}.brandImg[data-v-83dcc6e5]{width:92px!important}.nav[data-v-83dcc6e5],.adminBlock[data-v-83dcc6e5],.bottom[data-v-83dcc6e5]{gap:4px!important}.navItem[data-v-83dcc6e5]{min-height:34px!important;padding:7px 9px!important;font-size:9.5px!important}.iconWrapper[data-v-83dcc6e5]{width:20px!important;height:20px!important;flex:0 0 20px!important}.navIcon[data-v-83dcc6e5],.navSvg[data-v-83dcc6e5]{width:14px!important;height:14px!important}.navSeparator[data-v-83dcc6e5]{margin:3px 4px!important}.sidebar-spacer[data-v-83dcc6e5]{min-height:6px!important}.bottom[data-v-83dcc6e5]{padding-bottom:calc(28px + env(safe-area-inset-bottom))!important}}@media(min-width:981px){.app-shell.home-mode .sidebar[data-v-83dcc6e5]{width:246px;min-width:246px;max-width:246px;flex-basis:246px;height:calc(100vh - 20px);margin:10px 0 10px 10px;padding:14px 12px 12px;border-radius:26px}.app-shell.home-mode .brand[data-v-83dcc6e5]{padding:2px 6px 12px}.app-shell.home-mode .brandImg[data-v-83dcc6e5]{width:126px}.app-shell.home-mode .nav[data-v-83dcc6e5],.app-shell.home-mode .adminBlock[data-v-83dcc6e5],.app-shell.home-mode .bottom[data-v-83dcc6e5]{gap:6px}.app-shell.home-mode .navItem[data-v-83dcc6e5]{gap:10px;padding:9px 10px;border-radius:14px}.app-shell.home-mode .navSeparator[data-v-83dcc6e5]{margin:5px 4px}.app-shell.home-mode .sidebar-spacer[data-v-83dcc6e5]{min-height:8px!important}.app-shell.home-mode .bottom[data-v-83dcc6e5]{padding-bottom:4px!important}.app-shell.home-mode .content[data-v-83dcc6e5]{padding:8px 10px 10px 12px}.app-shell.home-mode .topbar[data-v-83dcc6e5]{min-height:48px;padding:0 2px 6px}.app-shell.home-mode .user-card[data-v-83dcc6e5]{padding:7px 9px 7px 12px}}@media(min-width:981px)and (max-height:860px){.app-shell.home-mode .brand[data-v-83dcc6e5]{padding:0 6px 8px}.app-shell.home-mode .brandImg[data-v-83dcc6e5]{width:110px}.app-shell.home-mode .nav[data-v-83dcc6e5],.app-shell.home-mode .adminBlock[data-v-83dcc6e5],.app-shell.home-mode .bottom[data-v-83dcc6e5]{gap:5px}.app-shell.home-mode .navItem[data-v-83dcc6e5]{min-height:38px;gap:9px;padding:7px 9px}.app-shell.home-mode .iconWrapper[data-v-83dcc6e5]{width:21px;height:21px;flex-basis:21px}.app-shell.home-mode .navSeparator[data-v-83dcc6e5]{margin:3px 4px}}
