.tcp-form,.tcp-dashboard,.tcp-plans,.tcp-card{font-family:'Inter',sans-serif;color:#101828;}
.tcp-form{max-width:640px;}
.tcp-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.tcp-field{margin-bottom:16px;}
.tcp-field label{display:block;font-weight:600;font-size:12.5px;color:#101828;margin-bottom:6px;font-family:'Poppins',sans-serif;}
.tcp-field input,.tcp-field select,.tcp-field textarea{width:100%;box-sizing:border-box;border:1.5px solid #E4E9F2;border-radius:8px;padding:11px 13px;font-family:'Inter',sans-serif;font-size:13.5px;color:#101828;}
.tcp-field textarea{min-height:100px;resize:vertical;}
.tcp-field input:focus,.tcp-field select:focus,.tcp-field textarea:focus{outline:none;box-shadow:0 0 0 2px #F5B400;border-color:#F5B400;}
.tcp-field input:disabled{background:#F6F8FB;color:#9AA6B8;}

.tcp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:10px;font-family:'Poppins',sans-serif;font-weight:600;font-size:15px;cursor:pointer;border:none;text-decoration:none;}
.tcp-btn-gold{background:#F5B400;color:#0A1F44;}
.tcp-btn-gold:hover{background:#D99A00;}
.tcp-btn-navy{background:#0A1F44;color:#FFFFFF;}
.tcp-btn-navy:hover{background:#123A7A;}
.tcp-btn-sm{padding:10px 18px;font-size:13px;}
.tcp-form .tcp-btn{width:100%;margin-top:6px;}

.tcp-error{background:#FDEBEC;color:#D9483A;padding:12px 16px;border-radius:8px;font-size:13.5px;margin-bottom:16px;}
.tcp-success{background:#E7F9EE;color:#1A9C53;padding:12px 16px;border-radius:8px;font-size:13.5px;margin-bottom:16px;}
.tcp-note{font-size:13px;color:#5B6B82;margin:10px 0;}
.tcp-note a{color:#0A1F44;font-weight:600;}

.tcp-remember-row{display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:#5B6B82;margin-bottom:20px;}
.tcp-remember-row a{color:#0A1F44;font-weight:600;text-decoration:none;}
.tcp-logout-link{color:#0A1F44;font-weight:600;font-size:13px;text-decoration:none;}

.tcp-dashboard{max-width:900px;}
.tcp-dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:10px;}
.tcp-dash-header h2{font-family:'Poppins',sans-serif;font-size:22px;color:#0A1F44;}
.tcp-status-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:5px 12px;border-radius:20px;}
.tcp-status-active{background:#E7F9EE;color:#1A9C53;}
.tcp-status-inactive{background:#FDEBEC;color:#D9483A;}

.tcp-card{background:#FFFFFF;border-radius:14px;box-shadow:0 10px 30px rgba(10,31,68,0.08);padding:26px;margin-bottom:20px;}
.tcp-card h3{font-family:'Poppins',sans-serif;font-size:17px;color:#0A1F44;margin-bottom:16px;}
.tcp-card-head-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:10px;}

.tcp-table{width:100%;border-collapse:collapse;font-size:13px;}
.tcp-table th{text-align:left;font-family:'Poppins',sans-serif;font-size:11.5px;text-transform:uppercase;letter-spacing:0.04em;color:#5B6B82;padding:0 8px 10px;border-bottom:1.5px solid #E4E9F2;}
.tcp-table td{padding:12px 8px;border-bottom:1px solid #E4E9F2;vertical-align:middle;}

.tcp-badge{background:#EAF1FF;color:#0A1F44;font-size:11px;font-weight:700;padding:4px 9px;border-radius:20px;white-space:nowrap;}
.tcp-badge-green{background:#E7F9EE;color:#1A9C53;}
.tcp-badge-gold{background:#FFF4D9;color:#D99A00;}
.tcp-badge-blue{background:#EAF1FF;color:#0A1F44;}

.tcp-job-item{padding:14px 0;border-bottom:1px solid #E4E9F2;display:flex;justify-content:space-between;align-items:center;gap:10px;}
.tcp-job-title{font-size:14px;font-weight:600;color:#101828;}
.tcp-job-sub{font-size:12px;color:#5B6B82;margin-top:2px;}

.tcp-search-filters{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;margin-bottom:20px;align-items:end;}
.tcp-search-filters input,.tcp-search-filters select{border:1.5px solid #E4E9F2;border-radius:8px;padding:11px 13px;font-size:13px;}

.tcp-cand-cell{display:flex;align-items:center;gap:10px;}
.tcp-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;}
.tcp-avatar-blank{display:inline-block;background:linear-gradient(135deg,#c7d4ea,#9fb0cc);}
.tcp-link-view{color:#0A1F44;font-weight:600;font-size:12.5px;text-decoration:none;}
.tcp-wa-btn{display:inline-flex;width:30px;height:30px;border-radius:50%;background:#25D366;color:#FFFFFF;align-items:center;justify-content:center;font-size:14px;text-decoration:none;}
.tcp-locked{font-size:12px;color:#9AA6B8;}

.tcp-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:16px;}
.tcp-plan-card{background:#FFFFFF;border:1.5px solid #E4E9F2;border-radius:14px;padding:26px 22px;text-align:left;}
.tcp-plan-card h4{font-family:'Poppins',sans-serif;font-size:17px;color:#101828;margin-bottom:6px;}
.tcp-plan-desc{font-size:13px;color:#5B6B82;margin-bottom:16px;min-height:36px;}
.tcp-plan-price{font-family:'Poppins',sans-serif;font-weight:800;font-size:28px;color:#0A1F44;margin-bottom:16px;}
.tcp-plan-featured{border-color:#F5B400;box-shadow:0 12px 30px rgba(245,180,0,0.18);}
.tcp-plan-secure{text-align:center;font-size:13px;color:#5B6B82;}
.tcp-btn-pay{width:100%;}

.tcp-success-box{text-align:center;max-width:480px;margin:0 auto;padding:48px 32px;}
.tcp-success-icon{width:72px;height:72px;border-radius:50%;background:#E7F9EE;color:#1A9C53;font-size:32px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}
.tcp-success-box h2{font-family:'Poppins',sans-serif;font-size:24px;color:#101828;margin-bottom:10px;}
.tcp-success-box p{font-size:14px;color:#5B6B82;margin-bottom:22px;}
.tcp-success-box .tcp-btn{width:auto;padding:12px 28px;}

.tcp-header-auth{display:flex;align-items:center;gap:12px;}
.tcp-btn-outline-header{background:transparent;color:#FFFFFF;border:1.5px solid rgba(255,255,255,0.4);padding:10px 20px;font-size:14px;}
.tcp-header-auth .tcp-btn-gold{padding:10px 22px;font-size:14px;}

.tcp-avatar-menu{position:relative;}
.tcp-avatar-trigger{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,0.08);border:1.5px solid rgba(255,255,255,0.25);border-radius:30px;padding:6px 14px 6px 6px;cursor:pointer;font-family:'Inter',sans-serif;}
.tcp-avatar-trigger img{width:30px;height:30px;border-radius:50%;object-fit:cover;display:block;}
.tcp-avatar-fallback{width:30px;height:30px;border-radius:50%;background:#F5B400;color:#0A1F44;font-family:'Poppins',sans-serif;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;}
.tcp-avatar-name{color:#FFFFFF;font-size:13.5px;font-weight:500;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tcp-avatar-caret{color:#C4CEE0;font-size:11px;transition:transform .15s ease;}
.tcp-avatar-menu.open .tcp-avatar-caret{transform:rotate(180deg);}

.tcp-avatar-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#FFFFFF;border-radius:10px;box-shadow:0 12px 30px rgba(10,31,68,0.18);min-width:160px;padding:8px;display:none;z-index:200;}
.tcp-avatar-menu.open .tcp-avatar-dropdown{display:block;}
.tcp-avatar-dropdown a{display:block;padding:10px 14px;border-radius:6px;font-size:13.5px;font-weight:500;color:#101828;}
.tcp-avatar-dropdown a:hover{background:#F6F8FB;color:#0A1F44;}

@media (max-width:768px){
  .tcp-avatar-name{display:none;}
}

@media (max-width:768px){
  .tcp-row{grid-template-columns:1fr;}
  .tcp-plans{grid-template-columns:1fr;}
  .tcp-search-filters{grid-template-columns:1fr;}
}

.tcp-dash-layout{display:grid;grid-template-columns:250px 1fr;gap:24px;max-width:1100px;align-items:start;}
.tcp-sidebar{background:#FFFFFF;border-radius:14px;box-shadow:0 10px 30px rgba(10,31,68,0.08);padding:24px 20px;text-align:center;}
.tcp-sidebar-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 14px;border:3px solid #F6F8FB;}
.tcp-sidebar-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.tcp-sidebar-photo-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#F5B400;color:#0A1F44;font-family:'Poppins',sans-serif;font-weight:800;font-size:40px;}
.tcp-sidebar-name{font-family:'Poppins',sans-serif;font-weight:700;font-size:16px;color:#101828;}
.tcp-sidebar-role{font-size:12px;color:#5B6B82;margin-bottom:18px;}
.tcp-sidebar-nav{border-top:1px solid #E4E9F2;padding-top:14px;text-align:left;}
.tcp-sidebar-nav a{display:block;padding:11px 12px;border-radius:8px;font-size:13.5px;font-weight:500;color:#101828;margin-bottom:4px;}
.tcp-sidebar-nav a.active{background:#0A1F44;color:#FFFFFF;}
.tcp-sidebar-nav a:hover:not(.active){background:#F6F8FB;}

.tcp-stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px;}
.tcp-stat-card{background:#FFFFFF;border-radius:12px;box-shadow:0 10px 30px rgba(10,31,68,0.08);padding:18px 20px;}
.tcp-stat-label{font-size:12px;color:#5B6B82;margin-bottom:6px;}
.tcp-stat-value{font-family:'Poppins',sans-serif;font-weight:800;font-size:22px;color:#0A1F44;}
.tcp-stat-value.tcp-stat-small{font-size:15px;font-weight:600;}

.tcp-cv-box{border:1.5px dashed #E4E9F2;border-radius:8px;padding:12px 16px;}
.tcp-cv-box a{color:#0A1F44;font-weight:600;font-size:13.5px;}

@media (max-width:900px){
  .tcp-dash-layout{grid-template-columns:1fr;}
  .tcp-stat-cards{grid-template-columns:1fr;}
}

.tcp-avatar-trigger{flex-wrap:nowrap !important;white-space:nowrap;}
.tcp-avatar-trigger img,.tcp-avatar-fallback{flex-shrink:0;}
.tcp-avatar-name{flex-shrink:1;min-width:0;}
.tcp-avatar-caret{flex-shrink:0;}

.tcp-membership-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #E4E9F2;font-size:13.5px;color:#101828;}
.tcp-membership-row:last-of-type{border-bottom:none;}
.tcp-membership-row span:first-child{color:#5B6B82;}

.tcp-auth-card{max-width:440px;margin:40px auto;background:#FFFFFF;border-radius:16px;box-shadow:0 10px 30px rgba(10,31,68,0.08);padding:36px 32px;}
.tcp-auth-card-wide{max-width:680px;}
.tcp-auth-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:22px;}
.tcp-auth-logo-mark{width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,#F5B400,#FFD76A);display:flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif;font-weight:800;color:#0A1F44;font-size:16px;}
.tcp-auth-logo-text{font-family:'Poppins',sans-serif;font-weight:700;font-size:17px;color:#0A1F44;letter-spacing:0.02em;}
.tcp-auth-tabs{display:flex;background:#F6F8FB;border-radius:10px;padding:4px;margin-bottom:24px;}
.tcp-auth-tabs a{flex:1;text-align:center;padding:10px;font-family:'Poppins',sans-serif;font-weight:600;font-size:13.5px;border-radius:8px;color:#5B6B82;}
.tcp-auth-tabs a.active{background:#FFFFFF;color:#0A1F44;box-shadow:0 2px 8px rgba(10,31,68,0.08);}
.tcp-auth-title{font-size:22px;text-align:center;margin-bottom:6px;}
.tcp-auth-sub{font-size:13.5px;color:#5B6B82;text-align:center;margin-bottom:26px;}
