/*
Theme Name: RAAD theme
Theme URI: https://example.com/raad-theme
Author: RAAD
Description: Responsive University Thesis Management, Supervision & Examination Portal theme.
Version: 1.0.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: raad-theme
*/
:root{--navy:#10233f;--navy2:#17345c;--ink:#172033;--muted:#748096;--line:#e8edf4;--bg:#f6f8fb;--primary:#2864e6;--green:#179b69;--amber:#d68b14}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:var(--primary);text-decoration:none}.tp-shell{display:flex;min-height:100vh}.tp-sidebar{width:260px;background:var(--navy);color:#fff;position:fixed;inset:0 auto 0 0;padding:26px 18px;display:flex;flex-direction:column}.tp-brand{display:flex;align-items:center;gap:11px;color:#fff}.tp-mark{width:40px;height:40px;border-radius:12px;background:#fff;color:var(--navy);display:grid;place-items:center;font-size:19px}.tp-brand strong{font-size:16px;letter-spacing:.5px;display:block}.tp-brand strong span{color:#6ea0ff}.tp-brand small{display:block;color:#9fb0c9;font-size:10px;text-transform:uppercase;letter-spacing:1px}.tp-nav{margin-top:28px}.tp-nav a{color:#aebdd2;padding:11px 12px;border-radius:9px;margin:2px 0;display:flex;gap:12px;align-items:center}.tp-nav a:hover,.tp-nav a.active{background:#1b3b66;color:#fff}.tp-nav .dashicons{font-size:18px;width:20px;height:20px}.tp-bottom{margin-top:auto}.tp-help{border:1px solid #2a476d;background:#162e50;padding:12px;border-radius:10px;display:flex;gap:10px;margin-bottom:12px}.tp-main{margin-left:260px;width:calc(100% - 260px);padding:0 34px 40px}.tp-topbar{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:30px}.tp-eyebrow{font-size:10px;letter-spacing:1.5px;color:#8b97aa;font-weight:700}.tp-topbar h2{font-size:18px;margin:4px 0}.tp-user{display:flex;align-items:center;gap:9px}.tp-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e9efff;color:#2864e6;font-weight:700}.tp-user small{display:block;color:var(--muted);font-size:11px}.tp-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.tp-head h1{font-size:28px;margin:5px 0}.tp-head p{color:var(--muted);margin:0}.tp-btn{display:inline-block;background:var(--primary);color:#fff;border:0;padding:10px 16px;border-radius:8px;font-weight:600}.tp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tp-stat,.tp-panel{background:#fff;border:1px solid var(--line);border-radius:14px}.tp-stat{padding:18px;display:flex;gap:14px;align-items:center}.tp-icon{width:42px;height:42px;border-radius:11px;background:#edf3ff;color:var(--primary);display:grid;place-items:center}.tp-stat small{color:var(--muted);font-size:12px}.tp-stat h3{margin:2px 0;font-size:26px}.tp-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px;margin-top:18px}.tp-panel{padding:22px}.tp-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.tp-panel h3{margin:0;font-size:16px}.tp-panel-head small{color:var(--muted)}.tp-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tp-timeline-item{display:flex;gap:10px}.tp-dot{width:12px;height:12px;border-radius:50%;background:#dbe2ec;margin-top:3px}.tp-done .tp-dot{background:var(--green)}.tp-current .tp-dot{background:var(--primary)}.tp-timeline-item strong{font-size:12px;display:block}.tp-timeline-item small{font-size:10px;color:var(--muted)}.tp-deadline{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.tp-date{width:48px;height:48px;border-radius:10px;background:#f0f4fb;display:grid;place-items:center;font-size:10px;font-weight:700}.tp-table{width:100%;border-collapse:collapse;font-size:12px}.tp-table th,.tp-table td{text-align:left;padding:12px;border-bottom:1px solid var(--line)}.tp-table th{font-size:9px;color:#8995a8;letter-spacing:1px}.tp-badge{padding:5px 8px;border-radius:20px;font-size:10px;background:#eaf1ff;color:#2864e6}.tp-form{background:#fff;border:1px solid var(--line);border-radius:15px;padding:24px}.tp-form label{font-size:12px;font-weight:600;display:block;margin:14px 0 6px}.tp-form input,.tp-form textarea,.tp-form select{width:100%;border:1px solid #dbe2ec;border-radius:8px;padding:10px;font:inherit}.tp-alert{padding:12px 15px;background:#eaf1ff;border-radius:9px;margin-bottom:18px}.tp-login{min-height:100vh;display:grid;place-items:center}.tp-login-card{width:min(440px,calc(100% - 32px));background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px}.tp-footer{text-align:center;color:var(--muted);font-size:11px;margin-top:28px}@media(max-width:1050px){.tp-stats{grid-template-columns:repeat(2,1fr)}.tp-grid{grid-template-columns:1fr}}@media(max-width:760px){.tp-sidebar{width:72px;padding:20px 10px}.tp-sidebar .tp-brand div:last-child,.tp-sidebar .tp-nav a span,.tp-help{display:none}.tp-main{margin-left:72px;width:calc(100% - 72px);padding:0 16px 30px}.tp-stats,.tp-timeline{grid-template-columns:1fr}.tp-topbar{height:70px}.tp-user>div:last-of-type{display:none}}
