:root{--paper:#f8f5ed;--white:#fffefb;--ink:#292922;--muted:#76766b;--red:#d92d20;--line:#e4e1d6;--blue:#bddde2;--orange:#f3bd83;--radius:18px;font-family:-apple-system,BlinkMacSystemFont,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',sans-serif;color:var(--ink);background:#e9e6dd;font-synthesis:none;-webkit-tap-highlight-color:transparent;font-size:16px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,label,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:default;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid #2e7888;outline-offset:3px}button{border:0}a{color:inherit}p{line-height:1.65}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.04em}h2{font-size:1.2rem}h3{font-size:1rem}.icon{flex-shrink:0;vertical-align:middle}.mono,.eyebrow{font-family:'Arial Narrow','DIN Alternate',monospace}.mono{font-size:.75rem;letter-spacing:.03em}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.13em;display:block;line-height:1.5}.red{color:var(--red)}.muted{color:var(--muted)}.app{max-width:460px;min-height:100dvh;background:var(--paper);margin:auto;position:relative;overflow-x:clip;box-shadow:0 0 70px #2b241314}.app-header{height:64px;padding:0 23px;display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:15}.brand{display:flex;align-items:center;gap:10px;background:none;padding:0}.brand b{font-size:1.15rem;font-weight:950;font-style:italic;letter-spacing:-.08em}.brand span{font-family:monospace;font-size:.75rem;line-height:1.3;letter-spacing:.08em;color:var(--red);border-left:1px solid var(--line);padding-left:10px}.header-actions{display:flex;align-items:center;gap:5px}.icon-button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border-radius:50%;flex-shrink:0}.icon-button:hover{background:#eae6dc}.back-label{font-size:.95rem;font-weight:650;max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demo-ribbon{font-size:.75rem;letter-spacing:.04em;text-align:center;background:#eee9df;color:#787165;padding:5px 12px;line-height:1.5}.page{padding:24px 23px 110px;min-height:70dvh;animation:appear .18s ease}.page.home,.page.splash-page,.page.night-page{padding:0 0 100px}.page.splash-page{padding-bottom:0}.page-title{margin:4px 0 24px}.page-title .eyebrow{color:var(--red);margin-bottom:13px}.page-title h1{font-size:1.9rem;line-height:1.28;margin-bottom:10px;font-weight:850;letter-spacing:-.065em}.page-title p{font-size:.87rem;color:var(--muted);margin-bottom:0;line-height:1.65}.btn{display:flex;align-items:center;justify-content:center;gap:10px;min-height:52px;border-radius:9px;width:100%;font-size:.95rem;font-weight:650;text-decoration:none;padding:14px 17px;margin:14px 0;line-height:1.5;transition:background .18s,transform .18s}.btn:active{transform:translateY(1px)}.primary{background:var(--red);color:white;box-shadow:0 4px 0 #a8221917}.primary:hover{background:#c7251a}.secondary{background:transparent;color:var(--ink);border:1px solid #cfcbbf;box-shadow:none}.light{background:var(--paper);color:var(--red)}.text{background:none;font-weight:500}.btn .icon:last-child{margin-left:3px}.text-button,.inline-link{background:none;border:0;color:var(--red);font-size:.86rem;font-weight:650;padding:8px}.inline-link{padding:0;line-height:inherit;display:inline}.small-button{display:flex;align-items:center;gap:6px;border:1px solid #d4cfbe;border-radius:30px;padding:10px 12px;background:var(--white);font-size:.78rem}.tag{font-size:.75rem;border:1px solid #d4cfc1;color:#666559;border-radius:4px;padding:4px 7px;font-weight:500;display:inline-block;line-height:1.5}.note{display:flex;align-items:flex-start;gap:9px;font-size:.76rem;line-height:1.7;color:#7a705e;padding:13px 12px;background:#eee9dc;border-radius:8px;margin:16px 0}.note .icon{margin-top:3px}.micro{font-size:.75rem;line-height:1.65;color:var(--muted);margin:12px 0}.center{text-align:center}.between{display:flex;align-items:center;justify-content:space-between;gap:10px}.divider{height:1px;background:var(--line);margin:20px 0}.section-heading{display:flex;align-items:center;justify-content:space-between;margin:28px 0 15px;gap:10px}.section-heading h2{font-size:1.1rem;margin:0;font-weight:750}.section-heading>span{font-size:.75rem;color:var(--muted)}.bottom-nav{position:fixed;bottom:0;z-index:20;max-width:460px;width:100%;background:#fdfbf5f5;backdrop-filter:blur(18px);border-top:1px solid var(--line);display:flex;padding:9px 20px calc(9px + env(safe-area-inset-bottom))}.bottom-nav button{display:flex;flex-direction:column;align-items:center;gap:5px;background:none;width:50%;font-size:.75rem;color:#858476;min-height:47px}.bottom-nav button.active{color:var(--red);font-weight:650}.bottom-nav button .icon{width:23px;height:23px}.link-row{display:flex;align-items:center;text-align:left;gap:13px;width:100%;padding:18px 0;background:none;border-bottom:1px solid var(--line)}.link-row>span:nth-child(2){flex:1;min-width:0}.link-row strong{display:block;font-size:.94rem;font-weight:600}.link-row small{display:block;font-size:.75rem;line-height:1.6;color:var(--muted);margin-top:5px}.row-icon{color:#8c8069;width:29px}.link-row>.icon{color:#a49d8e}.list-card{margin:20px 0}.list-card .link-row:last-child{border-bottom:0}.empty{text-align:center;padding:28px 16px;color:var(--muted)}.empty>div{color:#aa9b7e;margin-bottom:16px}.empty h2{font-size:1rem;color:var(--ink)}.empty p{font-size:.84rem;margin:0}.form{margin-top:22px}.form>label:not(.checkline),.field label,.field-label,.scan-manual>label{display:block;font-size:.88rem;font-weight:600;margin:18px 0 10px}.field label em{font-style:normal;color:var(--red);margin-left:3px}input:not([type=checkbox],[type=file]),select,textarea{width:100%;border:1px solid #d8d5c9;border-radius:8px;min-height:50px;padding:13px;color:var(--ink);background:var(--white);font-size:1rem;appearance:none;line-height:1.5}input::placeholder,textarea::placeholder{color:#a7a295;font-size:.88rem}select{padding-right:36px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 8 5 5 5-5' stroke='%236b675b' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.field{margin:20px 0}.field small{font-size:.75rem;color:var(--muted);display:block;margin-top:7px}.checkline{display:flex;align-items:flex-start;gap:10px;font-size:.78rem;line-height:1.8;margin:25px 0 10px}.checkline input,.checklist input{accent-color:var(--red);width:19px;height:19px;margin:2px 0;flex-shrink:0}.code-row{display:flex;align-items:center;border:1px solid #d8d5c9;border-radius:8px;background:var(--white)}.code-row input{border:0!important;background:none!important;min-width:0}.code-row button{flex-shrink:0;white-space:nowrap;padding:13px}.error{font-size:.75rem;color:#bd2a20;margin:5px 0}.error:empty{display:none}.invalid{border-color:#be2016!important}.stepper{display:flex;align-items:center;max-width:180px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.stepper button{background:none;min-width:47px;height:49px;font-size:1.3rem}.stepper input{border:0!important;text-align:center;background:none!important;appearance:textfield}.stepper input::-webkit-inner-spin-button{appearance:none}.step-indicator{display:flex;align-items:center;gap:10px;font-size:.75rem;color:#9a9486;margin:20px 0}.step-indicator i{height:1px;background:#d5cec0;flex:1}.step-indicator .on{color:var(--red);font-weight:650}.tabs{display:flex;background:#eae6dc;border-radius:9px;padding:4px;margin:0 0 23px}.tabs button{width:50%;min-height:42px;background:none;border-radius:6px;color:#797365;font-size:.9rem}.tabs .selected{background:var(--white);color:var(--red);box-shadow:0 2px 5px #44351a10;font-weight:650}.choice-pills{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 24px}.choice-pills button{font-size:.8rem;background:none;border:1px solid #d6d0c2;border-radius:30px;min-height:40px;padding:9px 13px}.choice-pills .selected{background:#f9e5da;border-color:var(--red);color:var(--red)}.inline-success{display:flex;align-items:center;gap:9px;padding:15px;border:1px solid #bac9aa;background:#edf1e7;color:#516044;font-size:.87rem;border-radius:9px;margin:20px 0}.detail-card{padding:20px;background:var(--white);border:1px solid var(--line);border-radius:12px;margin:20px 0}.detail-card h2{font-size:1rem;margin:0}.detail-card p{font-size:.85rem;color:var(--muted);margin:13px 0 0}dl{display:grid;grid-template-columns:90px 1fr;gap:17px;font-size:.85rem;line-height:1.6}dt{color:var(--muted)}dd{margin:0;text-align:right;overflow-wrap:anywhere}.article h2{margin-top:25px;font-size:1rem}.article p{font-size:.9rem;color:#655f52;line-height:1.9}.counter{text-align:right;font-size:.75rem;color:var(--muted);margin:7px 0}.progress{height:5px;background:#e7e1d4;border-radius:10px;overflow:hidden}.progress>span{display:block;height:100%;background:var(--red)}
/* Brand and home */
.splash{min-height:calc(100dvh - 25px);display:flex;flex-direction:column;background:var(--paper);position:relative}.splash-brand{padding:25px 25px 12px;display:flex;align-items:center;justify-content:space-between}.splash-brand b{font-size:1.35rem;font-style:italic}.splash-brand>span{font-size:.75rem;font-family:monospace;letter-spacing:.06em;color:#84745d}.splash-art{position:relative;margin:0;overflow:hidden}.splash-art img{display:block;width:100%;height:auto}.splash-bottom{padding:26px 26px 18px;flex:1;background:var(--paper)}.splash-bottom h1{font-size:2.9rem;font-weight:900;line-height:1.06;margin:15px 0 26px;letter-spacing:-.07em}.splash-meta{display:flex;gap:24px;align-items:center;margin-bottom:30px}.splash-meta b{font-family:'DIN Alternate',sans-serif;font-size:1.12rem}.splash-meta small{font-size:.75rem;display:block;color:var(--muted);margin-top:6px}.splash-meta>span{height:30px;width:1px;background:#d4cdbc}.splash-bottom>.btn{margin-bottom:9px}.login-kv{border-radius:12px;overflow:hidden;max-height:195px;margin:15px 0 24px}.login-kv img{width:100%;display:block}.home-hero{position:relative;background:#f8f4e8;border-bottom:1px solid var(--line)}.hero-top{display:flex;justify-content:space-between;padding:20px 23px 12px;font-size:.75rem;letter-spacing:.08em;font-weight:650}.home-hero>img{width:100%;display:block}.hero-caption{display:flex;justify-content:space-between;padding:18px 23px 22px;align-items:center}.edition{font-family:monospace;font-size:.75rem;line-height:1.4}.edition b{font-family:inherit;font-size:1rem}.hero-date{text-align:right}.hero-date b{font-family:'DIN Alternate',monospace;font-size:1.48rem;letter-spacing:-.05em}.hero-date span{display:block;font-size:.75rem;color:var(--muted);margin-top:5px}.home-content{padding:0 23px}.welcome-line{display:flex;justify-content:space-between;align-items:center;padding:22px 0 17px;font-size:.8rem}.welcome-line .mono{font-size:.75rem;color:#908473}.action-ticket{background:var(--red);color:white;border-radius:15px 15px 6px 6px;padding:22px 23px 0;position:relative;overflow:hidden}.action-ticket:after{content:'';width:110px;height:180px;border-left:20px solid #ffffff08;border-right:13px solid #ffffff08;transform:rotate(40deg);position:absolute;right:30px;top:-50px;pointer-events:none}.action-ticket .eyebrow{color:#ffd1b4;font-size:.75rem}.action-ticket h1{font-size:1.62rem;letter-spacing:-.07em;margin:12px 0 8px}.action-ticket p{font-size:.81rem;color:#ffddd4;margin:0}.action-ticket .btn{background:var(--paper);color:var(--red);margin-top:22px;justify-content:space-between;font-size:.9rem}.ticket-foot{display:flex;justify-content:space-between;border-top:1px dashed #ffffff50;margin-top:20px;padding:13px 0;font-size:.75rem;color:#ffe0d3;gap:10px}.journey-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.journey-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:16px;background:var(--white);border:1px solid #e0dbcd;border-radius:12px;min-height:145px}.journey-card.active{border:1px solid #da7a5c;background:#fbebdf}.stage-index{font-size:.75rem;font-family:monospace;color:#a6967b;position:absolute;top:15px;right:15px}.journey-icon{color:#8c7857;margin:2px 0 15px}.active .journey-icon{color:var(--red)}.journey-card strong{font-size:.94rem;font-weight:700}.journey-card small{font-size:.75rem;color:#8d8577;line-height:1.6;margin-top:5px}.corner-arrow{position:absolute;right:13px;bottom:15px;color:#a4967f}.stamp-teaser{margin:26px 0 10px;padding:20px 18px;border-top:1px solid #d9ceb7;border-bottom:1px solid #d9ceb7;display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:10px;background:#eee8d9}.stamp-teaser .eyebrow{font-size:.75rem;color:#9a7650}.stamp-teaser h2{font-size:1.06rem;margin:9px 0}.stamp-teaser span:not(.eyebrow){font-size:.75rem;color:#8f7f62}.mini-stamp{width:67px;height:67px;border:2px solid #cbb17c;outline:1px solid #cbb17c;outline-offset:-5px;border-radius:50%;font-size:1.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#baa170;transform:rotate(10deg);flex-shrink:0}.mini-stamp small{font-size:.75rem;letter-spacing:.1em}.home-signoff{padding:29px 0 6px;text-align:center;color:#b6aa93;font-size:.75rem}.home-signoff span{display:block;margin:6px}.home-signoff .mono{font-size:.75rem}.success-head{text-align:center;padding:20px 0}.success-mark{width:84px;height:84px;background:#e7edda;border:1px solid #b5c399;display:grid;place-items:center;border-radius:50%;margin:0 auto 24px;color:#698354}.success-head .eyebrow{color:#8b9b6c}.success-head h1{font-size:1.65rem;margin:16px 0 8px}.success-head p{font-size:.88rem;color:var(--muted)}.paper-ticket{background:var(--white);padding:24px 22px;border:1px solid #ded9ca;border-radius:12px;margin:12px 0 27px}.ticket-label{font-size:.75rem;font-family:monospace;letter-spacing:.09em;color:var(--red);border-bottom:1px solid var(--line);padding-bottom:17px}.paper-ticket h2{font-size:1.5rem;margin:22px 0}.ticket-cut{border-top:1px dashed #d9d1bd;position:relative;margin:23px -22px}.ticket-cut:before,.ticket-cut:after{content:'';background:var(--paper);position:absolute;width:16px;height:16px;border-radius:50%;top:-8px}.ticket-cut:before{left:-8px}.ticket-cut:after{right:-8px}.paper-ticket p{font-size:.78rem;color:var(--muted)}.paper-ticket>.mono{font-size:.75rem;letter-spacing:.11em;color:#a8987b}
/* Journey */
.destination-card{background:#efeadb;border-radius:14px;padding:22px;border:1px solid #ddd3bb}.destination-card .eyebrow{color:#a0865c}.destination-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:18px 0 10px}.destination-head h2{font-size:1.4rem;margin:0}.destination-head svg{color:#b3a17f}.destination-card p{font-size:.81rem;color:#8d7f65}.destination-card .between{font-size:.81rem}.destination-card .btn{margin-bottom:0}.checklist{border-top:1px solid var(--line)}.checklist label{display:flex;align-items:center;gap:13px;padding:15px 0;border-bottom:1px solid var(--line);font-size:.9rem}.checklist input:checked+span{color:#908b7e;text-decoration:line-through}.checkin-panel{text-align:center;background:var(--white);border:1px solid var(--line);border-radius:14px;padding:25px 20px}.big-line-icon{color:var(--red);padding:14px 0 24px}.checkin-panel .eyebrow{font-size:.75rem;color:#a19681}.checkin-panel h2{font-size:1.3rem;margin:15px 0 10px}.checkin-panel p{font-size:.84rem;color:var(--muted)}.map-placeholder{min-height:200px;background:repeating-linear-gradient(0deg,transparent,transparent 29px,#c4c9b945 30px),repeating-linear-gradient(90deg,#e9ebdf,#e9ebdf 29px,#c4c9b945 30px);border:1px solid #d2d6c5;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#899478}.map-placeholder strong{font-size:1.15rem;color:#5e6654}.map-placeholder span{font-size:.75rem}.safety-feature{background:#e8ecdf;padding:25px;border-radius:15px;color:#657855}.safety-feature h2{margin:18px 0 7px;font-size:1.35rem}.safety-feature p{font-size:.85rem;margin:0}.numbered-list>div{display:flex;gap:19px;border-bottom:1px solid var(--line);padding:24px 0}.numbered-list>div>span{font-family:monospace;font-size:1.15rem;color:#beac89}.numbered-list section{flex:1}.numbered-list h2{font-size:1rem;margin:0 0 10px}.numbered-list p{font-size:.85rem;color:var(--muted);margin:0}.trail-banner{display:flex;justify-content:space-between;align-items:center;padding:22px 18px;background:#eee7d4;border:1px solid #ded2b7;border-radius:12px;gap:10px}.trail-banner .eyebrow{font-size:.75rem;color:#a68f65}.trail-banner h2{font-family:'DIN Alternate',monospace;font-size:2rem;margin:9px 0 0}.trail-banner h2 small{font-family:inherit;font-size:.75rem;font-weight:400;color:#958365}.route-list{margin:23px 0}.route-stop{display:flex;gap:15px;width:100%;text-align:left;background:none;align-items:center;padding:18px 0;position:relative;min-height:125px}.route-stop:not(:last-child):before{content:'';position:absolute;left:17px;top:70px;bottom:-38px;border-left:1px dashed #c9b998}.route-number{width:36px;height:36px;border:1px solid #b8a886;display:grid;place-items:center;border-radius:50%;color:#8f7c54;flex-shrink:0;font-family:monospace;font-size:.86rem;background:var(--paper);position:relative}.route-stop.done .route-number{background:var(--red);border-color:var(--red);color:white}.route-stop>div{flex:1;min-width:0}.route-stop>.icon{color:#b5a78e}.point-type{font-size:.75rem;color:#a09072}.point-state{font-size:.75rem;color:#aca38f}.route-stop h2{font-size:1.08rem;margin:8px 0 7px}.route-stop p{font-size:.75rem;color:#8d8578;margin:0}.point-poster{background:#efdcc8;border-radius:12px;padding:22px;text-align:center;color:#b45131}.point-poster.blue{background:#d9e6e4;color:#557a80}.point-poster.green{background:#dfe5d5;color:#6d8057}.point-poster.orange{background:#f5ddbf;color:#b36a23}.poster-letter{font-size:7rem;line-height:1.5;font-family:'Songti SC',serif;font-weight:800}.point-poster>div{border-top:1px solid #00000013;padding-top:15px;display:flex;justify-content:space-between;font-size:.76rem}.point-poster .eyebrow{font-size:.75rem}.location-line{display:flex;justify-content:space-between;align-items:center;font-size:.79rem;gap:5px}.photo-upload{width:100%;min-height:185px;border:1px dashed #c5b999;border-radius:12px;background:#eee8d9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;position:relative;margin:18px 0;overflow:hidden;cursor:pointer;color:#9b8966}.photo-upload strong{font-size:.9rem;font-weight:600}.photo-upload small{font-size:.75rem;color:#aaa08c}.photo-upload input{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.photo-upload img{display:block;width:100%;max-height:330px;object-fit:cover}.photo-upload.has-photo{min-height:0;border-style:solid}.photo-upload.has-photo>span{position:absolute;bottom:12px;right:12px;background:#ffffffed;padding:8px 14px;border-radius:20px;font-size:.8rem;color:var(--ink)}.stamp-summary{display:flex;align-items:center;justify-content:space-between;color:#958568;margin:22px 0 16px}.stamp-summary>span:last-child{font-size:.75rem}.stamp-summary b{font-family:'DIN Alternate',monospace;font-size:2.4rem;color:var(--red)}.stamp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 10px;margin:30px 0}.stamp{background:none;text-align:center;padding:0;color:#b5a88c}.stamp-ring{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1;border:2px solid #cec3a9;border-radius:50%;outline:1px solid #cec3a9;outline-offset:-7px;max-width:94px;margin:auto}.stamp-ring b{font-family:'Songti SC',serif;font-size:2.5rem;font-weight:600;line-height:1.1}.stamp-ring small{font-size:.75rem;font-family:monospace;margin-top:8px;letter-spacing:.03em}.stamp>span:last-child{display:block;font-size:.75rem;margin-top:12px}.stamp.collected{color:var(--red)}.stamp.collected .stamp-ring{border-color:var(--red);outline-color:var(--red);background:#fceade;transform:rotate(-7deg)}.scanner-window{aspect-ratio:1.15;background:#252923;border-radius:18px;position:relative;overflow:hidden;color:#e9e7d7}.scanner-window video{width:100%;height:100%;object-fit:cover}.scanner-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.scanner-placeholder p{font-size:.8rem;color:#a9ad9f}.scanner-corner{position:absolute;width:25px;height:25px;border-color:#d9efbd;border-style:solid}.scanner-corner.a{top:40px;left:40px;border-width:2px 0 0 2px}.scanner-corner.b{top:40px;right:40px;border-width:2px 2px 0 0}.scanner-corner.c{bottom:40px;left:40px;border-width:0 0 2px 2px}.scanner-corner.d{bottom:40px;right:40px;border-width:0 2px 2px 0}.scan-line{position:absolute;left:40px;right:40px;height:1px;background:#caddb7;top:50%;box-shadow:0 -8px 20px #badd8655;animation:scan 3s infinite ease-in-out}.demo-code-box{margin:20px 0;padding:13px;background:#ede8dc;border-radius:10px;display:flex;flex-wrap:wrap;align-items:center;gap:5px 10px;font-size:.75rem}.demo-code-box>b{font-family:monospace}.demo-code-box>button{margin-left:auto;font-size:.75rem}.scan-manual{margin-top:25px}.arrival-ticket{padding:24px;background:var(--red);border-radius:14px;color:var(--paper)}.arrival-ticket>.eyebrow{color:#fac9ad;font-size:.75rem}.arrival-ticket h2{font-size:1.8rem;line-height:1.5;margin:25px 0;letter-spacing:-.06em}.arrival-ticket h2 span{color:#ffc1a5}.arrival-ticket .tag{color:#ffdac4;border-color:#f58d70}.arrival-ticket .btn{margin:24px 0 0}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.feature-card{padding:20px 15px;background:var(--white);border:1px solid var(--line);border-radius:12px;display:flex;align-items:flex-start;flex-direction:column;text-align:left;position:relative;min-height:170px}.feature-card>.icon:first-child{color:#a38654;margin-bottom:22px}.feature-card strong{font-size:1rem}.feature-card p{font-size:.75rem;color:#8c8374;margin:8px 0 0}.feature-card>.icon:last-child{position:absolute;right:13px;top:20px;color:#b6a888}.venue-diagram{background:#eae6d9;border-radius:16px;padding:15px}.diagram-river{background:#bfd9da;border-radius:30px 0 30px 0;padding:9px 20px;text-align:center;font-size:.75rem;color:#538086;margin-bottom:18px}.zone-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.zone{background:#fdf9ee;min-height:108px;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;gap:9px;border:1px solid #dbd2bc}.zone>span{position:absolute;top:5px;left:6px;font-family:monospace;font-size:.75rem;color:#a29275}.zone strong{font-size:.75rem}.zone>.icon{color:#a08451}.zone.z0{grid-column:span 2;background:#e8b8a3}.zone.z3{background:#cad9b8}.zone.z5{grid-column:span 2}.diagram-entry{font-size:.75rem;text-align:center;padding:18px 0 3px;color:#8a7d64}.zone-detail{text-align:center;background:#eee7d8;border:1px solid #d9cfb8;padding:32px 22px;border-radius:12px;color:#8f7853}.zone-detail h2{margin-top:23px;color:var(--ink);font-size:1.5rem}.zone-detail p{font-size:.88rem}.help-callout{display:flex;align-items:center;gap:16px;color:#b43928;background:#f5e1d4;padding:20px 15px;border-radius:12px}.help-callout h2{font-size:.95rem;margin:0 0 7px}.help-callout p{font-size:.75rem;margin:0;color:#aa7761}.call-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.call-card{display:flex;flex-direction:column;background:var(--white);border:1px solid #e2c6b2;border-radius:10px;text-align:center;align-items:center;padding:20px}.call-card b{font-family:'DIN Alternate',monospace;font-size:2.2rem;color:var(--red)}.call-card span{font-size:.85rem;margin-top:7px}.position-display{font-size:.86rem;line-height:1.8;background:#eae8df;border-radius:9px;padding:17px;margin:15px 0;color:#7e7868;overflow-wrap:anywhere}
/* Social, cards and personal */
.vote-card{background:var(--white);border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:14px;padding:22px 17px;text-align:left;width:100%;margin:15px 0;opacity:1!important}.vote-num{font-family:monospace;color:#bcab8a;font-size:.8rem;align-self:flex-start}.vote-card>div{flex:1}.vote-card h2{font-family:'DIN Alternate',sans-serif;font-size:2.1rem;margin:10px 0 8px;font-style:italic;letter-spacing:-.06em}.vote-card .eyebrow{font-size:.75rem;color:#968361}.vote-card p{font-size:.75rem;color:#938c7e;margin:0}.vote-check{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:#baaf99}.vote-card.voted{background:#f9e8dc;border-color:#d59470}.voted .vote-check{background:var(--red);color:white;border-color:var(--red)}.blindbox{aspect-ratio:1.15;background:var(--red);color:#ffe4c5;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;border-radius:15px;padding:24px;margin:25px 0 35px;box-shadow:7px 7px 0 #dbc9ad}.box-top,.box-bottom{font-size:.75rem;letter-spacing:.15em;font-family:monospace}.box-question{font-size:8rem;font-family:'DIN Alternate',sans-serif;font-style:italic;line-height:1.3}.buddy-result{background:#e8ecdf;border:1px solid #ccd5ba;text-align:center;padding:30px 20px;border-radius:14px}.buddy-result .avatar{margin:auto auto 20px}.buddy-result .eyebrow{color:#81966d;font-size:.75rem}.buddy-result h2{font-size:1.6rem;margin:15px 0 10px}.buddy-result p{font-size:.81rem;color:#7d896f}.buddy-password{padding:20px;border-top:1px dashed #b0bf98;border-bottom:1px dashed #b0bf98;margin:25px 0}.buddy-password span{display:block;font-size:.75rem;margin-bottom:12px;color:#7c8e66}.buddy-password b{font-size:1.9rem;letter-spacing:.14em;color:#617b49}.night-hero{background:#282820;color:#faf1d8;padding:36px 26px 25px;position:relative;overflow:hidden}.night-hero>.eyebrow{color:#b8a378;font-size:.75rem}.night-hero h1{font-size:2.7rem;letter-spacing:-.08em;margin:43px 0 18px;line-height:1.2;position:relative;z-index:1}.night-hero h1 span{display:block;font-size:1.4rem;color:#ceb480;margin-top:10px;letter-spacing:-.04em}.night-hero>p{font-size:.8rem;color:#a69f89}.night-star{position:absolute;right:7px;top:30px;font-size:10rem;color:#dcb37420;transform:rotate(15deg);line-height:1}.night-status{display:flex;align-items:center;gap:8px;font-size:.75rem;border-top:1px solid #75633e80;margin-top:36px;padding-top:18px;color:#d8bb83}.night-content{padding:26px 23px}.night-entry{display:flex;align-items:center;gap:15px}.night-entry>div{flex:1}.night-entry>.icon{color:#ac9060}.night-entry .eyebrow{font-size:.75rem;color:#a79777}.night-entry h2{font-size:1.08rem;margin:12px 0 7px}.night-entry p{font-size:.76rem;color:#958771;margin:0}.night-program>div{padding:19px 0 19px 38px;border-bottom:1px solid var(--line);position:relative}.night-program>div>span{position:absolute;left:0;color:#b3a07a;font-size:.75rem;font-family:monospace}.night-program h3{font-size:.96rem;margin:0 0 7px}.night-program p{font-size:.75rem;color:#8e8677;margin:0}.prize-result{text-align:center;background:#e9e6dc;padding:30px 20px;border-radius:14px;color:#8f8268}.prize-result>.eyebrow{font-size:.75rem;color:#a79a82}.prize-result>.icon{display:block;margin:35px auto 25px}.prize-result h2{font-size:1.4rem;color:var(--ink)}.prize-result p{font-size:.82rem}.prize-result.winner{background:#f4dfb9;color:#b68138}.demo-prize{padding:23px;border-top:1px dashed #cda26b;border-bottom:1px dashed #cda26b;margin:25px 0;font-size:1.25rem;font-weight:700;color:#93642d}.demo-prize span{display:block;font-size:.75rem;font-weight:400;margin-top:12px}.farewell-hero{padding:27px;background:#dfe6db;color:#6c7c61;border-radius:13px}.farewell-hero>.eyebrow{font-size:.75rem}.farewell-hero h2{font-size:1.85rem;line-height:1.6;color:#47563e;margin:37px 0 27px;letter-spacing:-.07em}.farewell-hero>span:last-child{font-size:.75rem}.farewell-line{display:block;width:40px;height:2px;background:#94a483;margin-bottom:20px}.bib{background:var(--red);color:var(--paper);border-radius:15px;padding:24px;text-align:center;border:8px solid #f8f0dc;outline:1px solid #d2c3a5}.bib-brand{font-family:monospace;font-size:.9rem;border-bottom:1px solid #ffffff50;padding-bottom:18px}.bib-brand span{display:block;font-size:.75rem;margin-top:8px;letter-spacing:.2em}.bib-number{font-size:.8rem;letter-spacing:.2em;margin:25px 0 20px}.bib-number strong{font-family:'DIN Alternate',sans-serif;letter-spacing:-.07em;font-size:5.2rem;line-height:1.3;font-style:italic}.bib-name{font-size:1.1rem}.bib-bottom{border-top:1px solid #ffffff50;padding-top:20px;margin-top:25px;font-size:.75rem;letter-spacing:.1em}.wish-preview{background:#eee1c6;padding:25px 24px 18px;border-radius:12px;position:relative;margin:22px 0;color:#9f875b}.wish-preview .eyebrow{font-size:.75rem}.wish-preview>p{font-family:'Songti SC',serif;font-size:1.7rem;line-height:1.8;min-height:180px;margin:34px 0 24px;color:#5f563e;overflow-wrap:anywhere}.wish-preview>span:not(.eyebrow){font-size:.8rem}.wish-date{font-family:monospace;font-size:.75rem;text-align:right;border-top:1px solid #d5c39f;padding-top:20px;margin-top:25px}.benefit-ticket{margin:22px 0;background:var(--white);padding:22px;border:1px solid #d8ceb8;border-radius:10px;position:relative;overflow:hidden}.benefit-symbol{float:right;color:#bba274}.benefit-body .eyebrow{font-size:.75rem;color:#ba9d6b}.benefit-body h2{font-size:1.2rem;margin:15px 0 10px}.benefit-body p{font-size:.8rem;color:#8d8068;margin-bottom:9px}.benefit-body small{font-size:.75rem;color:#b6a88d}.benefit-code span{font-size:.75rem;color:#9e9074;display:block}.benefit-code b{font-family:monospace;font-size:.88rem;color:#b1603e;display:block;word-break:break-all;margin:10px 0}.benefit-ticket.expired{filter:grayscale(1);opacity:.68}.benefit-ticket .btn{margin-bottom:0}.profile{display:flex;align-items:center;gap:17px;margin:20px 0 28px}.avatar{width:76px;height:76px;display:grid;place-items:center;border-radius:50%;background:#e8dfc8;color:#8a744b;border:1px solid #d6c7a6;flex-shrink:0}.profile h2{margin:0 0 7px;font-size:1.32rem;overflow-wrap:anywhere}.profile p{font-size:.85rem;color:#93866c;margin:0 0 9px}.stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d8cdb7;border-bottom:1px solid #d8cdb7;padding:23px 0;margin-bottom:25px;background:#f0ebdd}.stats>div{text-align:center;border-right:1px solid #ded3bd;min-width:0}.stats>div:last-child{border-right:0}.stats b{display:block;font-size:1.15rem;font-family:'DIN Alternate',sans-serif}.stats b small{font-size:.78rem;font-weight:400;color:#a99571}.stats span{display:block;font-size:.75rem;color:#9c8d71;margin-top:10px}#generated-output img{width:100%;margin-top:20px;border-radius:8px;box-shadow:0 5px 20px #00000015}#generated-output .btn{background:var(--ink);color:var(--paper)}
/* Overlays and responsive */
#toast{position:fixed;bottom:105px;left:50%;transform:translateX(-50%) translateY(10px);z-index:100;background:#2d2b23ef;color:#fff9e8;border-radius:9px;max-width:min(85vw,390px);width:max-content;padding:13px 19px;font-size:.84rem;line-height:1.6;opacity:0;pointer-events:none;transition:.2s}#toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.modal-backdrop{position:fixed;inset:0;background:#1e1b1466;z-index:60;display:flex;align-items:flex-end;justify-content:center;backdrop-filter:blur(3px)}.modal{width:100%;max-width:460px;background:var(--paper);padding:24px 23px calc(25px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;max-height:90dvh;overflow-y:auto;animation:rise .2s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-header h2{font-size:1.3rem;margin:0}.modal p{font-size:.85rem;color:#81765f}.modal>small{font-size:.75rem;color:#9f9074}.modal-actions{display:flex;gap:10px}.modal-actions .btn{flex:1}.demo-phase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.demo-phase-grid button{padding:14px 7px;border:1px solid #d6cbb5;background:var(--white);border-radius:8px;font-size:.75rem;min-height:50px}.demo-phase-grid .selected{background:var(--red);color:white;border-color:var(--red)}.demo-settings-label{font-size:.76rem;color:#9c8c6e;margin:20px 0 9px;display:block}.modal hr{border:0;border-top:1px solid var(--line);margin:20px 0}.wait-page{text-align:center;padding-top:35px}.wait-page>.icon{color:#b19a71;margin:15px auto 25px}.wait-page h1{font-size:1.7rem}.wait-page p{color:#8c8068;font-size:.86rem;line-height:1.8}.desktop-note{display:none}.pending-spinner{width:30px;height:30px;border:3px solid #e3d6c2;border-top-color:var(--red);border-radius:50%;animation:spin .8s linear infinite;margin:20px auto}.busy{pointer-events:none;opacity:.7}@keyframes appear{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes rise{from{transform:translateY(30px);opacity:0}to{transform:none;opacity:1}}@keyframes scan{0%,100%{top:25%}50%{top:75%}}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:960px){body{background:radial-gradient(circle at 15% 75%,#efcebc55,transparent 45%),#eeeade}.app{margin-left:calc(50% + 20px);margin-right:auto}.desktop-note{display:block;position:fixed;right:calc(50% + 70px);top:19%;width:330px}.desktop-note>.eyebrow{color:#af8b63;font-size:.75rem}.desktop-note h1{font-size:3.7rem;line-height:1.25;font-weight:950;font-style:italic;letter-spacing:-.07em;margin:30px 0;color:#332f25}.desktop-note h1 span{color:var(--red)}.desktop-note p{font-size:.95rem;line-height:2;color:#9a876d;margin:30px 0}.desktop-rule{width:42px;height:3px;background:var(--red);margin:35px 0 23px}.desktop-note>.mono{color:#a99374;font-size:.75rem}.desktop-note small{display:block;color:#b2a58c;font-size:.75rem;margin-top:14px}#toast{left:calc(50% + 250px)}.modal-backdrop{padding-left:calc(50% + 20px);justify-content:flex-start}.modal{flex-shrink:0}}@media(max-width:359px){.page{padding-left:17px;padding-right:17px}.home-content{padding:0 17px}.app-header{padding:0 17px}.page-title h1{font-size:1.7rem}.journey-card{padding:14px}.stamp-ring b{font-size:2rem}.hero-date b{font-size:1.3rem}.welcome-line .mono{font-size:.75rem}.trail-banner{padding:16px 12px;flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}@media(prefers-contrast:more){:root{--muted:#514a3e;--line:#afa48d}.micro,.eyebrow,.point-type,.point-state{color:#625138}}

.page-title p,.form label,.article p,.numbered-list p,.detail-card p,.checkin-panel p,.night-entry p,.destination-card p{font-size:.875rem}.hero-top{gap:14px}.welcome-line{flex-wrap:wrap;gap:8px}.brand span{font-size:.6rem}.journey-card small{font-size:.75rem}.journey-card{min-height:155px}.vote-card p{font-size:.8rem}.feature-card p{font-size:.8rem}.feature-card{min-height:180px}.demo-code-box{overflow-wrap:anywhere}
.night-games{display:grid;gap:12px;margin:25px 0}.game-card,.passcode-card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:18px;display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:start}.game-card h2,.passcode-card h2{margin:7px 0 6px;font-size:1.08rem}.game-card p,.passcode-card p{font-size:.78rem;color:var(--muted);margin:0;line-height:1.55}.game-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#f6e4c4;color:#a87835}.game-card .btn,.game-card .tag{grid-column:2;justify-self:start;margin:13px 0 0}.game-result{background:#f3ddbb;color:#996728;border-color:#d9b77a}.passcode-card{grid-template-columns:auto 1fr}.passcode-card .code-row{grid-column:1/-1;display:flex;gap:8px;margin-top:5px}.passcode-card input{min-width:0;flex:1;border:1px solid #d8cfbd;background:#fcfaf4;border-radius:8px;padding:11px 12px;font-size:.9rem}.text-button{background:none;color:var(--red);font-weight:700;padding:8px 4px}.voice-card-preview{margin:22px 0;background:#e7e1d2;border-radius:14px;padding:22px 18px;color:#8b785a}.voice-card-preview p{font-family:'Songti SC',serif;color:#5e553f;font-size:1rem;margin:17px 0 0}.voice-wave{height:76px;display:flex;align-items:center;justify-content:center;gap:4px;border-top:1px solid #c8bda64d;border-bottom:1px solid #c8bda64d;margin:18px 0 0}.voice-wave i{display:block;width:3px;border-radius:4px;background:#bd8054;opacity:.75}.voice-controls{display:flex;align-items:center;gap:14px;margin:17px 0 24px}.voice-controls .btn{margin:0}.voice-timer{font-size:.78rem;color:var(--muted)}.voice-player{display:block;width:100%;margin:14px 0 22px}
