:root{--blue:#2563eb;--blue2:#1d4ed8;--ink:#15213b;--muted:#71809a;--line:#e6ebf2;--bg:#f6f8fc;--white:#fff;--success:#16a34a;--danger:#dc2626;--warning:#b45309;--shadow:0 8px 28px rgba(31,55,93,.07);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:14px;line-height:1.55}a{color:inherit;text-decoration:none!important}a:hover{text-decoration:none!important}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,h4{line-height:1.2}p{color:var(--muted)}
.topbar{height:82px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:12px;min-width:250px}.brand-mark{width:46px;height:46px;border-radius:13px;background:linear-gradient(145deg,#3b82f6,#2563eb);color:#fff;display:grid;place-items:center;font-weight:900;font-size:24px;box-shadow:0 8px 18px rgba(37,99,235,.2)}.brand-copy{font-size:18px;font-weight:900;letter-spacing:.01em;color:#14203a}.brand-copy small{display:block;font-size:10px;letter-spacing:.14em;color:#8b98ae;margin-top:2px}.top-user{display:flex;align-items:center;gap:18px;color:#263551;font-weight:700}.top-user a{color:#64748b;text-decoration:none;font-weight:600}.layout{display:flex;min-height:calc(100vh - 82px)}.sidebar{width:264px;flex:0 0 264px;background:#fff;border-right:1px solid var(--line);padding:24px 16px;position:sticky;top:82px;height:calc(100vh - 82px);overflow:auto}.sidebar-section{margin-bottom:24px}.sidebar-title{text-transform:uppercase;letter-spacing:.12em;color:#94a0b5;font-size:11px;font-weight:900;padding:0 12px 10px}.nav-item{display:flex;align-items:center;gap:12px;text-decoration:none;color:#5b6a84;font-weight:700;padding:11px 12px;border-radius:11px;margin:4px 0;transition:.18s ease}.nav-item:hover{background:#f3f7ff;color:var(--blue)}.nav-item.active{background:#eaf2ff;color:var(--blue);box-shadow:inset 3px 0 0 var(--blue)}.nav-icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 22px}.nav-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.content{flex:1;min-width:0;padding:28px 30px 44px;max-width:1600px}.footer{background:#fff;border-top:1px solid var(--line);color:#94a0b5;text-align:center;padding:18px;font-size:12px}
.alert{border-radius:12px;padding:12px 15px;margin:0 0 18px;font-weight:700;border:1px solid transparent}.alert.success,.alert.green{background:#ecfdf3;color:#166534;border-color:#bbf7d0}.alert.error,.alert.danger{background:#fef2f2;color:#991b1b;border-color:#fecaca}.alert.warning,.alert.orange{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.alert.gray{background:#f8fafc;color:#475569;border-color:#e2e8f0}
.card,.menu-card,.hero,.report-paper{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card{padding:22px}.stat{font-size:30px;font-weight:900;line-height:1.15;color:var(--ink);margin:5px 0 8px}.dashboard-hero{background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 58%,#60a5fa 100%);color:#fff;border-color:rgba(255,255,255,.12);box-shadow:0 14px 34px rgba(37,99,235,.18)}.dashboard-hero p,.dashboard-hero .muted{color:rgba(255,255,255,.9)}.dashboard-hero .progress{background:rgba(255,255,255,.25)}.dashboard-hero .progress>i{background:#fff}.dashboard-hero h1{color:#fff}.stat-label{font-size:12px;color:var(--muted);font-weight:700}.stat-link{font-size:13px;color:var(--blue);font-weight:800;text-decoration:none}.student-stat-card{min-height:132px}.student-stat-card .stat{font-size:25px;margin:4px 0 7px}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hero{padding:28px;margin-bottom:20px}.hero h1{margin:0 0 8px;font-size:30px}.muted{color:var(--muted)}.center{text-align:center}.section-title{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:24px 0 14px}.section-title h2{margin:0;font-size:20px}.actions{display:flex;gap:10px;align-items:center;margin-top:16px}.btn{border:0;border-radius:11px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;padding:11px 18px;font-weight:800;box-shadow:0 8px 18px rgba(37,99,235,.18);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:hover{filter:brightness(.98);transform:translateY(-1px)}.btn.secondary{background:#fff;color:#475569;border:1px solid #dce4ef;box-shadow:none}.btn.danger{background:#dc2626}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}
label{display:block;font-size:13px;font-weight:800;color:#334155;margin:14px 0 7px}input,select,textarea{width:100%;border:1px solid #d9e1ec;background:#fff;border-radius:10px;padding:11px 12px;color:#24324b;outline:none;transition:.15s}input:focus,select:focus,textarea:focus{border-color:#8bb0f8;box-shadow:0 0 0 3px rgba(37,99,235,.08)}textarea{min-height:110px;resize:vertical}.table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.table th,.table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{background:#f8fafc;color:#52617d;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.table tr:last-child td{border-bottom:0}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.badge.green{background:#eaf8ee;color:#15803d}.badge.orange{background:#fff1dc;color:#b45309}.badge.gray{background:#f1f5f9;color:#64748b}.score{font-size:26px;font-weight:900;color:var(--blue)}.progress{height:8px;background:#e9edf4;border-radius:999px;overflow:hidden}.progress>i{display:block;height:100%;background:var(--blue);border-radius:inherit}.link-arrow{text-decoration:none;color:var(--blue);font-weight:800}.student-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:14px 0 22px;padding:6px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 4px 16px rgba(31,55,93,.04)}.student-tabs a{min-width:0;min-height:42px;padding:9px 10px;border-radius:10px;text-decoration:none!important;color:#64748b;font-weight:800;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.25;font-size:12px;white-space:normal;transition:.15s ease}.student-tabs a:hover{background:#f3f7ff;color:var(--blue)}.student-tabs a.active{background:#eaf2ff;color:var(--blue);box-shadow:inset 0 0 0 1px #d7e5ff}.student-tabs + .section-title{margin-top:0}
.login-wrap{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 20% 10%,#eaf2ff 0,#f6f8fc 40%,#eef4ff 100%)}.login-card{width:min(440px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 22px 70px rgba(31,55,93,.12)}.login-card h1{font-size:28px;margin-bottom:4px}.login-card .brand-mark{margin:auto}
@media(max-width:1050px){.student-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.sidebar{width:220px;flex-basis:220px}.content{padding:22px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.brand{min-width:auto}.brand-copy{font-size:16px}}
@media(max-width:800px){.student-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:5px}.student-tabs a{min-height:40px}.topbar{height:70px;padding:0 16px}.layout{min-height:calc(100vh - 70px)}.sidebar{width:74px;flex-basis:74px;padding:18px 8px;top:70px;height:calc(100vh - 70px)}.sidebar-title{display:none}.nav-item{justify-content:center;padding:11px 8px}.nav-item>span:last-child{display:none}.content{padding:18px 14px}.top-user span{display:none}.grid-2,.grid-3{grid-template-columns:1fr}.brand-copy small{display:none}.brand-copy{font-size:14px}.brand-mark{width:40px;height:40px;font-size:20px}.grid-4{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.student-tabs{grid-template-columns:1fr 1fr}.student-tabs a{font-size:11px;padding:8px 7px}.topbar{padding:0 10px}.brand{gap:8px}.top-user{gap:8px}.content{padding:14px 10px}.grid-4{grid-template-columns:1fr}.card,.hero{padding:18px}.actions{flex-direction:column;align-items:stretch}.btn{width:100%}.login-card{padding:24px;border-radius:18px}}
@media print{.topbar,.sidebar,.footer,.no-print{display:none!important}.layout{display:block}.content{padding:0}.card,.report-paper{box-shadow:none}}
.badge.blue{background:#eaf2ff;color:#2563eb}

/* Student workspace header & Career Match polish */
.student-profile-hero{background:#fff;color:var(--ink);padding:24px 26px;margin-bottom:18px;}
.student-profile-hero h1{color:var(--ink);font-size:28px;margin:5px 0 8px;}
.student-hero-kicker{font-size:12px;font-weight:900;letter-spacing:.04em;color:#64748b;}
.student-hero-meta{margin:0;color:#64748b;font-size:13px;}
.student-hero-meta span{margin:0 5px;color:#94a3b8;}
.student-hero-progress{padding-left:12px;}
.student-hero-progress-label{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#64748b;margin-bottom:8px;}
.student-hero-progress-label b{color:#334155;}
.student-profile-hero .progress{height:8px;background:#e9edf4;}
.student-profile-hero .progress>span{display:block;height:100%;background:var(--blue);border-radius:inherit;}
.career-match-grid{align-items:stretch;}
.career-match-card{min-height:225px;display:flex;flex-direction:column;}
.career-match-top{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.career-match-card h2{font-size:20px;line-height:1.25;margin:13px 0 8px;color:var(--ink);}
.career-match-card .career-description{margin:0 0 10px;color:#64748b;line-height:1.55;}
.career-match-card .muted{margin-top:auto;line-height:1.5;}
.match-score{font-size:20px;font-weight:900;color:var(--blue);white-space:nowrap;}

/* ===== Modern Student Workspace ===== */
.student-toolbar{display:flex;gap:10px;align-items:center;margin:2px 0 14px;}
.student-toolbar .btn{min-height:42px;padding:10px 16px;border-radius:12px;}
.toolbar-icon{font-size:16px;line-height:1;}
.student-profile-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr) 120px;gap:24px;align-items:center;overflow:hidden;background:linear-gradient(135deg,#ffffff 0%,#fafdff 62%,#f2f7ff 100%);padding:28px 30px;margin-bottom:16px;border:1px solid #e3eaf4;border-radius:20px;box-shadow:0 10px 30px rgba(31,55,93,.06);}
.student-profile-hero:after{content:"";position:absolute;right:-80px;top:-100px;width:290px;height:290px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.11),rgba(59,130,246,0) 68%);pointer-events:none;}
.student-identity{display:flex;align-items:center;gap:20px;min-width:0;position:relative;z-index:1;}
.student-avatar{width:92px;height:92px;flex:0 0 92px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#dbeafe,#eff6ff);border:7px solid #fff;box-shadow:0 7px 20px rgba(37,99,235,.13);color:#2563eb;font-size:34px;font-weight:900;}
.student-identity-main{min-width:0;}
.student-profile-hero h1{font-size:30px;line-height:1.1;margin:5px 0 12px;color:#13213b;letter-spacing:-.02em;}
.student-hero-kicker{display:inline-flex;align-items:center;border:1px solid #cfe0ff;background:#eef5ff;color:#2563eb;border-radius:8px;padding:5px 10px;font-size:10px;font-weight:900;letter-spacing:.07em;}
.student-meta-chips{display:flex;flex-wrap:wrap;gap:7px;}
.student-meta-chips span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #e2e8f0;background:#fff;border-radius:9px;color:#52617d;font-size:12px;font-weight:700;box-shadow:0 2px 8px rgba(31,55,93,.025);}
.student-meta-chips b{color:#64748b;font-size:12px;}
.student-progress-panel{position:relative;z-index:1;padding:6px 4px;}
.student-hero-progress-label{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:12px;color:#64748b;margin-bottom:9px;}
.student-hero-progress-label b{color:#263551;font-size:12px;white-space:nowrap;}
.student-profile-hero .progress{height:8px;background:#e8edf5;border-radius:999px;box-shadow:inset 0 1px 2px rgba(15,23,42,.03);}
.student-profile-hero .progress>span{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:inherit;}
.student-progress-note{display:flex;gap:9px;align-items:flex-start;margin-top:15px;padding:11px 12px;border-radius:11px;background:#f5f8ff;color:#60708a;font-size:11px;line-height:1.45;}
.student-progress-note span{color:#4f7cf0;font-weight:900;}
.student-hero-illustration{position:relative;z-index:1;width:104px;height:104px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#eef5ff,#f8fbff);border:1px solid #dbe7fb;box-shadow:inset 0 0 0 10px rgba(255,255,255,.7);}
.hero-target{font-size:52px;color:#6d9af5;line-height:1;transform:rotate(-12deg);}
.hero-check{position:absolute;right:10px;bottom:9px;width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:#2563eb;color:#fff;font-weight:900;font-size:18px;box-shadow:0 6px 12px rgba(37,99,235,.22);}
.student-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:0 0 18px;padding:7px;background:#fff;border:1px solid #e3eaf4;border-radius:17px;box-shadow:0 7px 22px rgba(31,55,93,.05);overflow:hidden;}
.student-tabs a{min-width:0;min-height:48px;padding:9px 10px;border-radius:11px;color:#5f6f89;font-weight:800;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2;font-size:12px;white-space:normal;transition:.18s ease;position:relative;}
.student-tabs a:not(:nth-child(5n+1)){border-left:1px solid #edf1f6;border-radius:0;}
.student-tabs a:hover{background:#f5f8ff;color:#2563eb;}
.student-tabs a.active{background:#eaf2ff;color:#2563eb;box-shadow:inset 0 0 0 1px #d6e5ff;border-radius:11px;}
.student-tabs a.active:after{content:"";position:absolute;left:20%;right:20%;bottom:3px;height:2px;border-radius:2px;background:#2563eb;}
@media(max-width:1100px){.student-profile-hero{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);}.student-hero-illustration{display:none}.student-tabs{grid-template-columns:repeat(3,minmax(0,1fr));}.student-tabs a:nth-child(n){border-left:0;border-radius:11px}.student-tabs a:nth-child(3n+2),.student-tabs a:nth-child(3n+3){border-left:1px solid #edf1f6;border-radius:0}.student-tabs a.active{border-radius:11px}.student-tabs a.active:after{left:25%;right:25%;}}
@media(max-width:800px){.student-toolbar{flex-direction:row}.student-toolbar .btn{width:auto}.student-profile-hero{grid-template-columns:1fr;padding:22px}.student-progress-panel{padding:0}.student-tabs{grid-template-columns:repeat(2,minmax(0,1fr));}.student-tabs a:nth-child(n){border-left:0;border-top:1px solid #edf1f6;border-radius:0}.student-tabs a:nth-child(-n+2){border-top:0}.student-tabs a.active{border-radius:11px}.student-identity{gap:14px}.student-avatar{width:70px;height:70px;flex-basis:70px;font-size:27px}.student-profile-hero h1{font-size:25px;}}
@media(max-width:520px){.student-toolbar{flex-direction:column;align-items:stretch}.student-toolbar .btn{width:100%}.student-profile-hero{padding:18px}.student-identity{align-items:flex-start}.student-meta-chips{gap:5px}.student-meta-chips span{font-size:11px;padding:6px 8px}.student-tabs{grid-template-columns:1fr 1fr;padding:5px;gap:4px}.student-tabs a{min-height:44px;font-size:11px;padding:8px 6px;border:0!important;border-radius:9px!important}.student-tabs a.active:after{display:none}}

/* ===== Modern KARIER Login ===== */
.login-page{min-height:100vh;background:#f4f7fc;}
.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,.92fr) minmax(480px,1.08fr);background:#fff;}
.login-brand-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:56px 7vw 38px;color:#fff;background:linear-gradient(145deg,#123e9b 0%,#1d4ed8 48%,#3b82f6 100%);}
.login-brand-panel:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-230px;top:-170px;background:rgba(255,255,255,.09);}
.login-brand-panel:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;left:-250px;bottom:-220px;background:rgba(255,255,255,.07);}
.login-brand-wrap,.login-hero-copy,.login-brand-footer{position:relative;z-index:1;}
.login-brand-wrap{display:flex;align-items:center;gap:16px;}
.login-brand-mark{width:58px;height:58px;border-radius:17px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);display:grid;place-items:center;color:#fff;font-size:29px;font-weight:900;box-shadow:0 12px 28px rgba(7,28,82,.22);backdrop-filter:blur(10px);}
.login-brand-name{font-size:25px;font-weight:950;letter-spacing:.01em;line-height:1;}
.login-brand-byline{font-size:10px;letter-spacing:.2em;font-weight:800;opacity:.78;margin-top:7px;}
.login-hero-copy{max-width:580px;margin:auto 0;}
.login-eyebrow{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:10px;font-weight:900;letter-spacing:.12em;}
.login-hero-copy h1{font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.035em;margin:22px 0 18px;color:#fff;}
.login-hero-copy h1 strong{font-weight:950;}
.login-hero-copy p{max-width:540px;color:rgba(255,255,255,.82);font-size:15px;line-height:1.75;margin:0;}
.login-feature-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px;}
.login-feature-row span{padding:8px 11px;border-radius:9px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);font-size:11px;font-weight:800;}
.login-brand-footer{font-size:11px;color:rgba(255,255,255,.65);font-weight:700;letter-spacing:.03em;}
.login-form-panel{display:grid;place-items:center;padding:40px 7vw;background:linear-gradient(180deg,#fbfcff 0%,#f5f8fd 100%);}
.login-card-modern{width:min(470px,100%);padding:42px 42px 34px;border:1px solid #e3e9f2;border-radius:24px;box-shadow:0 24px 70px rgba(28,48,84,.1);}
.login-mobile-brand{display:none;}
.login-heading{margin-bottom:26px;}
.login-welcome{font-size:10px;letter-spacing:.14em;color:#2563eb;font-weight:900;}
.login-heading h2{font-size:30px;letter-spacing:-.025em;margin:8px 0 7px;color:#13213b;}
.login-heading p{margin:0;font-size:13px;color:#7a889f;}
.login-form label{font-size:12px;margin:15px 0 7px;color:#334155;}
.login-input-wrap{position:relative;}
.login-input-wrap input{height:50px;border-radius:12px;padding:0 82px 0 40px;border-color:#dce4ef;background:#fff;font-size:13px;}
.login-input-wrap input:focus{border-color:#6d98f3;box-shadow:0 0 0 4px rgba(37,99,235,.08);}
.login-input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#8b98ae;font-weight:900;font-size:14px;z-index:2;}
.login-password-toggle{position:absolute;right:9px;top:50%;transform:translateY(-50%);border:0;background:#f5f7fb;color:#5b6a84;border-radius:8px;padding:6px 8px;font-size:10px;font-weight:800;}
.login-password-toggle:hover{background:#eaf2ff;color:#2563eb;}
.login-submit{width:100%;height:50px;border-radius:12px;margin-top:20px;font-size:13px;justify-content:space-between;padding:0 17px 0 20px;}
.login-arrow{font-size:19px;line-height:1;transition:transform .15s;}
.login-submit:hover .login-arrow{transform:translateX(3px);}
.login-alert{font-size:12px;margin-bottom:16px;}
.login-demo{display:flex;gap:11px;align-items:flex-start;margin-top:22px;padding:12px 13px;border-radius:12px;background:#f7f9fc;border:1px solid #e8edf4;color:#64748b;}
.login-demo-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#22c55e;margin-top:5px;box-shadow:0 0 0 4px #dcfce7;}
.login-demo b{display:block;color:#475569;font-size:11px;margin-bottom:3px;}
.login-demo small{display:block;font-size:10px;line-height:1.5;color:#8290a5;}
.login-demo strong{color:#52617d;}
.login-mobile-footer{display:none;color:#94a0b5;font-size:11px;margin-top:20px;}
@media(max-width:900px){.login-shell{grid-template-columns:1fr;}.login-brand-panel{display:none}.login-form-panel{min-height:100vh;padding:26px 18px;}.login-mobile-brand{display:flex;align-items:center;justify-content:center;gap:11px;margin-bottom:30px;}.login-mobile-brand .small{width:46px;height:46px;border-radius:13px;background:linear-gradient(145deg,#3b82f6,#2563eb);font-size:23px;}.login-mobile-brand strong{display:block;font-size:19px;color:#14203a;line-height:1;}.login-mobile-brand span{display:block;font-size:9px;letter-spacing:.16em;color:#8b98ae;font-weight:800;margin-top:5px;}.login-mobile-footer{display:block;text-align:center;}.login-card-modern{box-shadow:0 18px 55px rgba(28,48,84,.08);}}
@media(max-width:520px){.login-form-panel{padding:18px 12px;}.login-card-modern{padding:28px 22px 24px;border-radius:19px;}.login-heading h2{font-size:25px;}.login-input-wrap input{height:48px;}.login-submit{height:48px;}}
