:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#eef3f8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html,body,#root{min-width:320px;min-height:100vh}body{margin:0}:root{--blue:#36c;--blue-dark:#173f98;--green:#10b981;--red:#ef4444;--bg:#eef3f8;--text:#172033;--muted:#64748b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}button,input{font:inherit}.login-page{background:linear-gradient(135deg,#eaf1fb,#f8fbff);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border-radius:18px;width:min(440px,100%);padding:34px;box-shadow:0 24px 70px #0f172a29}.login-card img{border-radius:50%;width:76px;height:76px;margin:0 auto 18px;display:block}.login-card h1{text-align:center;color:var(--blue-dark);margin:0;font-size:30px;font-weight:800}.login-card>p{text-align:center;color:var(--muted);margin:10px 0 28px}.auth-form{gap:16px;display:grid}.auth-form label{color:#334155;gap:8px;font-weight:600;display:grid}.auth-form input{background:#f8fafc;border:2px solid #dbe4ef;border-radius:10px;padding:13px 14px}.auth-form button,.link-button{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:10px;padding:14px;font-weight:700}.link-button{width:100%;color:var(--blue);background:0 0;margin-top:14px}.notice{color:#1e3a8a;background:#dbeafe;border-radius:10px;margin:14px 0;padding:12px}.portal-shell{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:linear-gradient(#1e429f,#16306f);height:100vh;padding:28px 22px;position:sticky;top:0}.sidebar img{border-radius:50%;width:70px;height:70px}.sidebar h1{margin:18px 0 6px;font-size:26px}.sidebar p{color:#c7d2fe}.sidebar button{color:#fff;background:#ffffff1f;border:1px solid #ffffff40;border-radius:10px;width:100%;margin-top:30px;padding:12px}.content{padding:28px}.topbar{background:#fff;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:22px;padding:24px;display:flex;box-shadow:0 18px 50px #0f172a14}.topbar span{color:var(--muted);font-weight:600}.topbar h2{color:var(--blue-dark);margin:4px 0 0;font-size:30px}.topbar strong{text-align:center;color:#fff;background:var(--blue);border-radius:12px;min-width:56px;padding:12px;font-size:24px}.workers-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.worker-card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px;box-shadow:0 12px 30px #0f172a0f}.worker-card>span{color:#047857;background:#d1fae5;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-block}.worker-card h3{color:var(--blue-dark);margin:14px 0 4px}.worker-card p,.worker-card small{color:var(--muted);display:block}.worker-card div{color:#334155;flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.worker-card b{color:var(--blue)}.drawer{background:#fff;width:min(620px,100%);padding:28px;position:fixed;inset:0 0 0 auto;overflow:auto;box-shadow:-20px 0 60px #0f172a3d}.close{float:right;color:#fff;background:#64748b;border:0;border-radius:8px;padding:10px 14px}.drawer h2{color:var(--blue-dark);margin:10px 0 4px}.detail-list{grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0;display:grid}.detail-list p,.admin-cv-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.detail-list strong,.detail-list span,.detail-section strong,.detail-section small{display:block}.detail-list strong,.detail-section h3{color:#334155}.detail-section{margin-top:22px}.admin-cv-card{margin-top:10px}.detail-section h3{color:#1f2f54;align-items:center;gap:8px;margin:24px 0 12px;font-size:20px;display:flex}.admin-cv-card strong{color:#071d59;margin-bottom:10px;font-size:16px;font-weight:700}.detail-row,.attached-files button,.file-open-button{text-align:left;width:100%;color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:flex-start;gap:7px;margin:7px 0;padding:0;font-size:14px;display:flex}.detail-row span,.attached-files span,.file-open-button span{text-align:center;flex:0 0 18px;width:18px}.detail-row.success{color:var(--green);font-weight:700}.detail-row.danger{color:var(--red);font-weight:700}.attached-files{border-top:1px solid #e2e8f0;margin-top:10px;padding-top:8px}.attached-files button,.file-open-button{color:#2563eb;word-break:break-word}.attached-files button:hover,.file-open-button:hover{text-decoration:underline}@media (width<=820px){.portal-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.detail-list{grid-template-columns:1fr}}
