@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=Fira+Code:wght@400;500;600&display=swap";:root{--bg-main:#060913;--bg-card:#0d122199;--bg-sidebar:#090d1a;--bg-terminal:#05070c;--border-main:#ffffff0f;--border-hover:#6366f140;--text-main:#cbd5e1;--text-white:#fff;--text-muted:#64748b;--accent-primary:#6366f1;--accent-secondary:#a855f7;--accent-cyan:#06b6d4;--accent-emerald:#10b981;--accent-amber:#f59e0b;--accent-rose:#f43f5e;--grad-primary:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));--grad-cyan:linear-gradient(135deg, var(--accent-cyan), var(--accent-primary));--grad-card:linear-gradient(135deg, #0d1221cc, #090c18cc);--font-sans:"Inter", system-ui, sans-serif;--font-heading:"Plus Jakarta Sans", system-ui, sans-serif;--font-mono:"Fira Code", monospace;--shadow-lg:0 10px 30px -10px #000000b3;--shadow-neon:0 0 20px #6366f11f}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-main);background-image:radial-gradient(#ffffff05 1px,#0000 1px);background-size:24px 24px;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-white);letter-spacing:-.02em;font-weight:700}.dashboard-layout{grid-template-columns:280px 1fr;min-height:calc(100vh - 73px);display:grid}@media (width<=1024px){.dashboard-layout{grid-template-columns:1fr}}.sidebar{background-color:var(--bg-sidebar);border-right:1px solid var(--border-main);z-index:10;flex-direction:column;justify-content:space-between;width:280px;height:calc(100vh - 73px);padding:20px 24px;display:flex;position:fixed;top:73px;left:0;overflow:hidden}@media (width<=1024px){.sidebar{display:none}}.sidebar-top{flex-direction:column;gap:24px;display:flex}.sidebar-title{font-size:11px;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-weight:700}.nav-menu{flex-direction:column;gap:6px;display:flex}.nav-item{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.nav-item:hover{color:var(--text-white);background-color:#ffffff05}.nav-item.active{color:var(--text-white);background-color:#6366f114;border-color:#6366f133;font-weight:600}.nav-item.active svg{color:var(--accent-primary)}.sidebar-footer{border-top:1px solid #ffffff0a;padding-top:16px}.social-title{font-size:10px;font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;margin-bottom:12px;font-weight:700}.social-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.social-link{color:#94a3b8;cursor:pointer;background-color:#0c0f1d;border:1px solid #1e293b;border-radius:10px;justify-content:center;align-items:center;height:38px;text-decoration:none;transition:all .2s;display:flex}.social-link:hover{color:var(--text-white);border-color:var(--accent-primary);background-color:#6366f10d}.sidebar-copyright{color:var(--text-muted);font-size:10px;font-family:var(--font-mono);text-align:center;margin-top:16px}.main-content{width:100%;max-width:1200px;margin:0 auto;padding:40px}@media (width<=768px){.main-content{padding:16px 16px 100px}}.app-header{border-bottom:1px solid var(--border-main);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:40;box-sizing:border-box;background-color:#0a0e1cb3;justify-content:space-between;align-items:center;height:73px;padding:16px 24px;display:flex;position:sticky;top:0}.header-logo-section{align-items:center;gap:12px;display:flex}.logo-box{background:var(--grad-primary);width:40px;height:40px;color:var(--text-white);border-radius:12px;justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex;box-shadow:0 4px 12px #6366f14d}.header-title{font-size:16px;font-weight:800;line-height:1.1}.header-subtitle{color:var(--text-muted);font-size:11px;font-family:var(--font-mono);margin-top:2px}.mode-toggle-container{background-color:#0b0f1d;border:1px solid #1e293b;border-radius:10px;gap:4px;padding:4px;display:flex}.mode-toggle-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.mode-toggle-btn.active{background-color:var(--accent-primary);color:var(--text-white);box-shadow:0 2px 6px #6366f14d}.mode-toggle-btn.active.terminal{background-color:var(--accent-cyan);box-shadow:0 2px 6px #06b6d44d}.card-glass{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-main);box-shadow:var(--shadow-lg);border-radius:16px;padding:24px;transition:all .3s;position:relative}.card-glass:hover{border-color:var(--border-hover);box-shadow:var(--shadow-lg), var(--shadow-neon)}.card-clickable{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.card-clickable:hover{transform:translateY(-4px);border-color:var(--accent-primary)!important}.hero-card{background-image:var(--grad-card);margin-bottom:24px;padding:32px;overflow:hidden}.hero-glow-1{filter:blur(60px);pointer-events:none;background-color:#6366f10d;border-radius:50%;width:300px;height:150px;position:absolute;top:0;right:0}.hero-glow-2{filter:blur(50px);pointer-events:none;background-color:#a855f70d;border-radius:50%;width:200px;height:100px;position:absolute;bottom:0;left:0}.hero-flex{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}@media (width>=768px){.hero-flex{flex-direction:row;align-items:center}}.hero-status-row{align-items:center;gap:8px;margin-bottom:12px;display:flex}.status-dot-active{background-color:var(--accent-emerald);width:8px;height:8px;box-shadow:0 0 10px var(--accent-emerald);border-radius:50%;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}}.status-label{font-family:var(--font-mono);color:var(--accent-emerald);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:700}.hero-name{letter-spacing:-.03em;margin-bottom:8px;font-size:36px;font-weight:800;line-height:1.1}.hero-title-text{color:#cbd5e1;font-size:18px;font-weight:500;font-family:var(--font-heading);margin-bottom:16px}.hero-desc{color:#94a3b8;max-width:672px;font-size:14px;line-height:1.6}.hero-action-btn{color:var(--text-white);font-family:var(--font-mono);cursor:pointer;background-color:#0b0f1d;border:1px solid #1e293b;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;font-size:12px;transition:all .2s;display:inline-flex;box-shadow:0 4px 6px #0003}.hero-action-btn:hover{border-color:var(--accent-cyan);background-color:#ffffff05;box-shadow:0 4px 12px #06b6d41a}.grid-2col{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=768px){.grid-2col{grid-template-columns:repeat(2,1fr)}}.grid-3col{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=768px){.grid-3col{grid-template-columns:repeat(3,1fr)}}.grid-5col{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=768px){.grid-5col{grid-template-columns:repeat(5,1fr)}}.section-title-mono{font-size:12px;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.stat-item{background-color:#ffffff03;border:1px solid #ffffff05;border-radius:12px;padding:16px}.stat-number{color:var(--text-white);margin-bottom:4px;font-size:28px;font-weight:800;line-height:1.1}.stat-label{color:var(--text-muted);font-size:11px}.stat-footer-log{font-size:11px;font-family:var(--font-mono);border-top:1px solid #ffffff0a;justify-content:space-between;margin-top:24px;padding-top:16px;display:flex}.chart-container{flex-direction:column;justify-content:space-between;height:100%;display:flex}.chart-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.chart-badge{font-size:10px;font-family:var(--font-mono);color:var(--accent-primary);background-color:#6366f11a;border:1px solid #6366f133;border-radius:6px;padding:2px 8px}.chart-bars{align-items:end;gap:8px;height:100px;margin-bottom:12px;padding:0 8px;display:flex}.chart-bar{background:var(--grad-primary);border-radius:4px 4px 0 0;flex:1;min-height:4px;transition:all .3s}.chart-bar:hover{background:var(--accent-cyan);box-shadow:0 0 12px var(--accent-cyan)}.chart-footer{color:var(--text-muted);font-size:10px;font-family:var(--font-mono);border-top:1px solid #ffffff0a;justify-content:space-between;padding-top:12px;display:flex}.workflow-step-card{background-color:#ffffff03;border:1px solid #ffffff05;border-radius:12px;padding:16px;position:relative}.step-number-tag{font-size:10px;font-family:var(--font-mono);color:var(--accent-primary);margin-bottom:8px;font-weight:700;display:block}.step-title{margin-bottom:6px;font-size:14px;font-weight:700}.step-desc{color:var(--text-muted);font-size:12px;line-height:1.5}.project-toggle-wrap{background-color:#0000004d;border:1px solid #ffffff0d;border-radius:12px;max-width:400px;margin:0 auto 24px;padding:4px;display:flex}.project-toggle-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:10px;font-size:12px;font-weight:700;transition:all .2s}.project-toggle-btn.active{background-color:var(--accent-primary);color:var(--text-white);box-shadow:0 4px 12px #6366f140}.project-details-layout{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=1024px){.project-details-layout{grid-template-columns:1.25fr 1.75fr}}.project-col-specs,.project-col-diagram{flex-direction:column;gap:24px;display:flex}.badge-wrap{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.custom-badge{text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:700;font-family:var(--font-mono);border-radius:20px;padding:3px 10px}.badge-primary{color:#a5b4fc;background-color:#6366f11a;border:1px solid #6366f133}.badge-success{color:#6ee7b7;background-color:#10b9811a;border:1px solid #10b98133}.badge-info{color:#67e8f9;background-color:#06b6d41a;border:1px solid #06b6d433}.project-list-bullets{flex-direction:column;gap:12px;margin-top:16px;display:flex}.project-bullet-item{color:#94a3b8;font-size:13px;line-height:1.5}.project-bullet-tag{color:var(--text-white);margin-right:4px;font-weight:600}.specs-table{border-collapse:collapse;width:100%;margin-top:8px}.specs-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;padding:10px 0;font-size:12px;display:flex}.specs-row:last-child{border-bottom:none}.specs-label{color:var(--text-muted);font-family:var(--font-mono)}.specs-value{color:var(--text-white);text-align:right;font-weight:600}.pipeline-steps{flex-direction:column;gap:12px;margin-top:8px;display:flex}.pipeline-step{align-items:flex-start;gap:12px;display:flex}.pipeline-step-badge{font-size:8px;font-family:var(--font-mono);color:var(--accent-primary);white-space:nowrap;background:#6366f126;border:1px solid #6366f133;border-radius:4px;margin-top:2px;padding:2px 6px}.pipeline-step-desc{color:#94a3b8;font-size:11px;line-height:1.5}.topology-diagram-container{width:100%;padding:16px 0}.topology-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=640px){.topology-grid{grid-template-columns:1fr 1fr 1fr;align-items:center}}.topology-col{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.topology-group-title{font-size:9px;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.topology-node{cursor:pointer;text-align:center;background:#0d12214d;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:16px 12px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.topology-node:before{content:"";background:0 0;width:100%;height:2px;transition:all .2s;position:absolute;top:0;left:0}.topology-node:hover{background:#ffffff05;border-color:#ffffff26}.topology-node.active{background:#6366f114;border-color:#6366f199;box-shadow:0 4px 20px #6366f126}.topology-node.active:before{background:var(--grad-primary)}.topology-node-icon{color:var(--text-muted);background:#ffffff08;border-radius:8px;margin-bottom:8px;padding:8px;transition:all .2s}.topology-node.active .topology-node-icon{color:var(--accent-primary);background:#6366f126;box-shadow:0 0 10px #6366f133}.topology-node-title{font-size:11px;font-weight:600;font-family:var(--font-mono);color:var(--text-white)}.topology-node-badge{color:var(--text-muted);font-size:8px;font-family:var(--font-mono);background:#ffffff0d;border-radius:4px;margin-top:6px;padding:2px 6px}.topology-node.active .topology-node-badge{color:#a5b4fc;background:#6366f11f}.node-explanation-box{color:#94a3b8;background-color:#03060d;border:1px solid #ffffff08;border-radius:12px;min-height:80px;padding:16px;font-size:13px;line-height:1.5}.console-window{border-color:#06b6d433;margin-top:24px}.console-header-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.console-header-title{font-size:11px;font-family:var(--font-mono);color:var(--accent-cyan);align-items:center;gap:8px;display:flex}.console-close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;transition:all .2s}.console-close-btn:hover{color:var(--text-white)}.console-screen{background-color:var(--bg-terminal);font-family:var(--font-mono);color:#cbd5e1;border:1px solid #ffffff0d;border-radius:10px;min-height:160px;max-height:300px;padding:16px;font-size:12px;line-height:1.6;overflow-y:auto}.logo-frame-container{justify-content:center;margin-bottom:24px;display:flex}.school-logo-circle{background-color:#fff;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;padding:10px;display:flex;overflow:hidden;box-shadow:0 8px 16px #0006}.school-logo-img{object-fit:contain;max-width:100%;max-height:100%}.school-title{text-align:center;margin-bottom:4px;font-size:16px;font-weight:700}.school-subtitle{font-size:11px;font-family:var(--font-mono);color:var(--text-muted);text-align:center;margin-bottom:16px}.school-desc{color:#94a3b8;text-align:center;font-size:12px;line-height:1.5}.education-status-footer{text-align:center;border-top:1px solid #ffffff0a;margin-top:24px;padding-top:16px}.icebreaker-questions-grid{grid-template-columns:1fr;gap:12px;margin-bottom:24px;display:grid}@media (width>=768px){.icebreaker-questions-grid{grid-template-columns:repeat(2,1fr)}}.icebreaker-question-btn{text-align:left;color:#94a3b8;font-family:var(--font-mono);cursor:pointer;background-color:#0c101e;border:1px solid #ffffff0a;border-radius:12px;padding:14px;font-size:11px;transition:all .2s}.icebreaker-question-btn:hover{color:var(--text-white);background-color:#6366f105;border-color:#6366f14d}.icebreaker-question-btn.active{border-color:var(--accent-primary);color:var(--text-white);background-color:#6366f11a;box-shadow:0 0 15px #6366f11a}.icebreaker-response-box{background-color:#03060d;border:1px solid #ffffff08;border-radius:12px;padding:24px;font-size:13px;line-height:1.6;position:relative}.mobile-nav-bar{border-bottom:1px solid #ffffff0a;gap:8px;margin-bottom:24px;padding-bottom:16px;display:flex;overflow-x:auto}@media (width>=1025px){.mobile-nav-bar{display:none}}.mobile-nav-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background-color:#0b0f1d;border:1px solid #1e293b;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:600}.mobile-nav-btn.active{background-color:var(--accent-primary);border-color:var(--accent-primary);color:var(--text-white)}.terminal-mode-layout{height:calc(100vh - 73px);font-family:var(--font-mono);background-color:#000;flex-direction:column;justify-content:space-between;padding:24px;font-size:14px;line-height:1.6;display:flex}.terminal-history-container{flex-grow:1;max-height:80vh;margin-bottom:16px;padding-right:8px;overflow-y:auto}.terminal-input-row{border-top:1px solid #1e293b;align-items:center;gap:8px;padding-top:16px;display:flex}.terminal-input-field{color:var(--text-white);font-family:var(--font-mono);background:0 0;border:none;outline:none;flex-grow:1;font-size:14px}.app-container{flex-direction:column;min-height:100vh;display:flex}.gradient-text{background:var(--grad-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.grid-4col{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=768px){.grid-4col{grid-template-columns:repeat(4,1fr)}}.grid-2col-compact{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.tech-card{background-color:#ffffff03;border:1px solid #ffffff05;border-radius:12px;padding:16px}.tech-card-title{font-size:10px;font-family:var(--font-mono);color:var(--text-muted);margin-bottom:4px}.tech-card-desc{color:var(--text-white);font-size:13px;font-weight:600}@media (width>=768px){.span-2{grid-column:span 2}}.traffic-card{flex-direction:column;justify-content:space-between;display:flex}@media (width>=768px){.traffic-card{grid-column:span 2}}.console-screen.emerald{color:var(--accent-emerald)}.quote-box{color:var(--text-muted);background-color:#ffffff03;border:1px solid #ffffff05;border-radius:12px;padding:16px;font-size:12px;font-style:italic}.list-item-split{border-bottom:1px solid var(--border-main);font-size:12px;font-family:var(--font-mono);justify-content:space-between;margin-bottom:12px;padding-bottom:8px;display:flex}.list-item-split span:first-child{color:var(--text-muted)}.list-item-split span:last-child{color:var(--accent-primary);font-weight:600}.icon-box{background-color:#0b0f1d;border:1px solid #1e293b;border-radius:8px;padding:8px;display:inline-flex}.ping-badge{font-size:10px;font-family:var(--font-mono);color:var(--accent-emerald);background-color:#10b9811a;border:1px solid #10b98133;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;display:inline-flex}.ping-dot{background-color:var(--accent-emerald);border-radius:50%;width:6px;height:6px}.flex-col-gap-24{flex-direction:column;gap:24px;display:flex}.concept-discussion-card{flex-direction:column;justify-content:flex-start;padding:24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.concept-discussion-card.checked-glow{background:linear-gradient(135deg,#0d1221f2,#14182df2);border-color:#6366f173;box-shadow:0 0 25px #6366f126,inset 0 0 12px #6366f10d}.concept-status-badge{font-size:10px;font-family:var(--font-mono);color:var(--text-muted);background-color:#ffffff0a;border:1px solid #ffffff0f;border-radius:20px;padding:3px 10px;transition:all .2s}.concept-status-badge.active{color:var(--text-white);background-color:#6366f140;border-color:#6366f180;box-shadow:0 0 10px #6366f133}.checkbox-container{cursor:pointer;-webkit-user-select:none;user-select:none;width:18px;height:18px;display:block;position:relative}.checkbox-container input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkbox-checkmark{background-color:#0b0f1d;border:1.5px solid #334155;border-radius:5px;width:18px;height:18px;transition:all .2s;position:absolute;top:0;left:0}.checkbox-container:hover input~.checkbox-checkmark{border-color:var(--accent-primary)}.checkbox-container input:checked~.checkbox-checkmark{background-color:var(--accent-primary);border-color:var(--accent-primary);box-shadow:0 0 8px #6366f180}.checkbox-checkmark:after{content:"";display:none;position:absolute}.checkbox-container input:checked~.checkbox-checkmark:after{display:block}.checkbox-container .checkbox-checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;top:2px;left:5px;transform:rotate(45deg)}.concept-expanded-drawer{animation:.3s cubic-bezier(.16,1,.3,1) slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.logo-box.logo-plaksha{background:#fff;padding:2px;overflow:hidden}.header-plaksha-logo{object-fit:contain;max-width:100%;max-height:100%;transform:scale(1.3)}.sidebar-placeholder{flex-shrink:0;width:280px}@media (width<=1024px){.sidebar-placeholder{display:none}}.dashboard-grid-main{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=1024px){.dashboard-grid-main{grid-template-columns:1.75fr 1.25fr;align-items:stretch}}.dashboard-col-left,.dashboard-col-right{flex-direction:column;gap:24px;height:100%;display:flex}.copied-tooltip{background-color:var(--accent-primary);color:var(--text-white);font-size:10px;font-family:var(--font-mono);white-space:nowrap;pointer-events:none;z-index:100;border-radius:6px;margin-bottom:8px;padding:4px 8px;animation:2s forwards fadeInOut;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #6366f159}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,4px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-4px)}}.resume-sheet{font-family:var(--font-sans);color:var(--text-main);background-color:#0c0f1d;border:1px solid #ffffff14;border-radius:12px;max-width:900px;margin:0 auto;padding:32px;box-shadow:0 10px 30px #00000080}.resume-header{border-bottom:2px solid #6366f133;justify-content:space-between;align-items:flex-end;margin-bottom:24px;padding-bottom:20px;display:flex}.resume-name{color:var(--text-white);letter-spacing:-.02em;margin-bottom:4px;font-size:26px;font-weight:800}.resume-title{font-size:14px;font-family:var(--font-mono);color:var(--accent-primary);font-weight:600}.resume-contact{text-align:right;color:var(--text-muted);font-size:11px;font-family:var(--font-mono);line-height:1.6}.resume-contact a{color:var(--text-main);text-decoration:none}.resume-contact a:hover{color:var(--accent-primary)}.resume-body-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=768px){.resume-body-grid{grid-template-columns:1.15fr 1.85fr}}.resume-section{margin-bottom:20px}.resume-section-title{font-size:12px;font-family:var(--font-mono);color:var(--text-white);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #ffffff14;margin-bottom:12px;padding-bottom:6px;font-weight:700}.resume-edu-item,.resume-cert-item{margin-bottom:12px}.resume-edu-title{color:var(--text-white);font-size:13px;font-weight:700}.resume-edu-meta{color:var(--accent-primary);font-size:11px;font-family:var(--font-mono);margin:2px 0 4px}.resume-edu-desc{color:var(--text-muted);font-size:11px;line-height:1.5}.resume-skills-group{margin-bottom:12px}.resume-skills-title{font-size:11px;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;margin-bottom:4px;font-weight:700}.resume-skills-tags{flex-wrap:wrap;gap:6px;display:flex}.resume-skill-tag{color:var(--text-main);font-size:10px;font-family:var(--font-mono);background-color:#ffffff08;border:1px solid #ffffff0f;border-radius:4px;padding:2px 6px}.resume-proj-item{margin-bottom:20px}.resume-proj-title{color:var(--text-white);justify-content:space-between;align-items:center;font-size:14px;font-weight:700;display:flex}.resume-proj-tech{font-size:10px;font-family:var(--font-mono);color:var(--accent-primary);background-color:#6366f114;border-radius:4px;padding:2px 6px}.resume-proj-role{color:var(--text-muted);margin:2px 0 6px;font-size:11px;font-style:italic}.resume-proj-bullet{color:var(--text-main);margin-bottom:4px;padding-left:12px;font-size:11px;line-height:1.6;position:relative}.resume-proj-bullet:before{content:"•";color:var(--accent-primary);position:absolute;left:0}.resume-cert-link{color:inherit;text-decoration:none;display:inline-block}.resume-cert-link:hover .resume-edu-title{text-decoration:underline;color:var(--accent-primary)!important}@media print{@page{size:A4;margin:15mm}body{color:#000!important;background:#fff!important}.app-header,.sidebar,.mobile-nav-bar,.sidebar-placeholder,.hero-action-btn,.copied-tooltip,.nav-menu,.social-grid,.sidebar-footer{display:none!important}.dashboard-layout{padding:0!important;display:block!important}.main-content{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.resume-sheet{box-shadow:none!important;color:#000!important;background-color:#fff!important;border:none!important;margin:0!important;padding:0!important}.resume-name{color:#000!important}.resume-title{color:#4f46e5!important}.resume-contact,.resume-contact a{color:#374151!important}.resume-section-title{color:#000!important;border-bottom:1px solid #e5e7eb!important}.resume-edu-title,.resume-proj-title{color:#000!important}.resume-edu-meta{color:#4f46e5!important}.resume-edu-desc,.resume-proj-role,.resume-skills-title{color:#4b5563!important}.resume-proj-bullet{color:#1f2937!important}.resume-proj-bullet:before{color:#4f46e5!important}.resume-skill-tag{color:#1f2937!important;background-color:#f3f4f6!important;border:1px solid #e5e7eb!important}.resume-header{border-bottom:2px solid #e5e7eb!important}.resume-proj-tech{color:#4f46e5!important;background-color:#f3f4f6!important;border:1px solid #e5e7eb!important}.resume-cert-link{text-decoration:none;color:#000!important}.resume-cert-link:hover .resume-edu-title{text-decoration:underline;color:#4f46e5!important}}
