.atl-land{--bg: #0D1210;--surface: #141C14;--elevated: #1A241A;--border: #243224;--primary: #22C55E;--amber: #F59E0B;--danger: #EF4444;--text: #E8F5E9;--text-2: #B8C5BA;--muted: #6B7B6F;--serif: "Fraunces", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif;--ease: cubic-bezier(.16, 1, .3, 1);--r: 20px}.atl-land,.atl-land *{box-sizing:border-box}.atl-land{margin:0;padding:0}html.lenis{height:auto}.atl-land{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}.atl-land ::-moz-selection{background:#22c55e40}.atl-land ::selection{background:#22c55e40}.atl-land img{display:block}.atl-land a{color:inherit}.atl-land .wrap{max-width:1180px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}.atl-land h1,.atl-land h2,.atl-land h3{font-family:var(--serif);font-weight:600;letter-spacing:-.03em;color:var(--text);margin:0}.atl-land .accent{color:var(--primary)}.atl-land .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--sans);font-weight:600;font-size:15.5px;border-radius:999px;padding:.78rem 1.6rem;text-decoration:none;transition:transform .35s var(--ease),background .25s var(--ease),border-color .25s var(--ease),color .25s var(--ease);cursor:pointer;border:0}.atl-land .btn-primary{background:var(--primary);color:#052e10}.atl-land .btn-primary:hover{background:#34d56e;transform:translateY(-1px)}.atl-land .btn-ghost{border:1px solid var(--border);color:var(--text);background:transparent}.atl-land .btn-ghost:hover{border-color:var(--primary);color:var(--primary)}.atl-land .btn .arr{transition:transform .3s var(--ease)}.atl-land .btn:hover .arr{transform:translate(3px)}.atl-land .eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:12.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--primary)}.atl-land .eyebrow:before{content:"";width:22px;height:2px;background:var(--primary);border-radius:2px}.atl-land .rv{opacity:0;transform:translateY(14px)}.atl-land .rv.in{opacity:1;transform:none;transition:opacity .6s var(--ease),transform .6s var(--ease)}.atl-land .rv.d1.in{transition-delay:.07s}.atl-land .rv.d2.in{transition-delay:.14s}.atl-land .rv.d3.in{transition-delay:.21s}.atl-land .progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:60;background:linear-gradient(90deg,var(--primary),#34d56e);transform:scaleX(0);transform-origin:0 0;pointer-events:none}.atl-land [data-tilt]{position:relative}.atl-land [data-tilt] .tglare{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(300px 300px at var(--gx, 50%) var(--gy, 50%),rgba(232,245,233,.055),transparent 65%);transition:opacity .35s var(--ease)}.atl-land [data-tilt]:hover .tglare{opacity:1}.atl-land .nav{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .35s var(--ease),border-color .35s var(--ease),backdrop-filter .35s;border-bottom:1px solid transparent}.atl-land .nav.scrolled{background:#0d1210c7;-webkit-backdrop-filter:blur(14px) saturate(1.2);backdrop-filter:blur(14px) saturate(1.2);border-bottom-color:var(--border)}.atl-land .nav .wrap{display:flex;align-items:center;justify-content:space-between;height:68px}.atl-land .logo{display:flex;align-items:center;gap:.65rem;text-decoration:none}.atl-land .logo .mark{width:30px;height:30px;border-radius:9px;border:2px solid var(--primary);position:relative;flex:none}.atl-land .logo .mark:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:4px;background:var(--primary)}.atl-land .logo .name{font-family:var(--serif);font-weight:600;font-size:21px;letter-spacing:-.02em}.atl-land .nav nav{display:flex;align-items:center;gap:2rem}.atl-land .nav nav>a:not(.btn){font-size:15px;font-weight:500;color:var(--text-2);text-decoration:none;transition:color .25s}.atl-land .nav nav>a:not(.btn):hover{color:var(--text)}.atl-land .nav .btn{padding:.55rem 1.25rem;font-size:14.5px}@media(max-width:720px){.atl-land .nav nav>a:not(.btn){display:none}}.atl-land .hero{padding:clamp(7rem,14vh,9.5rem) 0 clamp(3rem,7vw,5rem);position:relative}.atl-land .hero:before{content:"";position:absolute;top:0;right:0;bottom:20%;left:0;pointer-events:none;background:radial-gradient(ellipse 760px 460px at 68% 8%,rgba(34,197,94,.09),transparent 68%)}.atl-land .hero .wrap{position:relative;display:grid;grid-template-columns:minmax(0,6fr) minmax(0,6fr);gap:clamp(2.5rem,5vw,4.5rem);align-items:center}@media(max-width:940px){.atl-land .hero .wrap{grid-template-columns:1fr}}.atl-land .hero h1{font-size:clamp(2.7rem,5.6vw,4.3rem);line-height:1.02;margin:1.4rem 0 1.3rem;max-width:13ch;font-variation-settings:"opsz" 144;text-wrap:balance}.atl-land .hero .sub{font-size:clamp(1.02rem,1.5vw,1.15rem);color:var(--text-2);max-width:46ch;margin:0 0 2rem}.atl-land .hero .cta-row{display:flex;gap:.9rem;flex-wrap:wrap;align-items:center}.atl-land .hero .meta-row{display:flex;gap:2.2rem;margin-top:2.6rem;padding-top:1.6rem;border-top:1px solid var(--border);flex-wrap:wrap}.atl-land .metric .v{font-family:var(--serif);font-weight:600;font-size:1.45rem;letter-spacing:-.02em;color:var(--text)}.atl-land .metric .v em{font-style:normal;color:var(--primary)}.atl-land .metric .k{font-size:12.5px;color:var(--muted);margin-top:.15rem}.atl-land .hero-visual{position:relative;min-height:540px}@media(max-width:940px){.atl-land .hero-visual{min-height:0;margin-top:1rem}}.atl-land .hero-photo{position:absolute;top:0;right:0;width:78%;height:100%;border-radius:26px;overflow:hidden;box-shadow:0 50px 90px -50px #000000d9;border:1px solid var(--border)}@media(max-width:940px){.atl-land .hero-photo{position:relative;width:100%;height:420px}}.atl-land .hero-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.92) contrast(1.02);transform:scale(1.06);will-change:transform}.atl-land .hero-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(200deg,transparent 55%,rgba(13,18,16,.55));pointer-events:none}.atl-land .hero-photo .credit{position:absolute;right:12px;bottom:10px;z-index:2;font-size:10.5px;color:#e8f5e98c;text-decoration:none}.atl-land .phone-float{position:absolute;left:0;bottom:-28px;z-index:3;width:clamp(218px,17vw,252px);animation:pfloat 6s ease-in-out infinite}@keyframes pfloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(max-width:940px){.atl-land .phone-float{left:clamp(.5rem,4vw,2rem);bottom:-34px}}.atl-land .phone{position:relative;background:#161616;border-radius:38px;padding:9px;box-shadow:0 0 0 1px #2a2a2a,0 50px 80px -30px #000000d9;will-change:transform}.atl-land .screen{background:var(--bg);border-radius:30px;overflow:hidden;position:relative;aspect-ratio:9 / 19.2;display:flex;flex-direction:column}.atl-land .screen:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:7;pointer-events:none;opacity:0;background:radial-gradient(200px 200px at var(--gx, 50%) var(--gy, 50%),rgba(232,245,233,.08),transparent 62%);transition:opacity .35s var(--ease)}.atl-land .phone:hover .screen:after{opacity:1}.atl-land .p-status{display:flex;justify-content:space-between;align-items:center;padding:12px 20px 4px;font-size:10px;font-weight:600;color:var(--text)}.atl-land .p-status .ics{display:flex;gap:4px}.atl-land .p-status .ics i{width:9px;height:6px;background:var(--text);border-radius:1px;opacity:.8}.atl-land .p-scan{position:relative;margin:12px 14px 0;height:38%;background:#060a07;border-radius:14px;overflow:hidden}.atl-land .p-scan:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 130px 90px at 50% 62%,rgba(120,100,70,.4),transparent 70%),linear-gradient(180deg,#191919,#0a0a0a)}.atl-land .p-barcode{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56%;height:34%;display:flex;gap:1.5px;opacity:.9}.atl-land .p-barcode b{background:#1a1a1a;flex:1}.atl-land .p-barcode b:nth-child(2n){background:#e8f5e9}.atl-land .p-barcode b:nth-child(3n){flex:.5}.atl-land .p-barcode b:nth-child(5n){background:#e8f5e9;flex:.7}.atl-land .p-bracket{position:absolute;width:22px;height:22px;border:2.5px solid var(--danger)}.atl-land .p-bracket.tl{top:14px;left:14px;border-right:0;border-bottom:0;border-top-left-radius:6px}.atl-land .p-bracket.tr{top:14px;right:14px;border-left:0;border-bottom:0;border-top-right-radius:6px}.atl-land .p-bracket.bl{bottom:14px;left:14px;border-right:0;border-top:0;border-bottom-left-radius:6px}.atl-land .p-bracket.br{bottom:14px;right:14px;border-left:0;border-top:0;border-bottom-right-radius:6px}.atl-land .p-beam{position:absolute;left:10%;right:10%;height:2px;top:20%;background:linear-gradient(90deg,transparent,var(--danger),transparent);box-shadow:0 0 10px var(--danger);opacity:0}.atl-land .phone.play .p-beam{animation:pbeam 1.2s var(--ease) .6s}@keyframes pbeam{0%{top:16%;opacity:0}12%{opacity:1}88%{opacity:1}to{top:80%;opacity:0}}.atl-land .p-result{margin:12px 14px 0;background:linear-gradient(135deg,#2d1515,#3a1a1a);border:1.5px solid var(--danger);border-radius:13px;padding:11px 12px;opacity:0;transform:translateY(14px)}.atl-land .p-result.t-ok{background:linear-gradient(135deg,#122318,#16301f);border-color:var(--primary)}.atl-land .p-result.t-ok .sev{color:var(--primary)}.atl-land .p-result.t-ok .sev i{background:var(--primary);box-shadow:0 0 6px var(--primary)}.atl-land .p-result.t-ok .src{border-top-color:#22c55e40}.atl-land .p-result.t-ok .src b{background:#22c55e2e}.atl-land .p-result.t-amber{background:linear-gradient(135deg,#2a2010,#332714);border-color:var(--amber)}.atl-land .p-result.t-amber .sev{color:var(--amber)}.atl-land .p-result.t-amber .sev i{background:var(--amber);box-shadow:0 0 6px var(--amber)}.atl-land .p-result.t-amber .src{border-top-color:#f59e0b4d}.atl-land .p-result.t-amber .src b{background:#f59e0b33}.atl-land .phone.play .p-result{animation:pcard .55s var(--ease) 2s both}@keyframes pcard{to{opacity:1;transform:none}}.atl-land .p-result .sev{display:flex;align-items:center;gap:5px;font-size:8px;font-weight:700;letter-spacing:.12em;color:var(--danger);text-transform:uppercase}.atl-land .p-result .sev i{width:6px;height:6px;border-radius:50%;background:var(--danger);box-shadow:0 0 6px var(--danger)}.atl-land .p-result h4{font-family:var(--sans);font-size:11.5px;font-weight:700;line-height:1.25;color:var(--text);margin:5px 0 3px;letter-spacing:0}.atl-land .p-result .pm{font-size:9px;color:var(--text-2);line-height:1.35}.atl-land .p-result .src{display:flex;gap:5px;align-items:center;margin-top:7px;padding-top:7px;border-top:1px solid rgba(239,68,68,.25)}.atl-land .p-result .src b{font-size:7.5px;font-weight:700;background:#ef44442e;color:var(--text);border-radius:999px;padding:2px 6px;letter-spacing:.06em}.atl-land .p-result .src span{font-size:8px;color:var(--text-2)}.atl-land .p-action{margin:auto 14px 14px;background:var(--primary);color:#052e10;font-size:11px;font-weight:700;text-align:center;padding:9px;border-radius:999px;opacity:0;transform:translateY(10px)}.atl-land .phone.play .p-action{animation:pcard .5s var(--ease) 2.5s both}.atl-land .try-tray{position:absolute;right:0;bottom:-34px;z-index:3;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:.65rem .8rem;box-shadow:0 24px 50px -20px #000000b3}@media(max-width:940px){.atl-land .try-tray{position:relative;right:auto;bottom:auto;margin-top:3rem}}.atl-land .try-tray .tt-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding:0 .35rem}.atl-land .chip{font-family:var(--sans);font-size:12.5px;font-weight:600;color:var(--text-2);background:var(--elevated);border:1px solid var(--border);border-radius:999px;padding:.42rem .85rem;cursor:pointer;transition:border-color .25s var(--ease),color .25s var(--ease),background .25s var(--ease),transform .3s var(--ease)}.atl-land .chip:hover{transform:translateY(-1px);border-color:#2f4430;color:var(--text)}.atl-land .chip.active{background:#22c55e21;border-color:var(--primary);color:var(--primary)}.atl-land .chip{touch-action:none;cursor:grab}.atl-land .chip:active{cursor:grabbing}.atl-land .drag-ghost{position:fixed;z-index:100;pointer-events:none;transform:translate(-50%,-50%) scale(1.08) rotate(-3deg);opacity:.92;box-shadow:0 18px 40px -12px #000000b3}.atl-land .phone.drop-hint .screen{outline:2px dashed var(--primary);outline-offset:-8px}.atl-land .phone.drop-hint:after{content:"Drop to scan";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;font-size:12px;font-weight:700;color:var(--primary);background:#0d1210e0;border:1px solid var(--primary);border-radius:999px;padding:.45rem .95rem;white-space:nowrap}.atl-land .p-notif{position:absolute;top:8px;left:10px;right:10px;z-index:6;background:#141c14f5;border:1px solid var(--border);border-radius:11px;padding:7px 10px;display:flex;gap:7px;align-items:center;opacity:0;transform:translateY(-16px)}.atl-land .phone.play .p-notif{animation:pnotif .5s var(--ease) 3.4s both}@keyframes pnotif{to{opacity:1;transform:none}}.atl-land .p-notif .ic{width:18px;height:18px;border-radius:6px;flex:none;border:1.5px solid var(--primary);position:relative}.atl-land .p-notif .ic:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:2.5px;background:var(--primary)}.atl-land .p-notif .tx{font-size:8.5px;line-height:1.3;color:var(--text-2)}.atl-land .p-notif .tx b{display:block;font-size:9.5px;color:var(--text)}.atl-land .stepcard .demo-verdict,.atl-land .stepcard .demo-alert{transition:border-color .3s var(--ease)}.atl-land .stepcard:hover .demo-alert{border-color:var(--danger)}.atl-land .stepcard:hover .demo-alert .d{animation:dpulse 1.1s var(--ease) infinite}@keyframes dpulse{0%,to{box-shadow:0 0 #ef444480}50%{box-shadow:0 0 0 6px #ef444400}}.atl-land .stepcard:hover .demo-verdict{border-color:var(--primary)}.atl-land .featrow .photo-col .ph{transition:transform .9s var(--ease)}.atl-land .featrow .photo-col:hover .ph{transform:scale(1.015)}.atl-land section{padding:clamp(3.5rem,8vw,6.5rem) 0}.atl-land .shead{max-width:620px;margin-bottom:clamp(2.2rem,5vw,3.4rem)}.atl-land .shead h2{font-size:clamp(1.9rem,3.6vw,2.7rem);line-height:1.08;margin:1.1rem 0 .9rem;font-variation-settings:"opsz" 144;text-wrap:balance}.atl-land .shead p{color:var(--text-2);font-size:1.04rem;margin:0;max-width:52ch}.atl-land .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}@media(max-width:860px){.atl-land .steps{grid-template-columns:1fr}}.atl-land .stepcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.7rem 1.6rem 1.6rem;transition:border-color .3s var(--ease),transform .45s var(--ease)}.atl-land .stepcard:hover{border-color:#2f4430;transform:translateY(-3px)}.atl-land .stepcard .n{font-family:var(--serif);font-size:15px;font-weight:600;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid var(--border);margin-bottom:1.1rem}.atl-land .stepcard h3{font-size:1.32rem;letter-spacing:-.02em;margin-bottom:.55rem}.atl-land .stepcard p{font-size:14.5px;color:var(--text-2);margin:0}.atl-land .stepcard .demo{margin-top:1.3rem;border-radius:12px;overflow:hidden}.atl-land .demo-verdict{background:var(--elevated);border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem;display:flex;align-items:center;gap:.8rem}.atl-land .demo-verdict .score{font-family:var(--serif);font-weight:600;font-size:1.7rem;color:var(--primary);letter-spacing:-.02em}.atl-land .demo-verdict .score small{font-size:.9rem}.atl-land .demo-verdict .t{font-size:12.5px;color:var(--text-2);line-height:1.4}.atl-land .demo-verdict .t b{color:var(--text);display:block;font-size:13px}.atl-land .demo-alert{background:#ef444414;border:1px solid rgba(239,68,68,.4);border-radius:12px;padding:.85rem 1rem;display:flex;gap:.7rem;align-items:flex-start}.atl-land .demo-alert .d{width:8px;height:8px;border-radius:50%;background:var(--danger);margin-top:5px;flex:none}.atl-land .demo-alert .t{font-size:12.5px;color:var(--text-2);line-height:1.45}.atl-land .demo-alert .t b{color:var(--text);display:block;font-size:13px}.atl-land .demo-pool{background:var(--elevated);border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem}.atl-land .demo-pool .row{display:flex;justify-content:space-between;align-items:baseline}.atl-land .demo-pool .row b{font-size:13px;color:var(--text)}.atl-land .demo-pool .row .pr{font-family:var(--serif);font-weight:600;color:var(--primary);font-size:1.15rem}.atl-land .demo-pool .bar{height:5px;background:var(--border);border-radius:99px;margin-top:.65rem;overflow:hidden}.atl-land .demo-pool .bar i{display:block;height:100%;width:70%;background:var(--primary);border-radius:99px}.atl-land .demo-pool .cap{font-size:11.5px;color:var(--muted);margin-top:.5rem}.atl-land .break{position:relative;padding:0;height:clamp(420px,58vh,560px);overflow:clip}.atl-land .break img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:116%;-o-object-fit:cover;object-fit:cover;filter:saturate(.9) contrast(1.02) brightness(.85);will-change:transform}.atl-land .break:before,.atl-land .break:after{content:"";position:absolute;left:0;right:0;height:30%;z-index:1;pointer-events:none}.atl-land .break:before{top:0;background:linear-gradient(180deg,var(--bg),transparent)}.atl-land .break:after{bottom:0;height:75%;background:linear-gradient(0deg,rgba(13,18,16,.92) 0%,rgba(13,18,16,.45) 45%,transparent),linear-gradient(75deg,rgba(13,18,16,.55) 0%,transparent 55%)}.atl-land .break .inner{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:clamp(2.5rem,6vh,4rem)}.atl-land .break blockquote{font-family:var(--serif);font-weight:500;font-size:clamp(1.4rem,3vw,2.1rem);line-height:1.25;letter-spacing:-.02em;color:var(--text);max-width:24ch;margin:0 0 1rem;text-wrap:balance;text-shadow:0 2px 30px rgba(0,0,0,.6)}.atl-land .break cite{font-style:normal;font-size:14px;color:var(--text-2);text-shadow:0 1px 12px rgba(0,0,0,.8)}.atl-land .break cite b{color:var(--text)}.atl-land .break .credit{position:absolute;right:14px;bottom:12px;z-index:2;font-size:10.5px;color:#e8f5e980;text-decoration:none}.atl-land .featrow{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,6fr);gap:clamp(2.4rem,5vw,4.5rem);align-items:center}.atl-land .featrow+.featrow{margin-top:clamp(3.5rem,8vw,6rem)}@media(max-width:880px){.atl-land .featrow{grid-template-columns:1fr}.atl-land .featrow .photo-col{order:-1}}.atl-land .featrow .photo-col{position:relative}.atl-land .featrow .photo-col .ph{border-radius:24px;overflow:hidden;border:1px solid var(--border);box-shadow:0 40px 80px -45px #000c;aspect-ratio:4 / 3.2}.atl-land .featrow .photo-col img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.92);transform:scale(1.05);will-change:transform}.atl-land .featrow .photo-col .credit{position:absolute;right:12px;bottom:10px;font-size:10.5px;color:#e8f5e98c;text-decoration:none;z-index:2}.atl-land .featrow h2{font-size:clamp(1.8rem,3.2vw,2.45rem);line-height:1.08;margin:1.1rem 0 .95rem;font-variation-settings:"opsz" 144;text-wrap:balance}.atl-land .featrow .body{color:var(--text-2);font-size:1.02rem;margin:0 0 1.5rem;max-width:46ch}.atl-land .checks{list-style:none;margin:0 0 1.8rem;padding:0;display:grid;gap:.7rem}.atl-land .checks li{display:flex;gap:.7rem;align-items:flex-start;font-size:15px;color:var(--text-2)}.atl-land .checks li b{color:var(--text);font-weight:600}.atl-land .checks .ck{width:19px;height:19px;border-radius:50%;flex:none;margin-top:2px;background:#22c55e24;display:grid;place-items:center}.atl-land .checks .ck:after{content:"";width:9px;height:5px;border-left:2px solid var(--primary);border-bottom:2px solid var(--primary);transform:rotate(-45deg) translateY(-1px)}.atl-land .float-card{position:absolute;z-index:3;left:-18px;bottom:26px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:.9rem 1.1rem;box-shadow:0 24px 50px -20px #000000b3;max-width:240px;will-change:transform}@media(max-width:880px){.atl-land .float-card{left:12px}}.atl-land .float-card .fc-top{display:flex;align-items:center;gap:.55rem;margin-bottom:.4rem}.atl-land .float-card .fc-dot{width:8px;height:8px;border-radius:50%;background:var(--primary)}.atl-land .float-card .fc-dot.red{background:var(--danger)}.atl-land .float-card .fc-k{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.atl-land .float-card .fc-t{font-size:13px;color:var(--text);line-height:1.4}.atl-land .float-card .fc-t em{font-style:normal;color:var(--primary);font-weight:600}.atl-land .jgrid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(2.4rem,5vw,4.5rem);align-items:center}@media(max-width:880px){.atl-land .jgrid{grid-template-columns:1fr}}.atl-land .jgrid h2{font-size:clamp(1.8rem,3.2vw,2.45rem);line-height:1.08;margin:1.1rem 0 .95rem;font-variation-settings:"opsz" 144;text-wrap:balance}.atl-land .jgrid .body{color:var(--text-2);font-size:1.02rem;margin:0 0 1.5rem;max-width:46ch}.atl-land .jpanel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.3rem 1.4rem 1.5rem;box-shadow:0 40px 80px -45px #000c;min-height:380px;display:flex;flex-direction:column}.atl-land .jsteps{display:flex;gap:.55rem;align-items:center;margin-bottom:1.25rem}.atl-land .jsteps .js{font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);padding:.32rem .75rem;border-radius:999px;border:1px solid transparent;transition:color .3s var(--ease),border-color .3s var(--ease),background .3s var(--ease)}.atl-land .jsteps .js.on{color:var(--primary);border-color:var(--border);background:var(--elevated)}.atl-land .jsteps .sep{flex:1;height:1px;background:var(--border)}.atl-land .jstage{display:none;flex:1}.atl-land .jstage.on{display:flex;flex-direction:column;animation:jfade .55s var(--ease);transform-origin:50% 15%}@keyframes jfade{0%{opacity:0;transform:perspective(900px) rotateX(-8deg) translateY(14px)}}@keyframes jfadein{to{opacity:1;transform:none}}.atl-land .jhead{margin-bottom:.9rem}.atl-land .jhead b{display:block;font-size:15.5px;color:var(--text)}.atl-land .jhead span{font-size:12.5px;color:var(--muted)}.atl-land .shoprow{display:flex;align-items:center;gap:.85rem;padding:.8rem .9rem;border:1px solid var(--border);border-radius:14px;background:var(--elevated);transition:border-color .3s var(--ease)}.atl-land .shoprow:hover{border-color:#2f4430}.atl-land .shoprow+.shoprow{margin-top:.55rem}.atl-land .shoprow .av{width:38px;height:38px;border-radius:11px;flex:none;background:#22c55e1f;display:grid;place-items:center;font-family:var(--serif);color:var(--primary);font-weight:600;font-size:15px}.atl-land .shoprow .in{min-width:0}.atl-land .shoprow .nm{display:block;font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.atl-land .shoprow .mt{font-size:11.5px;color:var(--muted)}.atl-land .shoprow .mt em{font-style:normal;color:var(--primary);font-weight:600}.atl-land .shoprow .pr{margin-left:auto;display:flex;align-items:center;gap:.8rem;flex:none}.atl-land .shoprow .pr b{font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--text)}.atl-land .rsv{border:0;cursor:pointer;font-family:var(--sans);font-weight:700;font-size:12.5px;background:var(--primary);color:#052e10;border-radius:999px;padding:.45rem .95rem;transition:background .25s var(--ease),transform .3s var(--ease)}.atl-land .rsv:hover{background:#34d56e;transform:translateY(-1px)}.atl-land .jk{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.atl-land .jshop{font-family:var(--serif);font-size:1.35rem;font-weight:600;color:var(--text);letter-spacing:-.02em;margin:.25rem 0 1rem}.atl-land .jcode{font-family:ui-monospace,SF Mono,Cascadia Mono,Menlo,monospace;font-size:1.7rem;font-weight:700;letter-spacing:.16em;color:var(--primary);border:1.5px dashed rgba(34,197,94,.45);border-radius:14px;padding:.8rem 1rem;text-align:center;background:#22c55e0f}.atl-land .jcode.big{font-size:2.2rem;margin:.7rem 0 .9rem}.atl-land .jstat{display:flex;align-items:center;gap:.55rem;font-size:13.5px;color:var(--text-2);margin:1rem 0 1.3rem}.atl-land .jstat i{width:9px;height:9px;border-radius:50%;flex:none}.atl-land .jstat.wait i{background:var(--amber);animation:jblink 1.1s ease-in-out infinite}.atl-land .jstat.okk i{background:var(--primary);box-shadow:0 0 8px #22c55e99}.atl-land .jstat.okk{color:var(--text)}@keyframes jblink{50%{opacity:.25}}.atl-land .jnext{margin-top:auto;align-self:flex-start}.atl-land .jnext[disabled]{opacity:.4;pointer-events:none}.atl-land .jpay{font-size:13.5px;color:var(--text-2);margin-bottom:1.2rem}.atl-land .jdone{text-align:center;margin:auto 0;padding:1.5rem 0}.atl-land .jdone .big-ck{width:52px;height:52px;border-radius:50%;margin:0 auto 1rem;background:#22c55e24;display:grid;place-items:center}.atl-land .jdone .big-ck:after{content:"";width:20px;height:11px;border-left:3px solid var(--primary);border-bottom:3px solid var(--primary);transform:rotate(-45deg) translateY(-2px)}.atl-land .jdone b{font-family:var(--serif);font-size:1.4rem;font-weight:600;color:var(--text);letter-spacing:-.02em}.atl-land .jdone p{font-size:14px;color:var(--text-2);max-width:36ch;margin:.5rem auto 1.2rem}.atl-land .jreset{border:1px solid var(--border);background:transparent;color:var(--text-2);font:600 13px var(--sans);border-radius:999px;padding:.5rem 1.1rem;cursor:pointer;transition:border-color .25s,color .25s}.atl-land .jreset:hover{border-color:var(--primary);color:var(--primary)}.atl-land .agents{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:1.1rem;align-items:stretch}@media(max-width:880px){.atl-land .agents{grid-template-columns:1fr}}.atl-land .agent-list{display:grid;gap:.6rem;align-content:start}.atl-land .agent{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:.95rem 1.1rem;cursor:pointer;font-family:var(--sans);transition:border-color .3s var(--ease),background .3s var(--ease),transform .35s var(--ease)}.atl-land .agent:hover{border-color:#2f4430;transform:translate(2px)}.atl-land .agent.on{border-color:var(--primary);background:var(--elevated)}.atl-land .agent b{display:block;color:var(--text);font-size:15px;margin-bottom:.15rem}.atl-land .agent span{font-size:12.5px;color:var(--muted)}.atl-land .agent.on span{color:var(--text-2)}.atl-land .agent-out{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.2rem 1.4rem 1.4rem;min-height:300px}.atl-land .aout{display:none}.atl-land .aout.on{display:block}.atl-land .aline{display:flex;gap:.7rem;align-items:flex-start;padding:.7rem .1rem;border-bottom:1px dashed var(--border);font-size:14px;color:var(--text-2);line-height:1.5;opacity:0;transform:translateY(8px)}.atl-land .aout.go .aline{animation:jfadein .45s var(--ease) forwards}.atl-land .aout.go .aline:nth-child(1){animation-delay:.05s}.atl-land .aout.go .aline:nth-child(2){animation-delay:.2s}.atl-land .aout.go .aline:nth-child(3){animation-delay:.35s}.atl-land .aout.go .aline:nth-child(4){animation-delay:.5s}.atl-land .aline .m{width:18px;flex:none;text-align:center;font-weight:700;color:var(--muted)}.atl-land .aline.ok .m{color:var(--primary)}.atl-land .aline.bad .m{color:var(--danger)}.atl-land .averdict{margin-top:1rem;padding:.85rem 1rem;border-radius:12px;font-size:14px;color:var(--text-2);border:1px solid var(--border);background:var(--elevated);opacity:0;transform:translateY(8px)}.atl-land .aout.go .averdict{animation:jfadein .5s var(--ease) .7s forwards}.atl-land .averdict b{color:var(--text)}.atl-land .averdict.bad{border-color:#ef444473;background:#ef444412}.atl-land .averdict.okv{border-color:#22c55e66;background:#22c55e0f}.atl-land .seg{display:inline-flex;gap:4px;padding:4px;margin-bottom:1.6rem;background:var(--surface);border:1px solid var(--border);border-radius:999px}.atl-land .seg button{border:0;background:transparent;cursor:pointer;color:var(--text-2);font:600 14px var(--sans);padding:.55rem 1.15rem;border-radius:999px;transition:background .3s var(--ease),color .3s var(--ease)}.atl-land .seg button:hover{color:var(--text)}.atl-land .seg button.on{background:var(--primary);color:#052e10}.atl-land .bgrid{display:none;grid-template-columns:repeat(4,1fr);gap:1rem}.atl-land .bgrid.on{display:grid}@media(max-width:1020px){.atl-land .bgrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.atl-land .bgrid{grid-template-columns:1fr}}.atl-land .btile{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.25rem 1.2rem;opacity:0;transform:translateY(10px);transition:border-color .3s var(--ease)}.atl-land .btile:hover{border-color:#2f4430}.atl-land .bgrid.go .btile{animation:jfadein .5s var(--ease) forwards}.atl-land .bgrid.go .btile:nth-child(1){animation-delay:.04s}.atl-land .bgrid.go .btile:nth-child(2){animation-delay:.12s}.atl-land .bgrid.go .btile:nth-child(3){animation-delay:.2s}.atl-land .bgrid.go .btile:nth-child(4){animation-delay:.28s}.atl-land .btile h4{font-family:var(--sans);font-weight:700;font-size:15px;color:var(--text);margin:0 0 .4rem}.atl-land .btile p{margin:0;font-size:13.5px;color:var(--text-2);line-height:1.55}.atl-land .voices{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}@media(max-width:860px){.atl-land .voices{grid-template-columns:1fr}}.atl-land .voice{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.6rem 1.5rem;display:flex;flex-direction:column;gap:1.1rem;transition:border-color .3s var(--ease),transform .45s var(--ease)}.atl-land .voice:hover{border-color:#2f4430;transform:translateY(-3px)}.atl-land .voice blockquote{margin:0;font-size:15.5px;line-height:1.55;color:var(--text);flex:1}.atl-land .voice .who{display:flex;align-items:center;gap:.8rem}.atl-land .voice .who img{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid var(--border)}.atl-land .voice .who .nm{font-size:14px;font-weight:600;color:var(--text)}.atl-land .voice .who .rl{font-size:12.5px;color:var(--muted)}.atl-land .endcap{position:relative;text-align:center;overflow:clip}.atl-land .endcap .bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.atl-land .endcap .bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.34;filter:saturate(.85)}.atl-land .endcap .bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,var(--bg) 0%,rgba(13,18,16,.72) 30%,rgba(13,18,16,.66) 70%,var(--bg) 100%),radial-gradient(ellipse 70% 80% at 50% 50%,rgba(13,18,16,.55),transparent)}.atl-land .endcap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:radial-gradient(ellipse 640px 320px at 50% 100%,rgba(34,197,94,.12),transparent 70%);animation:glowPulse 7s ease-in-out infinite}@keyframes glowPulse{50%{opacity:.55}}.atl-land .endcap .wrap{position:relative}.atl-land .endcap h2{font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.04;max-width:18ch;margin:1.2rem auto 1rem;font-variation-settings:"opsz" 144;text-wrap:balance}.atl-land .endcap p{color:var(--text-2);margin:0 0 2.2rem}.atl-land .endcap .cta-row{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}.atl-land footer{border-top:1px solid var(--border);padding:2rem 0 2.4rem}.atl-land footer .wrap{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.atl-land footer .l{display:flex;align-items:center;gap:.6rem;color:var(--muted);font-size:13.5px}.atl-land footer .l .mk{width:18px;height:18px;border-radius:6px;border:1.5px solid var(--primary);position:relative}.atl-land footer .l .mk:after{content:"";position:absolute;top:3.5px;right:3.5px;bottom:3.5px;left:3.5px;border-radius:2.5px;background:var(--primary)}.atl-land footer .r{display:flex;gap:1.6rem;font-size:13.5px}.atl-land footer .r a{color:var(--muted);text-decoration:none}.atl-land footer .r a:hover{color:var(--text-2)}@media(prefers-reduced-motion:reduce){.atl-land,.atl-land *,.atl-land *:before,.atl-land *:after{animation-duration:.001ms!important;transition-duration:.05s!important}.atl-land .rv{opacity:1;transform:none}.atl-land .phone.play .p-result,.atl-land .phone.play .p-action{opacity:1;transform:none;animation:none}.atl-land .aline,.atl-land .averdict,.atl-land .btile{opacity:1;transform:none}}.atl-land .demo-pool .pr{display:inline-block;transition:transform .3s var(--ease)}.atl-land .demo-pool .pr.pop{transform:scale(1.25)}.atl-land .btn:active:not([disabled]),.atl-land .chip:active,.atl-land .rsv:active,.atl-land .jreset:active,.atl-land .agent:active,.atl-land .seg button:active,.atl-land .demo-pool:active,.atl-land .jnext:active:not([disabled]){transform:scale(.97);transition-duration:.08s}.atl-land .demo-alert.amber{background:#f59e0b14;border-color:#f59e0b66}.atl-land .demo-alert.amber .d{background:var(--amber)}.atl-land .stepcard:hover .demo-alert.amber{border-color:var(--amber)}.atl-land .stepcard:hover .demo-alert.amber .d{animation:dpulseA 1.1s var(--ease) infinite}@keyframes dpulseA{0%,to{box-shadow:0 0 #f59e0b80}50%{box-shadow:0 0 0 6px #f59e0b00}}.atl-land .scrolly-track{height:380vh;position:relative}.atl-land .scrolly-stage{position:sticky;top:0;height:100vh;overflow:clip;display:flex;flex-direction:column;justify-content:center}.atl-land .scrolly-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 620px 420px at 72% 50%,rgba(34,197,94,.07),transparent 70%)}.atl-land .s-head{margin-bottom:clamp(1.4rem,3vh,2.6rem)}.atl-land .s-head h2{font-size:clamp(1.8rem,3.4vw,2.6rem);line-height:1.08;margin:1rem 0 0;font-variation-settings:"opsz" 144;text-wrap:balance}.atl-land .sgrid{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,6fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.atl-land .s-steps{position:relative;padding-left:1.7rem;display:grid;gap:clamp(.7rem,1.8vh,1.4rem)}.atl-land .s-rail{position:absolute;left:0;top:6px;bottom:6px;width:2px;background:var(--border);border-radius:2px}.atl-land .s-rail i{display:block;width:100%;height:100%;background:var(--primary);border-radius:2px;transform:scaleY(0);transform-origin:50% 0}.atl-land .s-step{opacity:.32;transition:opacity .45s var(--ease)}.atl-land .s-step.on{opacity:1}.atl-land .s-step .kick{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);transition:color .45s var(--ease)}.atl-land .s-step.on .kick{color:var(--primary)}.atl-land .s-step h3{font-size:clamp(1.05rem,1.6vw,1.3rem);letter-spacing:-.02em;margin:.3rem 0 .35rem}.atl-land .s-step p{font-size:14px;color:var(--text-2);margin:0;max-width:42ch}.atl-land .sphone-col{display:flex;justify-content:center}.atl-land .sphone{width:clamp(200px,18vw,264px);will-change:transform}.atl-land .sphone .p-beam{opacity:0}.atl-land .scrolly-stage.b0 .sphone .p-beam{animation:sbeam 1.7s ease-in-out infinite}@keyframes sbeam{0%{top:16%;opacity:0}12%{opacity:1}88%{opacity:1}to{top:80%;opacity:0}}.atl-land .sphone .p-result,.atl-land .sphone .p-action,.atl-land .sphone .p-notif{opacity:0;transform:translateY(14px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.atl-land .scrolly-stage.b1 .sphone .p-result,.atl-land .scrolly-stage.b2 .sphone .p-result,.atl-land .scrolly-stage.b3 .sphone .p-result,.atl-land .scrolly-stage.b2 .sphone .p-action,.atl-land .scrolly-stage.b3 .sphone .p-action{opacity:1;transform:none}.atl-land .scrolly-stage.b2 .sphone .p-notif,.atl-land .scrolly-stage.b3 .sphone .p-notif{opacity:1;transform:none;transition-delay:.15s}.atl-land .s-coord{position:absolute;top:10px;right:10px;bottom:10px;left:10px;z-index:3;display:flex;flex-direction:column;justify-content:center;gap:5px;opacity:0;transition:opacity .5s var(--ease)}.atl-land .scrolly-stage.b3 .s-coord{opacity:1}.atl-land .scrolly-stage.b3 .sphone .p-barcode,.atl-land .scrolly-stage.b3 .sphone .p-bracket{opacity:.12;transition:opacity .5s var(--ease)}.atl-land .sc-row{display:flex;align-items:center;gap:6px;background:#141c14f0;border:1px solid var(--border);border-radius:9px;padding:6px 8px;opacity:0;transform:translateY(8px);transition:opacity .45s var(--ease),transform .45s var(--ease)}.atl-land .scrolly-stage.b3 .sc-row{opacity:1;transform:none}.atl-land .scrolly-stage.b3 .sc-row:nth-child(2){transition-delay:.18s}.atl-land .scrolly-stage.b3 .sc-row:nth-child(3){transition-delay:.36s}.atl-land .sc-row .nm{font-size:8.5px;font-weight:700;color:var(--text)}.atl-land .sc-row .st{font-size:7.5px;color:var(--text-2);margin-left:auto}.atl-land .sc-row .tk{width:12px;height:12px;border-radius:50%;flex:none;background:#22c55e2e;position:relative}.atl-land .sc-row .tk:after{content:"";position:absolute;left:3px;top:3.5px;width:5px;height:2.5px;border-left:1.5px solid var(--primary);border-bottom:1.5px solid var(--primary);transform:rotate(-45deg)}@media(max-width:880px){.atl-land .scrolly-track{height:340vh}.atl-land .scrolly-stage{justify-content:flex-start;padding-top:4.6rem}.atl-land .sgrid{grid-template-columns:1fr;gap:1.4rem}.atl-land .sphone-col{order:-1}.atl-land .sphone{width:clamp(170px,38vw,205px)}.atl-land .s-steps{min-height:150px;display:block}.atl-land .s-step{position:absolute;top:0;left:1.7rem;right:0;opacity:0;transform:translateY(8px);transition:opacity .45s var(--ease),transform .45s var(--ease)}.atl-land .s-step.on{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.atl-land .scrolly-track{height:auto}.atl-land .scrolly-stage{position:static;height:auto;padding:3rem 0}.atl-land .s-step,.atl-land .sphone .p-result,.atl-land .sphone .p-action,.atl-land .sphone .p-notif{opacity:1;transform:none}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Manrope,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--color-background: 248 246 243;--color-foreground: 15 17 21;--color-card: 255 254 252;--color-card-foreground: 15 17 21;--color-border: 212 208 200;--color-muted: 235 232 226;--color-muted-foreground: 98 95 88;--color-accent: 21 101 72;--color-accent-bright: 16 185 129;--color-danger: 183 28 28;--color-warning: 180 83 9;--color-caution: 158 97 6;--color-safe: 20 138 92;--shadow-refined-sm: 0 1px 2px rgb(6 7 10 / .06), 0 8px 24px rgb(6 7 10 / .04);--shadow-refined-md: 0 2px 6px rgb(6 7 10 / .07), 0 16px 32px rgb(6 7 10 / .06);--shadow-refined-lg: 0 8px 18px rgb(6 7 10 / .09), 0 28px 48px rgb(6 7 10 / .08);--shadow-refined-xl: 0 10px 24px rgb(6 7 10 / .12), 0 36px 72px rgb(6 7 10 / .14)}.dark{--color-background: 10 11 14;--color-foreground: 230 228 224;--color-card: 17 19 23;--color-card-foreground: 230 228 224;--color-border: 36 39 46;--color-muted: 23 25 30;--color-muted-foreground: 136 133 126;--color-accent: 16 185 129;--color-accent-bright: 52 211 153;--color-danger: 239 68 68;--color-warning: 245 158 11;--color-caution: 234 179 8;--color-safe: 52 199 122;--shadow-refined-sm: 0 1px 2px rgb(0 0 0 / .32), 0 8px 20px rgb(0 0 0 / .18);--shadow-refined-md: 0 2px 6px rgb(0 0 0 / .36), 0 16px 34px rgb(0 0 0 / .28);--shadow-refined-lg: 0 8px 20px rgb(0 0 0 / .36), 0 28px 52px rgb(0 0 0 / .32);--shadow-refined-xl: 0 12px 28px rgb(0 0 0 / .42), 0 40px 80px rgb(0 0 0 / .44)}*{--tw-border-opacity: 1;border-color:rgb(var(--color-border) / var(--tw-border-opacity, 1));border-color:rgb(var(--color-border))}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Manrope,system-ui,-apple-system,sans-serif;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));background-image:radial-gradient(circle at 6% 4%,rgb(var(--color-accent-bright) / .05),transparent 34%);font-feature-settings:"rlig" 1,"calt" 1;letter-spacing:-.01em;line-height:1.5;transition:background-color .22s ease,color .22s ease}.dark body{background-image:radial-gradient(circle at 4% 2%,rgb(var(--color-accent) / .12),transparent 42%)}h1,h2,h3,h4,h5,h6{font-family:Sora,system-ui,sans-serif;letter-spacing:-.03em;line-height:1.06;color:rgb(var(--color-foreground))}body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:rgb(var(--color-muted))}::-webkit-scrollbar-thumb{background:rgb(var(--color-muted-foreground) / .4);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-muted-foreground) / .58)}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-x-5{left:1.25rem;right:1.25rem}.inset-x-7{left:1.75rem;right:1.75rem}.-right-1\.5{right:-.375rem}.-right-16{right:-4rem}.-right-2{right:-.5rem}.-right-20{right:-5rem}.-top-1\.5{top:-.375rem}.-top-16{top:-4rem}.-top-2{top:-.5rem}.-top-20{top:-5rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-7{bottom:1.75rem}.left-0{left:0}.left-1\.5{left:.375rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-3{left:.75rem}.left-3\.5{left:.875rem}.left-4{left:1rem}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-3\.5{right:.875rem}.right-4{right:1rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-20{top:5rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.order-1{order:1}.col-span-2{grid-column:span 2 / span 2}.-m-1{margin:-.25rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-0\.5{margin-bottom:-.125rem}.-ml-1{margin-left:-.25rem}.-mt-0\.5{margin-top:-.125rem}.-mt-1{margin-top:-.25rem}.-mt-4{margin-top:-1rem}.-mt-px{margin-top:-1px}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-5{margin-left:1.25rem}.ml-7{margin-left:1.75rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-video{aspect-ratio:16 / 9}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[300px\]{height:300px}.h-\[500px\]{height:500px}.h-full{height:100%}.h-px{height:1px}.max-h-48{max-height:12rem}.max-h-52{max-height:13rem}.max-h-56{max-height:14rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[70vh\]{max-height:70vh}.max-h-\[92vh\]{max-height:92vh}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[2rem\]{min-height:2rem}.min-h-\[600px\]{min-height:600px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[70vh\]{min-height:70vh}.min-h-\[75vh\]{min-height:75vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[17\.5rem\]{width:17.5rem}.w-\[300px\]{width:300px}.w-\[8\.5rem\]{width:8.5rem}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-32{min-width:8rem}.min-w-4{min-width:1rem}.min-w-48{min-width:12rem}.min-w-\[1\.5rem\]{min-width:1.5rem}.min-w-\[200px\]{min-width:200px}.min-w-\[2rem\]{min-width:2rem}.min-w-\[80px\]{min-width:80px}.min-w-\[8rem\]{min-width:8rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[120px\]{max-width:120px}.max-w-\[12rem\]{max-width:12rem}.max-w-\[16rem\]{max-width:16rem}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[36ch\]{max-width:36ch}.max-w-\[40\%\]{max-width:40%}.max-w-\[70px\]{max-width:70px}.max-w-\[80\%\]{max-width:80%}.max-w-md{max-width:28rem}.max-w-screen-2xl{max-width:1536px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-\[2\]{flex:2}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.basis-full{flex-basis:100%}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-4{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-45deg\]{--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[45deg\]{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[90deg\]{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[pulse_2\.4s_ease-in-out_infinite\]{animation:pulse 2.4s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes nalediBreathe{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.65;transform:scale(1.08)}}.animate-naledi-breathe{animation:nalediBreathe 3.8s ease-in-out infinite}@keyframes nalediTwinkle{0%,to{transform:scale(1) rotate(0);opacity:1}45%{transform:scale(1.18) rotate(12deg);opacity:.85}55%{transform:scale(1.18) rotate(12deg);opacity:.85}}.animate-naledi-twinkle{animation:nalediTwinkle 4.5s ease-in-out infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse-slow{animation:pulse 3s cubic-bezier(.4,0,.6,1) infinite}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slideUp .3s ease-out}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness: mandatory}.snap-start{scroll-snap-align:start}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-3{row-gap:.75rem}.space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.375rem * var(--tw-space-x-reverse));margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-border>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(var(--color-border) / var(--tw-divide-opacity, 1))}.divide-border\/30>:not([hidden])~:not([hidden]){border-color:rgb(var(--color-border) / .3)}.divide-border\/40>:not([hidden])~:not([hidden]){border-color:rgb(var(--color-border) / .4)}.divide-border\/50>:not([hidden])~:not([hidden]){border-color:rgb(var(--color-border) / .5)}.divide-border\/60>:not([hidden])~:not([hidden]){border-color:rgb(var(--color-border) / .6)}.divide-border\/70>:not([hidden])~:not([hidden]){border-color:rgb(var(--color-border) / .7)}.self-start{align-self:flex-start}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.border{border-width:1px}.border-2{border-width:2px}.border-\[3px\]{border-width:3px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-\[\#22C55E\]{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-accent\/20{border-color:rgb(var(--color-accent) / .2)}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-300\/50{border-color:#fcd34d80}.border-amber-300\/60{border-color:#fcd34d99}.border-amber-400\/20{border-color:#fbbf2433}.border-amber-400\/30{border-color:#fbbf244d}.border-amber-400\/40{border-color:#fbbf2466}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-500\/25{border-color:#f59e0b40}.border-amber-500\/30{border-color:#f59e0b4d}.border-amber-500\/40{border-color:#f59e0b66}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-blue-500\/20{border-color:#3b82f633}.border-blue-500\/30{border-color:#3b82f64d}.border-blue-500\/40{border-color:#3b82f666}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-border{--tw-border-opacity: 1;border-color:rgb(var(--color-border) / var(--tw-border-opacity, 1))}.border-border\/40{border-color:rgb(var(--color-border) / .4)}.border-border\/50{border-color:rgb(var(--color-border) / .5)}.border-border\/60{border-color:rgb(var(--color-border) / .6)}.border-border\/70{border-color:rgb(var(--color-border) / .7)}.border-border\/90{border-color:rgb(var(--color-border) / .9)}.border-current{border-color:currentColor}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-emerald-300{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.border-emerald-400{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.border-emerald-500{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-emerald-500\/10{border-color:#10b9811a}.border-emerald-500\/20{border-color:#10b98133}.border-emerald-500\/25{border-color:#10b98140}.border-emerald-500\/30{border-color:#10b9814d}.border-emerald-500\/40{border-color:#10b98166}.border-emerald-500\/50{border-color:#10b98180}.border-emerald-500\/60{border-color:#10b98199}.border-foreground{--tw-border-opacity: 1;border-color:rgb(var(--color-foreground) / var(--tw-border-opacity, 1))}.border-foreground\/10{border-color:rgb(var(--color-foreground) / .1)}.border-foreground\/15{border-color:rgb(var(--color-foreground) / .15)}.border-foreground\/20{border-color:rgb(var(--color-foreground) / .2)}.border-foreground\/30{border-color:rgb(var(--color-foreground) / .3)}.border-foreground\/40{border-color:rgb(var(--color-foreground) / .4)}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-500\/20{border-color:#22c55e33}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-orange-500\/20{border-color:#f9731633}.border-orange-500\/25{border-color:#f9731640}.border-orange-500\/30{border-color:#f973164d}.border-orange-500\/50{border-color:#f9731680}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-300\/60{border-color:#fca5a599}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-500\/10{border-color:#ef44441a}.border-red-500\/20{border-color:#ef444433}.border-red-500\/25{border-color:#ef444440}.border-red-500\/30{border-color:#ef44444d}.border-red-500\/40{border-color:#ef444466}.border-red-500\/50{border-color:#ef444480}.border-red-500\/60{border-color:#ef444499}.border-red-600\/40{border-color:#dc262666}.border-rose-500\/20{border-color:#f43f5e33}.border-slate-500\/20{border-color:#64748b33}.border-slate-500\/30{border-color:#64748b4d}.border-transparent{border-color:transparent}.border-violet-200{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity, 1))}.border-violet-500\/20{border-color:#8b5cf633}.border-violet-500\/30{border-color:#8b5cf64d}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/40{border-color:#fff6}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-yellow-500\/30{border-color:#eab3084d}.border-l-amber-500{--tw-border-opacity: 1;border-left-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-l-emerald-500{--tw-border-opacity: 1;border-left-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-l-gray-300{--tw-border-opacity: 1;border-left-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-l-gray-400{--tw-border-opacity: 1;border-left-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-l-green-500{--tw-border-opacity: 1;border-left-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-l-orange-500{--tw-border-opacity: 1;border-left-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-l-yellow-500{--tw-border-opacity: 1;border-left-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.border-t-foreground{--tw-border-opacity: 1;border-top-color:rgb(var(--color-foreground) / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-\[\#0B0F14\]\/80{background-color:#0b0f14cc}.bg-\[\#0B0F14\]\/95{background-color:#0b0f14f2}.bg-accent{--tw-bg-opacity: 1;background-color:rgb(var(--color-accent) / var(--tw-bg-opacity, 1))}.bg-accent-bright\/30{background-color:rgb(var(--color-accent-bright) / .3)}.bg-accent-bright\/40{background-color:rgb(var(--color-accent-bright) / .4)}.bg-accent\/10{background-color:rgb(var(--color-accent) / .1)}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-400\/20{background-color:#fbbf2433}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-50\/60{background-color:#fffbeb99}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/15{background-color:#f59e0b26}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-500\/5{background-color:#f59e0b0d}.bg-amber-500\/\[0\.08\]{background-color:#f59e0b14}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-background{--tw-bg-opacity: 1;background-color:rgb(var(--color-background) / var(--tw-bg-opacity, 1))}.bg-background\/50{background-color:rgb(var(--color-background) / .5)}.bg-background\/60{background-color:rgb(var(--color-background) / .6)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/20{background-color:#0003}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-black\/70{background-color:#000000b3}.bg-black\/75{background-color:#000000bf}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/15{background-color:#3b82f626}.bg-blue-500\/5{background-color:#3b82f60d}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-border{--tw-bg-opacity: 1;background-color:rgb(var(--color-border) / var(--tw-bg-opacity, 1))}.bg-border\/50{background-color:rgb(var(--color-border) / .5)}.bg-border\/60{background-color:rgb(var(--color-border) / .6)}.bg-card{--tw-bg-opacity: 1;background-color:rgb(var(--color-card) / var(--tw-bg-opacity, 1))}.bg-card\/50{background-color:rgb(var(--color-card) / .5)}.bg-card\/60{background-color:rgb(var(--color-card) / .6)}.bg-card\/80{background-color:rgb(var(--color-card) / .8)}.bg-card\/85{background-color:rgb(var(--color-card) / .85)}.bg-card\/90{background-color:rgb(var(--color-card) / .9)}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-400\/20{background-color:#34d39933}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/15{background-color:#10b98126}.bg-emerald-500\/20{background-color:#10b98133}.bg-emerald-500\/5{background-color:#10b9810d}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-emerald-600\/90{background-color:#059669e6}.bg-foreground{--tw-bg-opacity: 1;background-color:rgb(var(--color-foreground) / var(--tw-bg-opacity, 1))}.bg-foreground\/10{background-color:rgb(var(--color-foreground) / .1)}.bg-foreground\/15{background-color:rgb(var(--color-foreground) / .15)}.bg-foreground\/40{background-color:rgb(var(--color-foreground) / .4)}.bg-foreground\/5{background-color:rgb(var(--color-foreground) / .05)}.bg-foreground\/90{background-color:rgb(var(--color-foreground) / .9)}.bg-foreground\/\[0\.03\]{background-color:rgb(var(--color-foreground) / .03)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500\/10{background-color:#6b72801a}.bg-gray-500\/5{background-color:#6b72800d}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/5{background-color:#22c55e0d}.bg-indigo-500\/10{background-color:#6366f11a}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-muted{--tw-bg-opacity: 1;background-color:rgb(var(--color-muted) / var(--tw-bg-opacity, 1))}.bg-muted-foreground{--tw-bg-opacity: 1;background-color:rgb(var(--color-muted-foreground) / var(--tw-bg-opacity, 1))}.bg-muted-foreground\/10{background-color:rgb(var(--color-muted-foreground) / .1)}.bg-muted-foreground\/20{background-color:rgb(var(--color-muted-foreground) / .2)}.bg-muted-foreground\/40{background-color:rgb(var(--color-muted-foreground) / .4)}.bg-muted-foreground\/50{background-color:rgb(var(--color-muted-foreground) / .5)}.bg-muted-foreground\/60{background-color:rgb(var(--color-muted-foreground) / .6)}.bg-muted\/20{background-color:rgb(var(--color-muted) / .2)}.bg-muted\/30{background-color:rgb(var(--color-muted) / .3)}.bg-muted\/40{background-color:rgb(var(--color-muted) / .4)}.bg-muted\/50{background-color:rgb(var(--color-muted) / .5)}.bg-muted\/60{background-color:rgb(var(--color-muted) / .6)}.bg-muted\/80{background-color:rgb(var(--color-muted) / .8)}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-500\/10{background-color:#f973161a}.bg-orange-500\/15{background-color:#f9731626}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.bg-purple-500\/10{background-color:#a855f71a}.bg-purple-500\/15{background-color:#a855f726}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/15{background-color:#ef444426}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/5{background-color:#ef44440d}.bg-red-500\/90{background-color:#ef4444e6}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-600\/15{background-color:#dc262626}.bg-rose-500\/10{background-color:#f43f5e1a}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-slate-500\/10{background-color:#64748b1a}.bg-stone-100{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.bg-violet-400{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))}.bg-violet-50{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.bg-violet-50\/40{background-color:#f5f3ff66}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-violet-500\/10{background-color:#8b5cf61a}.bg-violet-500\/20{background-color:#8b5cf633}.bg-violet-500\/5{background-color:#8b5cf60d}.bg-violet-600{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.bg-violet-900\/5{background-color:#4c1d950d}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/5{background-color:#ffffff0d}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/10{background-color:#eab3081a}.bg-opacity-25{--tw-bg-opacity: .25}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-accent-bright{--tw-gradient-from: rgb(var(--color-accent-bright) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--color-accent-bright) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/10{--tw-gradient-from: rgb(0 0 0 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/\[0\.07\]{--tw-gradient-from: rgb(59 130 246 / .07) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500\/20{--tw-gradient-from: rgb(16 185 129 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500\/\[0\.07\]{--tw-gradient-from: rgb(16 185 129 / .07) var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500\/20{--tw-gradient-from: rgb(249 115 22 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/20{--tw-gradient-from: rgb(239 68 68 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/20{--tw-gradient-from: rgb(234 179 8 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-card{--tw-gradient-to: rgb(var(--color-card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-card) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-accent{--tw-gradient-to: rgb(var(--color-accent) / 1) var(--tw-gradient-to-position)}.to-blue-500\/\[0\.05\]{--tw-gradient-to: rgb(59 130 246 / .05) var(--tw-gradient-to-position)}.to-emerald-500\/\[0\.05\]{--tw-gradient-to: rgb(16 185 129 / .05) var(--tw-gradient-to-position)}.to-emerald-600\/20{--tw-gradient-to: rgb(5 150 105 / .2) var(--tw-gradient-to-position)}.to-orange-600\/20{--tw-gradient-to: rgb(234 88 12 / .2) var(--tw-gradient-to-position)}.to-red-600\/20{--tw-gradient-to: rgb(220 38 38 / .2) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-yellow-600\/20{--tw-gradient-to: rgb(202 138 4 / .2) var(--tw-gradient-to-position)}.fill-amber-400{fill:#fbbf24}.fill-amber-500{fill:#f59e0b}.fill-foreground\/40{fill:rgb(var(--color-foreground) / .4)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-9{padding-right:2.25rem}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-super{vertical-align:super}.font-display{font-family:Sora,system-ui,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Manrope,system-ui,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[0\.55em\]{font-size:.55em}.text-\[10\.5px\]{font-size:10.5px}.text-\[10px\]{font-size:10px}.text-\[11\.5px\]{font-size:11.5px}.text-\[11px\]{font-size:11px}.text-\[12\.5px\]{font-size:12.5px}.text-\[12px\]{font-size:12px}.text-\[13\.5px\]{font-size:13.5px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[18px\]{font-size:18px}.text-\[8px\]{font-size:8px}.text-\[9\.5px\]{font-size:9.5px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-6{line-height:1.5rem}.leading-\[1\.05\]{line-height:1.05}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.08em\]{letter-spacing:.08em}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.1em\]{letter-spacing:.1em}.tracking-\[0\.25em\]{letter-spacing:.25em}.tracking-\[0\.35em\]{letter-spacing:.35em}.tracking-normal{letter-spacing:0em}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-accent{--tw-text-opacity: 1;color:rgb(var(--color-accent) / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-500\/60{color:#f59e0b99}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-600\/70{color:#d97706b3}.text-amber-600\/80{color:#d97706cc}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-700\/80{color:#b45309cc}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-background{--tw-text-opacity: 1;color:rgb(var(--color-background) / var(--tw-text-opacity, 1))}.text-background\/65{color:rgb(var(--color-background) / .65)}.text-background\/70{color:rgb(var(--color-background) / .7)}.text-background\/80{color:rgb(var(--color-background) / .8)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-500\/60{color:#3b82f699}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-border{--tw-text-opacity: 1;color:rgb(var(--color-border) / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-500\/40{color:#10b98166}.text-emerald-500\/60{color:#10b98199}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-600\/70{color:#059669b3}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-emerald-700\/80{color:#047857cc}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-foreground{--tw-text-opacity: 1;color:rgb(var(--color-foreground) / var(--tw-text-opacity, 1))}.text-foreground\/55{color:rgb(var(--color-foreground) / .55)}.text-foreground\/60{color:rgb(var(--color-foreground) / .6)}.text-foreground\/70{color:rgb(var(--color-foreground) / .7)}.text-foreground\/75{color:rgb(var(--color-foreground) / .75)}.text-foreground\/80{color:rgb(var(--color-foreground) / .8)}.text-foreground\/85{color:rgb(var(--color-foreground) / .85)}.text-foreground\/90{color:rgb(var(--color-foreground) / .9)}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-muted-foreground{--tw-text-opacity: 1;color:rgb(var(--color-muted-foreground) / var(--tw-text-opacity, 1))}.text-muted-foreground\/30{color:rgb(var(--color-muted-foreground) / .3)}.text-muted-foreground\/40{color:rgb(var(--color-muted-foreground) / .4)}.text-muted-foreground\/50{color:rgb(var(--color-muted-foreground) / .5)}.text-muted-foreground\/60{color:rgb(var(--color-muted-foreground) / .6)}.text-muted-foreground\/70{color:rgb(var(--color-muted-foreground) / .7)}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-500\/60{color:#ef444499}.text-red-500\/90{color:#ef4444e6}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-600\/80{color:#dc2626cc}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-rose-500{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-stone-500{--tw-text-opacity: 1;color:rgb(120 113 108 / var(--tw-text-opacity, 1))}.text-violet-400{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.text-violet-500{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-2{text-decoration-thickness:2px}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.accent-foreground{accent-color:rgb(var(--color-foreground) / 1)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_4px_0_0_0_rgba\(16\,185\,129\,0\.55\)\]{--tw-shadow: inset 4px 0 0 0 rgba(16,185,129,.55);--tw-shadow-colored: inset 4px 0 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-glow-danger{--tw-shadow: 0 0 20px rgba(239, 68, 68, .3);--tw-shadow-colored: 0 0 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-glow-safe{--tw-shadow: 0 0 20px rgba(16, 185, 129, .3);--tw-shadow-colored: 0 0 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-soft{--tw-shadow: 0 2px 15px rgba(0, 0, 0, .08);--tw-shadow-colored: 0 2px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-emerald-500\/20{--tw-shadow-color: rgb(16 185 129 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-orange-500\/20{--tw-shadow-color: rgb(249 115 22 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/30{--tw-shadow-color: rgb(239 68 68 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/20{--tw-shadow-color: rgb(234 179 8 / .2);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-amber-400\/20{--tw-ring-color: rgb(251 191 36 / .2)}.ring-amber-500\/20{--tw-ring-color: rgb(245 158 11 / .2)}.ring-amber-500\/30{--tw-ring-color: rgb(245 158 11 / .3)}.ring-blue-500\/20{--tw-ring-color: rgb(59 130 246 / .2)}.ring-blue-500\/30{--tw-ring-color: rgb(59 130 246 / .3)}.ring-border{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-border) / var(--tw-ring-opacity, 1))}.ring-border\/30{--tw-ring-color: rgb(var(--color-border) / .3)}.ring-border\/40{--tw-ring-color: rgb(var(--color-border) / .4)}.ring-border\/50{--tw-ring-color: rgb(var(--color-border) / .5)}.ring-emerald-500\/20{--tw-ring-color: rgb(16 185 129 / .2)}.ring-emerald-500\/30{--tw-ring-color: rgb(16 185 129 / .3)}.ring-foreground\/5{--tw-ring-color: rgb(var(--color-foreground) / .05)}.ring-orange-500\/20{--tw-ring-color: rgb(249 115 22 / .2)}.ring-orange-500\/30{--tw-ring-color: rgb(249 115 22 / .3)}.ring-red-500\/20{--tw-ring-color: rgb(239 68 68 / .2)}.ring-red-500\/30{--tw-ring-color: rgb(239 68 68 / .3)}.ring-violet-500\/30{--tw-ring-color: rgb(139 92 246 / .3)}.ring-violet-500\/50{--tw-ring-color: rgb(139 92 246 / .5)}.ring-white\/20{--tw-ring-color: rgb(255 255 255 / .2)}.ring-yellow-500\/20{--tw-ring-color: rgb(234 179 8 / .2)}.ring-offset-2{--tw-ring-offset-width: 2px}.ring-offset-background{--tw-ring-offset-color: rgb(var(--color-background) / 1)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur: blur(24px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-xl{--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .08));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[2px\]{--tw-backdrop-blur: blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.touch-target{min-height:44px;min-width:44px}.bg-background{background-color:rgb(var(--color-background))}.bg-card{background-color:rgb(var(--color-card))}.bg-muted{background-color:rgb(var(--color-muted))}.text-foreground{color:rgb(var(--color-foreground))}.text-muted-foreground{color:rgb(var(--color-muted-foreground))}.border-border{border-color:rgb(var(--color-border))}.shadow-refined-sm{box-shadow:var(--shadow-refined-sm)}.shadow-refined-md{box-shadow:var(--shadow-refined-md)}.shadow-refined-xl{box-shadow:var(--shadow-refined-xl)}.theme-transition{transition:background-color .22s ease,border-color .22s ease,color .22s ease}.glass{border-width:1px;--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);background-color:rgb(var(--color-card) / .72);border-color:rgb(var(--color-border) / .65);box-shadow:var(--shadow-refined-lg)}.dark .glass{background-color:rgb(var(--color-card) / .72);border-color:rgb(var(--color-border) / .7)}.safescan-input{width:100%;border-radius:.75rem;border-width:1px;--tw-bg-opacity: 1;background-color:rgb(var(--color-card) / var(--tw-bg-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(var(--color-foreground) / var(--tw-text-opacity, 1));background-color:rgb(var(--color-card));color:rgb(var(--color-foreground))}.safescan-input::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--color-muted-foreground) / var(--tw-text-opacity, 1));color:rgb(var(--color-muted-foreground))}.safescan-input::placeholder{--tw-text-opacity: 1;color:rgb(var(--color-muted-foreground) / var(--tw-text-opacity, 1));color:rgb(var(--color-muted-foreground))}.safescan-input{border-color:rgb(var(--color-border));transition:border-color .18s ease,box-shadow .18s ease}.safescan-input:focus{outline:none;border-color:rgb(var(--color-accent));box-shadow:0 0 0 3px rgb(var(--color-accent) / .15)}.\[animation-delay\:0ms\]{animation-delay:0ms}.\[animation-delay\:150ms\]{animation-delay:.15s}.\[animation-delay\:300ms\]{animation-delay:.3s}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded-md::file-selector-button{border-radius:.375rem}.file\:border-0::file-selector-button{border-width:0px}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--color-muted-foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::placeholder{--tw-text-opacity: 1;color:rgb(var(--color-muted-foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground\/50::-moz-placeholder{color:rgb(var(--color-muted-foreground) / .5)}.placeholder\:text-muted-foreground\/50::placeholder{color:rgb(var(--color-muted-foreground) / .5)}.placeholder\:text-muted-foreground\/60::-moz-placeholder{color:rgb(var(--color-muted-foreground) / .6)}.placeholder\:text-muted-foreground\/60::placeholder{color:rgb(var(--color-muted-foreground) / .6)}.placeholder\:text-muted-foreground::-moz-placeholder{color:rgb(var(--color-muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:rgb(var(--color-muted-foreground))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-0:after{content:var(--tw-content);top:0;right:0;bottom:0;left:0}.after\:bg-gradient-to-r:after{content:var(--tw-content);background-image:linear-gradient(to right,var(--tw-gradient-stops))}.after\:from-transparent:after{content:var(--tw-content);--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.after\:via-white\/20:after{content:var(--tw-content);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.after\:to-transparent:after{content:var(--tw-content);--tw-gradient-to: transparent var(--tw-gradient-to-position)}.first\:mt-0:first-child{margin-top:0}.last\:border-0:last-child{border-width:0px}.focus-within\:ring-1:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:-translate-y-px:hover{--tw-translate-y: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.01\]:hover{--tw-scale-x: 1.01;--tw-scale-y: 1.01;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.04\]:hover{--tw-scale-x: 1.04;--tw-scale-y: 1.04;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-accent\/30:hover{border-color:rgb(var(--color-accent) / .3)}.hover\:border-amber-500\/60:hover{border-color:#f59e0b99}.hover\:border-blue-500\/40:hover{border-color:#3b82f666}.hover\:border-border:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-border) / var(--tw-border-opacity, 1))}.hover\:border-border\/80:hover{border-color:rgb(var(--color-border) / .8)}.hover\:border-emerald-500\/40:hover{border-color:#10b98166}.hover\:border-foreground\/15:hover{border-color:rgb(var(--color-foreground) / .15)}.hover\:border-foreground\/20:hover{border-color:rgb(var(--color-foreground) / .2)}.hover\:border-foreground\/30:hover{border-color:rgb(var(--color-foreground) / .3)}.hover\:border-foreground\/40:hover{border-color:rgb(var(--color-foreground) / .4)}.hover\:border-red-500\/60:hover{border-color:#ef444499}.hover\:border-violet-500\/30:hover{border-color:#8b5cf64d}.hover\:bg-accent\/90:hover{background-color:rgb(var(--color-accent) / .9)}.hover\:bg-amber-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-500:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-500\/20:hover{background-color:#f59e0b33}.hover\:bg-amber-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-700:hover{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.hover\:bg-black\/80:hover{background-color:#000c}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-card:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-card) / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-500\/10:hover{background-color:#10b9811a}.hover\:bg-emerald-500\/15:hover{background-color:#10b98126}.hover\:bg-emerald-500\/\[0\.06\]:hover{background-color:#10b9810f}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.hover\:bg-foreground:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-foreground) / var(--tw-bg-opacity, 1))}.hover\:bg-foreground\/10:hover{background-color:rgb(var(--color-foreground) / .1)}.hover\:bg-foreground\/80:hover{background-color:rgb(var(--color-foreground) / .8)}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-muted) / var(--tw-bg-opacity, 1))}.hover\:bg-muted\/20:hover{background-color:rgb(var(--color-muted) / .2)}.hover\:bg-muted\/30:hover{background-color:rgb(var(--color-muted) / .3)}.hover\:bg-muted\/40:hover{background-color:rgb(var(--color-muted) / .4)}.hover\:bg-muted\/50:hover{background-color:rgb(var(--color-muted) / .5)}.hover\:bg-muted\/60:hover{background-color:rgb(var(--color-muted) / .6)}.hover\:bg-muted\/70:hover{background-color:rgb(var(--color-muted) / .7)}.hover\:bg-orange-500\/15:hover{background-color:#f9731626}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-red-500\/20:hover{background-color:#ef444433}.hover\:bg-red-500\/5:hover{background-color:#ef44440d}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-violet-700:hover{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/90:hover{background-color:#ffffffe6}.hover\:text-amber-400:hover{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.hover\:text-amber-600:hover{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.hover\:text-amber-900:hover{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.hover\:text-background:hover{--tw-text-opacity: 1;color:rgb(var(--color-background) / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-foreground:hover{--tw-text-opacity: 1;color:rgb(var(--color-foreground) / var(--tw-text-opacity, 1))}.hover\:text-muted-foreground:hover{--tw-text-opacity: 1;color:rgb(var(--color-muted-foreground) / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-violet-500:hover{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.hover\:text-violet-600:hover{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.hover\:text-violet-900:hover{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-85:hover{opacity:.85}.hover\:opacity-90:hover{opacity:.9}.hover\:opacity-95:hover{opacity:.95}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-soft:hover{--tw-shadow: 0 2px 15px rgba(0, 0, 0, .08);--tw-shadow-colored: 0 2px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:ring-2:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-8:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-foreground\/20:hover{--tw-ring-color: rgb(var(--color-foreground) / .2)}.hover\:bg-card:hover{background-color:rgb(var(--color-card))}.hover\:bg-muted:hover{background-color:rgb(var(--color-muted))}.hover\:text-foreground:hover{color:rgb(var(--color-foreground))}.hover\:text-muted-foreground:hover{color:rgb(var(--color-muted-foreground))}.hover\:border-border:hover{border-color:rgb(var(--color-border))}.hover\:shadow-refined-sm:hover{box-shadow:var(--shadow-refined-sm)}.hover\:shadow-refined-md:hover{box-shadow:var(--shadow-refined-md)}.focus\:border-emerald-500:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.focus\:border-foreground:focus{--tw-border-opacity: 1;border-color:rgb(var(--color-foreground) / var(--tw-border-opacity, 1))}.focus\:border-foreground\/20:focus{border-color:rgb(var(--color-foreground) / .2)}.focus\:border-foreground\/70:focus{border-color:rgb(var(--color-foreground) / .7)}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-accent\/30:focus{--tw-ring-color: rgb(var(--color-accent) / .3)}.focus\:ring-emerald-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1))}.focus\:ring-foreground:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-foreground) / var(--tw-ring-opacity, 1))}.focus\:ring-foreground\/10:focus{--tw-ring-color: rgb(var(--color-foreground) / .1)}.focus\:ring-foreground\/15:focus{--tw-ring-color: rgb(var(--color-foreground) / .15)}.focus\:ring-foreground\/20:focus{--tw-ring-color: rgb(var(--color-foreground) / .2)}.focus\:ring-foreground\/30:focus{--tw-ring-color: rgb(var(--color-foreground) / .3)}.focus\:ring-red-500\/20:focus{--tw-ring-color: rgb(239 68 68 / .2)}.focus\:ring-violet-500\/30:focus{--tw-ring-color: rgb(139 92 246 / .3)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-amber-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-foreground:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-foreground) / var(--tw-ring-opacity, 1))}.focus-visible\:ring-red-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: rgb(var(--color-background) / 1)}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.99\]:active{--tw-scale-x: .99;--tw-scale-y: .99;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-55:disabled{opacity:.55}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-card{--tw-bg-opacity: 1;background-color:rgb(var(--color-card) / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-muted-foreground\/70{color:rgb(var(--color-muted-foreground) / .7)}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:bg-card{background-color:rgb(var(--color-card))}.group:hover .group-hover\:\[animation-play-state\:paused\]{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.motion-reduce\:hidden{display:none}.motion-reduce\:animate-none{animation:none}}.dark\:border-amber-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity, 1))}.dark\:border-amber-800\/40:is(.dark *){border-color:#92400e66}.dark\:border-amber-800\/50:is(.dark *){border-color:#92400e80}.dark\:border-blue-500\/15:is(.dark *){border-color:#3b82f626}.dark\:border-emerald-400\/40:is(.dark *){border-color:#34d39966}.dark\:border-emerald-500\/15:is(.dark *){border-color:#10b98126}.dark\:border-emerald-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(6 95 70 / var(--tw-border-opacity, 1))}.dark\:border-emerald-900\/50:is(.dark *){border-color:#064e3b80}.dark\:border-orange-400\/40:is(.dark *){border-color:#fb923c66}.dark\:border-red-400\/40:is(.dark *){border-color:#f8717166}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-red-800\/40:is(.dark *){border-color:#991b1b66}.dark\:border-red-800\/50:is(.dark *){border-color:#991b1b80}.dark\:border-red-900\/50:is(.dark *){border-color:#7f1d1d80}.dark\:border-violet-800\/40:is(.dark *){border-color:#5b21b666}.dark\:border-yellow-400\/40:is(.dark *){border-color:#facc1566}.dark\:bg-amber-900\/10:is(.dark *){background-color:#78350f1a}.dark\:bg-amber-900\/20:is(.dark *){background-color:#78350f33}.dark\:bg-amber-900\/30:is(.dark *){background-color:#78350f4d}.dark\:bg-amber-950\/20:is(.dark *){background-color:#451a0333}.dark\:bg-amber-950\/40:is(.dark *){background-color:#451a0366}.dark\:bg-blue-950\/40:is(.dark *){background-color:#17255466}.dark\:bg-emerald-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.dark\:bg-emerald-900\/30:is(.dark *){background-color:#064e3b4d}.dark\:bg-emerald-950\/30:is(.dark *){background-color:#022c224d}.dark\:bg-emerald-950\/40:is(.dark *){background-color:#022c2266}.dark\:bg-orange-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.dark\:bg-orange-950\/40:is(.dark *){background-color:#43140766}.dark\:bg-pink-950\/40:is(.dark *){background-color:#50072466}.dark\:bg-red-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-red-900\/30:is(.dark *){background-color:#7f1d1d4d}.dark\:bg-red-900\/40:is(.dark *){background-color:#7f1d1d66}.dark\:bg-red-950\/30:is(.dark *){background-color:#450a0a4d}.dark\:bg-sky-950\/40:is(.dark *){background-color:#082f4966}.dark\:bg-stone-900\/40:is(.dark *){background-color:#1c191766}.dark\:bg-violet-500\/\[0\.07\]:is(.dark *){background-color:#8b5cf612}.dark\:bg-violet-900\/10:is(.dark *){background-color:#4c1d951a}.dark\:bg-violet-900\/20:is(.dark *){background-color:#4c1d9533}.dark\:bg-violet-900\/50:is(.dark *){background-color:#4c1d9580}.dark\:bg-violet-950\/40:is(.dark *){background-color:#2e106566}.dark\:bg-white\/5:is(.dark *){background-color:#ffffff0d}.dark\:bg-yellow-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-950\/40:is(.dark *){background-color:#42200666}.dark\:from-emerald-400\/30:is(.dark *){--tw-gradient-from: rgb(52 211 153 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-orange-400\/30:is(.dark *){--tw-gradient-from: rgb(251 146 60 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-red-400\/30:is(.dark *){--tw-gradient-from: rgb(248 113 113 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-yellow-400\/30:is(.dark *){--tw-gradient-from: rgb(250 204 21 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-emerald-500\/30:is(.dark *){--tw-gradient-to: rgb(16 185 129 / .3) var(--tw-gradient-to-position)}.dark\:to-orange-500\/30:is(.dark *){--tw-gradient-to: rgb(249 115 22 / .3) var(--tw-gradient-to-position)}.dark\:to-red-500\/30:is(.dark *){--tw-gradient-to: rgb(239 68 68 / .3) var(--tw-gradient-to-position)}.dark\:to-yellow-500\/30:is(.dark *){--tw-gradient-to: rgb(234 179 8 / .3) var(--tw-gradient-to-position)}.dark\:text-amber-100:is(.dark *){--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}.dark\:text-amber-200:is(.dark *){--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.dark\:text-amber-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-amber-400\/70:is(.dark *){color:#fbbf24b3}.dark\:text-amber-400\/80:is(.dark *){color:#fbbf24cc}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-emerald-300:is(.dark *){--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.dark\:text-emerald-400\/80:is(.dark *){color:#34d399cc}.dark\:text-green-500:is(.dark *){--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.dark\:text-indigo-400:is(.dark *){--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.dark\:text-orange-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.dark\:text-pink-400:is(.dark *){--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.dark\:text-purple-300:is(.dark *){--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-red-400\/90:is(.dark *){color:#f87171e6}.dark\:text-rose-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.dark\:text-sky-400:is(.dark *){--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.dark\:text-slate-300:is(.dark *){--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark\:text-stone-400:is(.dark *){--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity, 1))}.dark\:text-violet-300:is(.dark *){--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity, 1))}.dark\:text-violet-400:is(.dark *){--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:shadow-emerald-400\/30:is(.dark *){--tw-shadow-color: rgb(52 211 153 / .3);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-orange-400\/30:is(.dark *){--tw-shadow-color: rgb(251 146 60 / .3);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-red-400\/40:is(.dark *){--tw-shadow-color: rgb(248 113 113 / .4);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-yellow-400\/30:is(.dark *){--tw-shadow-color: rgb(250 204 21 / .3);--tw-shadow: var(--tw-shadow-colored)}.dark\:ring-emerald-400\/30:is(.dark *){--tw-ring-color: rgb(52 211 153 / .3)}.dark\:ring-orange-400\/30:is(.dark *){--tw-ring-color: rgb(251 146 60 / .3)}.dark\:ring-red-400\/30:is(.dark *){--tw-ring-color: rgb(248 113 113 / .3)}.dark\:ring-yellow-400\/30:is(.dark *){--tw-ring-color: rgb(250 204 21 / .3)}.dark\:hover\:bg-amber-900\/20:hover:is(.dark *){background-color:#78350f33}.dark\:hover\:bg-emerald-500:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-emerald-900\/20:hover:is(.dark *){background-color:#064e3b33}.dark\:hover\:bg-red-900\/20:hover:is(.dark *){background-color:#7f1d1d33}.dark\:hover\:bg-red-950\/30:hover:is(.dark *){background-color:#450a0a4d}.dark\:hover\:text-amber-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.dark\:hover\:text-violet-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity, 1))}@media(min-width:640px){.sm\:col-span-1{grid-column:span 1 / span 1}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:mb-3{margin-bottom:.75rem}.sm\:mt-2{margin-top:.5rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:h-4{height:1rem}.sm\:w-4{width:1rem}.sm\:shrink-0{flex-shrink:0}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.sm\:self-auto{align-self:auto}.sm\:p-1\.5{padding:.375rem}.sm\:p-10{padding:2.5rem}.sm\:p-3{padding:.75rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-\[11px\]{font-size:11px}.sm\:text-\[40px\]{font-size:40px}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:768px){.md\:inset-auto{inset:auto}.md\:bottom-4{bottom:1rem}.md\:bottom-6{bottom:1.5rem}.md\:left-auto{left:auto}.md\:right-4{right:1rem}.md\:right-6{right:1.5rem}.md\:top-auto{top:auto}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:hidden{display:none}.md\:h-96{height:24rem}.md\:h-\[600px\]{height:600px}.md\:w-\[420px\]{width:420px}.md\:translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:rounded-2xl{border-radius:1rem}.md\:border{border-width:1px}.md\:border-border{--tw-border-opacity: 1;border-color:rgb(var(--color-border) / var(--tw-border-opacity, 1))}.md\:bg-transparent{background-color:transparent}.md\:p-6{padding:1.5rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:pb-0{padding-bottom:0}.md\:border-border{border-color:rgb(var(--color-border))}}@media(min-width:1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:block{display:block}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[1fr_360px\]{grid-template-columns:1fr 360px}.lg\:grid-cols-\[300px_1fr\]{grid-template-columns:300px 1fr}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media(min-width:1280px){.xl\:col-span-2{grid-column:span 2 / span 2}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-\[1fr\,300px\]{grid-template-columns:1fr 300px}.xl\:pb-6{padding-bottom:1.5rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
