:root { --nirom-blue: #0056b3; --nirom-bg: #f4f7fa; --nirom-dark: #0f172a; --nirom-gold: #f2d24b; --nirom-teal: #23494c; }
body { font-family: Arial, sans-serif; background-color: #f8f9fa; }
.hero { background: linear-gradient(135deg, #0d6efd, #003c8f); color: white; padding: 80px 0; text-align: center; }
.hero h1 { font-size: 42px; font-weight: bold; }
.hero p { font-size: 18px; margin-top: 10px; }
.section { padding: 60px 0; }
.card-hover:hover { transform: translateY(-5px); transition: 0.3s; }
.footer { font-size: 14px; }
:root { --nirom-teal: #23494c; --nirom-gold: #f2d24b; --nirom-bg-alt: #f8fafb; }
.tn-hero { background: var(--nirom-teal); color: white; height: 200px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0; }
.tn-hero h1 { font-size: 2rem; font-weight: 700; margin-bottom: 5px; }
.tn-hero p { font-size: 0.95rem; opacity: 0.9; margin-bottom: 10px; }
.tn-btn-outline { border: 2px solid #fff; color: #fff; padding: 9px 18px; border-radius: 4px; text-decoration: none; }
.tn-btn-outline:hover { background: #fff; color: var(--nirom-teal); }
.tn-section { padding: 20px 20px; max-width: 1100px; margin: auto; }
.tn-title { text-align: center; color: var(--nirom-teal); font-size: 1.6rem; margin-bottom: 20px; font-weight: 700; }
.tn-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.tn-card { background: #fff; padding: 22px; border-radius: 6px; border-top: 4px solid var(--nirom-teal); box-shadow: 0 3px 10px rgba(0,0,0,0.05); text-align: center; }
.tn-card h3 { color: var(--nirom-teal); margin-top: 0; }
.tn-alt-bg { background: var(--nirom-bg-alt); }
.tn-cta { padding: 20px 10px; }
.tn-form-wrapper { background: #f4f7f8; padding: 30px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #e1e7ea; }
.tn-form-section { background: var(--nirom-bg-alt); padding: 25px 15px; }
.tn-form input, .tn-form select { width: 100%; padding: 11px; border: 1px solid #cfd8dc; border-radius: 4px; margin-bottom: 14px; font-size: 14px; background: #fdfdfd; }
.tn-form input:focus, .tn-form select:focus { border-color: var(--nirom-teal); box-shadow: 0 0 0 2px rgba(35,73,76,0.08); outline: none; }
.tn-form label { display: block; font-weight: 600; margin-bottom: 6px; color: var(--nirom-teal); font-size: 0.9rem; }
.tn-checkbox { text-align: left; margin-top: 20px; }
.tn-checkbox-row { display: flex; flex-direction: row; align-items: flex-start; gap: 8px; max-width: 650px; }
.tn-checkbox-row input { margin-top: 3px; flex-shrink: 0; }
.tn-checkbox-row span { line-height: 1.4; font-size: 0.9rem; color: #444; }
.tn-agree-row { display: flex; align-items: center; gap: 10px; margin-top: 20px; text-align: left; }
.tn-agree-row input { margin: 0; flex-shrink: 0; }
.tn-agree-row label { margin: 0; font-size: 0.95rem; color: #444; cursor: pointer; }
.tn-agree-container { width: 100%; margin-top: 20px; }
.tn-agree { display: flex; align-items: flex-start; gap: 10px; max-width: 600px; }
.tn-agree input { margin-top: 4px; flex-shrink: 0; }
.tn-agree span { line-height: 1.4; font-size: 0.95rem; color: #444; }
.tn-btn { display: inline-flex; align-items: center; justify-content: center; width: fit-content; height: fit-content; gap: 8px; background: var(--nirom-gold); color: var(--nirom-teal); padding: 10px 18px; border-radius: 6px; font-size: 14px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; white-space: nowrap; box-sizing: border-box; transition: 0.2s ease; line-height: 1; }
.tn-btn:hover { background: var(--nirom-gold); color: var(--nirom-teal); transform: translateY(-1px); box-shadow: 0 6px 14px rgba(0,0,0,0.15); opacity: 0.9; }
.password-hint { color: #777; font-size: 12px; }
#matchMsg { font-size: 12px; display: block; margin-top: 3px; }
.password-rules { font-size: 12px; margin-top: 6px; }
.password-rules div { color: #999; transition: 0.2s; }
.password-rules .valid { color: #28a745; }
.match-msg { display: none; font-size: 12px; margin-top: 4px; }
.sidebar { background: var(--nirom-dark); color: #fff; padding: 30px 0; position: sticky; top: 0; height: 100vh; }
.sidebar-header { padding: 0 30px 30px; border-bottom: 1px solid #1e293b; margin-bottom: 20px; }
.nav-link { display: flex; align-items: center; padding: 14px 30px; color: #94a3b8; text-decoration: none; transition: 0.2s; border-left: 4px solid transparent; }
.nav-link.active { background: #1e293b; color: #fff; border-left-color: var(--nirom-gold); }
.nav-link i { margin-right: 15px; width: 20px; font-size: 18px; }
.sidebar a { text-decoration: none !important; color: #94a3b8 !important; }
.sidebar a:hover, .sidebar a.active { color: #ffffff !important; background: #1e293b; }
.console-grid { display: grid; grid-template-columns: 280px 1fr; min-height: 100vh; }
.workspace { padding: 60px 40px; }
.app-card-list { background: #fff; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 5px 15px rgba(0,0,0,0.02); overflow: hidden; }
.status-pill { padding: 5px 12px; border-radius: 20px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.status-pending { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.status-shortlisted { background: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }

/* Branding Header */
.profile-brand-header { display: flex; align-items: center; gap: 30px; margin-bottom: 40px; padding-bottom: 30px; border-bottom: 1px solid #f1f5f9; width: 100%; }
.photo-preview { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1); background: #eee; }
.display-name { font-size: 1.8rem; font-weight: 800; color: var(--nirom-dark); margin: 0; }
.display-role { font-size: 1.1rem; color: var(--nirom-blue); font-weight: 600; margin-top: 5px; }

.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 11px; font-weight: 800; color: #64748b; text-transform: uppercase; margin-bottom: 8px; letter-spacing: 0.5px; }
.form-control { width: 100%; padding: 12px 15px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 14px; box-sizing: border-box; }
.section-title { font-size: 15px; font-weight: 800; color: var(--nirom-dark); margin: 40px 0 20px; padding-bottom: 8px; border-bottom: 2px solid #f1f5f9; text-transform: uppercase; }
.tn-btn { background: var(--nirom-gold); color: var(--nirom-dark); border: none; padding: 16px 45px; border-radius: 8px; font-weight: 800; cursor: pointer; transition: 0.3s; width: 100%; max-width: 250px; }

.skill-tag { background:#f1f5f9; color:#475569; padding:5px 12px; border-radius:6px; font-size:12px; font-weight:600; }
.btn-view { background:var(--nirom-gold); color:var(--nirom-dark); padding:8px 16px; border-radius:6px; text-decoration:none; font-size:11px; font-weight:800; text-transform:uppercase; }
.card-wide { background:#fff; border-radius:12px; border:1px solid #e2e8f0; width:100%; max-width:900px; margin-bottom:25px; box-shadow:0 4px 6px rgba(0,0,0,0.05); }
.stat-row { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; width:100%; max-width:900px; margin-bottom:30px; }
.stat-box { background:#fff; padding:25px; border-radius:12px; border:1px solid #e2e8f0; text-align:center; }
.stat-box .number { font-size:32px; font-weight:800; }

.status-pill { padding: 6px 12px; border-radius: 50px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; display: inline-block; }
.status-pending { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.status-shortlisted { background: #e0f2fe; color: #075985; border: 1px solid #bae6fd; }
.status-interviewing { background: #f5f3ff; color: #5b21b6; border: 1px solid #ddd6fe; }
.status-offered { background: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }
.status-rejected { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }

/* Sidebar Link Styling */
.nav-link { display: flex; align-items: center; padding: 14px 25px; color: #94a3b8; text-decoration: none; font-size: 14px; font-weight: 500; transition: all 0.3s ease; border-left: 4px solid transparent; margin-bottom: 4px; }
/* Hover Effect */
.nav-link:hover { background: rgba(255, 255, 255, 0.05); color: #fff; }
/* Active State (The page the user is currently on) */
.nav-link.active { background: #1e293b; color: #ffffff; font-weight: 700; border-left-color: #f2d24b; }
/* Icon Spacing */
.nav-link i { width: 24px; font-size: 18px; margin-right: 12px; text-align: center; }

/* Expert Preview Modal Styling */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15, 23, 42, 0.85); display: none; align-items: center; justify-content: center; z-index: 10000; backdrop-filter: blur(4px); }
.modal-window { background: #fff; width: 95%; max-width: 900px; max-height: 90vh; border-radius: 16px; position: relative; overflow-y: auto; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5); animation: modalSlideUp 0.3s ease-out; padding: 30px; box-sizing: border-box; }
.modal-close { position: absolute; top: 15px; right: 15px; background: #f1f5f9; border: none; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; z-index: 11; display: flex; align-items: center; justify-content: center; color: #64748b; font-size: 20px; transition: 0.2s; }
.modal-close:hover { background: #e2e8f0; color: #1e293b; }
@keyframes modalSlideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

table { width: 100%; border-collapse: collapse; }
th { background: #f8fafc; padding: 15px 20px; text-align: left; font-size: 11px; color: #64748b; text-transform: uppercase; }
td { padding: 20px; border-bottom: 1px solid #f1f5f9; }

.modal-overlay { display: none; }
.step-wizard { display: flex; justify-content: space-between; margin-bottom: 30px; position: relative; }
.step-item { flex: 1; text-align: center; font-size: 14px; font-weight: bold; color: #cbd5e1; position: relative; z-index: 1; }
.step-item span { display: block; margin-top: 10px; font-size: 12px; }
.step-item:before { content: ""; width: 30px; height: 30px; background: #fff; border: 2px solid #cbd5e1; border-radius: 50%; display: block; margin: 0 auto; line-height: 26px; }
.step-item.active { color: var(--nirom-teal); }
.step-item.active:before { border-color: var(--nirom-gold); background: var(--nirom-gold); color: var(--nirom-teal); content: "\f00c"; font-family: "Font Awesome 5 Free"; }

.step-content { display: none; }
.step-content.active { display: block; animation: fadeIn 0.4s ease; }
.card-header-nirom { background: var(--nirom-teal); color: var(--nirom-gold); padding: 15px 25px; font-weight: bold; font-size: 18px; border-bottom: 2px solid var(--nirom-gold); }

@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

