/* Rixden Career Manager - Admin Styles */
#rixden-cm-wrap,#rixden-cm-wrap *,#rixden-cm-wrap *::before,#rixden-cm-wrap *::after{box-sizing:border-box!important}
#rixden-cm-wrap{display:flex!important;min-height:calc(100vh - 32px);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important;background:#f1f5f9!important;line-height:1.6!important;font-size:14px!important;color:#334155!important}
#rixden-cm-wrap a{color:inherit;text-decoration:none}
.rcm-sb{width:260px;min-width:260px;background:linear-gradient(175deg,#1e1b4b,#312e81,#3730a3);color:#fff!important;display:flex;flex-direction:column;min-height:calc(100vh - 32px)}
.rcm-sb-brand{padding:30px 26px 26px!important;display:flex;align-items:center;gap:14px;border-bottom:1px solid rgba(255,255,255,.08)}
.rcm-sb-brand span{font-weight:700;font-size:15px;line-height:1.35}.rcm-sb-brand small{font-weight:400;font-size:11px;opacity:.5;display:block;margin-top:2px}
.rcm-sb-nav{padding:24px 16px!important;flex:1;display:flex;flex-direction:column;gap:5px}
.rcm-ni{display:flex;align-items:center;gap:14px;padding:13px 20px!important;border-radius:12px;color:rgba(255,255,255,.6);font-size:13.5px;font-weight:500;transition:all .2s;cursor:pointer;border:1px solid transparent}
.rcm-ni:hover{background:rgba(255,255,255,.08);color:rgba(255,255,255,.9)}.rcm-ni.active{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.1);font-weight:600}
.rcm-ni svg{flex-shrink:0;width:18px;height:18px}
.rcm-sb-ft{padding:22px 26px;border-top:1px solid rgba(255,255,255,.08)}.rcm-sb-ft small{font-size:11px;opacity:.5}
.rcm-cpsc{background:rgba(255,255,255,.12);padding:6px 14px;border-radius:8px;font-size:11px;display:inline-block;margin-top:6px;cursor:pointer;transition:all .2s;border:1px solid rgba(255,255,255,.1);position:relative}
.rcm-cpsc:hover{background:rgba(255,255,255,.2)}
.rcm-cptip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);background:#22c55e;color:#fff;padding:4px 12px;border-radius:6px;font-size:11px;white-space:nowrap;opacity:0;transition:opacity .3s;pointer-events:none}.rcm-cptip.show{opacity:1}
.rcm-main{flex:1;padding:44px 48px!important;min-width:0}
.rcm-ph{margin-bottom:36px!important}.rcm-ph h1{font-size:28px!important;font-weight:800!important;color:#1e1b4b!important;margin:0 0 8px!important}.rcm-ph p{color:#64748b!important;margin:0!important;font-size:15px!important}
.rcm-tab{display:none;animation:rcmFI .3s ease}.rcm-tab.active{display:block}@keyframes rcmFI{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.rcm-c{background:#fff!important;border-radius:18px!important;padding:36px!important;box-shadow:0 1px 3px rgba(0,0,0,.04)!important;border:1px solid #e8ecf1!important;margin-bottom:28px!important}
.rcm-c h3{font-size:17px!important;font-weight:700!important;color:#1e1b4b!important;margin-bottom:22px!important}
.rcm-sg{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px!important;margin-bottom:32px!important}
.rcm-sc{background:#fff!important;border-radius:18px!important;padding:30px 32px!important;display:flex;align-items:center;gap:24px!important;box-shadow:0 1px 3px rgba(0,0,0,.04)!important;border:1px solid #e8ecf1!important;transition:transform .25s,box-shadow .25s;cursor:pointer}
.rcm-sc:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.08)}
.rcm-si{width:62px;height:62px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rcm-sbl .rcm-si{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}
.rcm-sgr .rcm-si{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}
.rcm-sin .rcm-si{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4f46e5}
.rcm-sp .rcm-si{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}
.rcm-sif{display:flex;flex-direction:column}.rcm-sn{font-size:34px;font-weight:800;color:#1e1b4b;line-height:1}.rcm-sl{font-size:13px;color:#64748b;margin-top:6px;font-weight:500}
.rcm-fg{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:22px!important}
.rcm-fgrp{display:flex;flex-direction:column;gap:8px}.rcm-fgrp label{font-size:13px;font-weight:600;color:#374151}
.rcm-req{color:#ef4444}.rcm-opt{font-weight:400;color:#94a3b8;font-size:12px}
.rcm-inp{padding:13px 18px!important;border:2px solid #e8ecf1!important;border-radius:12px!important;font-size:14px!important;font-family:inherit;transition:border-color .2s,box-shadow .2s;background:#fff!important;outline:none;width:100%;color:#334155!important}
.rcm-inp:focus{border-color:#818cf8;box-shadow:0 0 0 4px rgba(99,102,241,.1)}.rcm-inp::placeholder{color:#94a3b8}
select.rcm-inp{cursor:pointer}.rcm-ta{resize:vertical;min-height:80px}.rcm-ci{padding:4px 6px;height:46px;cursor:pointer}
.rcm-if{display:flex;gap:14px;align-items:stretch}.rcm-if .rcm-inp{flex:1}
.rcm-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px!important;border-radius:12px!important;font-size:14px!important;font-weight:600!important;font-family:inherit;cursor:pointer;transition:all .2s;border:2px solid transparent;line-height:1.4;white-space:nowrap}
.rcm-bp{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border-color:#4f46e5}.rcm-bp:hover{background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 6px 20px rgba(99,102,241,.35);transform:translateY(-1px)}
.rcm-bo{background:transparent;color:#6366f1;border-color:#6366f1;padding:11px 22px!important}.rcm-bo:hover{background:#eef2ff}
.rcm-bg{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.rcm-bg:hover{background:#e2e8f0}
.rcm-bsm{padding:9px 18px!important;font-size:12px;border-radius:9px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;display:inline-flex;align-items:center;gap:4px;text-decoration:none}.rcm-bsm:hover{background:#e2e8f0;color:#1e293b;text-decoration:none}
.rcm-bi{width:40px;height:40px;border-radius:11px;border:2px solid #e8ecf1;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#64748b;padding:0}.rcm-bi:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}
.rcm-bd{color:#ef4444!important}.rcm-bd:hover{background:#fef2f2!important;border-color:#fca5a5!important}
.rcm-pill{display:inline-block;padding:5px 14px;border-radius:20px;font-size:11px;font-weight:600;line-height:1.5;background:#f1f5f9;color:#475569}
.rcm-pb{background:#dbeafe;color:#2563eb}.rcm-pg{background:#dcfce7;color:#16a34a}.rcm-pp{background:#ede9fe;color:#7c3aed}.rcm-pa{background:#fef3c7;color:#d97706}.rcm-pm{background:#f1f5f9;color:#64748b}
.rcm-dg{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px!important}
.rcm-dc{background:#fff!important;border:2px solid #e8ecf1!important;border-radius:16px!important;padding:24px 26px!important;display:flex;align-items:center;gap:16px!important;transition:all .2s}.rcm-dc:hover{border-color:#c7d2fe;box-shadow:0 4px 16px rgba(99,102,241,.08)}
.rcm-di{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rcm-dli{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0369a1}
.rcm-dn{flex:1;font-weight:600;color:#1e1b4b;font-size:15px}
.rcm-dd{width:38px;height:38px;border-radius:10px;border:none;background:transparent;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.rcm-dd:hover{background:#fef2f2;color:#ef4444}
.rcm-tb{display:flex;gap:14px!important;align-items:center;flex-wrap:wrap;margin-bottom:22px!important}.rcm-tb .rcm-inp{max-width:320px}.rcm-tb select.rcm-inp{max-width:200px;padding:11px 16px!important}
.rcm-vt{display:flex;flex-direction:column;gap:14px!important}
.rcm-vr{display:flex;align-items:center;justify-content:space-between;padding:24px 28px!important;background:#fafbfd!important;border:2px solid #e8ecf1!important;border-radius:16px!important;transition:all .2s;gap:16px!important;flex-wrap:wrap}
.rcm-vr:hover{border-color:#c7d2fe;background:#f8faff}
.rcm-vm{flex:1;min-width:0}.rcm-vtw{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.rcm-vtw strong{font-size:15px;color:#1e1b4b}
.rcm-uid{font-size:10px;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:4px 10px;border-radius:6px;font-family:monospace;letter-spacing:.5px}
.rcm-mt{display:flex;flex-wrap:wrap;gap:8px}.rcm-va{display:flex;gap:10px;flex-shrink:0}
.rcm-mr{display:flex;justify-content:space-between;align-items:center;padding:16px 4px!important;border-bottom:1px solid #f1f5f9;gap:16px!important;flex-wrap:wrap;cursor:pointer;transition:background .2s;border-radius:8px}.rcm-mr:hover{background:#f8faff}.rcm-mr:last-child{border-bottom:none}
.rcm-dm{font-size:12px;color:#94a3b8;font-weight:500}
.rcm-atw{overflow-x:auto;padding:4px}
.rcm-at{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}
.rcm-at th{text-align:left;padding:16px 18px!important;font-weight:700!important;color:#64748b!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.6px;border-bottom:2px solid #e8ecf1!important;white-space:nowrap;background:#fafbfd!important}
.rcm-at td{padding:16px 18px!important;border-bottom:1px solid #f1f5f9!important;vertical-align:middle}
.rcm-at tr:hover td{background:#f8faff}.rcm-at a{color:#6366f1}.rcm-at a:hover{text-decoration:underline}
.rcm-setg{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:28px!important}
.rcm-cg{display:grid;grid-template-columns:1fr 1fr;gap:18px!important}
.rcm-lu{display:flex;align-items:center;gap:20px}.rcm-lp{width:72px;height:72px;border-radius:16px;border:2px dashed #d1d5db;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f8fafc;flex-shrink:0}.rcm-lp img{width:100%;height:100%;object-fit:cover}
.rcm-es{text-align:center;padding:60px 28px;color:#94a3b8}.rcm-es p{margin-top:14px;font-size:15px}
.rcm-notice{background:linear-gradient(135deg,#fefce8,#fef9c3);border:2px solid #fde68a;border-radius:14px;padding:20px 26px!important;margin-bottom:28px;display:flex;align-items:center;gap:14px;color:#92400e;font-size:14px;font-weight:500}
.rcm-notice svg{flex-shrink:0;color:#d97706}.rcm-notice a{color:#4f46e5;font-weight:600;text-decoration:underline;cursor:pointer}
.rcm-col{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease;opacity:0}.rcm-col.open{max-height:3000px;opacity:1}
.rcm-toast{position:fixed;bottom:32px;right:32px;background:linear-gradient(135deg,#1e1b4b,#312e81);color:#fff;padding:18px 30px;border-radius:14px;font-size:14px;font-weight:600;font-family:inherit;z-index:999999;box-shadow:0 12px 40px rgba(0,0,0,.2);opacity:0;transform:translateY(20px);transition:all .35s}.rcm-toast.show{opacity:1;transform:translateY(0)}.rcm-toast.error{background:linear-gradient(135deg,#dc2626,#b91c1c)}
.rcm-hs{margin-bottom:28px}.rcm-hs h3{font-size:17px;font-weight:700;color:#1e1b4b;margin-bottom:12px;padding-bottom:12px;border-bottom:2px solid #f1f5f9}
.rcm-hs p{color:#475569;font-size:14px;line-height:1.8;margin-bottom:8px}.rcm-hs code{background:#f1f5f9;padding:3px 10px;border-radius:6px;font-size:13px;color:#6366f1;font-weight:600}
.rcm-alink{color:#6366f1!important;cursor:pointer;font-size:12px;font-weight:600}.rcm-alink:hover{text-decoration:underline!important}
.rcm-amo{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.55);backdrop-filter:blur(8px);z-index:999998;display:none;align-items:center;justify-content:center;padding:24px}.rcm-amo.open{display:flex}
.rcm-am{background:#fff;border-radius:22px;max-width:700px;width:100%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 32px 80px rgba(0,0,0,.18);padding:44px;animation:rcmMI .3s ease}
@keyframes rcmMI{from{opacity:0;transform:scale(.96) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}
.rcm-amc{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:10px;border:none;background:#f1f5f9;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center}.rcm-amc:hover{background:#e2e8f0}
.rcm-am h2{font-size:22px;font-weight:800;color:#1e1b4b;margin:0 0 6px}.rcm-am .mu{font-size:12px;color:#94a3b8;font-family:monospace;margin-bottom:24px;display:block}
.rcm-am .ms{margin-bottom:22px}.rcm-am .ml{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#94a3b8;margin-bottom:8px}
.rcm-am .mv{font-size:14px;color:#334155;line-height:1.65}.rcm-am .mdt{display:flex;flex-wrap:wrap;gap:8px}
.rcm-am .mo{padding:18px;background:#f8fafc;border-radius:14px;border:1.5px solid #e8ecf1}.rcm-am .mo p{margin:0 0 8px;font-size:14px;line-height:1.7;color:#475569}.rcm-am .mo p:last-child{margin:0}
.rcm-am .mlg{width:56px;height:56px;border-radius:50%;border:2px solid #e8ecf1;overflow:hidden;margin-bottom:16px;display:flex;align-items:center;justify-content:center;background:#f8fafc}.rcm-am .mlg img{width:100%;height:100%;object-fit:cover}
.rcm-pro-item{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid #f1f5f9}.rcm-pro-item:last-of-type{border-bottom:none}
.rcm-pro-item h4{font-size:16px;font-weight:700;color:#1e1b4b;margin:0 0 8px}.rcm-pro-item p{color:#64748b;font-size:14px;line-height:1.7;margin:0}
@media(max-width:1024px){.rcm-sb{width:220px;min-width:220px}.rcm-main{padding:32px 28px!important}}
@media(max-width:768px){#rixden-cm-wrap{flex-direction:column}.rcm-sb{width:100%;min-width:100%;min-height:auto;flex-direction:row;flex-wrap:wrap}.rcm-sb-brand{padding:16px 20px!important}.rcm-sb-nav{flex-direction:row;flex-wrap:wrap;gap:4px;padding:10px 16px!important;flex:unset}.rcm-ni{padding:10px 14px!important;font-size:12px;gap:6px}.rcm-sb-ft{display:none}.rcm-main{padding:24px!important}.rcm-sg{grid-template-columns:1fr}.rcm-fg{grid-template-columns:1fr}.rcm-if{flex-direction:column}.rcm-setg{grid-template-columns:1fr}.rcm-cg{grid-template-columns:1fr}.rcm-dg{grid-template-columns:1fr}.rcm-tb{flex-direction:column}.rcm-tb .rcm-inp,.rcm-tb select.rcm-inp{max-width:100%}}
@media(max-width:600px){.rcm-vr{flex-direction:column!important;align-items:flex-start!important;padding:20px!important}.rcm-vm{width:100%}.rcm-vtw{flex-direction:column;align-items:flex-start;gap:8px}.rcm-va{width:100%;justify-content:flex-start;margin-top:8px;border-top:1px solid #e8ecf1;padding-top:12px}}
