:root{--p:#6a35c9;--o:#f07a19;--b:#2454e8;--ink:#11182b;--muted:#68748a;--line:#e6eaf1;--bg:#f6f8fc;--green:#0a9b67;--red:#d64545;--shadow:0 12px 34px rgba(24,36,78,.07)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.ed-header{height:72px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.ed-head-inner{max-width:1500px;height:100%;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.ed-brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:inherit}.ed-brand img{width:46px;height:46px;object-fit:contain}.ed-brand span{font-size:21px;font-weight:850;letter-spacing:-.5px}.ed-brand b{color:var(--p)}.ed-brand em{color:var(--o);font-style:normal}.ed-head-actions{display:flex;gap:8px;align-items:center}.ed-head-actions a,.ed-head-actions button{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:9px;padding:9px 12px;font-size:12px;font-weight:800;text-decoration:none;cursor:pointer}.ed-layout{max-width:1500px;margin:auto;display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 72px)}.ed-sidebar{background:#fff;border-right:1px solid var(--line);padding:22px 12px;position:sticky;top:72px;height:calc(100vh - 72px);display:flex;flex-direction:column}.ed-side-title{font-size:9px;font-weight:900;letter-spacing:.12em;color:#8a93a6;padding:0 12px 10px}.ed-nav{border:0;background:transparent;text-align:left;width:100%;padding:11px 12px;border-radius:10px;color:#526078;font-size:12px;font-weight:750;cursor:pointer;margin:2px 0}.ed-nav span{margin-left:8px}.ed-nav:hover,.ed-nav.active{background:#f0ecff;color:#5c2bc6}.ed-side-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:12px;display:grid;gap:5px}.ed-side-bottom a{font-size:11px;color:#647087;text-decoration:none;padding:8px 12px}.ed-main{padding:26px 28px 70px;min-width:0}.ed-gate{max-width:620px;margin:80px auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:42px;box-shadow:var(--shadow)}.ed-gate h2{font-size:21px;margin:12px 0 7px}.ed-gate p{font-size:13px;color:var(--muted)}.ed-spinner{width:28px;height:28px;border:3px solid #ddd8f8;border-top-color:var(--p);border-radius:50%;margin:auto;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ed-welcome{background:linear-gradient(110deg,#f4f1ff,#fff 60%,#f2f8ff);border:1px solid #e1dcf7;border-radius:18px;padding:25px;display:flex;align-items:center;justify-content:space-between;gap:18px}.ed-eyebrow,.ed-section-head>div>span{font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--p)}.ed-welcome h1{font-size:27px;letter-spacing:-.7px;margin:6px 0}.ed-welcome p{font-size:12px;color:var(--muted);margin:0;max-width:720px}.ed-welcome-actions{display:flex;gap:8px;flex-wrap:wrap}.ed-primary,.ed-outline,.ed-outline-link{border-radius:9px;padding:10px 13px;font-size:11px;font-weight:850;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.ed-primary{background:var(--b);border:1px solid var(--b);color:#fff}.ed-outline{background:#fff;border:1px solid #d9deea;color:var(--ink)}.ed-outline-link{background:#fff;border:1px solid #d9deea;color:var(--b)}.ed-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:15px 0}.ed-stat{background:#fff;border:1px solid var(--line);border-radius:13px;padding:15px;box-shadow:0 5px 18px rgba(25,40,80,.035)}.ed-stat b{font-size:24px;display:block}.ed-stat span{font-size:10px;color:var(--muted);display:block;margin-top:4px}.ed-stat i{font-style:normal;font-size:9px;color:var(--green);margin-top:8px;display:block}.ed-panel{margin-top:18px}.ed-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:12px}.ed-section-head h2{font-size:20px;margin:5px 0 0;letter-spacing:-.4px}.ed-refresh{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 11px;font-size:11px;font-weight:800;cursor:pointer}.ed-overview-grid,.ed-two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ed-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:0 5px 18px rgba(25,40,80,.035)}.ed-card h3{font-size:14px;margin:0 0 12px}.ed-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:8px}.ed-flow div{border:1px solid #edf0f5;border-radius:10px;padding:10px}.ed-flow b{font-size:11px;display:block}.ed-flow small{font-size:8px;color:var(--muted)}.ed-flow i{font-style:normal;color:#b3b9c8}.ed-list{display:grid}.ed-list article{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid #f0f2f6}.ed-list article:first-child{border-top:0}.ed-list b{font-size:11px;display:block}.ed-list small{font-size:9px;color:var(--muted);display:block;margin-top:4px}.ed-badge{font-size:8px;font-weight:900;border-radius:999px;padding:5px 7px;background:#f1f3f7;color:#5d6678;height:max-content}.ed-badge.approved,.ed-badge.hired{background:#e8f8f1;color:#087b52}.ed-badge.pending,.ed-badge.reviewing{background:#fff5dd;color:#9b6b00}.ed-badge.rejected{background:#ffeded;color:#b43737}.ed-form h3{margin-bottom:4px}.ed-muted{font-size:10px;color:var(--muted);line-height:1.5}.ed-form label{font-size:10px;font-weight:800;color:#4f5c72;display:block;margin-top:10px}.ed-form input,.ed-form select,.ed-form textarea,.ed-filters input,.ed-filters select{width:100%;border:1px solid #dfe4ec;border-radius:8px;padding:9px 10px;background:#fff;font:inherit;font-size:11px;margin-top:5px;outline:none}.ed-form input:focus,.ed-form select:focus,.ed-form textarea:focus{border-color:#a99be8;box-shadow:0 0 0 3px #f0ecff}.ed-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px 10px}.ed-check{display:flex!important;gap:7px;align-items:flex-start;font-weight:600!important;line-height:1.4}.ed-check input{width:auto;margin-top:2px}.ed-form-status{font-size:10px;color:var(--green);margin-top:9px;min-height:15px}.ed-filters{display:flex;gap:7px;min-width:min(470px,100%)}.ed-filters input{margin:0}.ed-filters select{margin:0;width:170px}.ed-applicants{display:grid;gap:9px}.ed-candidate{background:#fff;border:1px solid var(--line);border-radius:13px;padding:14px;display:grid;grid-template-columns:1.3fr 1fr 170px;gap:14px;align-items:center}.ed-candidate h3{font-size:12px;margin:0}.ed-candidate p{font-size:9px;color:var(--muted);margin:4px 0 0;line-height:1.45}.ed-candidate select{width:100%;border:1px solid #dfe4ec;border-radius:8px;padding:8px;font-size:10px}.ed-candidate button{margin-top:6px;width:100%;border:1px solid #dfe4ec;background:#fff;border-radius:8px;padding:7px;font-size:9px;font-weight:800;cursor:pointer}.ed-kanban{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ed-column{background:#f2f4f8;border-radius:13px;padding:10px;min-height:230px}.ed-column h3{font-size:10px;margin:3px 3px 9px}.ed-kanban-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px;margin-bottom:7px}.ed-kanban-card b{font-size:10px;display:block}.ed-kanban-card small{font-size:8px;color:var(--muted)}.ed-talent-hero{background:linear-gradient(100deg,#eef6ff,#f8f3ff);border:1px solid #dfe6fa;border-radius:15px;padding:22px;display:flex;justify-content:space-between;align-items:center;gap:20px}.ed-talent-hero b{font-size:16px}.ed-talent-hero p{font-size:11px;color:var(--muted);max-width:650px;line-height:1.5}.ed-talent-stats{display:flex;gap:10px}.ed-talent-stats div{background:#fff;border:1px solid #e3e7ef;border-radius:10px;padding:11px;min-width:92px;text-align:center}.ed-talent-stats b{font-size:18px;display:block}.ed-talent-stats small{font-size:8px;color:var(--muted)}.ed-analytics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ed-analytics .ed-card b{font-size:28px;display:block}.ed-analytics .ed-card small{font-size:10px;color:var(--muted)}.ed-attention-item{border-top:1px solid #f0f2f6;padding:10px 0}.ed-attention-item:first-child{border-top:0}.ed-attention-item b{font-size:10px;display:block}.ed-attention-item small{font-size:9px;color:var(--muted)}.ed-loading{font-size:10px;color:#8a93a6;padding:10px 0}.ed-mobile-bar{display:none}
@media(max-width:1050px){.ed-layout{grid-template-columns:180px 1fr}.ed-stats{grid-template-columns:repeat(3,1fr)}.ed-welcome{align-items:flex-start;flex-direction:column}.ed-two-col,.ed-overview-grid{grid-template-columns:1fr}.ed-candidate{grid-template-columns:1fr 1fr}.ed-kanban{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.ed-header{height:62px}.ed-head-inner{padding:0 12px}.ed-brand img{width:38px;height:38px}.ed-brand span{font-size:17px}.ed-head-actions a{display:none}.ed-head-actions button{font-size:10px;padding:8px}.ed-layout{display:block}.ed-sidebar{display:none}.ed-main{padding:15px 12px 82px}.ed-welcome{padding:18px}.ed-welcome h1{font-size:22px}.ed-welcome p{font-size:10px}.ed-stats{grid-template-columns:repeat(2,1fr)}.ed-stat b{font-size:20px}.ed-section-head{align-items:flex-start;flex-direction:column}.ed-section-head h2{font-size:18px}.ed-form-grid{grid-template-columns:1fr}.ed-filters{width:100%;display:grid;grid-template-columns:1fr 130px}.ed-candidate{grid-template-columns:1fr}.ed-kanban{grid-template-columns:1fr}.ed-talent-hero{align-items:flex-start;flex-direction:column}.ed-talent-stats{width:100%;overflow:auto}.ed-analytics{grid-template-columns:1fr}.ed-mobile-bar{position:fixed;bottom:0;left:0;right:0;height:58px;background:#fff;border-top:1px solid var(--line);z-index:40;display:grid;grid-template-columns:repeat(5,1fr);padding:5px}.ed-mobile-bar button{border:0;background:transparent;font-size:9px;font-weight:800;color:#69748a}.ed-mobile-bar button:hover{color:var(--p)}}
