.nav_root{--nav-accent: #0071e3;--nav-text: #111;--nav-muted: #6b7280;--nav-bg: rgba(255, 255, 255, .75);--nav-border: rgba(0, 113, 227, .1);position:fixed;top:0;left:0;width:100%;transition:all .4s ease;z-index:1000;background:transparent;padding:12px 0}.nav_root.nav_scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--nav-border);box-shadow:0 4px 16px #0000000d}.nav_root .nav_container{width:92%;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav_root .nav_logo{display:flex;align-items:center;gap:10px;cursor:pointer;background:none;border:none}.nav_root .nav_logoIcon{position:relative;padding:10px;border-radius:12px;background:linear-gradient(135deg,#0071e31a,#0071e30d);border:1px solid rgba(0,113,227,.2);transition:all .3s ease}.nav_root .nav_logoIcon:hover{background:#0071e326;transform:rotate(5deg)}.nav_root .nav_planeIcon{color:var(--nav-accent);width:18px;height:18px}.nav_root .nav_logoText{display:flex;flex-direction:column;align-items:flex-start}.nav_root .nav_logoName{font-size:1.1rem;font-weight:600;color:var(--nav-text)}.nav_root .nav_logoSub{font-size:.65rem;color:var(--nav-muted);margin-top:-3px}.nav_root .nav_links{display:flex;align-items:center;gap:6px;background:#fff6;border:1px solid rgba(0,113,227,.15);border-radius:30px;padding:4px 6px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav_root .nav_item{background:transparent;border:none;padding:8px 16px;font-size:.9rem;color:#666;border-radius:20px;cursor:pointer;transition:all .3s ease}.nav_root .nav_item:hover{background:#0071e31a;color:var(--nav-accent)}.nav_root .nav_active{background:#0071e326;color:var(--nav-accent);font-weight:600;box-shadow:0 0 8px #0071e31a}.nav_root .nav_cta{display:flex;align-items:center}.nav_root .nav_connectBtn{background:linear-gradient(90deg,#0071e3,#0096ff);color:#fff;font-size:.9rem;font-weight:500;padding:10px 18px;border-radius:30px;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .4s ease;box-shadow:0 4px 12px #0071e340}.nav_root .nav_connectBtn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0071e359}.nav_root .nav_connectIcon{width:16px;height:16px}.nav_root .nav_menuBtn{display:none;background:#fff9;border:1px solid rgba(0,113,227,.2);padding:8px;border-radius:12px;cursor:pointer}.nav_root .nav_menuIcon{color:var(--nav-text);width:20px;height:20px}.nav_root .nav_mobileMenu{position:absolute;top:70px;left:0;right:0;background:#fffffffa;border-top:1px solid rgba(0,113,227,.15);box-shadow:0 8px 20px #00000014;border-radius:0 0 18px 18px;display:flex;flex-direction:column;gap:8px;padding:16px;animation:nav_fadeIn .4s ease}.nav_root .nav_mobileItem{background:none;border:none;padding:12px;border-radius:10px;text-align:left;font-size:.9rem;color:#555;transition:all .3s}.nav_root .nav_mobileItem:hover{background:#0071e31a;color:var(--nav-accent)}.nav_root .nav_mobileItem.nav_active{background:#0071e326;color:var(--nav-accent);font-weight:600}.nav_root .nav_mobileConnect{margin-top:10px;background:linear-gradient(90deg,#0071e3,#0096ff);color:#fff;font-weight:500;border:none;border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 4px 12px #0071e340;cursor:pointer;transition:.3s}.nav_root .nav_mobileConnect:hover{transform:translateY(-2px)}@keyframes nav_fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.nav_root .nav_links,.nav_root .nav_cta{display:none}.nav_root .nav_menuBtn{display:block}}.hero_root{--hero-bg: #ffffff;--hero-text: #111;--hero-accent: #0071e3;--hero-muted: #6b7280;position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--hero-bg);color:var(--hero-text);font-family:Inter,sans-serif}.hero_root .hero_bg{position:absolute;inset:0;background:linear-gradient(135deg,#fff,#f9fafc,#fff);z-index:0}.hero_root .hero_grid{position:absolute;inset:0;background-image:linear-gradient(#d6d6d6 1px,transparent 1px),linear-gradient(90deg,#d6d6d6 1px,transparent 1px);background-size:50px 50px;opacity:.03;z-index:1}.hero_root .hero_animations .hero_circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:hero_float 12s ease-in-out infinite}.hero_root .hero_circle1{width:600px;height:600px;top:25%;right:25%;background:#0071e314}.hero_root .hero_circle2{width:500px;height:500px;bottom:30%;left:20%;background:#005ab41a;animation-delay:3s}@keyframes hero_float{0%,to{transform:translateY(0)}50%{transform:translateY(25px)}}.hero_root .hero_container{position:relative;z-index:10;width:90%;max-width:1100px;margin:0 auto;text-align:center;animation:hero_fadeIn 1.4s ease forwards}.hero_root .hero_title{font-size:4rem;font-weight:800;color:var(--hero-text);letter-spacing:-.5px}.hero_root .hero_line{width:100px;height:3px;margin:20px auto;background:linear-gradient(to right,transparent,var(--hero-accent),transparent)}.hero_root .hero_subtitle{font-size:1.4rem;font-weight:400;color:#4b5563;margin-bottom:20px}.hero_root .hero_desc{color:var(--hero-muted);font-size:1.05rem;max-width:650px;margin:0 auto 35px;line-height:1.6}.hero_root .hero_buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:40px}.hero_root .hero_btn{display:inline-flex;align-items:center;gap:8px;font-size:1rem;font-weight:500;padding:12px 20px;border-radius:10px;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.hero_root .hero_btnIcon{width:18px;height:18px}.hero_root .hero_primary{background:var(--hero-accent);color:#fff;border-color:var(--hero-accent)}.hero_root .hero_primary:hover{background:#005bb5}.hero_root .hero_secondary{background:#0071e31a;color:var(--hero-accent);border:1px solid rgba(0,113,227,.3)}.hero_root .hero_secondary:hover{background:#0071e333}.hero_root .hero_outline{background:transparent;color:var(--hero-text);border:1px solid #ccc}.hero_root .hero_outline:hover{border-color:var(--hero-accent);color:var(--hero-accent)}.hero_root .hero_stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:50px}.hero_root .hero_statCard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px;transition:all .3s ease}.hero_root .hero_statCard:hover{border-color:var(--hero-accent);box-shadow:0 8px 20px #0071e326;transform:translateY(-4px)}.hero_root .hero_statNumber{font-size:2rem;font-weight:700;color:var(--hero-accent);margin-bottom:6px}.hero_root .hero_statLabel{color:#555;font-size:.9rem}@keyframes hero_fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero_root .hero_title{font-size:2.8rem}.hero_root .hero_subtitle{font-size:1.1rem}.hero_root .hero_desc{font-size:.95rem}}.about_root{--about-bg: #f9f9fb;--about-text: #1a1a1a;--about-foreground: #111;--about-accent: #0071e3;--about-muted: #6b7280;padding:120px 0;background-color:var(--about-bg);color:var(--about-text);font-family:Inter,sans-serif}.about_root .about_container{width:90%;max-width:1100px;margin:0 auto}.about_root .about_header{text-align:center;margin-bottom:80px}.about_root .about_title{font-size:2.8rem;font-weight:700;color:var(--about-foreground);margin-bottom:12px}.about_root .about_line{width:80px;height:4px;background-color:var(--about-accent);margin:0 auto 24px;border-radius:4px}.about_root .about_subtitle{font-size:1.1rem;color:var(--about-muted);max-width:600px;margin:0 auto;line-height:1.6}.about_root .about_content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}@media(max-width:900px){.about_root .about_content{grid-template-columns:1fr}}.about_root .about_text p{font-size:1.05rem;color:#333;line-height:1.7;margin-bottom:20px}.about_root .about_highlight{color:var(--about-accent);font-weight:600}.about_root .about_contact{margin-top:24px}.about_root .about_link{text-decoration:none;color:var(--about-accent);font-weight:500;transition:.3s}.about_root .about_link:hover{opacity:.8}.about_root .about_highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:600px){.about_root .about_highlights{grid-template-columns:1fr}}.about_root .about_card{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;transition:.3s}.about_root .about_card:hover{border-color:var(--about-accent);box-shadow:0 4px 16px #00000014}.about_root .about_iconWrapper{background-color:#0071e31a;width:fit-content;padding:10px;border-radius:12px;margin-bottom:16px}.about_root .about_icon{width:24px;height:24px;color:var(--about-accent)}.about_root .about_card h3{font-size:1rem;font-weight:600;margin-bottom:6px}.about_root .about_card p{font-size:.9rem;color:#666;line-height:1.5}@keyframes about_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes about_slideIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.about_root .about_fadeIn{opacity:0;animation:about_fadeIn 1s ease forwards}.about_root .about_slideIn{opacity:0;animation:about_slideIn 1s ease forwards}.proj_root{--proj-bg: #f9f9fb;--proj-text: #1a1a1a;--proj-accent: #0071e3;--proj-foreground: #111;--proj-muted: #6b7280;padding:120px 0;background-color:var(--proj-bg);color:var(--proj-text);font-family:Inter,sans-serif}.proj_root .proj_container{width:90%;max-width:1200px;margin:0 auto}.proj_root .proj_header{text-align:center;margin-bottom:80px}.proj_root .proj_title{font-size:2.8rem;font-weight:700;color:var(--proj-foreground);margin-bottom:12px}.proj_root .proj_line{width:80px;height:4px;background-color:var(--proj-accent);margin:0 auto 24px;border-radius:4px}.proj_root .proj_subtitle{font-size:1.1rem;color:var(--proj-muted);max-width:600px;margin:0 auto;line-height:1.6}.proj_root .proj_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:24px}.proj_root .proj_card{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px;transition:.3s;display:flex;flex-direction:column;justify-content:space-between;position:relative}.proj_root .proj_card:hover{border-color:var(--proj-accent);transform:translateY(-5px) scale(1.02);box-shadow:0 10px 30px #0000001a}.proj_root .proj_card:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:linear-gradient(90deg,#0071e3,#00c6ff,#0071e3);background-size:300%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:proj_gradientMove 4s linear infinite}@keyframes proj_gradientMove{0%{background-position:0% 50%}to{background-position:300% 50%}}.proj_root .proj_top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.proj_root .proj_category{background-color:#0071e31a;color:var(--proj-accent);font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:12px}.proj_root .proj_icon{width:22px;height:22px;color:#6b7280;transition:.3s}.proj_root .proj_card:hover .proj_icon{color:var(--proj-accent)}.proj_root .proj_cardTitle{font-size:1.25rem;font-weight:600;color:#222;margin-bottom:12px;transition:color .3s}.proj_root .proj_card:hover .proj_cardTitle{color:var(--proj-accent)}.proj_root .proj_desc{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:16px}.proj_root .proj_tech{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.proj_root .proj_techBadge{background-color:#f3f4f6;color:#555;font-size:.8rem;padding:6px 10px;border-radius:8px;transition:.3s}.proj_root .proj_techBadge:hover{background-color:var(--proj-accent);color:#fff}.proj_root .proj_footer{border-top:1px solid #e5e7eb;padding-top:16px;display:flex;justify-content:flex-start}.proj_root .proj_btn{display:flex;align-items:center;gap:8px;background:none;border:none;font-size:.9rem;font-weight:500;color:var(--proj-accent);cursor:pointer;transition:.3s}.proj_root .proj_btn:hover{opacity:.8}.proj_root .proj_btnIcon{width:16px;height:16px}@keyframes proj_fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.proj_root .proj_fadeIn{opacity:0;animation:proj_fadeIn .9s ease forwards}.cert_root{--cert-bg: #ffffff;--cert-text: #1a1a1a;--cert-accent: #0071e3;--cert-muted: #6b7280;--cert-border: #e5e7eb;padding:90px 0;background:var(--cert-bg);color:var(--cert-text);font-family:Inter,sans-serif}.cert_root .cert_container{width:90%;max-width:1200px;margin:0 auto}.cert_root .cert_header{text-align:center;margin-bottom:45px}.cert_root .cert_header h2{font-size:2.5rem;font-weight:700;color:var(--cert-text)}.cert_root .cert_underline{width:80px;height:4px;background:var(--cert-accent);margin:15px auto;border-radius:2px}.cert_root .cert_header p{color:var(--cert-muted);font-size:1rem;max-width:650px;margin:0 auto}.cert_root .cert_filters{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:40px}.cert_root .cert_filterIcon{color:#555}.cert_root .cert_filterBtn{border:1px solid #ccc;background:#fff;padding:6px 14px;border-radius:8px;cursor:pointer;font-size:.85rem;transition:all .3s}.cert_root .cert_filterBtn:hover{border-color:var(--cert-accent);color:var(--cert-accent)}.cert_root .cert_active{background:var(--cert-accent);color:#fff;border-color:var(--cert-accent)}.cert_root .cert_carouselWrapper{position:relative;overflow:hidden;padding:0 30px}.cert_root .cert_emblaContainer{display:flex;gap:24px;transition:transform .4s ease}.cert_root .cert_emblaSlide{flex:0 0 calc(25% - 18px);max-width:calc(25% - 18px);display:flex;justify-content:center}@media(max-width:1440px){.cert_root .cert_emblaSlide{flex:0 0 calc(33.333% - 16px);max-width:calc(33.333% - 16px)}}@media(max-width:1024px){.cert_root .cert_emblaSlide{flex:0 0 calc(50% - 12px);max-width:calc(50% - 12px)}}@media(max-width:768px){.cert_root .cert_emblaSlide{flex:0 0 100%;max-width:100%}}.cert_root .cert_card{background:#ffffffbf;border:1px solid rgba(0,113,227,.15);border-radius:14px;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 6px #0000000f;transition:all .4s ease;width:260px;height:200px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.cert_root .cert_card:before{content:"";position:absolute;inset:0;border-radius:14px;background:linear-gradient(120deg,var(--cert-accent),transparent,var(--cert-accent));background-size:300% 300%;opacity:0;transition:opacity .4s,background-position 1.2s;z-index:0}.cert_root .cert_card:hover:before{opacity:.6;background-position:100% 0}.cert_root .cert_card:hover{box-shadow:0 8px 18px #0071e340;transform:translateY(-5px)}.cert_root .cert_icon{background:#0071e31a;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:10px;z-index:1}.cert_root .cert_info{position:relative;z-index:2}.cert_root .cert_info h3{font-size:.95rem;font-weight:600;margin-bottom:4px;color:var(--cert-text)}.cert_root .cert_issuer{color:#666;font-size:.85rem;margin-bottom:8px}.cert_root .cert_meta{display:flex;justify-content:space-between;font-size:.75rem;color:#555;margin-bottom:8px}.cert_root .cert_badge{background:#eef3fa;padding:2px 8px;border-radius:6px;font-size:.7rem}.cert_root .cert_viewDetails{background:transparent;border:none;color:var(--cert-accent);font-weight:500;cursor:pointer;font-size:.85rem;align-self:flex-start;transition:.3s}.cert_root .cert_viewDetails:hover{color:#005bb5}.cert_root .cert_navBtn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #ddd;border-radius:50%;width:40px;height:40px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px #0000001a;transition:.3s}.cert_root .cert_left{left:5px}.cert_root .cert_right{right:5px}.cert_root .cert_navBtn:hover{background:var(--cert-accent);color:#fff}.cert_root .cert_modalOverlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:50}.cert_root .cert_modal{background:#fff;border-radius:16px;padding:24px;width:90%;max-width:480px;position:relative;box-shadow:0 10px 35px #0003}.cert_root .cert_modalClose{position:absolute;top:15px;right:15px;background:transparent;border:none;cursor:pointer}.cert_root .cert_modalContent h3{font-size:1.2rem;font-weight:700;margin-bottom:4px}.cert_root .cert_modalContent .cert_issuer{color:#555;margin-bottom:10px}.cert_root .cert_desc{font-size:.9rem;color:#333;line-height:1.5;margin-bottom:12px}.cert_root .cert_verifyBtn{display:inline-flex;align-items:center;gap:6px;color:var(--cert-accent);font-weight:600;text-decoration:none;font-size:.9rem}.cert_root .cert_verifyBtn:hover{color:#005bb5}.cert_root .cert_fadeIn{opacity:0;animation:cert_fadeInAnim 1s ease forwards}@keyframes cert_fadeInAnim{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.contact_root{--contact_accent: #0071e3;--contact_background: #ffffff;--contact_text_primary: #1a1a1a;--contact_text_secondary: #5a5a5a;--contact_card_bg: rgba(255, 255, 255, .7);--contact_border: rgba(0, 0, 0, .1);--contact_shadow: 0 8px 24px rgba(0, 0, 0, .08);--contact_radius: 14px;background:var(--contact_background);padding:100px 20px;display:flex;justify-content:center;animation:fadeIn .8s ease-in-out;font-family:Inter,sans-serif}.contact_container{max-width:1200px;width:100%}.contact_header{text-align:center;margin-bottom:70px}.contact_header h2{font-size:2.5rem;font-weight:700;color:var(--contact_text_primary)}.contact_line{height:4px;width:80px;background:var(--contact_accent);margin:16px auto 24px;border-radius:4px}.contact_header p{color:var(--contact_text_secondary);font-size:1.1rem;max-width:640px;margin:0 auto}.contact_grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}@media(max-width:900px){.contact_grid{grid-template-columns:1fr}}.contact_info h3{font-size:1.8rem;font-weight:600;margin-bottom:20px;color:var(--contact_text_primary)}.contact_description{color:var(--contact_text_secondary);margin-bottom:40px;line-height:1.6}.contact_list{display:flex;flex-direction:column;gap:18px;margin-bottom:40px}.contact_item{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--contact_card_bg);border:1px solid var(--contact_border);border-radius:var(--contact_radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease;box-shadow:0 2px 6px #00000008}.contact_item:hover{border-color:var(--contact_accent);box-shadow:var(--contact_shadow);transform:translateY(-2px)}.contact_icon{background:#0071e31a;color:var(--contact_accent);border-radius:10px;padding:10px}.contact_label{font-size:.85rem;color:var(--contact_text_secondary)}.contact_value{font-weight:600;color:var(--contact_text_primary)}.contact_cta{background:#0071e30d;padding:24px;border-radius:var(--contact_radius);border:1px solid rgba(0,113,227,.15)}.contact_cta h4{margin-bottom:8px;color:var(--contact_text_primary)}.contact_cta p{color:var(--contact_text_secondary);margin-bottom:16px}.contact_button{width:100%;padding:12px 0;background:var(--contact_accent);color:#fff;border:none;border-radius:var(--contact_radius);font-weight:600;cursor:pointer;transition:.3s ease}.contact_button:hover{background:#005bb8}.contact_form{background:var(--contact_card_bg);border:1px solid var(--contact_border);border-radius:var(--contact_radius);padding:40px;box-shadow:var(--contact_shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.3s}.contact_form h3{font-size:1.8rem;font-weight:600;margin-bottom:24px;color:var(--contact_text_primary)}.form_group{margin-bottom:18px}.form_group label{font-size:.9rem;font-weight:500;color:var(--contact_text_primary);display:block;margin-bottom:6px}.form_group input,.form_group textarea{width:100%;border:1px solid var(--contact_border);border-radius:var(--contact_radius);padding:12px 14px;font-size:1rem;outline:none;background:#fff9;color:var(--contact_text_primary);transition:all .3s ease}.form_group input:focus,.form_group textarea:focus{border-color:var(--contact_accent);box-shadow:0 0 0 3px #0071e326}textarea{resize:none}.send_button{width:100%;background:var(--contact_accent);color:#fff;border:none;padding:14px 0;font-size:1rem;font-weight:600;border-radius:var(--contact_radius);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.send_button:hover{background:#005bb8;transform:translateY(-1px)}.toast_message{margin-top:20px;background:#0071e31a;border:1px solid rgba(0,113,227,.25);color:var(--contact_text_primary);padding:12px 14px;border-radius:var(--contact_radius);font-size:.95rem;text-align:center;animation:fadeIn .3s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer_root{--footer_accent: #0071e3;--footer_text_dark: #1a1a1a;--footer_text_light: #555;--footer_bg: #f9fafc;--footer_border: rgba(0, 0, 0, .1);--footer_shadow: 0 6px 16px rgba(0, 0, 0, .05);--footer_radius: 14px;background:var(--footer_bg);padding:80px 24px 40px;border-top:1px solid var(--footer_border);color:var(--footer_text_dark);font-family:Inter,sans-serif}.footer_container{max-width:1200px;margin:0 auto}.footer_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:40px;margin-bottom:50px}.footer_logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer_logoIcon{background:#0071e31a;color:var(--footer_accent);padding:8px;border-radius:10px;display:flex;align-items:center;justify-content:center}.footer_name{font-weight:700;font-size:1.1rem}.footer_description{font-size:.9rem;color:var(--footer_text_light);line-height:1.6;max-width:320px}.footer_links h3{font-size:1rem;font-weight:600;margin-bottom:14px}.footer_links ul{list-style:none;padding:0;margin:0}.footer_links li{margin-bottom:10px}.footer_links a{font-size:.9rem;color:var(--footer_text_light);text-decoration:none;transition:color .3s ease}.footer_links a:hover{color:var(--footer_accent)}.footer_connect h3{font-size:1rem;font-weight:600;margin-bottom:14px}.footer_icons{display:flex;gap:12px;margin-bottom:16px}.footer_icon{background:#0071e31a;color:var(--footer_accent);padding:10px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.footer_icon:hover{background:#0071e333;transform:translateY(-2px)}.footer_email a{color:var(--footer_text_light);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer_email a:hover{color:var(--footer_accent)}.footer_bottom{border-top:1px solid var(--footer_border);padding-top:24px;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;text-align:center;font-size:.85rem;color:var(--footer_text_light)}@media(max-width:768px){.footer_root{padding:60px 20px 30px}}:root{--bg: #0b0b0b;--panel: #060606;--text-green: #bfffbf;--text-amber: #ffd88b;--muted: #7d8b6e;--accent: #77ff77}.term-toggle-btn{position:fixed;bottom:22px;right:22px;z-index:12000;background:#071007;color:var(--accent);border:1px solid rgba(120,255,120,.12);padding:.55rem .75rem;border-radius:10px;font-family:monospace;cursor:pointer;box-shadow:0 6px 20px #0009}.term-minimized{position:fixed;bottom:18px;right:18px;z-index:12000;background:linear-gradient(180deg,#0b0b0b,#060606);border:1px solid rgba(120,255,120,.08);color:var(--accent);padding:.55rem .9rem;border-radius:12px;font-family:monospace;cursor:pointer;box-shadow:0 10px 30px #000000a6}.term-container{position:fixed;bottom:18px;right:18px;width:560px;height:420px;z-index:13000;display:flex;align-items:flex-end;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--text-green);transition:all .18s ease}.term-container.term-fullscreen{inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:28px}.term-window{width:100%;height:100%;background:linear-gradient(180deg,#030303,#050505);border:1px solid rgba(120,255,120,.06);border-radius:10px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #000000bf}.term-titlebar{height:36px;display:flex;align-items:center;padding:0 12px;gap:10px;border-bottom:1px solid rgba(120,255,120,.03);background:linear-gradient(180deg,rgba(255,255,255,.01),transparent)}.term-controls{display:flex;gap:8px;align-items:center}.term-btn{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer}.term-btn.red{background:#ff5f56}.term-btn.yellow{background:#ffbd2e}.term-btn.green{background:#27c93f}.term-title{margin-left:8px;font-size:.85rem;color:var(--muted);flex:1}.term-meta{color:#a0ffa040;font-size:.75rem}.term-body{flex:1;padding:14px;overflow-y:auto;background:linear-gradient(180deg,rgba(120,255,120,.01),transparent)}.term-line{margin:2px 0;color:var(--text-green);font-size:.92rem;white-space:pre-wrap;line-height:1.3}.term-inputbar{height:72px;display:flex;align-items:center;gap:10px;padding:8px 12px;border-top:1px solid rgba(120,255,120,.03);background:linear-gradient(180deg,#ffffff03,#00000005)}.term-prompt{color:#a8ff8a;font-size:.9rem;min-width:160px}.term-inputwrap{position:relative;flex:1}.term-input{width:100%;min-height:44px;max-height:220px;resize:none;background:transparent;border:none;outline:none;color:var(--text-green);font-family:inherit;font-size:.95rem;padding:6px 8px;line-height:1.18}.term-suggestions{position:absolute;right:6px;bottom:52px;background:#0a0a0a;border:1px solid rgba(160,255,160,.06);padding:6px;border-radius:6px;min-width:140px;max-width:320px;box-shadow:0 8px 30px #0009;z-index:14000}.term-suggestion{padding:6px 8px;font-family:inherit;font-size:.9rem;cursor:pointer;color:var(--text-green)}.term-suggestion:hover{background:#78ff780a}.term-submit{margin-left:10px;background:#081108;border:1px solid rgba(120,255,120,.06);color:var(--text-green);padding:8px 10px;border-radius:6px;cursor:pointer;font-family:inherit}.theme-amber .term-line,.theme-amber .term-input{color:var(--text-amber)}.theme-amber .term-prompt{color:#ffdd9a}.theme-white .term-line,.theme-white .term-input{color:#e8e8e8}.theme-white .term-prompt{color:#fff}@media(max-width:800px){.term-container{width:92%;height:60vh;left:4%;right:4%;bottom:16px}}.rec_root{--rec_accent: #0071e3;--rec_background: #f9f9fb;--rec_text: #1a1a1a;--rec_foreground: #111;padding:120px 0;background-color:var(--rec_background);color:var(--rec_text);font-family:Inter,sans-serif}.rec_root .rec_container{width:90%;max-width:1200px;margin:0 auto}.rec_root .rec_header{text-align:center;margin-bottom:64px}.rec_root .rec_title{font-size:2.4rem;font-weight:700;color:var(--rec_foreground);margin-bottom:8px}.rec_root .rec_line{width:80px;height:4px;background-color:var(--rec_accent);margin:0 auto 20px;border-radius:4px}.rec_root .rec_subtitle{font-size:1.05rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.rec_root .rec_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;align-items:start}.rec_root .rec_card{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;min-height:180px;box-shadow:0 3px 10px #0000000a}.rec_root .rec_card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000014}.rec_root .rec_quoteIcon{margin-bottom:12px}.rec_root .rec_quoteSymbol{width:30px;height:30px;color:#0071e333}.rec_root .rec_text{font-size:.95rem;color:#333;line-height:1.6;font-style:italic;margin-bottom:16px;overflow:hidden}.rec_root .rec_truncate{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.rec_root .rec_readMore{background:none;border:none;color:var(--rec_accent);font-weight:500;font-size:.9rem;text-align:left;cursor:pointer;margin-bottom:8px;transition:color .2s ease}.rec_root .rec_readMore:hover{color:#005bb5}.rec_root .rec_footer{border-top:1px solid #eaeef3;padding-top:10px}.rec_root .rec_name{font-size:1rem;font-weight:600;color:#111}.rec_root .rec_titleText{font-size:.9rem;color:#666}.rec_root .rec_company{font-size:.85rem;color:var(--rec_accent);font-weight:500;margin-top:4px}.rec_root .rec_cta{text-align:center;margin-top:60px}.rec_root .rec_btn{display:inline-flex;align-items:center;gap:10px;background-color:var(--rec_accent);color:#fff;border:none;border-radius:8px;padding:12px 20px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.rec_root .rec_btn:hover{background-color:#005bb5;transform:translateY(-2px)}.rec_root .rec_btnIcon{width:18px;height:18px}.rec_root .rec_modalOverlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999;animation:rec_fadeIn .25s ease forwards}.rec_root .rec_modal{background:#fff;border-radius:16px;padding:32px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px #0003;position:relative;animation:rec_slideUp .4s ease forwards}.rec_root .rec_modalClose{position:absolute;top:16px;right:16px;background:none;border:none;color:#666;cursor:pointer}.rec_root .rec_modalContent{text-align:left}.rec_root .rec_modalName{font-size:1.3rem;font-weight:700;color:#111}.rec_root .rec_modalTitle{font-size:1rem;color:#555;margin-bottom:20px}.rec_root .rec_modalTextWrapper{max-height:60vh;overflow-y:auto;padding-right:4px}.rec_root .rec_modalText{font-size:1rem;color:#333;line-height:1.7;font-style:italic;white-space:pre-wrap}@keyframes rec_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes rec_slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.rec_root .rec_fadeIn{opacity:0;animation:rec_slideUp .8s ease forwards}@media(max-width:768px){.rec_root .rec_grid{grid-template-columns:1fr;gap:20px}.rec_root .rec_modal{padding:24px;width:94%;max-height:75vh;border-radius:12px}}.exp_root{--exp-bg: #f9f9fb;--exp-text: #1a1a1a;--exp-accent: #0071e3;--exp-muted: #6b7280;--exp-foreground: #111;padding:120px 0;background-color:var(--exp-bg);color:var(--exp-text);font-family:Inter,sans-serif}.exp_root .exp_container{width:90%;max-width:1100px;margin:0 auto}.exp_root .exp_header{text-align:center;margin-bottom:80px}.exp_root .exp_title{font-size:2.8rem;font-weight:700;color:var(--exp-foreground);margin-bottom:12px}.exp_root .exp_line{width:80px;height:4px;background-color:var(--exp-accent);margin:0 auto 24px;border-radius:4px}.exp_root .exp_subtitle{font-size:1.1rem;color:var(--exp-muted);max-width:600px;margin:0 auto;line-height:1.6}.exp_root .exp_timelineWrapper{position:relative;margin-left:40px;padding-left:40px}.exp_root .exp_timelineLine{position:absolute;left:26px;top:0;width:2px;background:linear-gradient(to bottom,#0071e3,#80c0ff);border-radius:2px;opacity:.3;transition:height .3s ease-out}.exp_root .exp_timelineDot{position:absolute;left:20px;top:0;width:12px;height:12px;background:var(--exp-accent);border-radius:50%;box-shadow:0 0 10px #0071e380}.exp_root .exp_companyBlock{position:relative;margin-bottom:60px}.exp_root .exp_card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px;transition:all .3s ease}.exp_root .exp_card:hover{border-color:var(--exp-accent);box-shadow:0 8px 24px #0071e326}.exp_root .exp_company{display:flex;align-items:center;gap:14px;margin-bottom:20px}.exp_root .exp_companyLogo img{width:50px;height:50px;border-radius:12px;object-fit:contain;border:1px solid #eee;background:#fff;padding:4px}.exp_root .exp_companyName{font-weight:700;font-size:1.3rem;color:var(--exp-foreground)}.exp_root .exp_companyMeta{color:#666;font-size:.9rem}.exp_root .exp_position{border-top:1px solid #f0f0f0;padding-top:16px;margin-top:12px;transition:.3s}.exp_root .exp_active{background:linear-gradient(to right,#f9fcff,#fff);border-radius:12px;box-shadow:0 6px 24px #0071e314;border-top-color:var(--exp-accent)}.exp_root .exp_positionHeader{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.exp_root .exp_positionTitle{font-weight:600;font-size:1rem;color:var(--exp-foreground)}.exp_root .exp_positionPeriod{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#666}.exp_root .exp_iconSmall{width:16px;height:16px;color:var(--exp-accent)}.exp_root .exp_positionList{margin:0;padding-left:20px;max-height:0;opacity:0;overflow:hidden;transition:all .5s ease;list-style-type:none}.exp_root .exp_show{max-height:500px;opacity:1}.exp_root .exp_positionList li{margin-bottom:6px;line-height:1.6;color:#333;font-size:.9rem}.exp_root .exp_bullet{color:var(--exp-accent);margin-right:6px}.exp_root .exp_hoverHint{font-size:.8rem;color:#999;margin-top:8px;font-style:italic}.exp_root .exp_extraSection{margin-top:100px;text-align:center}.exp_root .exp_extraTitle{font-size:2rem;font-weight:700;color:var(--exp-foreground);margin-bottom:24px}.exp_root .exp_extraGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:20px}.exp_root .exp_extraCard{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;text-align:left;transition:all .3s ease}.exp_root .exp_extraCard:hover{border-color:var(--exp-accent);box-shadow:0 6px 24px #0071e326}.exp_root .exp_extraIcon{background-color:#0071e31a;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:10px;margin-bottom:12px}.exp_root .exp_extraRole{font-weight:600;color:var(--exp-foreground);margin-bottom:4px}.exp_root .exp_extraOrg{font-size:.9rem;color:#666;margin-bottom:6px}.exp_root .exp_extraPeriod{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--exp-accent);margin-bottom:10px}.exp_root .exp_extraDesc{color:#444;font-size:.9rem;line-height:1.6}@keyframes exp_fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.exp_root .exp_fadeIn{opacity:0;animation:exp_fadeIn .9s ease forwards}.skills_root{--skills-bg: #ffffff;--skills-text: #111;--skills-accent: #0071e3;--skills-muted: #6b7280;background:var(--skills-bg);padding:90px 0;font-family:Inter,sans-serif;color:var(--skills-text)}.skills_root .skills_container{width:90%;max-width:1200px;margin:0 auto}.skills_root .skills_header{text-align:center;margin-bottom:60px}.skills_root .skills_title{font-size:2.5rem;font-weight:700;color:var(--skills-text)}.skills_root .skills_line{width:80px;height:4px;background:var(--skills-accent);border-radius:2px;margin:16px auto}.skills_root .skills_subtitle{color:var(--skills-muted);font-size:1rem;max-width:600px;margin:0 auto;line-height:1.6}.skills_root .skills_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:28px}.skills_root .skills_card{background:#ffffffd9;border:1px solid rgba(0,113,227,.15);border-radius:20px;padding:32px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.skills_root .skills_card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #0071e326;border-color:#0071e34d}.skills_root .skills_cardHeader{display:flex;align-items:center;gap:14px;margin-bottom:20px}.skills_root .skills_icon{padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center}.skills_root .skills_cardTitle{font-size:1.2rem;font-weight:600;color:var(--skills-text)}.skills_root .skills_list{display:flex;flex-wrap:wrap;gap:10px}.skills_root .skills_pill{background:#f5f7fa;color:#333;font-size:.85rem;padding:8px 14px;border-radius:8px;border:1px solid #e5e7eb;transition:all .3s ease}.skills_root .skills_pill:hover{background:#0071e314;color:var(--skills-accent);border-color:#0071e333}.skills_root .skills_competencies{margin-top:70px;background:#fff;border:1px solid rgba(0,113,227,.15);border-radius:20px;padding:40px 30px;text-align:center}.skills_root .skills_compTitle{font-size:1.3rem;font-weight:700;color:var(--skills-text);margin-bottom:24px}.skills_root .skills_compList{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.skills_root .skills_compPill{background:#0071e314;color:var(--skills-accent);border-radius:30px;padding:8px 16px;font-size:.85rem;font-weight:500}@keyframes skills_fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.skills_root .skills_fadeIn{opacity:0;animation:skills_fadeIn 1s ease forwards}@media(max-width:768px){.skills_root .skills_grid{grid-template-columns:1fr}.skills_root .skills_card{padding:24px}.skills_root .skills_title{font-size:2rem}}body{margin:0;background-color:#fff;color:#e6e6e6;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}section{padding:80px 20px}h1,h2,h3{margin-bottom:16px}a{text-decoration:none;color:#00b4d8}
