:root{color-scheme:light;font-family:Avenir Next,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#172033;background:radial-gradient(circle at top left,rgba(255,179,71,.24),transparent 24rem),radial-gradient(circle at 90% 10%,rgba(94,196,255,.2),transparent 20rem),linear-gradient(180deg,#f7f6f3,#eef4ff);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}input,textarea,select{width:100%;margin-top:.45rem;border:1px solid rgba(23,32,51,.12);border-radius:16px;padding:.85rem 1rem;background:#ffffffd1}textarea{resize:vertical}label{display:block;font-size:.95rem;color:#24324a}.page-loader{min-height:100vh;display:grid;place-items:center;font-size:1.1rem}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;padding:2rem;gap:2rem}.auth-hero,.auth-card,.panel,.hero-panel,.sidebar{border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 55px #15203814}.auth-hero{border-radius:36px;padding:4rem;background:linear-gradient(135deg,#ff7a59e6,#ffb347d9),#ff7a59;color:#fff7ef;display:flex;flex-direction:column;justify-content:center}.auth-hero h1{font-size:clamp(2.5rem,4vw,4.8rem);line-height:.96;margin:.3rem 0 1rem;max-width:10ch}.auth-card{border-radius:30px;background:#f8fbffd6;padding:2rem;align-self:center}.mode-switch{display:inline-flex;gap:.45rem;padding:.35rem;border-radius:999px;background:#1720330f}.mode-switch button,.primary-button,.secondary-button,.ghost-button{border:none;border-radius:999px;padding:.9rem 1.2rem;transition:transform .16s ease,opacity .16s ease,background .16s ease}.mode-switch button{background:transparent}.mode-switch .active-tab{background:#fff;box-shadow:0 8px 16px #17203314}.auth-form{margin-top:1.5rem;display:grid;gap:1rem}.primary-button{background:linear-gradient(135deg,#172033,#24324a);color:#fff}.secondary-button{background:linear-gradient(135deg,#ff7a59,#ffb347);color:#172033}.ghost-button{background:#1720330f;color:#172033}.danger-button{color:#b42318}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.mode-switch button:hover{transform:translateY(-1px)}.app-shell{min-height:100vh;display:grid;grid-template-columns:310px 1fr}.sidebar{padding:2rem;background:linear-gradient(180deg,#172033fa,#24324af5),#172033;color:#eff5ff;display:flex;flex-direction:column;justify-content:space-between}.brand-kicker,.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;opacity:.78}.sidebar h1{margin:.4rem 0 1rem;line-height:1}.sidebar-copy{color:#eff5ffb8}.nav-links{display:grid;gap:.65rem;margin-top:2rem}.nav-links a{padding:.95rem 1rem;border-radius:18px;color:#eff5ffd1}.nav-links a.active{background:#ffffff1f;color:#fff}.sidebar-footer{display:grid;gap:.3rem}.content-area{padding:2rem}.page-stack{display:grid;gap:1.5rem}.hero-panel,.panel{border-radius:28px;background:#f8fbffc7;padding:1.5rem}.hero-panel{background:radial-gradient(circle at top right,rgba(255,179,71,.28),transparent 12rem),#f8fbffe0;display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.stats-grid,.chart-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card{position:relative;overflow:hidden;padding:1.4rem;border-radius:24px;background:#ffffffbf;min-height:138px}.stat-accent{position:absolute;inset:0 auto auto 0;width:100%;height:6px}.stat-card p,.panel-header p{margin:0;color:#55637e}.stat-card h3{margin:1rem 0 0;font-size:2rem}.panel-header,.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.panel-header h2,.section-title-row h3{margin:.3rem 0 0}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.field-span-2{grid-column:span 2}.checkbox-row{display:flex;align-items:center;gap:.75rem}.checkbox-row input{width:auto;margin:0}.application-form,.form-panel{display:grid;gap:1.25rem}.stage-section{display:grid;gap:1rem}.stage-card{border-radius:22px;padding:1rem;background:#1720330a;display:grid;gap:.8rem}.table-shell{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:1rem .75rem;border-bottom:1px solid rgba(23,32,51,.08);vertical-align:top}td strong,td span{display:block}.action-row{white-space:nowrap}.badge{display:inline-flex;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.badge-pending{background:#ffb3472e;color:#9a4d00}.badge-interviewed{background:#5ec4ff2e;color:#005e8f}.badge-accepted,.badge-offer{background:#24b47e2e;color:#13795b}.badge-rejected{background:#f15bb52e;color:#9f145c}.reminder-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.reminder-card{padding:1rem;border-radius:20px;background:#1720330d;display:grid}.empty-cell,.muted-text{color:#667085}.error-text{color:#b42318}.success-text{color:#166534;margin:0}@media(max-width:1100px){.auth-page,.app-shell,.stats-grid,.chart-grid{grid-template-columns:1fr}.sidebar{min-height:auto}}@media(max-width:720px){.content-area,.auth-page,.sidebar{padding:1rem}.hero-panel,.panel,.auth-card,.auth-hero{border-radius:22px}.field-grid{grid-template-columns:1fr}.field-span-2{grid-column:span 1}.hero-panel,.panel-header,.section-title-row{flex-direction:column;align-items:stretch}}.kanban-board-container{overflow-x:auto;padding-bottom:8px}.kanban-board{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));gap:1.5rem;min-width:1000px}.kanban-column{display:flex;flex-direction:column;background:#f8fbff05;border-radius:16px;min-height:500px}.kanban-column-header{padding:1rem;margin-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.kanban-column-title{display:flex;align-items:center;gap:8px}.kanban-status-indicator{width:8px;height:8px;border-radius:50%}.kanban-header-pending .kanban-status-indicator{background:#f59e0b}.kanban-header-interviewed .kanban-status-indicator{background:#3b82f6}.kanban-header-accepted .kanban-status-indicator{background:#22c55e}.kanban-header-rejected .kanban-status-indicator{background:#ef4444}.kanban-column-title h3{font-size:.95rem;font-weight:600;margin:0;color:#cdd6e8}.kanban-count{background:#ffffff1a;color:#a4b4cb;font-size:.75rem;padding:2px 8px;border-radius:12px;margin-left:auto}.kanban-column-content{flex:1;padding:0 .5rem;display:flex;flex-direction:column;gap:.75rem;border-radius:12px;transition:background-color .2s ease}.kanban-empty-placeholder{border:1.5px dashed rgba(255,255,255,.15);border-radius:12px;padding:2rem;text-align:center;color:#55637e;font-size:.9rem;margin-top:.5rem}.kanban-card{background:#fff;border-radius:12px;padding:16px;cursor:pointer;border:.5px solid rgba(0,0,0,.08);box-shadow:0 4px 12px #00000008;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;position:relative}.kanban-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.kanban-card-pending{border-left:4px solid #f59e0b}.kanban-card-interviewed{border-left:4px solid #3b82f6}.kanban-card-accepted{border-left:4px solid #22c55e}.kanban-card-rejected{border-left:4px solid #ef4444}.kanban-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.kanban-card-header strong{color:#1a1f2e;font-size:1rem;line-height:1.3}.kanban-badge-viewed{color:#f97316;opacity:.8}.kanban-card-role{color:#55637e;font-size:.85rem;margin-bottom:12px}.kanban-card-meta{display:flex;flex-direction:column;gap:4px;font-size:.75rem;color:#8c9ba5}.kanban-next-step{color:#3b82f6;font-weight:500}
