@import "https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=Fira+Code:wght@300;400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#111;--navy-2:#1a1a1a;--navy-3:#222;--slate:#999;--slate-light:#c8c8c8;--white:#f5f5f5;--accent:#f39c12;--accent-dim:#f39c1214;--gold:#f1c40f;--text-body:#c8c8c8;--border:#f39c122e;--border-soft:#ffffff0f;--ff:"Sora",sans-serif;--fm:"Fira Code",monospace}.light{--navy:#f8f6f1;--navy-2:#f0ede6;--navy-3:#e8e3d8;--slate:#5a5550;--slate-light:#3a3530;--white:#1a1710;--accent:#c47a0a;--accent-dim:#c47a0a14;--gold:#b8860b;--text-body:#3a3530;--border:#c47a0a33;--border-soft:#0000000f}.light .nav{background:#f8f6f1eb}.light .nav-mobile{background:#f8f6f1fa}.light .hero-bg{background:radial-gradient(60% 50% at 70% 40%,#c47a0a12 0%,#0000 70%),radial-gradient(40% 40% at 20% 70%,#b8860b0d 0%,#0000 60%)}.light .grid-overlay{background-image:linear-gradient(#c47a0a0d 1px,#0000 1px),linear-gradient(90deg,#c47a0a0d 1px,#0000 1px)}.theme-toggle{border:.5px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--slate);background:0 0;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s,border-color .2s;display:flex}.theme-toggle:hover{color:var(--accent);border-color:var(--accent)}.site{font-family:var(--ff);background:var(--navy);color:var(--text-body);min-height:100vh;line-height:1.7}.nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:.5px solid var(--border);box-sizing:border-box;background:#111111eb;align-items:center;width:100%;height:64px;padding:0 1.25rem;display:flex;position:sticky;top:0}.nav-logo{letter-spacing:.02em;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--ff);white-space:nowrap;background:0 0;border:none;flex-shrink:0;min-width:200px}.nav-logo span{color:var(--accent)}.nav-links{flex:1;justify-content:center;gap:1.5rem;list-style:none;display:flex}.nav-links button{font-family:var(--fm);color:var(--slate);cursor:pointer;letter-spacing:.04em;background:0 0;border:none;padding:0;font-size:.78rem;transition:color .2s;position:relative}.nav-links button:after{content:"";background:var(--accent);width:0;height:1px;transition:width .25s;position:absolute;bottom:-3px;left:0}.nav-links button:hover{color:var(--white)}.nav-links button:hover:after{width:100%}.nav-links button.active{color:var(--accent)}.nav-links button.active:after{width:100%}.nav-actions{border-left:.5px solid var(--border-soft);flex-shrink:0;align-items:center;gap:.5rem;margin-left:auto;padding-left:1.5rem;display:flex}.nav-burger{cursor:pointer;color:var(--slate);background:0 0;border:none;padding:4px;display:none}.nav-mobile{border-bottom:.5px solid var(--border);z-index:99;background:#111111fa;flex-direction:column;gap:.25rem;padding:1rem 2rem;display:none;position:absolute;top:64px;left:0;right:0}.nav-mobile.open{display:flex}.nav-mobile button{font-family:var(--fm);color:var(--slate);cursor:pointer;text-align:left;border:none;border-bottom:.5px solid var(--border-soft);background:0 0;padding:.65rem 0;font-size:.85rem;transition:color .2s}.nav-mobile button:last-child{border-bottom:none}.nav-mobile button:hover,.nav-mobile button.active{color:var(--accent)}@media (width<=550px){.nav-links{display:none}.nav-burger{display:block}.nav-actions{border-left:none;padding-left:0}.nav-logo{min-width:auto}.page-hero,.inner,.home-left{padding:2rem 1.25rem}.home-right{padding:1.5rem 1.25rem}.home-cards-row{gap:.75rem}.home-contact-box{flex-direction:column;align-items:flex-start;gap:.75rem}.btn-primary,.btn-outline{padding:10px 18px;font-size:.75rem}.hero-cta{flex-direction:column;width:100%}.hero-cta .btn-primary,.hero-cta .btn-outline{justify-content:center;width:100%}}@media (width<=800px) and (width>=551px){.nav-links{gap:1rem}.nav-links button{font-size:.72rem}}.section-label{font-family:var(--fm);color:var(--accent);letter-spacing:.08em;margin-bottom:.75rem;font-size:.72rem}.section-title{color:var(--white);letter-spacing:-.01em;margin-bottom:2.5rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600}.section-title-link{color:inherit;cursor:pointer;font:inherit;letter-spacing:inherit;background:0 0;border:none;padding:0;transition:color .2s}.section-title-link:hover{color:var(--accent)}.tag-row{flex-wrap:wrap;gap:6px;display:flex}.tag{font-family:var(--fm);border:.5px solid var(--border);color:var(--slate-light);background:var(--accent-dim);letter-spacing:.04em;border-radius:100px;padding:3px 10px;font-size:.7rem}.btn-primary{background:var(--accent);color:#fff;font-family:var(--fm);letter-spacing:.04em;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.8rem;font-weight:500;transition:opacity .2s,transform .15s;display:inline-flex}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-outline{color:var(--slate-light);font-family:var(--fm);letter-spacing:.04em;border:.5px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.8rem;font-weight:500;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn-outline:hover{background:var(--accent-dim);color:var(--white);border-color:var(--accent)}.btn-ghost{font-family:var(--fm);color:var(--accent);cursor:pointer;letter-spacing:.04em;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:.76rem;transition:gap .2s;display:inline-flex}.btn-ghost:hover{gap:10px}.section-divider{background:linear-gradient(90deg,transparent,var(--border),transparent);width:100%;height:1px;margin:0}.hero:after{content:"";background:linear-gradient(to bottom,transparent,var(--navy));pointer-events:none;z-index:2;height:80px;position:absolute;bottom:0;left:0;right:0}.page-hero{box-sizing:border-box;padding:4rem 3rem 3rem;position:relative;overflow:hidden}.page-hero:after{content:"";background:linear-gradient(90deg,transparent,var(--border),transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.page-hero-bg{pointer-events:none;background:radial-gradient(50% 80% at 80%,#f39c120f 0%,#0000 70%);position:absolute;inset:0}.page-hero-inner{max-width:1100px;margin:0 auto;position:relative}.page-hero-inner .section-title{margin-bottom:.5rem}.page-hero-sub{color:var(--slate);max-width:560px;font-size:1rem;line-height:1.75}.inner{box-sizing:border-box;max-width:1100px;margin:0 auto;padding:4rem 3rem}.footer{border-top:.5px solid var(--border-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.footer-socials{align-items:center;gap:1rem;display:flex}.footer-social-link{color:var(--slate);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex}.footer-social-link:hover{color:var(--white)}.footer-copy{font-family:var(--fm);color:var(--slate);letter-spacing:.04em;font-size:.7rem}.hero{align-items:center;min-height:calc(100vh - 64px);padding:4rem 3rem;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;background:radial-gradient(60% 50% at 70% 40%,#f39c120f 0%,#0000 70%),radial-gradient(40% 40% at 20% 70%,#f39c1208 0%,#0000 60%);position:absolute;inset:0}.grid-overlay{pointer-events:none;background-image:linear-gradient(#f39c1208 1px,#0000 1px),linear-gradient(90deg,#f39c1208 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.hero-inner{z-index:1;max-width:680px;position:relative}.hero-tag{font-family:var(--fm);color:var(--accent);letter-spacing:.08em;border:.5px solid var(--border);background:var(--accent-dim);border-radius:100px;align-self:flex-start;align-items:center;margin-bottom:1.5rem;padding:6px 14px;font-size:.72rem;display:inline-flex}.pulse{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.hero-author{color:var(--white);letter-spacing:-.01em;margin:0 0 .75rem;font-size:3rem;font-weight:600;line-height:1}.hero-meta{flex-direction:column;gap:.4rem;display:flex}.hero-meta-item{font-family:var(--fm);color:var(--slate);letter-spacing:.02em;align-items:center;gap:.5rem;font-size:.82rem;display:inline-flex}.hero-meta-item svg{color:var(--accent);flex-shrink:0}.hero-author-block{margin-bottom:2rem}.hero-name{color:var(--white);letter-spacing:-.02em;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1.08}.hero-name span{color:var(--accent)}.hero-desc{color:var(--slate-light);margin-bottom:2rem;font-size:1rem;line-height:1.8}.hero-skills{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.hero-skill{font-family:var(--fm);color:var(--slate-light);border:.5px solid var(--border-soft);background:var(--navy-3);letter-spacing:.03em;border-radius:100px;align-items:center;gap:6px;padding:5px 12px;font-size:.7rem;display:inline-flex}.hero-skill-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:5px;height:5px}.hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.home-page{flex-direction:column;min-height:calc(100vh - 64px);display:flex;position:relative;overflow:hidden}.home-bg{pointer-events:none;z-index:0;background:radial-gradient(60% 50% at 30% 40%,#f39c1214 0%,#0000 70%),radial-gradient(40% 40% at 80% 70%,#f39c120a 0%,#0000 60%);position:absolute;inset:0}.home-grid-overlay{pointer-events:none;z-index:0;background-image:linear-gradient(#f39c120a 1px,#0000 1px),linear-gradient(90deg,#f39c120a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.home-columns{z-index:1;flex:1;grid-template-columns:45% 55%;display:grid;position:relative}.home-left{align-items:stretch;padding:1.5rem 2rem 1.55rem 3rem;display:flex}.home-left .hero-inner{flex-direction:column;min-height:100%;display:flex}.home-right{flex-direction:column;gap:1rem;padding:1.5rem 3rem;display:flex}.home-cards-row{flex:1;grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.home-col{flex-direction:column;gap:.75rem;display:flex}.home-col-header{justify-content:space-between;align-items:center;display:flex}.home-card{background:var(--navy-3);border:.5px solid var(--border-soft);border-radius:10px;padding:1rem 1.25rem}.btn-ghost-sm{font-family:var(--fm);color:var(--slate);cursor:pointer;letter-spacing:.03em;background:0 0;border:none;padding:0;font-size:.7rem}.btn-ghost-sm:hover{color:var(--accent)}.home-exp-card{align-items:flex-start;gap:.75rem;display:flex}.home-exp-dot{border:2px solid var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.home-exp-dot.current{background:var(--accent)}.home-exp-role{color:var(--white);margin-bottom:2px;font-size:.95rem;font-weight:600}.home-exp-co{font-family:var(--fm);color:var(--accent);margin-bottom:2px;font-size:.72rem}.home-exp-date{font-family:var(--fm);color:var(--slate);font-size:.68rem}.home-project-card{cursor:pointer;transition:border-color .2s}.home-project-card:hover{border-color:var(--accent)}.home-project-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.home-project-title{color:var(--white);font-size:.95rem;font-weight:600}.home-project-status{font-family:var(--fm);color:var(--gold);white-space:nowrap;background:#e2a94e14;border:.5px solid #e2a94e4d;border-radius:100px;padding:2px 6px;font-size:.6rem}.home-project-desc{color:var(--slate-light);margin:0 0 .75rem;font-size:.8rem;line-height:1.6}.home-contact{background:var(--navy-3);border:.5px solid var(--border-soft);border-radius:10px;padding:1rem 1.25rem}.home-contact-title{color:var(--white);margin:.25rem 0 .75rem;font-size:1rem;font-weight:600}.home-contact-box{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.home-contact-heading{color:var(--white);margin-bottom:.2rem;font-size:.8rem;font-weight:600}.home-contact-desc{color:var(--slate);margin:0;font-size:.8rem;line-height:1.4}.home-contact-actions{gap:.6rem;display:flex}.home-page .footer{z-index:1;border-top:.5px solid var(--border-soft);background:0 0;position:relative}@media (width<=900px){.home-columns{grid-template-columns:1fr}.home-left{padding:2rem}.home-right{padding:1.5rem}.home-cards-row{grid-template-columns:1fr}.home-page{min-height:auto}}.alt-bg{background:var(--navy-2)}.alt-bg .summary-inner{max-width:1100px;margin:0 auto;padding:5rem 3rem}.summary-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.summary-header .section-title{margin-bottom:0}.about-exp-row{grid-template-columns:1fr 1fr;gap:2rem;max-width:1100px;margin:0 auto;padding:4rem 2rem;display:grid}.exp-col{flex-direction:column;display:flex}.about-exp-header{justify-content:space-between;align-items:flex-end;gap:.5rem;padding-bottom:1.5rem;display:flex}.about-exp-title{color:var(--white);letter-spacing:-.01em;white-space:nowrap;margin-bottom:0;font-size:1.3rem;font-weight:600}.exp-summary-list{flex-direction:column;flex:1;gap:.85rem;display:flex}.exp-summary-item{background:var(--navy-3);border:.5px solid var(--border-soft);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;transition:border-color .2s;display:flex}.exp-summary-item:hover{border-color:var(--border)}.exp-dot{border:2px solid var(--accent);border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:5px}.exp-dot.current{background:var(--accent)}.exp-meta{flex:1;min-width:0}.exp-role{color:var(--white);font-size:.88rem;font-weight:600;line-height:1.3}.exp-co{font-family:var(--fm);color:var(--accent);margin-top:3px;font-size:.68rem;line-height:1.4}.exp-date{font-family:var(--fm);color:var(--slate);margin-top:4px;font-size:.68rem}.contact-summary-box{background:var(--navy-3);border:.5px solid var(--border);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem 3rem;display:flex}.contact-summary-box h3{color:var(--white);margin-bottom:.4rem;font-size:1.2rem;font-weight:600}.contact-summary-box p{color:var(--slate);font-size:.88rem;line-height:1.6}.contact-actions{flex-wrap:wrap;gap:.75rem;display:flex}@media (width<=720px){.about-exp-row{grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 1.5rem}}.about-body{grid-template-columns:1fr 280px;align-items:start;gap:3rem;display:grid}.about-prose p{color:var(--slate-light);margin-bottom:1.2rem;font-size:.92rem;line-height:1.8}.about-prose p:last-child{margin-bottom:0}.about-prose strong{color:var(--white);font-weight:500}.about-prose h3{color:var(--white);letter-spacing:-.01em;margin:2rem 0 .75rem;font-size:1rem;font-weight:600}.about-sidebar{position:sticky;top:74px}.sidebar-card{background:var(--navy-3);border:.5px solid var(--border-soft);border-radius:14px;margin-bottom:1rem;padding:1.25rem}.sidebar-card h4{font-family:var(--fm);color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.85rem;font-size:.68rem}.skill-list{list-style:none}.skill-list li{color:var(--slate-light);border-bottom:.5px solid var(--border-soft);align-items:center;gap:8px;padding:5px 0;font-size:.85rem;display:flex}.skill-list li:last-child{border-bottom:none}.skill-list li:before{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:5px;height:5px}.stat-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.stat-block{background:var(--navy-2);text-align:center;border-radius:10px;padding:1rem}.stat-num{font-family:var(--fm);color:var(--accent);margin-bottom:.25rem;font-size:1.4rem;font-weight:500;line-height:1}.stat-label{color:var(--slate);font-size:.72rem;line-height:1.3}.edu-degree{color:var(--white);margin-bottom:.2rem;font-size:.9rem;font-weight:600}.edu-school{color:var(--slate);margin-bottom:.5rem;font-size:.8rem}.edu-result{font-family:var(--fm);color:var(--gold);letter-spacing:.04em;background:#e2a94e14;border:.5px solid #e2a94e4d;border-radius:100px;padding:2px 10px;font-size:.68rem;display:inline-block}@media (width<=720px){.about-body{grid-template-columns:1fr}.about-sidebar{position:static}}.timeline{position:relative}.timeline:before{content:"";background:var(--border);width:1px;position:absolute;top:0;bottom:0;left:150px}.tl-item{grid-template-columns:140px 1fr;gap:1.5rem;padding-bottom:3.5rem;display:grid;position:relative}.tl-item:last-child{padding-bottom:0}.tl-date{font-family:var(--fm);color:var(--slate);text-align:right;letter-spacing:.01em;white-space:nowrap;padding-top:.25rem;padding-right:1rem;font-size:.65rem;line-height:1.6}.tl-dot{background:var(--navy);border:2px solid var(--accent);z-index:1;border-radius:50%;width:15px;height:15px;position:absolute;top:7px;left:143px}.tl-dot.current{background:var(--accent);box-shadow:0 0 0 4px #f39c122e}.tl-content{padding-left:1.5rem}.tl-role{color:var(--white);margin-bottom:.2rem;font-size:1.15rem;font-weight:600}.tl-company{font-family:var(--fm);color:var(--accent);letter-spacing:.03em;margin-bottom:.5rem;font-size:.78rem}.tl-type{font-family:var(--fm);color:var(--gold);letter-spacing:.04em;background:#e2a94e14;border:.5px solid #e2a94e4d;border-radius:100px;margin-bottom:1rem;padding:2px 10px;font-size:.65rem;display:inline-block}.tl-desc{color:var(--slate-light);margin-bottom:1.25rem;font-size:.9rem;line-height:1.8}.tl-highlights{margin-bottom:1.25rem;list-style:none}.tl-highlights li{color:var(--slate-light);gap:10px;padding:4px 0;font-size:.86rem;line-height:1.65;display:flex}.tl-highlights li:before{content:"→";color:var(--accent);font-family:var(--fm);flex-shrink:0;margin-top:1px}.skills-section{border-top:.5px solid var(--border-soft);margin-top:5rem;padding-top:4rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:1rem;margin-top:2rem;display:grid}.skill-group{background:var(--navy-3);border:.5px solid var(--border-soft);border-radius:12px;padding:1.25rem 1.5rem;transition:border-color .2s}.skill-group:hover{border-color:var(--border)}.skill-group-title{font-family:var(--fm);color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.7rem}@media (width<=600px){.timeline:before{left:0}.tl-item{grid-template-columns:1fr;padding-left:1.25rem}.tl-date{text-align:left;padding-right:0}.tl-dot{left:-7px}.tl-content{padding-left:0}}.project-full{border-bottom:.5px solid var(--border-soft);padding:3rem 0}.project-full:last-child{border-bottom:none}.project-full-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.project-badge{font-family:var(--fm);color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:.66rem}.project-full-title{color:var(--white);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.project-full-sub{color:var(--slate);max-width:460px;font-size:.88rem}.project-links{flex-wrap:wrap;flex-shrink:0;gap:.75rem;display:flex}.project-full-body{grid-template-columns:1fr 280px;align-items:start;gap:2.5rem;display:grid}.project-desc-full p{color:var(--slate-light);margin-bottom:1.1rem;font-size:.92rem;line-height:1.8}.project-desc-full p:last-child{margin-bottom:0}.project-desc-full strong{color:var(--white);font-weight:500}.project-desc-full h4{color:var(--white);margin:1.5rem 0 .65rem;font-size:.88rem;font-weight:600}.project-desc-full ul{margin-bottom:1.1rem;list-style:none}.project-desc-full ul li{color:var(--slate-light);gap:10px;padding:3px 0;font-size:.86rem;line-height:1.65;display:flex}.project-desc-full ul li:before{content:"→";color:var(--accent);font-family:var(--fm);flex-shrink:0}.project-meta-card{background:var(--navy-3);border:.5px solid var(--border-soft);border-radius:14px;padding:1.25rem;position:sticky;top:74px}.meta-row{border-bottom:.5px solid var(--border-soft);flex-direction:column;gap:4px;padding:.6rem 0;display:flex}.meta-row:last-child{border-bottom:none;padding-bottom:0}.meta-row:first-child{padding-top:0}.meta-label{font-family:var(--fm);color:var(--slate);letter-spacing:.08em;text-transform:uppercase;font-size:.65rem}.meta-value{color:var(--slate-light);font-size:.82rem;line-height:1.5}.status-active{color:var(--slate-light);align-items:center;gap:6px;font-size:.82rem;display:inline-flex}.status-active:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@media (width<=720px){.project-full-body{grid-template-columns:1fr}.project-meta-card{position:static}.project-full-title{font-size:1.3rem}}.contact-channels{flex-direction:column;gap:1rem;display:flex}.contact-channel{background:var(--navy-3);border:.5px solid var(--border-soft);cursor:pointer;border-radius:14px;align-items:center;gap:1.25rem;width:100%;padding:1.25rem 1.5rem;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.contact-channel:hover{border-color:var(--border);transform:translate(4px)}.contact-channel-icon{background:var(--accent-dim);border:.5px solid var(--border);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.contact-channel-meta{text-align:left;flex:1;min-width:0}.contact-channel-name{color:var(--white);font-size:.9rem;font-weight:600}.contact-channel-value{font-family:var(--fm);color:var(--slate);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.75rem;overflow:hidden}.contact-channel-arrow{font-family:var(--fm);color:var(--accent);opacity:0;font-size:.8rem;transition:opacity .2s}.contact-channel:hover .contact-channel-arrow{opacity:1}.avail-badge{font-family:var(--fm);color:#6ee7b7;background:#6ee7b714;border:.5px solid #6ee7b740;border-radius:100px;align-items:center;gap:8px;padding:6px 14px;font-size:.76rem;display:inline-flex}.avail-badge:before{content:"";background:#6ee7b7;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}
