:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--primary:#e63946;--secondary:#457b9d;--accent:#f4d35e;--dark:#1a1a1a;--charcoal:#2a2a2a;--light:#f8f9fa;--white:#fff;--gray:#6b7280;--gold:#d4af37;--teal:#06d6a0;--shadow-sm:0 2px 8px #00000026;--shadow-md:0 6px 20px #0003;--shadow-lg:0 12px 40px #00000040;--glow:0 0 20px #e639464d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--dark);background:linear-gradient(#1a1a1a0a 1px,#0000 1px) 0 0/24px 24px,linear-gradient(90deg,#1a1a1a0a 1px,#0000 1px) 0 0/24px 24px,linear-gradient(135deg,#f8f9fa 0%,#edf0f5 100%) 0 0/cover;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.app{width:100%;overflow-x:hidden}section{border-bottom:1px solid #6b728026;max-width:1200px;margin:0 auto;padding:100px 20px}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700}h2{text-align:left;color:var(--dark);letter-spacing:-1px;font-size:3.5rem;font-weight:900}.section-subtitle{text-align:left;color:var(--gray);margin-bottom:3rem;font-size:1.1rem}@media (width<=768px){section{padding:60px 15px}h2{font-size:2rem}}@media (width<=480px){section{padding:40px 10px}h2{font-size:1.7rem}}.navbar{background:var(--white);border-bottom:2px solid var(--dark);box-shadow:var(--shadow-md);z-index:100;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-brand{color:var(--dark);align-items:center;gap:.5rem;font-weight:700;display:flex}.brand-icon{font-size:1.5rem}.nav-brand h1{letter-spacing:-.5px;color:var(--dark);margin:0;font-size:1.6rem;font-weight:900}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links button{color:var(--dark);cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:1rem;font-weight:500;transition:all .3s;position:relative}.nav-links button:hover{color:var(--primary)}.nav-links button:after{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-links button:hover:after{width:100%}@media (width<=768px){.nav-container{flex-wrap:wrap;padding:1rem}.nav-links{justify-content:center;gap:1rem;width:100%;margin-top:1rem}.nav-brand h1{font-size:1.2rem}}.hero{padding-top:40px}.hero-grid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.prospect-card{border:2px solid var(--dark);border-top:6px solid var(--primary);box-shadow:var(--shadow-lg);background:linear-gradient(140deg,#fff 0%,#f4f6f8 100%);border-radius:10px;padding:2.5rem;position:relative;overflow:hidden}.profile-header-row{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.name-title-section{flex-direction:column;flex:1;justify-content:center;display:flex}.profile-image-container{background:0 0;border:none;border-radius:12px;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:.75rem;width:180px;padding:0;display:flex;box-shadow:0 8px 24px #00000026}.profile-image{object-fit:cover;background:var(--dark);border-radius:8px;width:180px;height:180px}.connect-btn{background:linear-gradient(135deg, var(--primary), #c1121f);color:#fff;cursor:pointer;border:none;border-radius:8px;width:180px;margin-top:-4px;padding:.7rem 1rem;font-size:.95rem;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #e639464d}.connect-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e6394666}.contact-modal-overlay{z-index:9999;background:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact-modal{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:2.5rem;animation:.3s slideUp;position:relative;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{color:var(--gray);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:var(--dark);background:#f3f4f6}.contact-modal h3{color:var(--dark);margin:0 0 .5rem;font-size:2rem}.modal-subtitle{color:var(--gray);margin:0 0 2rem;font-size:1rem}.contact-links-modal{gap:1rem;display:grid}.contact-link-modal{color:var(--dark);background:linear-gradient(140deg,#f9fafb 0%,#f3f4f6 100%);border:2px solid #e5e7eb;border-radius:10px;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.contact-link-modal:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translate(8px);box-shadow:0 4px 16px #e639464d}.contact-link-modal svg{flex-shrink:0;width:24px;height:24px}.profile-header{flex-direction:column;flex:1;gap:.5rem;min-width:200px;display:flex}.profile-label{letter-spacing:2px;text-transform:uppercase;color:var(--primary);font-size:.78rem;font-weight:900}.board-status{color:var(--dark);background:#f1f5f9;border:1px solid #cbd5e1;border-radius:999px;padding:.25rem .65rem;font-size:.8rem;font-weight:700}.prospect-name{letter-spacing:-1px;z-index:1;margin:0 0 .5rem;font-size:4rem;line-height:1;position:relative}.prospect-role{color:var(--secondary);z-index:1;margin:0;font-size:1.5rem;font-weight:700;position:relative}.section-summaries{z-index:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:0;display:grid;position:relative}.summary-card{border:1px solid #d1d5db;border-left:4px solid var(--secondary);background:#fff;border-radius:10px;padding:1.5rem;transition:all .3s}.summary-card:hover{box-shadow:var(--shadow-lg);border-left-color:var(--primary);transform:translateY(-4px)}.summary-card h4{color:var(--dark);align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:1.1rem;display:flex}.summary-card p{color:var(--gray);margin:0 0 1rem;font-size:.95rem;line-height:1.6}.summary-bullets{color:var(--gray);margin:0 0 1rem 1.25rem;padding:0;list-style:outside}.summary-bullets li{margin-bottom:.5rem;font-size:.95rem;line-height:1.6}.expand-link{color:var(--secondary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.expand-link:hover{color:var(--primary);gap:.75rem}.hero-buttons{z-index:1;gap:.9rem;margin-top:1.6rem;display:flex;position:relative}.btn{border-radius:8px;padding:.8rem 1.2rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s}.btn-primary{background:linear-gradient(135deg, var(--primary), #c1121f);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{box-shadow:var(--glow);transform:translateY(-2px)}.btn-secondary{border:2px solid var(--dark);color:var(--dark);background:#fff}.btn-secondary:hover{background:var(--dark);color:#fff;transform:translateY(-2px)}.scouting-sidebar{flex-direction:column;gap:1rem;display:flex}.sidebar-panel{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:1.2rem}.sidebar-panel h3{text-transform:uppercase;letter-spacing:1px;color:var(--dark);margin-bottom:.6rem;font-size:1rem}.scouting-list{color:var(--gray);gap:.45rem;margin:0;padding-left:1.5rem;font-size:.92rem;list-style:outside;display:grid}.sidebar-panel p{color:var(--gray);margin:0;font-size:.92rem;line-height:1.5}.dark-panel{background:linear-gradient(140deg, var(--dark), #111827);border-color:#111827}.dark-panel h3,.dark-panel p{color:#fff}@media (width<=1024px){.hero-grid{grid-template-columns:1fr}.prospect-name{font-size:2.8rem}}@media (width<=768px){.hero{padding-top:20px}.prospect-card{padding:1.4rem}.profile-header-row{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.profile-image-container,.profile-image{width:160px;height:160px}.prospect-name{font-size:2.2rem}.prospect-role{font-size:1.05rem}.section-summaries{grid-template-columns:1fr;gap:1.25rem}.hero-buttons{flex-direction:column}.contact-modal{margin:1rem;padding:2rem 1.5rem}.contact-modal h3{font-size:1.5rem}.contact-link-modal:hover{transform:translateY(-2px)}}.experience{width:100%}.section-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--primary);font-size:.75rem;font-weight:900}.experience-timeline{flex-direction:column;gap:1.5rem;display:flex;position:relative}.experience-timeline:before{content:"";background:linear-gradient(180deg, var(--primary), var(--secondary));width:3px;position:absolute;top:0;bottom:0;left:30px}.experience-card{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #d1d5db;border-radius:10px;margin-left:80px;padding:1.5rem 2rem;transition:all .3s;position:relative}.experience-card:before{content:"";border:3px solid var(--primary);background:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;top:2rem;left:-64px}.experience-card:hover{box-shadow:var(--shadow-md);transform:translate(10px)}.experience-card:hover:before{background:var(--primary);box-shadow:0 0 0 8px #ff6b6b33}.experience-card.expanded{box-shadow:var(--shadow-lg)}.card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.header-left{flex:1;align-items:flex-start;gap:1.5rem;display:flex}.header-left>div{flex-direction:column;gap:.5rem;display:flex}.company-logo{object-fit:contain;background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex-shrink:0;width:100px;height:100px;padding:12px;transition:all .3s;box-shadow:0 4px 12px #0000001a}.experience-card:hover .company-logo{border-color:var(--primary);transform:scale(1.05);box-shadow:0 6px 20px #00000026}.card-header h3{color:var(--dark);margin:0;font-size:1.3rem;line-height:1.3}.expand-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;box-shadow:0 2px 8px #e639464d}.expand-btn:hover{background:#c1121f;transform:scale(1.1);box-shadow:0 4px 12px #e6394666}.expand-btn:active{transform:scale(.95)}.company-badge{background:linear-gradient(135deg, var(--primary), #c1121f);color:#fff;white-space:nowrap;border-radius:6px;width:fit-content;padding:.4rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.duration{color:#4b5563;margin:0;font-size:.9rem;font-weight:600}.card-expanded{border-top:1px solid var(--light);margin-top:1.5rem;padding-top:1.5rem;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.description{color:var(--gray);margin:0 0 1rem;line-height:1.8}.highlights-label{text-transform:uppercase;letter-spacing:1px;color:var(--secondary);margin-bottom:.75rem;font-size:.74rem;font-weight:800}.highlights-list{flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none;display:flex}.highlight-item{color:var(--dark);padding-left:1.5rem;font-size:.95rem;line-height:1.6;position:relative}.highlight-item:before{content:"•";color:var(--primary);font-size:1.1rem;font-weight:700;position:absolute;left:0}@media (width<=768px){.experience-timeline:before{left:15px}.experience-card{margin-left:50px}.experience-card:before{border-width:2px;width:12px;height:12px;left:-42px}.card-header{flex-direction:column}.header-left{flex-direction:column;align-items:flex-start}.company-logo{width:80px;height:80px;padding:10px}.expand-btn{width:36px;height:36px}.card-header h3{font-size:1.1rem}}.education{width:100%}.education-card{border:1px solid #d1d5db;border-top:6px solid var(--secondary);box-shadow:var(--shadow-sm);background:linear-gradient(145deg,#fff,#f5f7fb);border-radius:10px;padding:2rem}.education-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.education-title-wrap{align-items:center;gap:.9rem;display:flex}.education-logo{object-fit:contain;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:44px;height:44px;padding:4px}.education-degree{color:var(--gray);margin:.2rem 0 0;font-size:.92rem;font-weight:600}.education-top h3{color:var(--dark);margin:0;font-size:1.5rem}.education-badge{color:var(--gold);letter-spacing:1px;text-transform:uppercase;background:#111827;border-radius:999px;padding:.28rem .65rem;font-size:.72rem;font-weight:800}.education-school{color:var(--gray);margin:.7rem 0 1.2rem}.education-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.education-item{background:#fff;border:1px solid #d1d5db;border-radius:8px;flex-direction:column;gap:.25rem;padding:.85rem 1rem;display:flex}.item-label{color:var(--secondary);letter-spacing:1px;text-transform:uppercase;font-size:.73rem;font-weight:800}.item-value{color:var(--dark);font-size:.95rem;font-weight:600}.education-section{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.section-subtitle{color:var(--dark);margin:0 0 1rem;font-size:1.15rem;font-weight:700}.education-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.education-list li{border-left:3px solid var(--secondary);border:1px solid #d1d5db;border-left:3px solid var(--secondary);color:var(--dark);background:#fff;border-radius:6px;padding:.7rem 1rem;font-size:.95rem;font-weight:600}.featured-section{border:2px solid var(--gold);background:linear-gradient(135deg,#fffbf0 0%,#fff 100%);border-radius:12px;margin-top:2rem;padding:0;overflow:hidden}.featured-header{background:linear-gradient(135deg, var(--gold) 0%, #b8941f 100%);margin:0;padding:.75rem 1.5rem}.featured-badge{letter-spacing:1px;text-transform:uppercase;color:#fff;font-size:.85rem;font-weight:800;display:block}.featured-award{flex-direction:column;align-items:center;gap:2rem;padding:2.5rem 3rem 2rem;display:flex}.featured-title-section{text-align:center}.featured-title-section h5{color:var(--dark);margin:0 0 1rem;font-size:2rem;font-weight:800;line-height:1.2}.featured-org-section{border-left:4px solid var(--primary);background:linear-gradient(135deg,#e639460d,#e6394605);border-radius:6px;max-width:500px;margin:0 auto;padding:.75rem 1.5rem}.featured-org-main{color:var(--dark);margin:0 0 .25rem;font-size:1.15rem;font-weight:700;line-height:1.3}.featured-org-sub{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.95rem;font-weight:600}.featured-content{background:#fff;border:2px solid #e5e7eb;border-radius:12px;max-width:900px;margin:0 auto;padding:2rem 2.5rem;box-shadow:0 2px 8px #0000000d}.featured-highlights{text-align:left;flex-direction:column;gap:.85rem;max-width:700px;margin:0 auto;padding:0 0 0 1.5rem;list-style:outside;display:flex}.featured-highlights li{color:var(--gray);padding-left:0;font-size:1rem;line-height:1.7;position:relative}.instagram-embed{background:0 0;border-radius:12px;justify-content:center;align-items:flex-start;width:100%;max-width:500px;margin:0 auto;padding:0;display:flex}.instagram-embed iframe{border:1px solid #0000001a;border-radius:12px;box-shadow:0 8px 24px #00000026}@media (width<=1280px){.featured-award{gap:1.5rem;padding:2rem 1.5rem}.featured-title-section h5{font-size:1.75rem}.instagram-embed{max-width:100%}}@media (width<=768px){.education-card{padding:1.4rem}.education-grid{grid-template-columns:1fr}.featured-award{gap:1.5rem;padding:1.5rem 1rem}.featured-title-section h5{font-size:1.5rem}.featured-org-section{padding:.5rem 1rem}.featured-org-main{font-size:1rem}.featured-org-sub{font-size:.85rem}.featured-highlights li{padding-left:1.5rem;font-size:.9rem}}.projects{width:100%}.projects h2{margin-bottom:0}.featured-project{background:linear-gradient(135deg, var(--dark) 0%, var(--charcoal) 100%);color:#fff;box-shadow:var(--shadow-lg);border-radius:8px;margin-bottom:3rem;padding:3rem;position:relative;overflow:hidden}.featured-project:before{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary), var(--primary));height:4px;position:absolute;top:0;left:0;right:0}.project-badge{color:var(--gold);letter-spacing:1px;text-transform:uppercase;background:#111827;border-radius:999px;margin-top:.25rem;margin-bottom:.5rem;padding:.2rem .65rem;font-size:.72rem;font-weight:800;display:inline-block}.featured-content{flex-direction:column;gap:1.5rem;display:flex}.featured-text{flex-direction:column;gap:1rem;display:flex}.featured-text h3{color:var(--dark);margin:0;font-size:2rem;font-weight:900}.featured-text p{color:var(--gray);margin:0;font-size:1.05rem;line-height:1.6}.featured-tags{flex-wrap:wrap;gap:.6rem;display:flex}.featured-tag{color:var(--gold);background:#ffffff26;border-color:#d4af374d}.featured-link{color:var(--gold);align-items:center;gap:.5rem;width:fit-content;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.featured-link:hover{gap:1rem;transform:translate(4px)}.featured-icon{opacity:.2;text-align:center;font-size:4rem}.filter-buttons{flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.filter-btn{border:2px solid var(--gray);color:var(--dark);cursor:pointer;background:#fff;border-radius:25px;padding:.6rem 1.5rem;font-weight:600;transition:all .3s}.filter-btn:hover{border-color:var(--primary);color:var(--primary);transform:scale(1.05)}.filter-btn.active{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;box-shadow:var(--shadow-md);border-color:#0000}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.projects-grid.other-projects{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.project-card{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #d1d5db;border-radius:12px;flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.project-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));width:100%;height:6px;transition:left .3s;position:absolute;top:0;left:-100%}.project-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-10px)}.project-card:hover:before{left:0}.project-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.project-header h3{color:var(--dark);flex:1;margin:0;font-size:1.3rem}.category-label{font-size:1.5rem}.project-description{color:var(--gray);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.project-tags{flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem;display:flex}.tag{color:var(--primary);background:linear-gradient(135deg,#ff6b6b1a,#4ecdc41a);border:1px solid #ff6b6b4d;border-radius:6px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.project-link{color:#1d4ed8;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.project-link:hover{color:var(--primary);gap:1rem}@media (width<=768px){.featured-content{grid-template-columns:1fr}.featured-project{padding:2rem}.featured-text h3{font-size:1.5rem}.projects-grid{grid-template-columns:1fr}.filter-buttons{gap:.8rem}.filter-btn{padding:.5rem 1rem;font-size:.9rem}.project-card{padding:1.5rem}.project-header h3{font-size:1.1rem}}.articles{width:100%}.section-header{margin-bottom:3rem}.section-eyebrow{letter-spacing:2px;color:var(--primary);text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:900;display:block}.articles h2{margin-bottom:0}.featured-article{background:linear-gradient(135deg, var(--secondary) 0%, var(--dark) 100%);color:#fff;box-shadow:var(--shadow-lg);border-left:5px solid var(--primary);border-radius:8px;margin-bottom:3rem;padding:2.5rem;position:relative;overflow:hidden}.featured-badge{background:var(--gold);color:#111827;text-transform:uppercase;letter-spacing:1px;border-radius:4px;margin-bottom:1.5rem;padding:8px 16px;font-size:.85rem;font-weight:900;display:inline-block}.featured-article-content{grid-template-columns:1fr auto;align-items:flex-start;gap:2rem;display:grid}.featured-article-text{flex-direction:column;gap:1rem;display:flex}.featured-category{display:none}.featured-article-text h3{color:#fff;margin:0;font-size:1.8rem;font-weight:900;line-height:1.3}.featured-article-text p{color:#fffffff2;margin:0;font-size:1rem;line-height:1.6}.featured-article-text .article-tags{margin-bottom:.5rem}.featured-article-text .tag{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d}.featured-article-text .tag:hover{background:#ffffff4d;transform:translateY(-2px)}.featured-article-link{color:var(--gold);align-items:center;gap:.5rem;width:fit-content;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.featured-article-link:hover{gap:1rem;transform:translate(4px)}.featured-article-meta{color:#fffc;white-space:nowrap;font-size:.9rem}.section-divider{letter-spacing:2px;color:var(--gray);text-transform:uppercase;border-top:2px solid #e5e7eb;margin:3rem 0 2rem;padding-top:2rem;font-size:.85rem;font-weight:900}.articles-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.articles-grid.other-articles{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.article-card{box-shadow:var(--shadow-sm);border-left:4px solid var(--secondary);background:#fff;border-top:1px solid #d1d5db;border-bottom:1px solid #d1d5db;border-right:1px solid #d1d5db;border-radius:12px;flex-direction:column;padding:2rem;transition:all .3s;display:flex}.article-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.article-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.category-tag{display:none}.article-date{color:var(--gray);white-space:nowrap;font-size:.85rem}.article-card h3{color:var(--dark);flex-grow:1;margin:0 0 1rem;font-size:1.3rem;line-height:1.4}.article-excerpt{color:var(--gray);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.article-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.tag{background:linear-gradient(135deg, var(--secondary), #3a6b8f);color:#fff;text-transform:capitalize;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s}.tag:hover{transform:translateY(-2px);box-shadow:0 4px 8px #457b9d4d}.article-link{color:var(--primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.article-link:hover{color:var(--secondary);gap:1rem}@media (width<=768px){.featured-article{padding:2rem}.featured-article-content{grid-template-columns:1fr}.featured-article-text h3{font-size:1.4rem}.articles-grid{grid-template-columns:1fr}.article-meta{flex-direction:column;align-items:flex-start}.article-card h3{font-size:1.1rem}.article-card{padding:1.5rem}}.footer{background:linear-gradient(135deg, var(--dark), #1a1a2e);color:var(--white);margin-top:80px;padding:60px 20px 20px}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto 40px;display:grid}.footer-section h3{color:var(--white);margin-bottom:1rem;font-size:1.3rem}.footer-section h4{color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1rem}.footer-section p{color:#ffffffb3;line-height:1.6}.footer-section ul{flex-direction:column;gap:.8rem;list-style:none;display:flex}.footer-section a{color:#ffffffb3;align-items:center;gap:.5rem;text-decoration:none;transition:all .3s;display:flex}.footer-section a:hover{color:var(--primary);transform:translate(4px)}.contact-links{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.contact-link{color:var(--white);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.6rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.contact-link:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-3px);box-shadow:0 4px 12px #e639464d}.contact-link svg{flex-shrink:0;width:20px;height:20px}.footer-bottom{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;max-width:1200px;margin:0 auto;padding-top:20px;font-size:.9rem}@media (width<=768px){.footer{margin-top:60px;padding:40px 15px 15px}.footer-content{gap:2rem}.footer-section h3{font-size:1.1rem}.footer-section h4{font-size:.9rem}.footer-section ul{gap:.6rem}}
