*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:0}.btn{text-align:center}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}a{color:#667eea;text-decoration:none;transition:color .3s ease}a:hover{color:#764ba2}input,select,textarea{font-family:inherit}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}:focus{outline:2px solid #667eea;outline-offset:2px}::selection{background:#667eea33;color:#2d3748}@media (max-width:768px){.container{padding:0 1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}@media (max-width:480px){.container{padding:0 .5rem}h1{font-size:1.75rem}h2{font-size:1.5rem}.btn{font-size:.9rem;padding:10px 20px}}.home{min-height:100vh}.hero{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;min-height:80vh;padding:4rem 0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.hero-title{color:#2d3748;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#4a5568;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.profile-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:2rem;text-align:center}.profile-avatar{margin-bottom:1.5rem}.profile-avatar img{border:4px solid #667eea;border-radius:50%;height:120px;object-fit:cover;width:120px}.profile-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.stat{text-align:center}.stat-number{font-size:1.5rem}.stat-label{font-size:.875rem}.about-section{background:#fff;padding:5rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-text p{color:#4a5568;font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.skills-preview h3{color:#2d3748;font-size:1.25rem;margin-bottom:1rem}.skills-grid{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.services-section{background:#f7fafc;padding:5rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.service-card p{color:#718096;line-height:1.6}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.about-content{gap:2rem}.about-content,.services-grid{grid-template-columns:1fr}.hero-buttons{justify-content:center}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.btn{font-size:.9rem;padding:10px 20px}.profile-stats{gap:.5rem;grid-template-columns:1fr}}.resume{background:#f8fafc;min-height:100vh;padding:2rem 0}.resume-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.resume-section{margin-bottom:4rem}.section-title{align-items:center;color:#2d3748;display:flex;font-size:1.8rem;font-weight:600;gap:.5rem;margin-bottom:2rem}.section-icon{font-size:1.5rem}.experience-grid{grid-gap:2rem;display:grid;gap:2rem}.experience-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.experience-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.experience-header{align-items:flex-start;display:flex;gap:1.5rem;margin-bottom:1.5rem}.company-logo{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-shrink:0;height:70px;justify-content:center;padding:8px;width:70px}.company-logo img{border-radius:8px;height:100%;object-fit:contain;width:100%}.experience-info{flex:1 1}.company-name{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.job-title{color:#667eea;font-size:1.1rem;font-weight:500;margin-bottom:.25rem}.job-location{color:#718096;font-size:.9rem;margin-bottom:.25rem}.job-date{color:#a0aec0;font-size:.875rem;font-weight:500}.job-description{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.achievements{background:#f7fafc;border-left:4px solid #667eea;border-radius:12px;margin-bottom:1.5rem;padding:1rem}.achievements-list{list-style:none;margin:0;padding:0}.achievement-item{color:#4a5568;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.achievement-item:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.achievement-item:last-child{margin-bottom:0}.achievement-item strong{color:#2d3748;font-weight:700}.technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.education-grid{grid-gap:2rem;display:grid;gap:2rem}.education-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.education-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.education-header{align-items:center;display:flex;gap:1.5rem;text-align:left}.education-info{flex:1 1}.institution{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.degree{color:#667eea;font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.location{color:#718096;margin-bottom:.25rem}.date{color:#a0aec0;margin-bottom:.5rem}.date,.gpa{font-size:.9rem}.gpa{color:#48bb78;font-weight:600}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.skill-category{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.skill-category:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.skill-category-title{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.skill-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:20px;color:#4a5568;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.skill-item:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px)}.download-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem;text-align:center}.download-section p{color:#718096;font-size:1.1rem;margin-bottom:1.5rem}.download-btn{font-size:1.1rem;padding:1rem 2rem}@media (max-width:768px){.resume-title{font-size:2rem}.experience-header{flex-direction:column;gap:1rem;text-align:center}.company-logo img{height:80px;width:80px}.skills-grid{grid-template-columns:1fr}.education-header{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.resume-title{font-size:1.8rem}.section-title{font-size:1.5rem}.education-card,.experience-card,.skill-category{padding:1.5rem}.skill-list,.technologies{justify-content:center}}.finances{background:#f8fafc;min-height:100vh;padding:2rem 0}.finance-nav{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.nav-btn{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#4a5568;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.nav-btn:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.nav-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 4px 15px #667eea4d;color:#fff}.intro-section{margin:0 auto;max-width:800px}.intro-header{margin-bottom:3rem;text-align:center}.intro-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.intro-subtitle{color:#718096;font-size:1.2rem;line-height:1.6}.intro-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.intro-text h2{color:#2d3748;font-size:1.8rem;margin-bottom:1.5rem}.intro-text p{color:#4a5568;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.intro-stats{display:flex;flex-direction:column;gap:1rem}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:1.5rem;text-align:center}.stat-number{color:#667eea;display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#718096;font-weight:500}.blog-section h2{color:#2d3748;font-size:2rem;margin-bottom:2rem;text-align:center}.articles-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.article-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.article-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.article-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.article-title{font-size:1.25rem;font-weight:600;line-height:1.4}.article-excerpt{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.article-footer{align-items:center;display:flex;justify-content:space-between}.article-date{color:#a0aec0;font-size:.875rem}.read-more-btn{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;transition:color .3s ease}.read-more-btn:hover{color:#764ba2}.blog-footer{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center}.blog-footer p{color:#718096;font-size:1.1rem;margin-bottom:1rem}.tips-section h2{color:#2d3748;font-size:2rem;margin-bottom:2rem;text-align:center}.tips-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.tip-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:all .3s ease}.tip-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.tip-icon{font-size:3rem;margin-bottom:1rem}.tip-title{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.tip-description{color:#4a5568;line-height:1.6}.resources-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.resources-section h3{color:#2d3748;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.resources-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.resource-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.resource-card h4{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.resource-card ul{list-style:none;padding:0}.resource-card li{border-bottom:1px solid #e2e8f0;color:#4a5568;padding:.5rem 0}.resource-card li:last-child{border-bottom:none}@media (max-width:768px){.intro-content{gap:2rem;grid-template-columns:1fr}.intro-header h1{font-size:2rem}.articles-grid,.resources-grid,.tips-grid{grid-template-columns:1fr}.finance-nav{gap:.5rem}.nav-btn{font-size:.9rem;padding:10px 16px}}@media (max-width:480px){.intro-header h1{font-size:1.8rem}.intro-subtitle{font-size:1rem}.article-card,.tip-card{padding:1.5rem}.article-footer{align-items:flex-start;flex-direction:column;gap:.5rem}}.contact{background:#f8fafc;min-height:100vh;padding:2rem 0}.contact-header{margin-bottom:3rem;text-align:center}.contact-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-header p{color:#718096;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr;margin-bottom:4rem}.contact-form h2,.contact-info h2{color:#2d3748;font-size:1.8rem;font-weight:600;margin-bottom:2rem}.info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.info-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.info-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.info-icon{flex-shrink:0;font-size:2rem}.info-content h3{color:#2d3748;font-size:1rem;font-weight:600;margin-bottom:.25rem}.info-content a,.info-content span{color:#667eea;font-weight:500;text-decoration:none;transition:color .3s ease}.info-content a:hover{color:#764ba2}.contact-form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2d3748;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#2d3748;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0aec0}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.submit-btn.submitting{background:#a0aec0}.success-message{background:#f0fff4;border:1px solid #9ae6b4;border-radius:8px;color:#22543d}.error-message,.success-message{font-weight:500;margin-top:1rem;padding:1rem}.error-message{background:#fed7d7;border:1px solid #feb2b2;border-radius:8px;color:#742a2a}.contact-footer{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.availability,.preferences{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.availability h3,.preferences h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.availability p{color:#4a5568;line-height:1.6}.preferences ul{list-style:none;padding:0}.preferences li{border-bottom:1px solid #e2e8f0;color:#4a5568;padding:.5rem 0 .5rem 1.5rem;position:relative}.preferences li:before{color:#48bb78;content:"✓";font-weight:700;left:0;position:absolute}.preferences li:last-child{border-bottom:none}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-header h1{font-size:2rem}.contact-footer{grid-template-columns:1fr}.info-card{padding:1rem}.contact-form{padding:1.5rem}}@media (max-width:480px){.contact-header h1{font-size:1.8rem}.contact-header p{font-size:1rem}.info-card{flex-direction:column;gap:.5rem;text-align:center}.info-icon{font-size:1.5rem}.form-group input,.form-group textarea{font-size:.9rem;padding:10px 12px}}.article{background:#f8fafc;min-height:100vh;padding:2rem 0}.article-header{border-bottom:2px solid #e2e8f0;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.article-meta{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.article-category{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.article-read-time{color:#a0aec0;font-size:.875rem}.article-title{color:#2d3748;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.article-date{color:#718096;font-size:1rem;font-weight:500}.article-content{color:#4a5568;line-height:1.7;margin:0 auto;max-width:800px}.article-content h2{color:#2d3748;font-size:1.8rem;font-weight:600;margin:2rem 0 1rem}.article-content h3{color:#2d3748;font-size:1.4rem;font-weight:600;margin:1.5rem 0 .75rem}.article-content p{color:#4a5568;font-size:1.1rem;margin-bottom:1.5rem}.article-content ol,.article-content ul{margin:1.5rem 0;padding-left:1.5rem}.article-content li{color:#4a5568;font-size:1.1rem;margin-bottom:.5rem}.article-content strong{color:#2d3748;font-weight:600}.article-content a{color:#667eea;text-decoration:underline;transition:color .3s ease}.article-content a:hover{color:#764ba2}.article-content img{border-radius:8px;box-shadow:0 4px 20px #0000001a;margin:1rem 0}.article-content div[style*="display: flex"]{margin:2rem 0}.article-content div[style*="display: flex"] img{transition:transform .3s ease}.article-content div[style*="display: flex"] img:hover{transform:scale(1.02)}.article-footer{border-top:2px solid #e2e8f0;margin-top:3rem;padding-top:2rem;text-align:center}.article-not-found{background:#f8fafc;min-height:100vh;padding:4rem 0;text-align:center}.article-not-found h1{color:#2d3748;font-size:2.5rem;margin-bottom:1rem}.article-not-found p{color:#718096;font-size:1.2rem;margin-bottom:2rem}@media (max-width:768px){.article-title{font-size:2rem}.article-content h2{font-size:1.5rem}.article-content h3{font-size:1.25rem}.article-content li,.article-content p{font-size:1rem}.article-meta{align-items:center;flex-direction:column;gap:.5rem}.article-content img{max-width:100%!important;width:100%!important}.article-content div[style*="width: 40%"] img{max-width:300px!important;width:80%!important}}@media (max-width:480px){.article-title{font-size:1.75rem}.article-content{padding:0 1rem}.article-content img{max-width:100%!important;width:100%!important}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;min-height:80px;padding:0 2rem}.navbar-brand h1{color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:-.5px;margin:0}.brand-subtitle{color:#fffc;display:block;font-size:.9rem;font-weight:400;margin-top:2px}.navbar-tabs{display:flex;gap:.5rem}.nav-tab{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:12px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-tab:hover{background:#fff3;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.nav-tab.active{background:#ffffff40;box-shadow:0 4px 15px #0003;transform:translateY(-1px)}.tab-icon{font-size:1.1rem}.tab-label{font-size:.95rem}@media (max-width:768px){.navbar-container{flex-direction:column;gap:1rem;padding:1rem}.navbar-brand h1{font-size:1.5rem}.navbar-tabs{flex-wrap:wrap;justify-content:center}.nav-tab{font-size:.9rem;padding:10px 16px}.tab-label{display:none}.tab-icon{font-size:1.2rem}}@media (max-width:480px){.navbar-tabs{gap:.25rem}.nav-tab{padding:8px 12px}}
/*# sourceMappingURL=main.032bb0d8.css.map*/