*{box-sizing:border-box;margin:0;padding:0}html,body{color:#f1f5f9;scroll-behavior:smooth;background-color:#0b0f19;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.auth-container{box-sizing:border-box;background-color:#0b0f19;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{box-sizing:border-box;background-color:#131c2e;border:1px solid #1e293b;border-radius:16px;width:100%;max-width:420px;padding:40px;box-shadow:0 20px 40px #0006}.auth-title{text-align:center;background:linear-gradient(90deg,#22d3ee,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:28px;font-weight:800}.auth-subtitle{text-align:center;color:#94a3b8;margin-bottom:25px;font-size:14px}.form-group{margin-bottom:18px}.form-group label{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.form-input{color:#fff;box-sizing:border-box;background-color:#0b0f19;border:1px solid #1e293b;border-radius:8px;width:100%;padding:12px 16px;font-size:14px;transition:border-color .2s}.form-input:focus{border-color:#22d3ee;outline:none}.submit-btn{color:#0b0f19;cursor:pointer;box-sizing:border-box;background:linear-gradient(90deg,#06b6d4,#2563eb);border:none;border-radius:8px;width:100%;margin-top:10px;padding:14px;font-size:15px;font-weight:700;transition:transform .2s,opacity .2s}.submit-btn:hover{opacity:.95;transform:translateY(-1px)}.switch-container{text-align:center;border-top:1px solid #1e293b;margin-top:24px;padding-top:20px}.switch-text{color:#94a3b8;font-size:13px}.smart-switch-btn{color:#22d3ee;cursor:pointer;background:0 0;border:none;margin-left:6px;font-size:13px;font-weight:700;text-decoration:underline;transition:color .2s}.smart-switch-btn:hover{color:#a78bfa}@media (width<=480px){.auth-container{padding:12px}.auth-card{border-radius:12px;padding:30px 20px}.auth-title{font-size:24px}.auth-subtitle{margin-bottom:20px;font-size:13px}.smart-switch-btn{margin-top:4px;margin-left:0;display:inline-block}}.portfolio-wrapper *{box-sizing:border-box}.portfolio-wrapper{color:#f1f5f9;background-color:#0b0f19;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#0b0f19e6;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:sticky;top:0}.nav-logo{letter-spacing:1.5px;background:linear-gradient(90deg,#22d3ee,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:900}.nav-links{gap:32px;display:flex}.nav-links a{color:#f3f5f8;text-transform:capitalize;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#22d3ee}.nav-actions{align-items:center;gap:12px;display:flex}.register-link-btn,.logout-btn{color:#ef4444;cursor:pointer;background-color:#1e293b;border:1px solid #334155;border-radius:8px;padding:8px 18px;font-size:12px;font-weight:700;transition:all .2s}.register-link-btn:hover,.logout-btn:hover{background-color:#ef444426;border-color:#ef4444}.main-content{flex-direction:column;gap:32px;max-width:1200px;margin:0 auto;padding:40px 20px;display:flex}.hero-grid{grid-template-columns:1.4fr 1fr;gap:32px;display:grid}.card{background-color:#131c2e;border:1px solid #1e293b;border-radius:16px;padding:35px;box-shadow:0 4px 20px #0003}.hero-text-card{flex-direction:column;justify-content:center;display:flex}.tagline{color:#22d3ee;text-transform:uppercase;letter-spacing:2.5px;margin-bottom:14px;font-size:15px;font-weight:800}.hero-title{color:#fff;margin-bottom:18px;font-size:30px;font-weight:700;line-height:1.2}.hero-description{color:#94a3b8;font-size:15px;line-height:1.65}.image-container-box{background:linear-gradient(135deg,#1e1b4b,#0f172a);border:1px solid #1e293b;border-radius:16px;justify-content:center;align-items:center;min-height:320px;display:flex;overflow:hidden}.profile-image-fluid{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.image-container-box:hover .profile-image-fluid{transform:scale(1.03)}.section-header{border-bottom:1px solid #1e293b;margin-bottom:25px;padding-bottom:15px}.section-header h2{color:#fff;margin:0;font-size:24px}.timeline-item{border-left:2px solid #1e293b;margin-bottom:35px;padding-left:28px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background-color:#34d399;border-radius:50%;width:12px;height:12px;position:absolute;top:6px;left:-7px}.timeline-dot.special-dot{background-color:#22d3ee;box-shadow:0 0 10px #22d3ee}.timeline-date{color:#a78bfa;font-family:monospace;font-size:14px;font-weight:600}.timeline-title{color:#fff;margin:6px 0;font-size:18px;font-weight:800}.timeline-location{color:#94a3b8;margin-bottom:12px;font-size:13px}.project-block{border-left:1px dashed #334155;margin-top:20px;padding-left:10px}.project-title{color:#34d399;margin-bottom:8px;font-size:15px;font-weight:700}.timeline-bullets{margin:8px 0;padding-left:20px}.timeline-bullets li{color:#94a3b8;margin-bottom:8px;font-size:14px;line-height:1.6}.asymmetric-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.sub-stack{flex-direction:column;gap:10px;display:flex}.skills-header-block,.achievements-header-block{border-bottom:1px solid #1e293b;margin-bottom:20px;padding-bottom:12px}.skills-card h2,.achievements-card h2,.contact-card h2{color:#fff;margin:0;font-size:22px}.skills-category-group{margin-bottom:18px}.skills-category-group h3{text-transform:uppercase;color:#a78bfa;letter-spacing:1.5px;margin-bottom:10px;font-size:12px;font-weight:700}.skills-pill-box{flex-wrap:wrap;gap:8px;display:flex}.skills-pill-box span{color:#e2e8f0;background-color:#0b0f19;border:1px solid #1e293b;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s}.skills-pill-box span:hover{color:#22d3ee;border-color:#22d3ee;transform:translateY(-2px)}.achievements-card{background-color:#131c2e;border:1px solid #1e293b}.achievements-list{margin:0;padding:0;list-style:none}.achievements-list li{align-items:flex-start;margin-bottom:20px;display:flex}.achievements-list li:last-child{margin-bottom:0}.metric-accent{background:linear-gradient(135deg,#22d3ee,#a78bfa);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;min-width:65px;font-family:monospace;font-size:22px;font-weight:800}.achievements-list p{color:#94a3b8;margin:0;font-size:14px;line-height:1.5}.contact-subtext{color:#64748b;margin-top:6px;margin-bottom:20px;font-size:13px}.contact-info-static{color:#22d3ee;background-color:#0b0f19;border:1px solid #1e293b;border-radius:8px;margin-bottom:4px;padding:14px;font-size:13.5px}.contact-form{flex-direction:column;gap:12px;display:flex}.form-input-alt{color:#fff;background-color:#0b0f19;border:1px solid #1e293b;border-radius:8px;width:100%;padding:12px 16px;font-size:14px}.form-input-alt:focus{border-color:#22d3ee;outline:none}.form-btn{color:#fff;cursor:pointer;background-color:#1e293b;border:1px solid #334155;border-radius:8px;margin-top:4px;padding:14px;font-size:14px;font-weight:700;transition:all .2s}.form-btn:hover{color:#0b0f19;background-color:#22d3ee;border-color:#22d3ee}.footer{text-align:center;color:#64748b;border-top:1px solid #1e293b;margin-top:40px;padding:30px;font-family:monospace;font-size:12px}@media (width<=900px){.hero-grid,.asymmetric-grid{grid-template-columns:1fr;gap:24px}.navbar{padding:16px 20px}}@media (width<=600px){.navbar{text-align:center;flex-direction:column;gap:12px;padding:14px}.nav-links{gap:16px}.nav-actions{justify-content:center;gap:10px;width:100%}.register-link-btn,.logout-btn{text-align:center;flex:1;max-width:140px}.card{padding:22px 18px}.hero-title{font-size:24px}.hero-description{font-size:14px}.image-container-box{min-height:240px}.achievements-list li{flex-direction:column;gap:4px}.metric-accent{font-size:20px}}
