@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@700&display=swap";:root{--bg-color: #050510;--text-primary: #ffffff;--text-secondary: #94a3b8;--accent-purple: #7c3aed;--accent-blue: #3b82f6;--primary-gradient: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%)}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:#050510;color:#fff;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}section{position:relative;z-index:1}a{text-decoration:none;color:inherit;display:inline-block}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.ambient-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.blob{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(120px);opacity:.15}.blob-purple{background:#7c3aed;top:-10%;left:-10%}.blob-blue{background:#3b82f6;bottom:-10%;right:-10%}.btn-primary{background-color:#7c3aed;background:linear-gradient(135deg,#7c3aed,#3b82f6);color:#fff!important;padding:12px 28px;border-radius:12px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #7c3aed4d}.btn-outline{background:#ffffff08;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);color:#fff!important;padding:12px 28px;border-radius:12px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.btn-outline:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.gradient-text{background:linear-gradient(to right,#7c3aed,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;text-align:center;margin-bottom:3rem}.accent-line{width:60px;height:4px;background:var(--primary-gradient);margin:1rem auto;border-radius:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#050510}::-webkit-scrollbar-thumb{background:#1e1e3f;border-radius:10px}.navbar{position:fixed;width:100%;top:0;z-index:1000;background-color:#050510cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.03);transition:all .3s ease}.navbar-scrolled{background-color:#050510f2;box-shadow:0 10px 30px #0000004d}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 20px;max-width:1300px;margin:0 auto}.logo{font-size:1.8rem;font-weight:800;cursor:pointer;background:linear-gradient(to right,#7c3aed,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.desktop-menu{display:flex;align-items:center;gap:2.5rem}.nav-link{color:#94a3b8;font-weight:500;font-size:.95rem;position:relative;transition:color .3s ease;padding:5px 0}.nav-link:hover,.nav-link.active{color:#fff}.nav-underline{position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(to right,#7c3aed,#3b82f6);border-radius:2px}.resume-btn{background:#7c3aed!important;padding:10px 24px!important;font-size:.9rem!important;border-radius:10px!important;color:#fff!important}.mobile-menu-btn{display:none}.icon-btn{background:none;color:#fff}.mobile-menu-wrapper{background-color:#050510;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-menu-content{display:flex;flex-direction:column;padding:2.5rem;gap:1.8rem;text-align:center}@media(max-width:992px){.desktop-menu{gap:1.5rem}}@media(max-width:768px){.desktop-menu{display:none}.mobile-menu-btn{display:block}}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:140px;background:radial-gradient(circle at 50% 50%,#7c3aed14,#050510);text-align:center;color:#fff}.hero-content-wrapper{max-width:1024px;margin:0 auto;padding:0 20px}.hero-badge-ang{display:inline-block;padding:10px 24px;border-radius:9999px;background:#7c3aed1a;border:1px solid rgba(124,58,237,.3);color:#a78bfa;margin-bottom:4rem}.badge-inner{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:500}.hero-title-ang{font-size:clamp(3rem,10vw,5rem);font-weight:800;color:#fff;margin-bottom:2rem;line-height:1.2}.name-gradient-ang{background:linear-gradient(to right,#7c3aed,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle-ang{font-size:clamp(1.8rem,5vw,3rem);color:#f1f5f9;margin-bottom:2.5rem;font-weight:700;min-height:3.5rem}.hero-desc-ang{font-size:1.2rem;color:#94a3b8;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.8}.hero-actions-ang{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:6rem}.hero-socials-ang{display:flex;gap:2rem;justify-content:center}.social-link-ang{color:#64748b;transition:all .3s ease}.social-link-ang:hover{color:#fff;transform:translateY(-5px)}.typed-cursor{color:#fff;opacity:1;animation:blink .7s infinite}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.about-section{padding:100px 0;background-color:var(--bg-color)}.about-container-simple{max-width:800px;margin:0 auto;text-align:center}.about-text-side-full{width:100%}.about-description{color:#94a3b8;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.about-stats-centered{display:flex;gap:4rem;margin-top:3rem;justify-content:center}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:800;color:#fff}.stat-label{color:var(--accent-purple);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}@media(max-width:992px){.about-container{flex-direction:column;text-align:center;gap:3rem}.text-left{text-align:center}.about-stats{justify-content:center}}.skills-section{padding:100px 0;background-color:var(--bg-color)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;justify-content:center}.skill-card-revert{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2rem;transition:all .3s ease}.skill-card-revert:hover{transform:translateY(-5px);border-color:var(--accent-purple);box-shadow:0 10px 30px #0000004d}.skill-icon-revert{width:50px;height:50px;background:#7c3aed1a;color:var(--accent-purple);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.skill-name-revert{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{background:#ffffff08;color:#94a3b8;padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:500;border:1px solid rgba(255,255,255,.05)}.projects-section{padding:100px 0;background-color:transparent}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:4rem}.project-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;position:relative}.project-card:hover{transform:translateY(-12px);border-color:var(--accent-purple);box-shadow:0 20px 40px #0006}.project-image-container{position:relative;height:240px;width:100%;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project-overlay{position:absolute;inset:0;background:#7c3aedcc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.project-card:hover .project-image{transform:scale(1.1)}.project-card:hover .project-overlay{opacity:1}.view-content{text-align:center;color:#fff;transform:translateY(20px);transition:transform .4s ease}.project-card:hover .view-content{transform:translateY(0)}.view-icon{margin-bottom:.5rem}.project-content{padding:2rem}.project-title{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.8rem}.project-description{color:#94a3b8;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.modal-overlay{position:fixed;inset:0;background:#050510e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.modal-content{background:#0a0a1a;width:100%;max-width:1000px;max-height:90vh;border-radius:32px;border:1px solid rgba(255,255,255,.08);position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.modal-close{position:absolute;top:20px;right:20px;z-index:10;background:#ffffff0d;border-radius:50%;padding:8px;transition:all .3s ease}.modal-close:hover{background:#ffffff1a;transform:rotate(90deg)}.modal-body{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem}.modal-image-side img{width:100%;height:100%;object-fit:cover;border-radius:20px;border:1px solid rgba(255,255,255,.05)}.modal-info-side{display:flex;flex-direction:column;gap:1.5rem}.modal-title{font-size:2.2rem;font-weight:800;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.modal-tags{display:flex;flex-wrap:wrap;gap:.8rem}.m-tag{background:#7c3aed1a;color:#a78bfa;padding:6px 14px;border-radius:8px;font-size:.85rem;font-weight:600}.modal-desc{color:#94a3b8;line-height:1.8;font-size:1.05rem}.modal-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:#ffffff05;padding:1.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.05)}.feature-section h4{display:flex;align-items:center;gap:8px;color:#fff;font-size:1rem;margin-bottom:1rem}.feature-section ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.feature-section li{color:#64748b;font-size:.9rem;display:flex;align-items:center;gap:6px}.feature-section li:before{content:"→";color:var(--accent-purple)}.modal-actions{display:flex;gap:1rem;margin-top:auto;padding-top:1rem}@media(max-width:900px){.modal-body{grid-template-columns:1fr;padding:2rem;gap:2rem}.modal-title{font-size:1.8rem}.modal-features-grid{grid-template-columns:1fr}}.donation-section{padding:100px 0;position:relative;overflow:hidden}.donation-content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:800px;margin:0 auto}.donation-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;width:100%;box-shadow:0 20px 40px #0003;display:flex;flex-direction:column;gap:2rem}.donation-tabs{display:flex;justify-content:center;gap:1rem;background:#0003;padding:.5rem;border-radius:12px;align-self:center}.tab-btn{padding:10px 24px;border-radius:8px;color:var(--text-secondary);font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:8px}.tab-btn.active{background:var(--bg-color);color:var(--text-primary);box-shadow:0 4px 6px #0000001a}.tab-btn:hover:not(.active){background:#ffffff0d;color:var(--text-primary)}.donation-body{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.stripe-container{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.5rem}.amount-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem}.amount-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.75rem;border-radius:8px;color:#fff;transition:all .2s}.amount-btn:hover,.amount-btn.selected{background:var(--primary-gradient);border-color:transparent;transform:translateY(-2px)}.custom-amount-input{width:100%;padding:12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;text-align:center;font-size:1.1rem}.custom-amount-input:focus{outline:none;border-color:var(--accent-purple)}.qr-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.qr-box{width:100%;max-width:300px;height:auto;background:#fff;padding:0;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease}.qr-box:hover{transform:scale(1.05);box-shadow:0 10px 25px #0000004d}.qr-placeholder{width:100%;height:100%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#333;font-weight:700;border-radius:8px;border:2px dashed #ccc}.upi-id{background:#ffffff1a;padding:8px 16px;border-radius:20px;font-family:monospace;display:flex;align-items:center;gap:.5rem;cursor:pointer}.upi-id:hover{background:#fff3}.note-text{font-size:.85rem;color:var(--text-secondary);max-width:400px;line-height:1.5}.qr-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.qr-modal-content{position:relative;max-width:90%;max-height:90vh;background:#fff;padding:10px;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.qr-modal-content img{display:block;max-width:100%;max-height:80vh;object-fit:contain}.close-modal-btn{position:absolute;top:-40px;right:-10px;background:#ffffff1a;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-modal-btn:hover{background:#fff3}.contact-section{padding:100px 0 40px;background-color:transparent}.contact-content{display:flex;flex-direction:column;gap:4rem;max-width:1000px;margin:0 auto}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.info-card{background:#ffffff08;padding:2.5rem;border-radius:24px;text-align:center;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.info-card:hover{transform:translateY(-5px);border-color:var(--accent-purple)}.info-icon{width:64px;height:64px;background:#7c3aed1a;color:var(--accent-purple);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;border:1px solid rgba(124,58,237,.2)}.social-mini-icons{display:flex;gap:1.2rem}.social-mini-link{color:var(--accent-purple);transition:all .3s ease}.social-mini-link:hover{color:#fff;transform:scale(1.1)}.info-card h3{font-size:1.3rem;font-weight:700;margin-bottom:.8rem;color:#fff}.info-card p{color:#94a3b8;font-size:1rem}.contact-form-container{background:#ffffff05;padding:4rem;border-radius:32px;border:1px solid rgba(255,255,255,.05)}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-group{display:flex;flex-direction:column;gap:.8rem}.form-group label{font-weight:600;color:#f1f5f9;font-size:.95rem}.form-group input,.form-group textarea{background:#05051080;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px 18px;color:#fff;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-purple);background:#7c3aed0d;box-shadow:0 0 20px #7c3aed1a}.input-error{border-color:#ef4444!important}.error-text{color:#ef4444;font-size:.85rem;display:flex;align-items:center;gap:6px;margin-top:4px}.submit-btn{width:100%;margin-top:1rem;font-size:1.1rem!important;height:56px}.submit-btn.loading{opacity:.7;cursor:wait}.status-message{text-align:center;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.status-message.success{color:#10b981}.status-message h3{font-size:2rem;color:#fff}.status-message p{color:#94a3b8;margin-bottom:1rem}.footer-bottom{margin-top:8rem;text-align:center;color:#475569;font-size:.95rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.05)}@media(max-width:768px){.contact-form-container{padding:2rem}.status-message h3{font-size:1.5rem}}.resume-view{font-family:Inter,sans-serif;background:#f0f2f5;color:#1a1a2e;font-size:13px;line-height:1.5;min-height:100vh}.resume-view .page{width:210mm;min-height:auto;margin:20px auto;background:#fff;display:grid;grid-template-columns:68mm 1fr;box-shadow:0 8px 40px #00000026;align-items:stretch}.resume-view .sidebar{background:#0d1b2a;padding:32px 22px;display:flex;flex-direction:column;gap:26px;min-height:100%;align-self:stretch}.resume-view .divider{height:1px;background:linear-gradient(90deg,transparent,#1e6fb5,transparent)}.resume-view .sidebar-section h4{font-size:9px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:#00b4d8;margin-bottom:12px}.resume-view .contact-item{display:flex;align-items:flex-start;gap:9px;margin-bottom:9px}.resume-view .contact-icon{width:20px;height:20px;background:#1e6fb540;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px}.resume-view .contact-text{color:#c8dff0;font-size:11px;word-break:break-all;line-height:1.4}.resume-view .contact-text a{color:#7eb8d4;text-decoration:none}.resume-view .skill-category{margin-bottom:14px}.resume-view .skill-cat-label{font-size:9.5px;font-weight:600;color:#7eb8d4;margin-bottom:7px;letter-spacing:.5px}.resume-view .skill-pills{display:flex;flex-wrap:wrap;gap:4px}.resume-view .pill{background:#1e6fb533;border:1px solid rgba(0,180,216,.25);color:#c8dff0;font-size:9.5px;padding:3px 8px;border-radius:20px;font-weight:500}.resume-view .edu-item{margin-bottom:13px}.resume-view .edu-degree{font-size:10.5px;font-weight:600;color:#e0eef8;line-height:1.3}.resume-view .edu-school{font-size:10px;color:#7eb8d4;margin-top:2px}.resume-view .edu-year{font-size:9.5px;color:#4d7ea8;margin-top:2px}.resume-view .main{padding:28px 26px;display:flex;flex-direction:column;gap:18px}.resume-view .main-header{border-bottom:2.5px solid #0d1b2a;padding-bottom:14px}.resume-view .main-name{font-family:Playfair Display,serif;font-size:28px;color:#0d1b2a;line-height:1.1}.resume-view .main-title{font-size:12px;color:#1e6fb5;font-weight:600;margin-top:4px;letter-spacing:.3px}.resume-view .section-title{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#1e6fb5;border-bottom:1.5px solid #e8f0f7;padding-bottom:5px;margin-bottom:13px}.resume-view .summary-text{font-size:12px;color:#374151;line-height:1.65}.resume-view .exp-item{margin-bottom:14px;position:relative;padding-left:14px;border-left:2px solid #e0eef8}.resume-view .exp-item:last-child{margin-bottom:0}.resume-view .exp-item:before{content:"";position:absolute;left:-5px;top:4px;width:8px;height:8px;border-radius:50%;background:#1e6fb5}.resume-view .exp-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;flex-wrap:wrap}.resume-view .exp-role{font-size:13px;font-weight:700;color:#0d1b2a}.resume-view .exp-company{font-size:11.5px;color:#1e6fb5;font-weight:600;margin-top:1px}.resume-view .exp-date{font-size:10px;color:#6b7280;background:#f3f6fb;padding:2px 8px;border-radius:10px;white-space:nowrap;flex-shrink:0;font-weight:500}.resume-view .exp-bullets{list-style:none;margin-top:7px;display:flex;flex-direction:column;gap:4px}.resume-view .exp-bullets li{font-size:11.5px;color:#4b5563;padding-left:13px;position:relative;line-height:1.5}.resume-view .exp-bullets li:before{content:"▸";position:absolute;left:0;color:#1e6fb5;font-size:10px;top:1px}.resume-view .projects-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}.resume-view .project-card{background:#f7fafd;border:1px solid #dde8f5;border-radius:8px;padding:13px;border-top:3px solid #1e6fb5;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.resume-view .project-name{font-size:12.5px;font-weight:700;color:#0d1b2a}.resume-view .project-tech{font-size:9.5px;color:#1e6fb5;font-weight:600;margin:4px 0 7px;letter-spacing:.2px}.resume-view .project-points{list-style:none;display:flex;flex-direction:column;gap:3px;flex:1;margin:0;padding:0}.resume-view .project-points li{font-size:10.5px;color:#4b5563;padding-left:11px;position:relative;line-height:1.45}.resume-view .project-points li:before{content:"•";position:absolute;left:0;color:#1e6fb5;font-weight:700}.resume-toolbar{position:fixed;top:20px;right:20px;z-index:100}.resume-download-btn{display:inline-flex;align-items:center;gap:8px;background:#1e6fb5;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 4px 14px #1e6fb559;transition:background .2s ease,transform .2s ease}.resume-download-btn:hover{background:#155a94;transform:translateY(-1px)}@media print{@page{size:A4 portrait;margin:0}html,body{background:#fff!important;margin:0!important;padding:0!important}.resume-toolbar{display:none!important}.resume-view{background:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}.resume-view .page{margin:0 auto;box-shadow:none;width:210mm;height:297mm;min-height:297mm;align-items:stretch;zoom:.985!important;page-break-after:avoid;page-break-inside:avoid;break-inside:avoid}.resume-view .sidebar{padding:22px 16px;gap:14px;min-height:100%;height:100%;align-self:stretch}.resume-view .sidebar-section h4{margin-bottom:7px}.resume-view .contact-item{margin-bottom:5px}.resume-view .contact-text{font-size:10px;line-height:1.3}.resume-view .skill-category{margin-bottom:8px}.resume-view .skill-cat-label{margin-bottom:4px}.resume-view .pill{font-size:8.5px;padding:2px 6px}.resume-view .edu-item{margin-bottom:8px}.resume-view .main{padding:20px 22px;gap:12px;min-height:100%;align-self:stretch}.resume-view .main-header{padding-bottom:8px;border-bottom-width:2px}.resume-view .main-name{font-size:24px!important}.resume-view .main-title{font-size:11px!important;margin-top:2px}.resume-view .section-title{margin-bottom:7px;padding-bottom:3px}.resume-view .summary-text{font-size:11px!important;line-height:1.5}.resume-view .exp-item{margin-bottom:9px}.resume-view .exp-role{font-size:12px!important}.resume-view .exp-company{font-size:10.5px}.resume-view .exp-bullets{margin-top:4px;gap:2px}.resume-view .exp-bullets li{font-size:10.5px!important;line-height:1.4}.resume-view .projects-grid{gap:10px}.resume-view .project-card{padding:9px;border-top-width:2px}.resume-view .project-name{font-size:11.5px!important}.resume-view .project-tech{font-size:8.5px;margin:2px 0 4px}.resume-view .project-points li{font-size:9.5px!important;line-height:1.35}}@media screen and (max-width:768px){.resume-view .page{width:100%;grid-template-columns:1fr}.resume-view .projects-grid{grid-template-columns:1fr}.resume-toolbar{top:12px;right:12px}}
