@font-face{font-family:Montserrat;src:url('/assets/fonts/montserrat-regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Montserrat;src:url('/assets/fonts/montserrat-medium.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:Montserrat;src:url('/assets/fonts/montserrat-bold.woff2') format('woff2');font-weight:700;font-display:swap}
@font-face{font-family:Climate;src:url('/assets/fonts/climate-crisis.woff2') format('woff2');font-weight:400;font-display:swap}
:root{--green:#0bf40b;--black:#181818;--line:rgba(11,244,11,.75);color-scheme:dark}
*{box-sizing:border-box}
html{background:var(--black);scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--green);font:400 16px/1.5 Montserrat,Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--green);outline-offset:4px}
.shell{width:min(100%,480px);margin:auto;padding:0 26px calc(48px + env(safe-area-inset-bottom))}
.header{height:106px;padding-top:max(20px,env(safe-area-inset-top));display:flex;align-items:center;justify-content:space-between;gap:10px}
.brand{display:flex;align-items:center;min-width:0;width:140px;min-height:44px;text-decoration:none}
.brand img{display:block;width:100%;height:auto}
.account{min-width:44px;display:flex;justify-content:end}
.account-menu{position:relative}
.account-menu summary{list-style:none;cursor:pointer;min-height:44px;min-width:44px;max-width:175px;border:1px solid var(--line);border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.account-menu summary::-webkit-details-marker{display:none}
.menu-glyph{font-size:20px;line-height:1}
.signout-trigger{position:absolute;right:0;top:50px;z-index:20;min-width:175px;padding:14px;background:var(--black);border:1px solid var(--green);border-radius:12px;color:var(--green);text-align:left;cursor:pointer}
main{min-height:65vh}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(25px,8vw,38px);line-height:1.08;letter-spacing:-.045em}
h2{font-size:clamp(24px,7vw,34px);line-height:1.1;letter-spacing:-.035em}
.eyebrow{font-size:13px;font-weight:700;letter-spacing:.055em;line-height:1.25}
.panel{background:var(--green);color:var(--black);border-radius:15px;padding:26px}
.panel-star{display:block;width:82px;height:82px;margin:2px auto 28px}
.welcome{min-height:360px;display:flex;flex-direction:column;justify-content:center}
.welcome h1,.form-panel h1,.message-panel h1{font-family:Montserrat,Arial,sans-serif;font-weight:700;font-size:clamp(27px,8vw,38px);line-height:1.14;letter-spacing:-.045em;overflow-wrap:anywhere}
.welcome p:last-child{font-weight:700;font-size:19px}
.credential{background:var(--green);color:var(--black);border-radius:16px;min-height:430px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.credential-star{width:112px;height:112px;margin:6px auto 22px}
.credential-top h1{font:400 clamp(30px,9vw,40px)/1.1 Climate,Impact,sans-serif;letter-spacing:.12em;white-space:nowrap;margin-bottom:14px}
.credential-top p{font-size:clamp(16px,4.5vw,20px);font-weight:700;line-height:1.25}
.credential-bottom{margin-top:45px}
.credential-bottom .eyebrow{font-size:14px;margin-bottom:10px}
.attendee-name{font-size:clamp(30px,8.5vw,46px);font-weight:700;line-height:1.08;letter-spacing:-.05em;overflow-wrap:anywhere;margin:0 0 5px}
.reference{font-size:13px;font-weight:500;margin:0;opacity:.78}
.button{width:100%;min-height:56px;display:flex;align-items:center;justify-content:center;gap:16px;border:1px solid var(--green);border-radius:13px;background:var(--green);color:var(--black);padding:13px 17px;text-align:center;text-decoration:none;font-weight:700;line-height:1.2;cursor:pointer}
.button:hover{filter:brightness(.93)}
.button:active{transform:translateY(1px)}
.button.secondary{background:var(--black);color:var(--green)}
.button.dark{background:var(--black);color:var(--green);border-color:var(--black)}
.explore-button{margin-top:30px;min-height:90px;justify-content:space-between;text-align:left;font-size:clamp(16px,4.2vw,20px)}
.explore-button span{font-size:24px}
.owned-section{margin-top:34px}
.owned-section h2{margin-bottom:28px}
.experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.experience-card{min-width:0;min-height:118px;border:1px solid var(--green);border-radius:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:10px 7px;text-align:center;text-decoration:none;font-size:11px;font-weight:700;line-height:1.2;overflow-wrap:anywhere}
.experience-card img{width:55px;height:55px;object-fit:contain;filter:drop-shadow(0 0 1px var(--green))}
img[src$="tallers.png"],img[src$="apats.png"],img[src$="descans.png"]{filter:drop-shadow(0 0 2px var(--green)) drop-shadow(0 0 1px var(--green))}
.empty{font-weight:500}
.form-panel label{display:block;font-size:14px;font-weight:700;margin:28px 0 8px}
.form-panel input{width:100%;min-height:54px;border:2px solid var(--black);border-radius:10px;background:var(--black);color:var(--green);padding:10px 14px}
.form-panel .button{margin-top:16px}
.field-error{font-weight:700;margin:8px 0 0}
.message-panel{min-height:285px;display:flex;flex-direction:column;justify-content:center}
.message-panel .eyebrow{margin-bottom:20px}
.warning,.desk-warning{border-left:4px solid var(--green);padding:10px 0 10px 15px;margin:23px 0;font-weight:700}
.tag-page>.eyebrow{margin:10px 0 12px}
.tag-page>h1{margin:0}
.tag-stage{height:245px;position:relative;display:grid;place-items:center;margin:10px 0 16px;overflow:hidden}
.tag-fallback{display:block;width:min(70%,210px);height:205px;object-fit:contain}
.tag-stage.live .tag-canvas{position:absolute;inset:0}
.tag-stage.ready .tag-fallback{opacity:0}
.tag-canvas canvas{display:block;width:100%;height:100%}
.tag-content{margin:5px 0 20px}
.tag-content>p:first-child{font-size:18px;font-weight:700}
.tag-content.panel{padding:24px}
.tag-content.panel .ownership{font-size:15px;font-weight:700;margin-bottom:22px}
.tag-content .subtle{font-size:14px;opacity:.8}
.choice{display:grid;gap:12px;margin-top:25px}
.choice form{margin:0}
.experience-details{margin:0 0 28px}
.experience-details div{border-top:1px solid currentColor;padding:10px 0}
.experience-details dt{font-size:12px;font-weight:700;letter-spacing:.05em}
.experience-details dd{margin:3px 0 0;font-size:15px}
.tag-content .button{margin-top:12px}
.text-link{display:inline-flex;margin:25px 0;text-underline-offset:5px;font-weight:700}
.dialog{width:min(calc(100% - 36px),420px);border:0;background:var(--green);color:var(--black);border-radius:16px;padding:0;box-shadow:0 12px 50px rgba(0,0,0,.55)}
.dialog::backdrop{background:rgba(0,0,0,.75)}
.dialog-inner{padding:25px}
.dialog h2{font-size:26px}
.dialog-actions{display:grid;gap:10px;margin-top:20px}
.dialog-actions form{margin:0}
.dialog .button.secondary{border-color:var(--black);background:transparent;color:var(--black)}
.dialog-actions form .button{background:var(--black);color:var(--green);border-color:var(--black)}
.map-page h1{font-size:clamp(26px,7.5vw,38px);margin:8px 0}
.map-hint{font-size:13px;margin:0 0 12px}
.map-stage{height:min(52vh,400px);min-height:360px;position:relative;border:1px solid var(--green);border-radius:16px;overflow:hidden;background:#202820;touch-action:none}
.map-canvas,.map-still,.map-markers{position:absolute;inset:0}
.map-canvas canvas{width:100%;height:100%;display:block}
.map-still{background:radial-gradient(circle at 50% 55%,#303e30,#1d241d);z-index:0}
.map-loop{position:absolute;inset:15% 12%;border:20px solid #365236;border-radius:45% 38% 44% 40%;transform:rotate(-12deg)}
.still-pin{position:absolute;width:23px;height:23px;border:1px solid var(--green);background:var(--black);color:var(--green);border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700;transform:translate(-50%,-50%)}
.map-stage.ready .map-still{display:none}
.map-markers{z-index:2;pointer-events:none}
.map-marker{position:absolute;display:none;align-items:center;justify-content:center;width:47px;height:47px;border-radius:50%;border:1px solid var(--green);background:var(--black);padding:6px;transform:translate(-50%,-50%);pointer-events:auto;cursor:pointer}
.map-marker img{height:32px;width:32px;object-fit:contain}
.map-marker.owned{box-shadow:0 0 0 3px var(--green)}
.owned-mark{position:absolute;bottom:-5px;right:-5px;width:19px;height:19px;border-radius:50%;background:var(--green);color:var(--black);font-size:12px;line-height:19px;font-weight:700}
.map-controls{display:none;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0 20px}
.map-page.enhanced .map-controls{display:grid}
.map-controls .button{min-height:48px;font-size:12px;padding:8px}
.map-sheet{position:absolute;z-index:4;left:0;right:0;bottom:0;max-height:54%;overflow:auto;background:var(--green);color:var(--black);border-radius:15px 15px 0 0;padding:20px}
.map-sheet[hidden]{display:none}
.map-sheet .sheet-top{display:flex;align-items:center;gap:12px}
.map-sheet img{width:46px;height:46px;object-fit:contain}
.map-sheet h2{font-size:22px;margin:0}
.map-sheet button{margin-left:auto;border:0;background:transparent;color:var(--black);font-size:26px;min-width:44px;min-height:44px;cursor:pointer}
.map-sheet p{margin:7px 0}
.map-sheet .status{font-weight:700}
.places{position:absolute;z-index:5;left:0;right:0;bottom:0;max-height:55%;overflow:auto;padding:0 18px 18px;background:var(--black);border-top:1px solid var(--green);touch-action:pan-y}
.places[hidden]{display:none}
.places h2{font-size:24px;margin:18px 0 12px}
.place-item{border-top:1px solid var(--green)}
.place-item:last-child{border-bottom:1px solid var(--green)}
.place-item summary{list-style:none;display:flex;align-items:center;gap:13px;min-height:70px;cursor:pointer}
.place-item summary::-webkit-details-marker{display:none}
.place-item img{width:43px;height:43px;object-fit:contain}
.place-item b,.place-item small{display:block}
.place-item small{font-size:12px}
.place-item>p{margin:4px 0 12px 56px;font-size:14px}
@media(max-width:350px){.shell{padding-left:19px;padding-right:19px}.experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.credential{padding:21px}.credential-top h1{font-size:29px}.brand{width:116px}.map-marker{width:44px;height:44px}.map-marker img{width:29px;height:29px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button:active{transform:none}}
