@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=DM+Mono:wght@400;500&display=swap";:root{font-family:Instrument Sans,sans-serif;color:#1d241c;background:radial-gradient(circle at top left,rgba(255,225,181,.65),transparent 28%),linear-gradient(180deg,#f2ebdd,#ece6d6 46%,#dde7d9);--panel: rgba(255, 252, 246, .88);--line: rgba(30, 48, 31, .1);--ink-soft: #576255;--green: #2d7a52;--gold: #bf7d29;--brick: #ae5a34}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.shell{width:min(1240px,calc(100vw - 1.5rem));margin:0 auto;padding:1rem 0 2rem}.hero,.insights,.list-grid{display:grid;gap:1rem}.hero{grid-template-columns:1.2fr .8fr}.insights{grid-template-columns:.9fr 1.1fr;margin:1rem 0}.list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.panel{background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:1.2rem;box-shadow:0 18px 45px #222c1f14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.eyebrow,.category,.note,.meta,.chip,button,input,select,textarea{font-family:inherit}.eyebrow,.category,.meta,.chip,.stat span{font-family:DM Mono,monospace}.eyebrow,.category{margin:0 0 .7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);font-size:.8rem}h1,h2,h3,p,ul{margin:0}h1{font-size:clamp(2.25rem,5vw,4.8rem);line-height:.95}.lede,.note,.meta,li{color:var(--ink-soft)}.hero-panel,.stats,.inline,.meta,.editor,.section-head,.item-head{display:flex;gap:.75rem}.hero-panel{flex-direction:column;justify-content:space-between}.stats{flex-wrap:wrap}.stat{min-width:92px;padding:.85rem .95rem;border-radius:18px;background:#dee7d9b3}.stat span{display:block;color:var(--ink-soft);font-size:.78rem;margin-bottom:.2rem}.stat strong{font-size:1.5rem}label{font-weight:600}select,input,textarea,button{width:100%;border-radius:14px;border:1px solid var(--line);padding:.8rem .9rem;background:#ffffffb3;font-size:.98rem}textarea{min-height:92px;resize:vertical}button{background:#1f442a;color:#f8f6f0;font-weight:600;cursor:pointer}button.ghost{background:#ffffffb3;color:#1f442a}.form{display:grid;gap:.75rem}.inline>*{flex:1}.insights ul{padding-left:1.2rem}.cards{display:grid;gap:.8rem}.section-head{justify-content:space-between;align-items:center;margin-bottom:.8rem}.section-head span{border-radius:999px;padding:.35rem .65rem;background:#dfe6dbd9;color:var(--ink-soft)}.item-card{border-radius:18px;padding:1rem;border:1px solid var(--line);background:#fff9;display:grid;gap:.75rem}.item-head,.meta{justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.chip{padding:.35rem .65rem;border-radius:999px;text-transform:uppercase;font-size:.76rem}.chip-need{background:#bf7d2924;color:var(--gold)}.chip-covered{background:#2d7a5224;color:var(--green)}.chip-maybe{background:#ae5a3424;color:var(--brick)}.editor{flex-direction:column}.empty{color:var(--ink-soft);padding:.2rem .1rem}.trip-name-container{position:relative}.trip-name-editable{cursor:pointer;transition:color .15s}.trip-name-editable:hover{color:var(--green)}.edit-icon{font-size:.45em;vertical-align:middle;margin-left:.4em;opacity:0;transition:opacity .15s}.trip-name-editable:hover .edit-icon{opacity:.5}.trip-name-edit{font-size:clamp(2.25rem,5vw,4.8rem);font-weight:700;line-height:.95;background:transparent;border:none;border-bottom:2px solid var(--green);border-radius:0;padding:0;width:100%;color:inherit;font-family:inherit}.delete-btn{background:none;border:1px solid var(--line);color:var(--ink-soft);cursor:pointer;width:32px;min-width:32px;height:32px;min-height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.1rem;transition:background .15s,color .15s,border-color .15s}.delete-btn:hover{background:#ae5a341f;color:var(--brick);border-color:var(--brick)}.editor-toggle{display:flex}.editor-toggle-btn{font-size:.85rem;padding:.5rem .75rem;min-height:44px}.item-card.fully-claimed{background:#2d7a520f;border-color:#2d7a5233}.claim-progress{font-weight:500}.check-icon{color:var(--green);font-weight:700}.danger-zone{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--line)}.danger-btn{font-size:.85rem;color:var(--brick);border-color:#ae5a344d}.danger-btn:hover{background:#ae5a3414}.demo-load-section{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}.people-section{margin-top:1rem}.people-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.person-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffffffb3;border:1px solid var(--line);border-radius:14px;font-size:.9rem}.person-remove-btn{background:none;border:none;color:var(--ink-soft);cursor:pointer;padding:.25rem;width:auto;min-width:auto;border-radius:50%}.finish-setup-btn{margin-top:1rem}.add-person-form button{width:auto;min-width:80px}.add-person-cancel-btn{width:auto;min-width:60px}.item-actions{display:flex;align-items:center;gap:.5rem}.add-person-form{display:flex;gap:.5rem}.add-person-btn{width:auto;min-width:80px}.add-person-cancel{width:auto;min-width:60px}.empty-state{text-align:center;padding:2rem 1.5rem;max-width:480px;margin:1.5rem auto}.empty-state h2{margin-bottom:.5rem}.empty-state-text{color:var(--ink-soft);margin-bottom:1.5rem}.empty-state .form{text-align:left}.add-item-toggle{width:100%;background:transparent;color:var(--green);border:1px dashed var(--line);font-weight:500;cursor:pointer}.add-item-toggle:hover{background:#2d7a520a;border-color:var(--green)}.add-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.add-form-close{width:auto;min-width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.3rem;border-radius:50%}.claim-done{color:var(--green);font-weight:600}.list-view{display:grid;gap:1rem}.list-section{padding:1rem 1.2rem}.list-items{display:flex;flex-direction:column}.list-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .4rem;border-bottom:1px solid var(--line);cursor:pointer;border-radius:8px;transition:background .12s;min-height:48px}.list-item:last-child{border-bottom:none}.list-item:hover{background:#2d7a520a}.list-item:active{background:#2d7a5214}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot-need{background:var(--gold)}.status-dot-covered{background:var(--green)}.status-dot-maybe{background:var(--brick);opacity:.5}.item-content{flex:1;min-width:0;display:flex;align-items:baseline;gap:.5rem}.item-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-category{font-family:DM Mono,monospace;font-size:.75rem;color:var(--ink-soft);white-space:nowrap;flex-shrink:0}.claim-fraction{font-family:DM Mono,monospace;font-size:.85rem;color:var(--ink-soft);flex-shrink:0;min-width:2.5em;text-align:right}.back-btn{margin-bottom:1rem;width:auto;font-size:.9rem}.detail-card{display:grid;gap:1.2rem}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.detail-progress{display:grid;gap:.5rem}.detail-progress-label{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.detail-claimed-names{color:var(--ink-soft);font-size:.85rem}.progress-bar{height:6px;border-radius:3px;background:#1e301f14;overflow:hidden}.progress-fill{height:100%;border-radius:3px;background:var(--gold);transition:width .2s ease}.progress-full{background:var(--green)}.detail-fields{display:grid;gap:.5rem}.detail-fields label{font-size:.85rem;color:var(--ink-soft);margin-top:.25rem}.detail-actions{display:grid;gap:.5rem}button,select,input,textarea{min-height:44px}@media (max-width: 980px){.hero,.insights,.list-grid{grid-template-columns:1fr}.shell{width:min(100vw - 1rem,1240px)}}
