:root{--cream:#f8f2e8;--surface:#fffcf7;--surface-soft:#f3eadc;--green:#173f35;--green-hover:#0f3129;--green-soft:#dfe9e3;--terracotta:#a44f38;--terracotta-soft:#f1dfd8;--sand:#e7d9c5;--gold:#d6b56c;--ink:#1f2a26;--muted:#66716c;--success:#2f6b4f;--success-soft:#e1eee7;--warning:#8a5b18;--warning-soft:#f7ead0;--error:#a3382b;--error-soft:#f7e1dd;--border:#d9ccba;--shadow:0 18px 50px #32291b14;--shadow-soft:0 8px 24px #32291b0f;--radius-lg:22px;--radius-md:16px;--radius-sm:11px;--header-height:72px;--max-width:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--cream)}body{color:var(--ink);background:radial-gradient(circle at 92% -10%, #d6b56c29, transparent 28rem), var(--cream);min-height:100vh;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.025em;font-family:Georgia,Times New Roman,serif}h1{margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.75rem);line-height:1.08}h2{margin-bottom:.65rem;font-size:clamp(1.45rem,3vw,2rem);line-height:1.16}h3{margin-bottom:.45rem;font-size:1.22rem;line-height:1.25}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.skip-link{z-index:999;background:var(--green);color:#fff;border-radius:var(--radius-sm);padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.desktop-header{z-index:40;height:var(--header-height);padding:0 max(24px, calc((100vw - var(--max-width)) / 2));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf7eb;border-bottom:1px solid #d9ccbab8;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;display:grid;position:sticky;top:0}.desktop-header nav{justify-content:center;gap:.2rem;display:flex}.brand{align-items:center;gap:.65rem;min-width:max-content;display:inline-flex}.brand>span:last-child{line-height:1.1;display:grid}.brand strong{font-family:Georgia,serif;font-size:1.12rem}.brand small{color:var(--muted);margin-top:.15rem;font-size:.72rem}.brand-mark{background:var(--green);width:38px;height:38px;color:var(--cream);border-radius:12px;place-items:center;display:grid}.nav-link{min-height:42px;color:var(--muted);border-radius:11px;align-items:center;gap:.38rem;padding:.6rem .7rem;font-size:.88rem;font-weight:650;transition:background .16s,color .16s;display:inline-flex}.nav-link:hover{color:var(--green);background:var(--green-soft)}.nav-link.active{color:#fff;background:var(--green)}.user-area{align-items:center;gap:.58rem;display:flex}.avatar{background:var(--terracotta-soft);width:36px;height:36px;color:var(--terracotta);border:1px solid #a44f3833;border-radius:50%;flex:none;place-items:center;font-size:.76rem;font-weight:800;display:inline-grid}.user-copy{line-height:1.1;display:grid}.user-copy strong{font-size:.82rem}.user-copy small{color:var(--muted);margin-top:.2rem;font-size:.7rem}.icon-button{width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;padding:0;display:inline-grid}.icon-button:hover{background:var(--surface-soft);color:var(--green)}.icon-button:disabled{opacity:.55;cursor:wait}.mobile-header,.mobile-nav{display:none}.private-layout{min-height:100vh}.page-container{width:min(var(--max-width), calc(100% - 48px));margin:0 auto;padding:2.25rem 0 4.5rem}.page-heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.6rem;display:flex}.page-heading p{max-width:680px;color:var(--muted);margin-bottom:0}.eyebrow{color:var(--terracotta);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.38rem;font-size:.75rem;font-weight:800}.muted{color:var(--muted)}.subtle{color:var(--muted);font-size:.88rem}.card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid #d9ccbad1}.card-pad{padding:1.35rem}.section-heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin:2.4rem 0 1rem;display:flex}.section-heading h2{margin-bottom:0}.section-heading p{color:var(--muted);margin:.25rem 0 0}.button{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:.48rem;min-height:44px;padding:.68rem 1rem;font-weight:750;transition:transform .15s,background .15s,color .15s,border .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:wait;transform:none}.button-primary{background:var(--green);color:#fff}.button-primary:hover{background:var(--green-hover)}.button-secondary{border-color:var(--border);background:var(--surface);color:var(--green)}.button-secondary:hover{border-color:var(--green);background:var(--green-soft)}.button-terracotta{background:var(--terracotta);color:#fff}.button-ghost{color:var(--green);background:0 0}.button-danger{background:var(--error-soft);color:var(--error);border-color:#a3382b4d}.button-small{min-height:38px;padding:.48rem .72rem;font-size:.87rem}.button-full{width:100%}.button-row{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:.42rem;width:max-content;padding:.34rem .58rem;font-size:.74rem;font-weight:800;display:inline-flex}.status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.status-success{background:var(--success-soft);color:var(--success)}.status-warning{background:var(--warning-soft);color:var(--warning)}.status-accent{background:var(--terracotta-soft);color:var(--terracotta)}.status-neutral{color:var(--muted);background:#ecebe7}.hero{background:var(--green);color:#fff;min-height:440px;box-shadow:var(--shadow);border:1px solid #173f351f;border-radius:28px;grid-template-columns:minmax(0,7fr) minmax(330px,5fr);display:grid;overflow:hidden}.hero-image{min-height:440px;position:relative}.hero-image img{object-fit:cover;object-position:52% 48%}.hero-content{background:linear-gradient(155deg,#173f35 0%,#0f3129 100%);flex-direction:column;justify-content:space-between;padding:2.3rem;display:flex}.hero-content .eyebrow{color:var(--gold)}.hero-content h1{margin-bottom:.5rem;font-size:clamp(2.6rem,5vw,4.2rem)}.hero-content .hero-subtitle{color:#ffffffc7;font-size:1.05rem}.hero-date{color:#ffffffe6;align-items:center;gap:.55rem;font-weight:650;display:flex}.countdown{border-top:1px solid #ffffff29;padding-top:1.4rem;display:grid}.countdown strong{color:var(--gold);font-family:Georgia,serif;font-size:2.7rem;line-height:1}.countdown span{color:#ffffffb8;margin-top:.3rem}.overview-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr);gap:1rem;margin-top:1rem;display:grid}.progress-card{padding:1.45rem}.progress-top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.progress-value{color:var(--green);font-family:Georgia,serif;font-size:2rem}.progress-track{background:var(--sand);border-radius:999px;height:10px;margin:1rem 0 .55rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--terracotta), var(--gold));border-radius:inherit;height:100%;transition:width .4s}.decision-callout{background:var(--terracotta);color:#fff;border-color:#0000;padding:1.45rem}.decision-callout .eyebrow{color:#f6d8b1}.decision-callout p{color:#fffc}.decision-callout .button{color:var(--terracotta);background:#fff}.metric-grid{grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:1rem;display:grid}.metric-card{align-items:center;gap:.85rem;padding:1rem 1.1rem;display:flex}.metric-icon{background:var(--green-soft);width:42px;height:42px;color:var(--green);border-radius:13px;place-items:center;display:grid}.metric-card strong{font-family:Georgia,serif;font-size:1.35rem;display:block}.metric-card span{color:var(--muted);font-size:.8rem}.route-line{scrollbar-width:none;align-items:center;gap:.5rem;padding:1.1rem;display:flex;overflow-x:auto}.route-line::-webkit-scrollbar{display:none}.route-stop{background:var(--surface-soft);white-space:nowrap;border-radius:999px;padding:.55rem .7rem;font-size:.86rem;font-weight:750}.route-arrow{color:var(--terracotta);flex:none}.day-strip{scroll-snap-type:x mandatory;grid-auto-columns:minmax(230px,1fr);grid-auto-flow:column;gap:.8rem;padding-bottom:.4rem;display:grid;overflow-x:auto}.day-mini{scroll-snap-align:start;min-height:158px;padding:1.05rem}.day-mini time{color:var(--terracotta);text-transform:capitalize;font-size:.78rem;font-weight:800}.day-mini h3{margin-top:.38rem}.day-mini p{color:var(--muted);margin:0;font-size:.86rem}.activity-list{gap:.65rem;display:grid}.activity-item{border-bottom:1px solid #d9ccbaa6;align-items:flex-start;gap:.75rem;padding:.85rem 0;display:flex}.activity-item:last-child{border-bottom:0}.activity-icon{background:var(--terracotta-soft);width:34px;height:34px;color:var(--terracotta);border-radius:11px;flex:none;place-items:center;display:grid}.activity-item p{margin-bottom:.08rem}.activity-item time{color:var(--muted);font-size:.76rem}.overview-lower{grid-template-columns:.8fr 1.2fr;gap:1rem;display:grid}.pending-summary{align-items:center;gap:1rem;min-height:112px;display:flex}.pending-summary strong{color:var(--terracotta);font-family:Georgia,serif;font-size:2rem}.pending-summary p{color:var(--muted);margin:0}.route-stop{align-items:center;gap:.35rem;display:inline-flex}.text-link{color:var(--green);text-underline-offset:3px;align-items:center;gap:.25rem;font-weight:750;text-decoration:underline;display:inline-flex}.timeline{gap:1rem;max-width:980px;margin:0 auto;display:grid;position:relative}.timeline:before{content:"";background:linear-gradient(var(--terracotta), var(--gold));opacity:.45;width:2px;position:absolute;top:28px;bottom:28px;left:23px}.timeline-row{grid-template-columns:48px 1fr;gap:1rem;display:grid;position:relative}.timeline-marker{z-index:1;justify-content:center;width:48px;padding-top:1.05rem;display:flex;position:relative}.timeline-marker span{background:var(--green);color:#fff;border:4px solid var(--cream);border-radius:50%;place-items:center;width:34px;height:34px;font-size:.75rem;font-weight:850;display:grid}.timeline-card{padding:1.35rem}.timeline-date{align-items:center;gap:.65rem;margin-bottom:.6rem;display:flex}.timeline-date time{color:var(--terracotta);text-transform:capitalize;font-size:.8rem;font-weight:850}.easter-tag{background:var(--warning-soft);color:var(--warning);border-radius:999px;padding:.26rem .48rem;font-size:.68rem;font-weight:800}.timeline-title-row{justify-content:space-between;align-items:flex-start;gap:1.2rem;display:flex}.timeline-title-row h2{margin-bottom:.35rem;font-size:1.55rem}.timeline-title-row p{color:var(--muted);margin-bottom:1rem}.day-details{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.day-details>div{background:var(--surface-soft);border-radius:12px;align-items:flex-start;gap:.55rem;min-width:0;padding:.75rem;display:flex}.detail-icon{width:31px;height:31px;color:var(--green);background:#fff;border-radius:9px;flex:none;place-items:center;display:grid}.day-details span:last-child{min-width:0;display:grid}.day-details small{color:var(--muted);font-size:.68rem}.day-details strong{text-overflow:ellipsis;margin-top:.18rem;font-size:.79rem;overflow:hidden}.day-links{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.day-links a{border:1px solid var(--border);min-height:34px;color:var(--green);border-radius:9px;align-items:center;gap:.28rem;padding:.4rem .58rem;font-size:.76rem;font-weight:750;display:inline-flex}.timeline-footer{border-top:1px solid #d9ccbab3;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding-top:.9rem;display:flex}.timeline-footer>span{color:var(--muted);font-size:.73rem}.form-section-title{justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:1.4rem;display:flex}.form-section-title h3{margin-bottom:0}.link-editor-list{gap:.55rem;margin-top:.75rem;display:grid}.link-editor{grid-template-columns:.8fr 1.2fr auto;align-items:center;gap:.45rem;display:grid}.page-notice{margin-bottom:1rem}.accommodation-layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:1rem;display:grid}.stay-sidebar{top:calc(var(--header-height) + 1rem);border-radius:var(--radius-lg);border:1px solid var(--border);background:#fffcf7b8;gap:.5rem;padding:1rem;display:grid;position:sticky}.stay-nav-item{width:100%;min-height:78px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:13px;grid-template-columns:auto 1fr;align-items:center;gap:.7rem;padding:.72rem;display:grid;position:relative}.stay-nav-item:hover{background:var(--surface-soft)}.stay-nav-item.active{border-color:var(--green);box-shadow:var(--shadow-soft);background:#fff}.stay-nav-item>span:nth-child(2){min-width:0;display:grid}.stay-nav-item strong{white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;overflow:hidden}.stay-nav-item small{color:var(--muted);margin-top:.18rem;font-size:.66rem}.stay-nav-item .status-badge{grid-column:2;padding:.2rem .4rem;font-size:.63rem}.stay-number{background:var(--green-soft);width:30px;height:30px;color:var(--green);border-radius:10px;grid-row:1/span 2;place-items:center;font-size:.72rem;font-weight:850;display:grid}.stay-content{min-width:0}.stay-header{grid-template-columns:1fr auto;align-items:start;gap:1rem;margin-bottom:1rem;padding:1.35rem;display:grid}.stay-header h2{margin-bottom:.2rem}.stay-header p:last-child{color:var(--muted);margin-bottom:0}.stay-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.classification-progress{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:.65rem;padding-top:.9rem;font-size:.78rem;display:flex}.avatar-stack{align-items:center;padding-left:7px;display:flex}.avatar-stack .avatar{border:2px solid var(--surface);width:30px;height:30px;margin-left:-7px;font-size:.62rem}.decision-banner{background:var(--success-soft);color:var(--success);border-radius:13px;align-items:center;gap:.65rem;margin-bottom:1rem;padding:.8rem .9rem;display:flex}.decision-banner span{flex:1;font-weight:750}.decision-banner .button{color:var(--success);background:#fff;border:1px solid #2f6b4f40}.hotel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.hotel-card{flex-direction:column;display:flex;overflow:hidden}.hotel-final{border:2px solid var(--gold);box-shadow:0 12px 32px #8a5b1826}.hotel-image{background-position:52% 48%;background-size:cover;min-height:210px;position:relative}.hotel-image-badges{gap:.4rem;display:flex;position:absolute;top:.85rem;left:.85rem}.choice-badge,.leader-badge{border-radius:999px;align-items:center;gap:.3rem;padding:.38rem .58rem;font-size:.7rem;font-weight:850;display:inline-flex;box-shadow:0 5px 16px #00000024}.choice-badge{background:var(--gold);color:var(--ink)}.leader-badge{color:var(--terracotta);background:#fff}.image-placeholder{color:#fff;align-items:center;gap:.35rem;font-size:.7rem;font-weight:750;display:inline-flex;position:absolute;bottom:.75rem;left:.85rem}.hotel-body{flex-direction:column;flex:1;padding:1rem;display:flex}.hotel-heading{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.hotel-heading h3{margin-bottom:.35rem}.hotel-tools{margin:-.35rem -.4rem 0 0;display:flex}.hotel-tools .icon-button{width:38px;height:38px}.danger-icon{color:var(--error)}.confirm-name{background:var(--warning-soft);color:var(--warning);text-transform:uppercase;letter-spacing:.04em;border-radius:7px;margin-bottom:.35rem;padding:.22rem .4rem;font-size:.63rem;font-weight:850;display:inline-block}.hotel-facts{min-height:30px;color:var(--muted);justify-content:space-between;align-items:center;gap:.5rem;font-size:.76rem;display:flex}.hotel-facts>span{align-items:center;gap:.25rem;display:inline-flex}.hotel-facts svg{color:var(--gold)}.rating{background:var(--green-soft);color:var(--green);border-radius:8px;padding:.28rem .4rem}.hotel-price{background:var(--surface-soft);border-radius:12px;margin-top:.85rem;padding:.75rem;display:grid}.hotel-price strong{color:var(--green);font-family:Georgia,serif;font-size:1.45rem}.hotel-price span{color:var(--muted);font-size:.72rem}.hotel-notes{color:var(--muted);margin:.75rem 0 0;font-size:.82rem}.hotel-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:.55rem;margin-top:.85rem;font-size:.72rem;display:flex}.hotel-meta a,.hotel-meta button{min-height:34px;color:var(--green);cursor:pointer;background:0 0;border:0;align-items:center;gap:.25rem;padding:0;font-weight:800;display:inline-flex}.score-row{color:var(--muted);gap:.55rem;margin-top:auto;padding-top:.85rem;font-size:.74rem;display:grid}.score-summary{flex-wrap:wrap;align-items:center;gap:.42rem;display:flex}.score-summary>strong{color:var(--green);font-size:.84rem}.rank-badge,.tie-badge{border-radius:7px;align-items:center;min-height:24px;padding:.2rem .42rem;font-size:.67rem;font-weight:800;display:inline-flex}.rank-badge{background:var(--green-soft);color:var(--green)}.tie-badge{background:var(--warning-soft);color:var(--warning)}.score-row .avatar-stack:empty{display:none}.voting-guide{border-left:4px solid var(--terracotta);background:linear-gradient(115deg, var(--terracotta-soft), var(--surface));margin-bottom:1rem;padding:1rem 1.1rem}.voting-guide h3{color:var(--green);margin-bottom:.35rem;font-size:1rem}.voting-guide p{color:var(--muted);margin:0;font-size:.82rem;line-height:1.55}.scoring-error{background:var(--error-soft);color:var(--error);border-radius:9px;margin-top:.75rem;padding:.65rem .75rem;font-size:.78rem;font-weight:750}.scoring-control{border-top:1px solid var(--border);gap:.5rem;padding-top:.7rem;display:grid}.scoring-control-head{justify-content:space-between;align-items:center;gap:.5rem;min-height:22px;display:flex}.scoring-control-head>strong{color:var(--ink);font-size:.76rem}.scoring-status{min-height:18px;color:var(--green);align-items:center;gap:.3rem;font-size:.7rem;font-weight:750;display:inline-flex}.scoring-buttons{gap:.5rem;display:flex}.scoring-button{border:1px solid var(--border);min-width:46px;min-height:42px;color:var(--green);font:inherit;cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:.3rem;padding:.45rem .7rem;font-size:.86rem;font-weight:850;transition:border-color .16s,background .16s,color .16s,transform .16s,box-shadow .16s;display:inline-flex}.scoring-button:hover:not(:disabled){border-color:var(--terracotta);background:var(--terracotta-soft);transform:translateY(-1px)}.scoring-button:focus-visible{outline-offset:2px;outline:3px solid #173f352e}.scoring-button.selected{border-color:var(--terracotta);background:var(--terracotta);color:#fff;box-shadow:0 5px 14px #b14f343d}.scoring-button:disabled{cursor:not-allowed;opacity:.38}.scoring-button.selected:disabled{opacity:.78}.spin{animation:.85s linear infinite rotate}@keyframes rotate{to{transform:rotate(360deg)}}.hotel-actions{gap:.45rem;margin-top:.8rem;display:flex}.hotel-actions .button{flex:1;min-height:42px;padding:.55rem .7rem;font-size:.76rem}.stay-mobile-select{display:none}.upload-zone{border:1px dashed var(--green);background:var(--green-soft);min-height:78px;color:var(--green);cursor:pointer;border-radius:12px;align-items:center;gap:.8rem;padding:.85rem;display:flex}.upload-zone span{display:grid}.upload-zone small{color:var(--muted);font-weight:500}.photo-ready{align-items:center;gap:.25rem;margin-top:.35rem;font-weight:750;display:inline-flex;color:var(--success)!important}.tab-list{border:1px solid var(--border);background:#fffcf7b3;border-radius:13px;gap:.3rem;width:max-content;margin-bottom:1rem;padding:.3rem;display:flex}.tab{min-height:42px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:.4rem;padding:.55rem .8rem;font-weight:750;display:inline-flex}.tab.active{background:var(--green);color:#fff}.tab-count{background:var(--terracotta-soft);min-width:22px;height:22px;color:var(--terracotta);border-radius:999px;place-items:center;padding:0 .3rem;font-size:.7rem;display:grid}.tab.active .tab-count{color:#fff;background:#ffffff2b}.decisions-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:1rem;display:grid}.decision-list{gap:1rem;display:grid}.decision-card{padding:1.25rem}.decision-card-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.decision-card-head h2{margin-bottom:.8rem}.final-choice,.tie-notice,.leading-notice,.no-points-notice{border-radius:12px;align-items:center;gap:.65rem;margin-bottom:1rem;padding:.75rem;display:flex}.final-choice{background:var(--success-soft);color:var(--success)}.final-choice>span{flex:1;display:grid}.final-choice small{opacity:.8}.final-choice-controls{align-items:center;gap:.65rem;display:flex}.final-choice-controls .button{color:var(--success);background:#fff;border-color:#2f6b4f40}.tie-notice{background:var(--warning-soft);color:var(--warning)}.leading-notice{background:var(--terracotta-soft);color:var(--terracotta)}.no-points-notice{background:var(--surface-soft);color:var(--muted)}.ranking-distribution{gap:.75rem;display:grid}.score-option{border:1px solid #d9ccbabf;border-radius:12px;padding:.75rem}.score-option-top{justify-content:space-between;align-items:flex-start;gap:.8rem;font-size:.83rem;display:flex}.score-option-top>strong{color:var(--green);flex:none}.decision-option-name{min-width:0;display:grid}.decision-option-name>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.decision-option-name small{color:var(--muted);margin-top:.15rem;font-size:.68rem}.mini-progress{background:var(--surface-soft);border-radius:999px;height:6px;margin:.5rem 0;overflow:hidden}.mini-progress span{background:var(--terracotta);border-radius:inherit;height:100%;display:block}.decision-option-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.45rem;min-height:30px;display:flex}.participation-row{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding-top:.85rem;font-size:.76rem;display:flex}.participation-row>div{align-items:center;gap:.35rem;display:inline-flex}.decision-summary{top:calc(var(--header-height) + 1rem);gap:1rem;display:grid;position:sticky}.cost-line{border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;padding:.7rem 0;display:flex}.cost-line strong{color:var(--green)}.decision-summary .subtle{align-items:flex-start;gap:.35rem;margin:.75rem 0 0;display:flex}.pending-list{gap:.75rem;display:grid}.pending-item{grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem;padding:1rem;display:grid}.pending-type{background:var(--terracotta-soft);width:42px;height:42px;color:var(--terracotta);border-radius:13px;place-items:center;display:grid}.pending-item time{color:var(--terracotta);font-size:.7rem;font-weight:850}.pending-item h3{margin:.15rem 0}.pending-item p{color:var(--muted);margin:0;font-size:.8rem}.international-card{margin-bottom:1rem;overflow:hidden}.international-head{background:var(--green);color:#fff;justify-content:space-between;align-items:flex-end;gap:1rem;padding:1.25rem;display:flex}.international-head .eyebrow{color:var(--gold)}.international-head h2{margin-bottom:.25rem}.international-head p{color:#ffffffb8;margin-bottom:0}.international-head .button{color:var(--green);background:#fff;border-color:#fff}.international-flights{grid-template-columns:repeat(2,1fr);display:grid}.international-row{grid-template-columns:auto 1fr auto auto;align-items:center;gap:.7rem;padding:1rem 1.2rem;display:grid}.international-row+.international-row{border-left:1px dashed var(--border)}.international-row>div{display:grid}.international-row small{color:var(--muted);margin-top:.18rem;font-size:.71rem}.transport-icon{background:var(--terracotta-soft);width:42px;height:42px;color:var(--terracotta);border-radius:13px;flex:none;place-items:center;display:grid}.transport-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin:1.2rem 0;display:flex}.filter-chips{flex-wrap:wrap;gap:.4rem;display:flex}.filter-chip{border:1px solid var(--border);background:var(--surface);min-height:40px;color:var(--muted);cursor:pointer;border-radius:999px;padding:.5rem .72rem;font-size:.78rem;font-weight:750}.filter-chip.active{border-color:var(--green);background:var(--green);color:#fff}.transport-layout{grid-template-columns:minmax(0,1fr) 260px;align-items:start;gap:1rem;display:grid}.transport-list{gap:.75rem;display:grid}.transport-ticket{grid-template-columns:auto minmax(0,1fr) auto;gap:.9rem;padding:1rem;display:grid;position:relative;overflow:hidden}.transport-ticket:after{content:"";border-left:1px dashed var(--border);position:absolute;top:0;bottom:0;right:174px}.transport-main{min-width:0}.transport-top{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.transport-top .eyebrow,.transport-ticket h3{margin-bottom:.18rem}.transport-route{color:var(--muted);margin-bottom:.65rem;font-size:.82rem}.transport-facts{flex-wrap:wrap;gap:.55rem 1.2rem;display:flex}.transport-facts>span{display:grid}.transport-facts small{color:var(--muted);font-size:.64rem}.transport-facts strong{margin-top:.12rem;font-size:.75rem}.transport-actions{z-index:1;flex-direction:column;place-content:center;gap:.35rem;width:150px;display:flex;position:relative}.transport-progress{top:calc(var(--header-height) + 1rem);position:sticky}.transport-progress h2{color:var(--green);margin-bottom:.1rem;font-size:2.5rem}.transport-progress p{color:var(--muted)}@media (max-width:760px){.timeline-row{grid-template-columns:32px 1fr;gap:.55rem}.timeline:before{left:15px}.timeline-marker{width:32px}.timeline-marker span{border-width:3px;width:28px;height:28px}.timeline-card{padding:1rem}.timeline-title-row{flex-direction:column;gap:0}.day-details{grid-template-columns:1fr}.timeline-footer{flex-direction:column;align-items:flex-start}.timeline-footer .button{width:100%}.link-editor{grid-template-columns:1fr auto}.link-editor .input:nth-child(2){grid-area:2/1/auto/-1}.link-editor .icon-button{grid-area:1/2}.stay-mobile-select{margin-bottom:.8rem;display:grid}.accommodation-layout{grid-template-columns:1fr}.stay-sidebar{display:none}.stay-header{grid-template-columns:1fr;padding:1rem}.stay-header-actions{flex-direction:column;align-items:stretch;width:100%}.stay-header-actions .button{width:100%}.classification-progress{align-items:flex-start}.hotel-grid{grid-template-columns:1fr}.hotel-image{min-height:220px}.hotel-actions .button{width:100%}.decision-banner{flex-wrap:wrap;align-items:flex-start}.decision-banner .button,.tab-list{width:100%}.tab{flex:1;justify-content:center}.decisions-layout{grid-template-columns:1fr}.decision-summary{grid-row:1;position:static}.decision-card-head{flex-direction:column}.final-choice{flex-wrap:wrap;align-items:flex-start}.final-choice-controls{justify-content:space-between;width:100%;padding-left:1.8rem}.participation-row{flex-direction:column;align-items:flex-start}.pending-item{grid-template-columns:auto 1fr}.pending-item .status-badge{grid-column:2}.international-head{flex-direction:column;align-items:flex-start}.international-head .button{width:100%}.international-flights{grid-template-columns:1fr}.international-row{grid-template-columns:auto 1fr auto}.international-row+.international-row{border-left:0;border-top:1px dashed var(--border)}.international-row .status-badge{grid-column:2/-1}.transport-toolbar{flex-direction:column;align-items:stretch}.transport-toolbar>.button{width:100%}.filter-chips{flex-wrap:nowrap;padding-bottom:.2rem;overflow-x:auto}.filter-chip{white-space:nowrap}.transport-layout{grid-template-columns:1fr}.transport-progress{grid-row:1;position:static}.transport-ticket{grid-template-columns:auto 1fr}.transport-ticket:after{display:none}.transport-actions{flex-flow:wrap;grid-column:1/-1;width:auto}.transport-actions .button{flex:1}.transport-top{flex-direction:column;align-items:flex-start}}.flight-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}.flight-card{padding:1.25rem;position:relative;overflow:hidden}.flight-card:after{content:"";border-left:1px dashed var(--border);opacity:.65;position:absolute;top:0;bottom:0;left:50%}.flight-top{justify-content:space-between;align-items:center;margin-bottom:1.15rem;display:flex}.flight-number{background:var(--green);color:#fff;letter-spacing:.05em;border-radius:8px;padding:.32rem .55rem;font-weight:800}.flight-route{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;display:grid}.flight-airport:last-child{text-align:right}.flight-airport strong{font-family:Georgia,serif;font-size:1.5rem;display:block}.flight-airport small{color:var(--muted);margin-top:.25rem;display:block}.flight-plane{color:var(--terracotta)}.flight-actions{justify-content:flex-end;margin-top:1rem;display:flex}.modal{background:var(--surface);width:min(620px,100vw - 28px);max-height:min(88vh,900px);color:var(--ink);border:0;border-radius:22px;padding:0;box-shadow:0 30px 90px #141e1a57}.modal::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0c1c17ad}.modal-wide{width:min(980px,100vw - 28px)}.modal-header{z-index:2;border-bottom:1px solid var(--border);background:#fffcf7f5;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.2rem 1.35rem;display:flex;position:sticky;top:0}.modal-header h2{margin:0;font-size:1.5rem}.modal-body{padding:1.35rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.form-field{gap:.38rem;display:grid}.form-field-full{grid-column:1/-1}.form-field label{color:var(--ink);font-size:.82rem;font-weight:800}.form-field small{color:var(--muted);font-size:.74rem}.input,.select,.textarea{border:1px solid var(--border);width:100%;min-height:46px;color:var(--ink);background:#fff;border-radius:11px;padding:.7rem .78rem}.textarea{resize:vertical;min-height:108px}.input:hover,.select:hover,.textarea:hover{border-color:#b9aa94}.input:focus,.select:focus,.textarea:focus{border-color:var(--green);outline:3px solid #173f351f}.field-error{color:var(--error);font-size:.78rem}.form-error{background:var(--error-soft);color:var(--error);border-radius:11px;margin-bottom:1rem;padding:.8rem .9rem}.form-success{background:var(--success-soft);color:var(--success);border-radius:11px;margin-bottom:1rem;padding:.8rem .9rem}.form-actions{border-top:1px solid var(--border);background:#fffcf7f5;justify-content:flex-end;gap:.65rem;margin:1.25rem -1.35rem -1.35rem;padding:1rem 1.35rem;display:flex;position:sticky;bottom:-1.35rem}.centered-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:620px;min-height:78vh;margin:0 auto;padding:5rem 1.5rem;display:flex}.centered-state p:not(.eyebrow){color:var(--muted)}.state-icon{background:var(--warning-soft);width:58px;height:58px;color:var(--warning);border-radius:18px;place-items:center;margin-bottom:1rem;display:grid}.empty-state{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-md);background:#fffcf78c;padding:2rem}.empty-state p{color:var(--muted);margin-bottom:.8rem}.skeleton{background:linear-gradient(90deg,#e7d9c580 25%,#fffcf7e6 50%,#e7d9c580 75%) 0 0/200% 100%;border-radius:14px;animation:1.4s linear infinite shimmer}.skeleton-title{width:240px;height:48px;margin-bottom:1rem}.skeleton-hero{border-radius:26px;width:100%;height:430px}.skeleton-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem;display:grid}.skeleton-card{height:170px}@keyframes shimmer{to{background-position:-200% 0}}@media (max-width:1120px){.desktop-header{gap:1rem;padding-inline:18px}.nav-link{gap:0;padding:.6rem .75rem;font-size:0}.nav-link svg{width:19px;height:19px}.user-copy{display:none}.hero{grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr)}.stay-header{grid-template-columns:1fr}.stay-header-actions{justify-content:flex-start}}@media (max-width:760px){:root{--header-height:58px}body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}h1{font-size:2rem}.desktop-header{display:none}.mobile-header{z-index:40;height:var(--header-height);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffcf7f0;justify-content:space-between;align-items:center;padding:0 1rem;display:flex;position:sticky;top:0}.mobile-header .brand{gap:.5rem}.mobile-header .brand-mark{border-radius:10px;width:34px;height:34px}.mobile-user{align-items:center;gap:.25rem;display:flex}.mobile-user .avatar{width:32px;height:32px}.mobile-nav{z-index:50;padding:.42rem .32rem calc(.42rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffcf7f7;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 30px #2d231914}.mobile-nav-link{min-height:53px;color:var(--muted);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.22rem;font-size:.62rem;font-weight:720;display:flex}.mobile-nav-link.active{color:var(--green);background:var(--green-soft)}.page-container{width:min(100% - 28px, var(--max-width));padding:1.35rem 0 2rem}.page-heading{flex-direction:column;align-items:flex-start;margin-bottom:1.2rem}.hero{border-radius:22px;flex-direction:column;min-height:0;display:flex}.hero-image{aspect-ratio:3/2;min-height:0}.hero-content{min-height:320px;padding:1.5rem}.hero-content h1{font-size:2.7rem}.overview-grid,.metric-grid,.flight-grid,.form-grid,.skeleton-grid,.overview-lower{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}.metric-card{padding:.9rem}.metric-icon{width:38px;height:38px}.section-heading{flex-direction:column;align-items:flex-start;margin-top:2rem}.day-strip{grid-auto-columns:82%}.flight-card:after{display:none}.flight-route{gap:.6rem}.flight-airport strong{font-size:1.15rem}.modal{border-radius:18px;width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.modal-wide{height:calc(100dvh - 16px)}.form-field-full{grid-column:auto}.form-actions{flex-direction:column-reverse}.form-actions .button{width:100%}.scoring-buttons{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.scoring-button{width:100%;min-height:46px}.skeleton-hero{height:520px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.login-shell{background:var(--surface);grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);min-height:100dvh;display:grid}.login-visual{min-height:100dvh;position:relative;overflow:hidden}.login-visual>img{object-fit:cover;object-position:52% 48%}.login-visual:after{content:"";background:linear-gradient(#0920190a 35%,#092019d1);position:absolute;inset:0}.login-visual-overlay{z-index:1;color:#fff;align-items:flex-end;gap:1.1rem;display:flex;position:absolute;bottom:clamp(2rem,7vw,5rem);left:clamp(1.5rem,5vw,5rem);right:2rem}.login-visual-overlay .eyebrow{color:#f5d39b}.login-visual-overlay h1{margin-bottom:.25rem;font-size:clamp(3rem,6vw,5.5rem)}.login-visual-overlay p:last-child{color:#ffffffc7;margin-bottom:0;font-size:1.08rem}.login-mark{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff29;border:1px solid #ffffff38;border-radius:16px;place-items:center;width:52px;height:52px;display:grid}.login-panel{background:var(--surface);place-items:center;padding:3rem clamp(1.5rem,5vw,5rem);display:grid}.login-content{width:min(100%,470px)}.login-lock{background:var(--green-soft);width:48px;height:48px;color:var(--green);border-radius:15px;place-items:center;margin-bottom:1.6rem;display:grid}.profile-list{gap:.7rem;margin-top:1.4rem;display:grid}.profile-card{border:1px solid var(--border);width:100%;min-height:76px;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;padding:.8rem 3rem .8rem .85rem;transition:border .15s,transform .15s,box-shadow .15s;display:grid;position:relative}.profile-card:hover{border-color:var(--green);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.profile-avatar{background:var(--terracotta-soft);width:46px;height:46px;color:var(--terracotta);border-radius:50%;place-items:center;font-weight:850;display:grid}.profile-copy{display:grid}.profile-copy small{color:var(--muted);margin-top:.2rem}.profile-arrow{color:var(--muted);position:absolute;right:1rem}.back-link{min-height:42px;color:var(--green);cursor:pointer;background:0 0;border:0;align-items:center;gap:.35rem;margin-bottom:1.5rem;padding:0;font-weight:750;display:inline-flex}.selected-profile{align-items:center;gap:.9rem;margin-bottom:1rem;display:flex}.selected-profile .eyebrow{margin-bottom:.1rem}.selected-profile h2{margin:0}.pin-label{align-items:center;gap:.4rem;margin:1.25rem 0 .45rem;font-weight:800;display:flex}.pin-input{border:1px solid var(--border);width:100%;height:58px;color:var(--ink);text-align:center;letter-spacing:.55em;background:#fff;border-radius:13px;margin-bottom:.8rem;font-size:1.4rem;font-weight:800}.pin-input:focus{border-color:var(--green);outline:3px solid #173f351f}.login-footnote{color:var(--muted);justify-content:center;align-items:center;gap:.35rem;margin:1.25rem 0 0;font-size:.76rem;display:flex}@media (max-width:800px){.login-shell{background:var(--cream);display:block}.login-visual{height:36vh;min-height:280px}.login-visual-overlay{bottom:1.25rem;left:1.25rem;right:1.25rem}.login-visual-overlay h1{font-size:2.6rem}.login-visual-overlay p:last-child{font-size:.92rem}.login-mark{display:none}.login-panel{align-items:start;min-height:64vh;padding:1.6rem 1rem 2.5rem}.login-lock{display:none}.profile-card{min-height:72px}}
