@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color:#f8fafc;font-synthesis:none;text-rendering:optimizelegibility;background:#0b0f19;font-family:Inter,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#f8fafc;background:#0b0f19;min-width:320px;min-height:100vh}button,a{font-family:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;color:#fff;background:#ef4444;border:none;border-radius:7px;padding:8px 12px}.admin-login-page{color:#fff;background:#080d18;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.admin-login-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:420px;padding:40px}.admin-login-card h1{text-align:center;margin-bottom:10px}.admin-login-card p{color:#9ca3af;margin-bottom:30px}.admin-login-card form{flex-direction:column;gap:10px;display:flex}.admin-login-card label{margin-top:10px}.admin-login-card input{color:#fff;background:#111827;border:1px solid #334155;border-radius:8px;padding:13px}.admin-login-card button{color:#06111f;cursor:pointer;background:#29b6f6;border:none;border-radius:8px;margin-top:20px;padding:13px;font-weight:600}.admin-error{color:#fca5a5;background:#ef444426;border-radius:8px;margin-top:10px;padding:10px}.admin-dashboard{color:#fff;background:#080d18;min-height:100vh;padding:30px}.admin-header{justify-content:space-between;align-items:center;margin-bottom:35px;display:flex}.admin-header p{color:#9ca3af}.admin-content{width:100%;overflow-x:auto}.request-summary{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;margin-bottom:30px;display:grid}.summary-card{text-align:center;box-sizing:border-box;background:#3b95c6f6;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:25px 20px;display:flex}.summary-card strong{margin-bottom:8px;font-size:36px;font-weight:800}.summary-card span{font-size:16px;font-weight:600}@media (width<=1000px){.request-summary{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.request-summary{grid-template-columns:1fr}}.request-summary span{color:#04060a;font-weight:1000}.requests-table{border:1px solid #ffffff14;border-radius:15px;overflow-x:auto}.requests-table table{border-collapse:collapse;width:100%;min-width:900px}.requests-table th,.requests-table td{text-align:left;border-bottom:1px solid #ffffff14;padding:16px}.requests-table th{color:#9ca3af;text-transform:uppercase;font-size:13px}.status{border-radius:20px;padding:5px 10px;font-size:12px;font-weight:600}.status-pending{color:#facc15;background:#eab30826}.status-approved{color:#4ade80;background:#22c55e26}.status-rejected{color:#f87171;background:#ef444426}.action-buttons{gap:8px;display:flex}.approve-btn,.reject-btn{cursor:pointer;border:none;border-radius:7px;padding:8px 12px}.approve-btn{color:#fff;background:#22c55e}.reject-btn{color:#fff;background:#ef4444}.admin-message{color:#7dd3fc;background:#29b6f61a;border-radius:10px;margin-bottom:20px;padding:14px}.cv-request-section{padding:120px 20px;position:relative}.cv-request-container{max-width:900px;margin:0 auto}.cv-request-heading{text-align:center;margin-bottom:50px}.section-label{letter-spacing:3px;margin-bottom:15px;font-size:12px;font-weight:600;display:inline-block}.cv-request-heading h2{margin:0 0 20px;font-size:clamp(38px,6vw,64px)}.cv-request-heading h2 span{font-style:italic}.cv-request-heading p{opacity:.7;max-width:600px;margin:0 auto;line-height:1.8}.cv-request-form{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;max-width:650px;margin:0 auto;padding:40px}.form-group{margin-bottom:25px}.form-group label{margin-bottom:9px;font-size:14px;font-weight:600;display:block}.form-group input,.form-group select{box-sizing:border-box;width:100%;color:inherit;background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;outline:none;padding:15px 16px;font-size:15px}.form-group input:focus,.form-group select:focus{border-color:currentColor}.form-group select option{color:#111}.cv-submit-button{cursor:pointer;color:#071019;background:#38bdf8;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 20px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.cv-submit-button:hover{transform:translateY(-2px)}.cv-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.cv-request-message{text-align:center;border-radius:10px;margin-top:20px;padding:15px;font-size:14px;line-height:1.6}.confirm-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.confirm-dialog{color:#fff;text-align:center;background:#111827;border:1px solid #ffffff1f;border-radius:20px;width:100%;max-width:420px;padding:35px;animation:.2s confirmDialogIn;box-shadow:0 25px 60px #00000080}@keyframes confirmDialogIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.confirm-icon{color:#38bdf8;background:#38bdf826;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;margin:0 auto 20px;font-size:28px;font-weight:700;display:flex}.confirm-dialog h2{margin:0 0 12px;font-size:24px}.confirm-dialog p{color:#ffffffb3;max-width:340px;margin:0 auto 28px;line-height:1.6}.confirm-actions{justify-content:center;gap:12px;display:flex}.confirm-actions button{cursor:pointer;border-radius:10px;flex:1;padding:13px 20px;font-size:14px;font-weight:600;transition:all .2s}.confirm-cancel{color:#fff;background:#ffffff0d;border:1px solid #ffffff26}.confirm-cancel:hover{background:#ffffff1a}.confirm-primary{color:#071019;background:#38bdf8;border:none}.confirm-primary:hover{transform:translateY(-1px)}.confirm-danger{color:#fff;background:#ef4444;border:none}.confirm-danger:hover{background:#dc2626}@media (width<=500px){.confirm-dialog{padding:25px}.confirm-actions{flex-direction:column-reverse}.confirm-actions button{width:100%}}.navbar{z-index:1000;width:100%;padding:22px 32px;transition:padding .3s,background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0}.navbar-scrolled{-webkit-backdrop-filter:blur(18px);background:#0b0f19bf;border-bottom:1px solid #ffffff14;padding:14px 32px}.navbar-container{justify-content:space-between;align-items:center;width:min(1180px,100%);margin:0 auto;display:flex}.navbar-logo{color:#f8fafc;letter-spacing:-.04em;cursor:pointer;background:0 0;border:none;align-items:center;font-size:22px;font-weight:800;transition:transform .25s;display:flex}.navbar-logo span{color:#38bdf8;margin-left:2px}.navbar-logo:hover{transform:translateY(-2px)}.navbar-links{align-items:center;gap:8px;display:flex}.navbar-links button{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:9px 14px;font-size:14px;font-weight:500;transition:color .25s,transform .25s;position:relative}.navbar-links button:after{content:"";background:#38bdf8;width:0;height:2px;transition:width .25s;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.navbar-links button:hover{color:#f8fafc;transform:translateY(-1px)}.navbar-links button:hover:after{width:18px}.navbar-actions{align-items:center;gap:12px;display:flex}.admin-button{color:#121111;cursor:pointer;background:#5ed6d4f4;border:1px solid #334155;border-radius:8px;padding:10px 16px}.theme-button{color:#f8fafc;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:background .25s,border-color .25s,transform .25s;display:flex}.theme-button:hover{background:#38bdf81a;border-color:#38bdf866;transform:rotate(15deg)}.menu-button{cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.menu-button span{background:#f8fafc;border-radius:2px;width:18px;height:2px;transition:transform .25s,opacity .25s}.menu-button-active span:first-child{transform:translateY(7px)rotate(45deg)}.menu-button-active span:nth-child(2){opacity:0}.menu-button-active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar{padding:18px 20px}.navbar-scrolled{padding:12px 20px}.navbar-links{-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#111827f2;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:stretch;gap:4px;padding:12px;transition:opacity .25s,visibility .25s,transform .25s;position:absolute;top:calc(100% + 10px);left:20px;right:20px;transform:translateY(-10px)}.navbar-links-open{opacity:1;visibility:visible;transform:translateY(0)}.navbar-links button{text-align:left;border-radius:10px;width:100%;padding:13px 14px}.navbar-links button:hover{background:#ffffff0d}.navbar-links button:after{display:none}.menu-button{display:flex}}@media (width<=420px){.theme-button{display:none}.navbar-logo{font-size:20px}}.hero{background:radial-gradient(circle at 75% 45%,#38bdf814,#0000 28%),#0b0f19;align-items:center;min-height:100vh;padding:140px 32px 80px;display:flex;position:relative;overflow:hidden}.hero-container{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;width:min(1180px,100%);margin:0 auto;display:grid;position:relative}.hero-grid{opacity:.16;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 85%);mask-image:linear-gradient(#000,#0000 85%)}.hero-glow{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.hero-glow-one{background:#38bdf817;width:350px;height:350px;top:20%;right:8%}.hero-glow-two{background:#818cf80f;width:250px;height:250px;bottom:10%;left:5%}.hero-eyebrow-marquee{color:#75fcdc;letter-spacing:.1em;align-items:center;gap:10px;margin-bottom:20px;font-size:20px;font-weight:700;display:flex}.hero-content{max-width:680px}.hero-eyebrow{color:#38bdf8;letter-spacing:.2em;align-items:center;gap:10px;margin-bottom:20px;font-size:12px;font-weight:700;display:flex}.hero-eyebrow-line{background:#38bdf8;width:30px;height:1px}.hero-title{color:#f8fafc;letter-spacing:-.035em;margin:0;font-size:clamp(30px,6vw,60px);font-weight:500;line-height:.99}.hero-title span{background:linear-gradient(110deg,#38bdf8,#818cf8);color:#0000;-webkit-background-clip:text;background-clip:text;display:block}.hero-role{color:#e2e8f0;letter-spacing:-.035em;margin-top:28px;font-size:clamp(22px,2.5vw,32px);font-weight:500;line-height:1.25}.hero-description{color:#94a3b8;max-width:600px;margin-top:24px;font-size:16px;line-height:1.8}.hero-buttons{align-items:center;gap:14px;margin-top:34px;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:12px;min-height:50px;padding:0 22px;font-size:14px;font-weight:500;transition:transform .25s,box-shadow .25s,border-color .25s,background .25s;display:inline-flex}.primary-button{color:#071019;background:#38bdf8;box-shadow:0 10px 35px #38bdf826}.primary-button:hover{transform:translateY(-3px);box-shadow:0 14px 40px #38bdf840}.primary-button span,.secondary-button span{font-size:18px;transition:transform .25s}.primary-button:hover span,.secondary-button:hover span{transform:translate(4px)}.secondary-button{color:#f8fafc;background:#ffffff08;border:1px solid #ffffff1f}.secondary-button:hover{background:#38bdf80f;border-color:#38bdf866;transform:translateY(-3px)}.hero-meta{align-items:center;gap:26px;margin-top:28px;display:flex}.hero-status{color:#64748b;align-items:center;gap:8px;font-size:12px;display:flex}.status-dot{background:#38bdf8;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #38bdf814}.cv-link{color:#cbd5e1;align-items:center;gap:7px;font-size:12px;font-weight:500;transition:color .25s,transform .25s;display:inline-flex}.cv-link:hover{color:#38bdf8;transform:translateY(-1px)}.hero-visual{justify-content:center;align-items:center;min-height:560px;display:flex;position:relative}.hero-image-backdrop{filter:blur(8px);background:radial-gradient(circle,#38bdf82e,#818cf814 45%,#0000 70%);border-radius:50%;width:390px;height:390px;position:absolute}.hero-image-wrapper{z-index:3;background:linear-gradient(145deg,#38bdf8cc,#818cf840,#ffffff14);border-radius:170px;width:340px;height:340px;padding:5px;position:relative;overflow:hidden;box-shadow:0 35px 80px #0006}.hero-image-wrapper:after{content:"";pointer-events:none;border:1px solid #ffffff1f;border-radius:165px 165px 23px 23px;position:absolute;inset:5px}.hero-image{object-fit:cover;object-position:center top;filter:saturate(.95);border-radius:165px 165px 23px 23px;width:100%;height:100%;display:block}.hero-floating-card{z-index:5;-webkit-backdrop-filter:blur(14px);background:#111827c7;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:11px;padding:13px 16px;animation:4s ease-in-out infinite floatingCard;display:flex;position:absolute;box-shadow:0 15px 40px #0003}.hero-card-top{top:90px;right:5px}.hero-card-bottom{animation-delay:-2s;bottom:85px;left:0}.floating-card-icon{color:#38bdf8;background:#38bdf81a;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex}.hero-floating-card div{flex-direction:column;gap:2px;display:flex}.hero-floating-card strong{color:#f8fafc;font-size:12px}.hero-floating-card small{color:#64748b;font-size:10px}@keyframes floatingCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-orbit{pointer-events:none;border:1px solid #38bdf814;border-radius:50%;position:absolute}.hero-orbit-one{width:500px;height:220px;transform:rotate(-25deg)}.hero-orbit-two{border-color:#818cf80f;width:420px;height:170px;transform:rotate(30deg)}.hero-scroll{z-index:4;color:#475569;letter-spacing:.16em;white-space:nowrap;align-items:center;gap:12px;font-size:9px;font-weight:600;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.scroll-line{background:#334155;width:35px;height:1px}@media (width<=1000px){.hero-container{grid-template-columns:1fr;gap:50px}.hero-content{text-align:center;max-width:720px;margin:0 auto}.hero-eyebrow{justify-content:center}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons,.hero-meta{justify-content:center}.hero-visual{min-height:500px}}@media (width<=768px){.hero{padding:120px 20px 70px}.hero-container{gap:25px}.hero-title{font-size:clamp(48px,13vw,66px)}.hero-role{font-size:23px}.hero-description{font-size:15px;line-height:1.7}.hero-buttons{flex-direction:column;width:100%}.primary-button,.secondary-button{width:100%;max-width:300px}.hero-meta{flex-direction:column;gap:14px}.hero-visual{min-height:430px}.hero-image-wrapper{width:270px;height:350px}.hero-image-backdrop{width:320px;height:320px}.hero-card-top{top:40px;right:0}.hero-card-bottom{bottom:40px;left:0}.hero-orbit-one{width:340px;height:160px}.hero-orbit-two{width:300px;height:130px}.hero-scroll{display:none}}@media (width<=480px){.hero-floating-card{padding:10px 12px}.hero-card-top{right:-5px}.hero-card-bottom{left:-5px}.floating-card-icon{width:28px;height:28px}.hero-floating-card strong{font-size:11px}}.about{background:linear-gradient(#0b0f19 0%,#0d121e 100%);position:relative}.section-padding{padding:130px 32px}.section-container{width:min(1180px,100%);margin:0 auto}.section-heading{max-width:760px;margin-bottom:65px}.section-label{color:#38bdf8;letter-spacing:.2em;align-items:center;gap:10px;margin-bottom:18px;font-size:11px;font-weight:700;display:inline-flex}.section-label:before{content:"";background:#38bdf8;width:28px;height:1px}.section-heading h2{color:#f8fafc;letter-spacing:-.055em;margin:0;font-size:clamp(38px,5vw,58px);font-weight:750;line-height:1.05}.section-heading h2 span{color:#64748b}.about-content{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:80px;display:grid}.about-intro{max-width:610px}.about-intro p{color:#94a3b8;margin-bottom:20px;font-size:16px;line-height:1.85}.about-intro .about-lead{color:#e2e8f0;letter-spacing:-.015em;font-size:20px;font-weight:500;line-height:1.7}.about-highlights{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.highlight-card{background:linear-gradient(145deg,#ffffff09,#ffffff03);border:1px solid #ffffff12;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:150px;padding:22px;transition:transform .3s,border-color .3s,background .3s;display:flex}.highlight-card:hover{background:linear-gradient(145deg,#38bdf812,#ffffff04);border-color:#38bdf840;transform:translateY(-5px)}.highlight-icon{background:#38bdf814;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:20px;font-size:18px;display:flex}.highlight-card h3{color:#f8fafc;margin-bottom:6px;font-size:15px;font-weight:650}.highlight-card p{color:#64748b;margin:0;font-size:12px;line-height:1.5}@media (width<=900px){.about-content{grid-template-columns:1fr;gap:50px}.about-intro{max-width:760px}}@media (width<=768px){.section-padding{padding:100px 20px}.section-heading{margin-bottom:45px}.about-intro .about-lead{font-size:18px}}@media (width<=520px){.about-highlights{grid-template-columns:1fr}.highlight-card{min-height:130px}}.skills{background:#0b0f19;position:relative}.skills-heading{max-width:850px}.skills-heading>p{color:#64748b;max-width:650px;margin-top:24px;font-size:15px;line-height:1.7}.skills-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.skill-group{background:linear-gradient(145deg,#ffffff09,#ffffff03);border:1px solid #ffffff12;border-radius:20px;flex-direction:column;min-height:235px;padding:26px;transition:transform .3s,border-color .3s,background .3s;display:flex;position:relative;overflow:hidden}.skill-group:before{content:"";filter:blur(30px);opacity:0;background:#38bdf814;border-radius:50%;width:150px;height:150px;transition:opacity .3s;position:absolute;top:-90px;right:-90px}.skill-group:hover{background:linear-gradient(145deg,#38bdf80d,#ffffff04);border-color:#38bdf833;transform:translateY(-5px)}.skill-group:hover:before{opacity:1}.skill-group-header{align-items:center;gap:14px;display:flex}.skill-number{color:#38bdf8;letter-spacing:.08em;font-size:11px;font-weight:700}.skill-group-header h3{color:#f8fafc;letter-spacing:-.02em;font-size:19px;font-weight:650}.skill-group-description{color:#64748b;max-width:400px;margin-top:14px;font-size:13px;line-height:1.6}.skill-list{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:25px;display:flex}.skill-chip{color:#cbd5e1;background:#ffffff09;border:1px solid #ffffff14;border-radius:8px;padding:7px 11px;font-size:11px;font-weight:500;transition:color .25s,border-color .25s,background .25s,transform .25s}.skill-chip:hover{color:#38bdf8;background:#38bdf80f;border-color:#38bdf84d;transform:translateY(-2px)}@media (width<=768px){.skills-grid{grid-template-columns:1fr}.skill-group{min-height:210px}}@media (width<=480px){.skill-group{padding:21px}.skill-group-header h3{font-size:17px}}.projects{background:linear-gradient(#0d121e 0%,#0b0f19 100%);position:relative}.projects-heading{max-width:850px}.projects-heading>p{color:#64748b;max-width:680px;margin-top:24px;font-size:15px;line-height:1.7}.projects-list{flex-direction:column;gap:30px;display:flex}.project-card{background:linear-gradient(145deg,#ffffff09,#ffffff03);border:1px solid #ffffff12;border-radius:26px;grid-template-columns:1.05fr .95fr;min-height:500px;transition:transform .35s,border-color .35s,box-shadow .35s;display:grid;overflow:hidden}.project-card:hover{border-color:#38bdf838;transform:translateY(-7px);box-shadow:0 30px 70px #00000040}.project-visual{background:radial-gradient(circle,#38bdf81f,#0000 55%),#111827;min-height:500px;position:relative;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.project-card:hover .project-image{transform:scale(1.04)}.project-preview{background:#0b0f19;border:1px solid #ffffff1a;border-radius:16px;transition:transform .5s;position:absolute;inset:38px;overflow:hidden;transform:perspective(1000px)rotateY(2deg);box-shadow:0 25px 60px #00000059}.project-card:hover .project-preview{transform:perspective(1000px)rotateY(0)translateY(-5px)}.preview-topbar{background:#111827;border-bottom:1px solid #ffffff12;align-items:center;gap:6px;height:42px;padding:0 14px;display:flex}.preview-topbar>span{background:#334155;border-radius:50%;width:7px;height:7px}.preview-url{color:#475569;margin-left:12px;font-size:8px}.preview-content{height:calc(100% - 42px);display:flex}.preview-sidebar{background:#0f172a;border-right:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:18px;width:55px;padding-top:18px;display:flex}.preview-logo{color:#38bdf8;background:#38bdf81f;border-radius:7px;justify-content:center;align-items:center;width:27px;height:27px;font-size:10px;font-weight:700;display:flex}.preview-sidebar>span{background:#253047;border-radius:3px;width:16px;height:4px}.preview-main{flex:1;padding:25px 20px}.preview-heading{justify-content:space-between;align-items:center;display:flex}.preview-heading div:first-child{flex-direction:column;gap:5px;display:flex}.preview-heading small{color:#475569;font-size:7px}.preview-heading strong{color:#cbd5e1;font-size:12px}.preview-button{background:#38bdf826;border-radius:5px;width:45px;height:17px}.preview-columns{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:25px;display:grid}.preview-column{background:#ffffff06;border-radius:7px;min-height:220px;padding:9px}.preview-column>small{color:#475569;font-size:6px}.preview-task{background:#151e2e;border:1px solid #ffffff0d;border-radius:5px;height:45px;margin-top:9px}.preview-task.short{height:32px}.project-overlay{color:#f8fafc;letter-spacing:.1em;opacity:0;background:#0b0f19bf;justify-content:center;align-items:center;gap:10px;font-size:11px;font-weight:700;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-overlay span:last-child{color:#38bdf8;font-size:18px}.project-visual:hover .project-overlay{opacity:1}.project-content{flex-direction:column;padding:48px;display:flex}.project-topline{justify-content:space-between;align-items:center;gap:15px;display:flex}.project-number{color:#38bdf8;letter-spacing:.15em;font-size:10px;font-weight:700}.project-type{color:#475569;text-align:right;font-size:10px;font-weight:500}.project-content h3{color:#f8fafc;letter-spacing:-.045em;margin-top:28px;font-size:clamp(28px,3vw,40px);font-weight:700;line-height:1.1}.project-description{color:#94a3b8;margin-top:18px;font-size:14px;line-height:1.8}.project-contribution{background:#38bdf809;border-left:2px solid #38bdf8;margin-top:28px;padding:18px}.project-contribution>span{color:#38bdf8;letter-spacing:.15em;font-size:9px;font-weight:700}.project-contribution p{color:#cbd5e1;margin-top:8px;font-size:12px;line-height:1.65}.project-technologies{flex-wrap:wrap;gap:7px;margin-top:25px;display:flex}.project-technologies span{color:#94a3b8;background:#ffffff06;border:1px solid #ffffff12;border-radius:7px;padding:7px 10px;font-size:10px}.project-links{align-items:center;gap:22px;margin-top:auto;padding-top:30px;display:flex}.project-links a{color:#e2e8f0;align-items:center;gap:7px;font-size:12px;font-weight:600;transition:color .25s,transform .25s;display:inline-flex}.project-links a span{color:#38bdf8;font-size:16px;transition:transform .25s}.project-links a:hover{color:#38bdf8}.project-links a:hover span{transform:translate(2px,-2px)}.project-achievement{background:#f59e0b09;border:1px solid #f59e0b26;border-radius:12px;align-items:flex-start;gap:12px;margin-top:22px;padding:14px;display:flex}.achievement-icon{background:#f59e0b14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.project-achievement>div:last-child{flex-direction:column;gap:5px;display:flex}.project-achievement span{color:#f59e0b;letter-spacing:.14em;font-size:8px;font-weight:700}.project-achievement p{color:#cbd5e1;font-size:11px;line-height:1.6}.project-team{align-items:center;gap:10px;margin-top:16px;display:flex}.project-team span{color:#475569;letter-spacing:.13em;font-size:8px;font-weight:700}.project-team strong{color:#94a3b8;font-size:11px;font-weight:500}:root[data-theme=light] .project-achievement{background:#f59e0b0a;border-color:#b453091f}:root[data-theme=light] .project-achievement p{color:#475569}@media (width<=950px){.project-card{grid-template-columns:1fr}.project-visual{min-height:420px}.project-content{min-height:460px}}@media (width<=600px){.project-card{border-radius:20px}.project-visual{min-height:330px}.project-preview{inset:22px}.project-content{min-height:auto;padding:28px 22px}.project-content h3{font-size:29px}.project-topline{flex-direction:column;align-items:flex-start}.project-type{text-align:left}.project-links{margin-top:15px}}.experience{background:#0d121e;position:relative}.experience-heading{max-width:850px}.experience-heading>p{color:#64748b;max-width:680px;margin-top:24px;font-size:15px;line-height:1.7}.experience-list{margin-top:70px}.experience-card{background:linear-gradient(145deg,#ffffff09,#ffffff03);border:1px solid #ffffff12;border-radius:24px;grid-template-columns:190px 1fr;transition:transform .3s,border-color .3s;display:grid;overflow:hidden}.experience-card:hover{border-color:#38bdf838;transform:translateY(-5px)}.experience-period{background:#ffffff04;border-right:1px solid #ffffff0f;flex-direction:column;align-items:flex-start;padding:42px 30px;display:flex}.experience-period>span{color:#38bdf8;font-size:11px;font-weight:600;line-height:1.5}.experience-line{background:linear-gradient(#38bdf859,#0000);flex:1;width:1px;margin-top:25px}.experience-main{padding:42px}.experience-header{justify-content:space-between;gap:30px;display:flex}.experience-type{color:#38bdf8;letter-spacing:.15em;font-size:9px;font-weight:700}.experience-header h3{color:#f8fafc;letter-spacing:-.04em;margin-top:10px;font-size:clamp(24px,3vw,34px);font-weight:700}.experience-header h4{color:#94a3b8;margin-top:7px;font-size:13px;font-weight:500}.experience-location{color:#64748b;text-align:right;flex-direction:column;align-items:flex-end;gap:5px;font-size:10px;display:flex}.experience-division{color:#64748b;margin-top:20px;font-size:12px;line-height:1.6}.experience-description{color:#94a3b8;max-width:750px;margin-top:18px;font-size:13px;line-height:1.8}.experience-skills{flex-wrap:wrap;gap:7px;margin-top:25px;display:flex}.experience-skills span{color:#94a3b8;background:#ffffff06;border:1px solid #ffffff12;border-radius:7px;padding:7px 10px;font-size:9px}.experience-evidence{margin-top:30px}.evidence-label{color:#475569;letter-spacing:.15em;font-size:8px;font-weight:700}.evidence-images{gap:12px;margin-top:12px;display:flex}.evidence-images a{background:#111827;border:1px solid #ffffff14;border-radius:10px;width:135px;height:85px;display:block;overflow:hidden}.evidence-images img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.evidence-images a:hover img{transform:scale(1.07)}:root[data-theme=light] .experience{background:var(--bg-secondary)}:root[data-theme=light] .experience-card{background:#fff;border-color:#0f172a14;box-shadow:0 12px 35px #0f172a0a}:root[data-theme=light] .experience-period{background:#0f172a05;border-color:#0f172a0f}:root[data-theme=light] .experience-header h3{color:var(--text-primary)}:root[data-theme=light] .experience-header h4,:root[data-theme=light] .experience-description{color:var(--text-muted)}:root[data-theme=light] .experience-skills span{color:var(--text-secondary);background:#f8fafc;border-color:#0f172a12}@media (width<=800px){.experience-card{grid-template-columns:1fr}.experience-period{border-bottom:1px solid #ffffff0f;border-right:none;flex-direction:row;align-items:center;gap:20px;padding:20px 25px}.experience-line{width:auto;height:1px;margin-top:0}.experience-main{padding:30px 25px}.experience-header{flex-direction:column}.experience-location{text-align:left;align-items:flex-start}}@media (width<=500px){.experience-main{padding:25px 20px}.experience-header h3{font-size:25px}.evidence-images a{width:110px;height:70px}}.journey{background:linear-gradient(#0b0f19 0%,#0d121e 100%);position:relative}.journey-heading{max-width:850px}.journey-heading>p{color:#64748b;max-width:680px;margin-top:24px;font-size:15px;line-height:1.7}.journey-timeline{width:min(1000px,100%);margin:80px auto 0;padding:20px 0 50px;position:relative}.timeline-line{background:linear-gradient(#0000,#38bdf859 8%,#38bdf826 92%,#0000);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.journey-item{width:50%;margin-bottom:70px;display:flex;position:relative}.journey-item:last-child{margin-bottom:0}.journey-item-left{justify-content:flex-end;padding-right:55px}.journey-item-right{margin-left:50%;padding-left:55px}.timeline-node{z-index:3;background:#111827;border:1px solid #38bdf84d;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:absolute;top:25px;box-shadow:0 0 0 7px #0b0f19}.journey-item-left .timeline-node{right:-21px}.journey-item-right .timeline-node{left:-21px}.timeline-node span{font-size:16px}.journey-card{background:linear-gradient(145deg,#ffffff15,#222048f6);border:1px solid #f5f0f02a;border-radius:18px;width:min(430px,100%);padding:25px;transition:transform .3s,border-color .3s,background .3s;box-shadow:0 10px 35px #2c365e82}.journey-card:hover{background:linear-gradient(145deg,#38bdf80b,#ffffff03);border-color:#38bdf838;transform:translateY(-5px)}.journey-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.journey-category{color:#38bdf8;letter-spacing:.15em;font-size:9px;font-weight:700}.journey-year{color:#7892a5;font-size:12px}.journey-card h3{color:#f8fafc;letter-spacing:-.025em;font-size:19px;font-weight:650;line-height:1.35}.journey-card h4{color:#94a3b8;margin-top:8px;font-size:12px;font-weight:500;line-height:1.5}.journey-card p{color:#64748b;margin-top:14px;font-size:12px;line-height:1.7}.journey-button{color:#071019;background:#38bdf8;border-radius:12px;justify-content:center;align-items:center;gap:12px;min-height:50px;margin-top:auto;padding:0 22px;font-size:14px;font-weight:500;display:inline-flex;box-shadow:0 10px 35px #38bdf826}.journey-button:hover{transform:translateY(-3px);box-shadow:0 14px 40px #38bdf840}@media (width<=800px){.journey-timeline{margin-top:55px}.timeline-line{left:20px}.journey-item,.journey-item-right{justify-content:flex-start;width:100%;margin-left:0;padding-left:65px;padding-right:0}.journey-item-left .timeline-node,.journey-item-right .timeline-node{left:-1px;right:auto}.journey-card{width:100%}}@media (width<=480px){.journey-card{padding:21px}.journey-card h3{font-size:17px}.journey-card-top{flex-direction:column;align-items:flex-start;gap:5px}}.contact{background:#0b0f19;position:relative}.contact-card{background:linear-gradient(135deg,#111827 0%,#0f172a 55%,#101a2c 100%);border:1px solid #ffffff14;border-radius:28px;align-items:center;min-height:500px;display:flex;position:relative;overflow:hidden}.contact-glow{filter:blur(90px);pointer-events:none;background:#38bdf817;border-radius:50%;width:450px;height:450px;position:absolute;top:-200px;right:-100px}.contact-content{z-index:3;width:65%;padding:70px;position:relative}.contact-content h2{color:#f8fafc;letter-spacing:-.055em;max-width:700px;margin-top:8px;font-size:clamp(40px,5vw,62px);font-weight:750;line-height:1.03}.contact-content h2 span{color:#64748b;display:block}.contact-content>p{color:#94a3b8;max-width:570px;margin-top:24px;font-size:15px;line-height:1.8}.contact-actions{align-items:center;gap:12px;margin-top:32px;display:flex}.contact-primary-button,.contact-secondary-button{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 20px;font-size:13px;font-weight:600;transition:transform .25s,background .25s,border-color .25s;display:inline-flex}.contact-primary-button{color:#071019;background:#38bdf8}.contact-primary-button:hover{background:#67ccfa;transform:translateY(-3px)}.contact-secondary-button{color:#e2e8f0;background:#ffffff08;border:1px solid #ffffff1a}.contact-secondary-button:hover{background:#38bdf80f;border-color:#38bdf84d;transform:translateY(-3px)}.contact-primary-button span,.contact-secondary-button span{color:inherit;font-size:16px}.contact-email{color:#94a3b8;align-items:center;gap:12px;margin-top:28px;font-size:13px;display:flex}.contact-email-label{color:#475569;letter-spacing:.15em;font-size:9px;font-weight:700}.contact-decoration{pointer-events:none;width:38%;height:100%;position:absolute;top:0;right:0;overflow:hidden}.contact-circle{border:1px solid #38bdf81a;border-radius:50%;position:absolute}.contact-circle-one{width:420px;height:420px;top:50%;right:-180px;transform:translateY(-50%)}.contact-circle-two{border-color:#818cf81a;width:300px;height:300px;top:50%;right:-120px;transform:translateY(-50%)}.contact-circle-three{border-color:#38bdf824;width:190px;height:190px;top:50%;right:-65px;transform:translateY(-50%)}.contact-symbol{color:#f8fafc14;letter-spacing:-.06em;font-size:45px;font-weight:800;position:absolute;top:50%;right:150px;transform:translateY(-50%)}.contact-symbol span{color:#38bdf840}@media (width<=900px){.contact-content{width:75%;padding:55px}.contact-decoration{width:30%}.contact-symbol{right:60px}}@media (width<=700px){.contact-card{min-height:auto}.contact-content{width:100%;padding:55px 30px}.contact-content h2{font-size:40px}.contact-decoration{display:none}.contact-actions{flex-direction:column;align-items:flex-start}.contact-primary-button,.contact-secondary-button{width:100%;max-width:250px}.contact-email{flex-direction:column;align-items:flex-start;gap:5px}}@media (width<=480px){.contact-content{padding:40px 22px}.contact-content h2{font-size:34px}}.footer{background:#0b0f19;border-top:1px solid #ffffff0f;padding:45px 32px 25px}.footer-container{width:min(1180px,100%);margin:0 auto}.footer-main{justify-content:space-between;align-items:center;padding-bottom:35px;display:flex}.footer-brand{color:#f8fafc;letter-spacing:-.04em;cursor:pointer;font-size:21px;font-weight:800}.footer-brand span{color:#38bdf8}.footer-main p{color:#64748b;font-size:12px}.footer-links{align-items:center;gap:25px;padding-bottom:30px;display:flex}.footer-links a{color:#64748b;font-size:11px;font-weight:500;transition:color .25s,transform .25s}.footer-links a:hover{color:#38bdf8;transform:translateY(-2px)}.footer-bottom{color:#334155;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:22px;font-size:10px;display:flex}@media (width<=600px){.footer{padding:40px 20px 22px}.footer-main{flex-direction:column;align-items:flex-start;gap:10px}.footer-links{flex-wrap:wrap;gap:16px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}
