/* Adventure Planner — a calm, mobile-first trip planning workspace. */
.adventure-shell{max-width:1180px!important}.adventure-hero{position:relative;overflow:hidden;padding:clamp(1.25rem,4vw,2.4rem);margin-bottom:1.25rem;border-radius:24px;color:#fff;background:linear-gradient(125deg,#0f1f2e 0%,#15584d 62%,#1e6f5e 100%);box-shadow:0 18px 42px rgba(15,31,46,.16)}
.adventure-hero:after{content:"";position:absolute;width:260px;height:260px;right:-80px;top:-115px;border-radius:50%;border:42px solid rgba(235,176,29,.16)}.adventure-hero>*{position:relative;z-index:1}.adventure-hero__eyebrow{margin:0 0 .35rem;color:#f3c851;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.adventure-hero h1{margin:0;font-size:clamp(1.75rem,5vw,2.8rem);color:#fff}.adventure-hero p{max-width:650px;margin:.55rem 0 0;color:rgba(255,255,255,.82)}
.adventure-hero__actions{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1.15rem}.adventure-hero .btn-light{color:#0f1f2e;font-weight:700}.adventure-hero .btn-outline-light{font-weight:600}
.adventure-section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:1.5rem 0 .75rem}.adventure-section-head h2{margin:0;font-size:1.25rem}.adventure-section-head p{margin:.2rem 0 0;color:#66737d}
.adventure-create{border:0;border-radius:20px;box-shadow:0 12px 34px rgba(15,31,46,.09)}.adventure-create .card-body{padding:1.25rem}.adventure-create__title{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.adventure-create__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;color:#1e6f5e;background:#e4f3ef;font-size:1.15rem}
.adventure-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.adventure-card{display:flex;min-width:0;padding:1.1rem;border:1px solid #dce6e3;border-radius:18px;color:#0f1f2e;background:#fff;text-decoration:none;box-shadow:0 8px 24px rgba(15,31,46,.06);transition:.18s ease}.adventure-card:hover{transform:translateY(-2px);border-color:#82b7aa;box-shadow:0 13px 30px rgba(15,31,46,.11);color:#0f1f2e}.adventure-card__icon{display:grid;place-items:center;flex:0 0 48px;height:48px;margin-right:.85rem;border-radius:15px;color:#1e6f5e;background:#e5f3ef}.adventure-card__body{min-width:0;flex:1}.adventure-card h3{margin:0 0 .3rem;font-size:1.05rem}.adventure-card__dates,.adventure-card__meta{display:block;color:#66737d;font-size:.84rem}.adventure-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:.8rem}.adventure-status{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .58rem;border-radius:999px;font-size:.73rem;font-weight:700;text-transform:capitalize;background:#eef2f3}.adventure-status--active{color:#075e4c;background:#dff4ec}.adventure-status--completed{color:#255c35;background:#e3f2e7}.adventure-status--cancelled{color:#9a2932;background:#fae8ea}.adventure-status--planning{color:#72570b;background:#fff3cf}
.adventure-workspace{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.75fr);gap:1.1rem;align-items:start}.adventure-workspace__main,.adventure-workspace__aside{min-width:0}.adventure-panel{overflow:hidden;margin-bottom:1rem;border:1px solid #dce6e3;border-radius:20px;background:#fff;box-shadow:0 9px 28px rgba(15,31,46,.07)}.adventure-panel__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem;border-bottom:1px solid #e4ebe9}.adventure-panel__head h2{margin:0;font-size:1.1rem}.adventure-panel__body{padding:1.1rem}
.adventure-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-bottom:1rem}.adventure-kpi{padding:.8rem;border:1px solid #dce6e3;border-radius:15px;background:#f8fbfa}.adventure-kpi i{color:#1e6f5e}.adventure-kpi small{display:block;margin-top:.25rem;color:#68767d}.adventure-kpi strong{display:block;font-size:1rem}
.adventure-timeline{position:relative}.adventure-stop{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:.8rem;padding:.85rem 0}.adventure-stop:not(:last-child):after{content:"";position:absolute;left:23px;top:52px;bottom:-7px;width:2px;background:#cfe2dd}.adventure-stop__marker{position:relative;z-index:1;display:grid;place-items:center;width:48px;height:48px;border:4px solid #fff;border-radius:50%;color:#fff;background:#1e6f5e;box-shadow:0 0 0 1px #cfe2dd}.adventure-stop__content{min-width:0;padding-top:.15rem}.adventure-stop__content h3{margin:0;font-size:1rem}.adventure-stop__content p{margin:.25rem 0;color:#66737d;font-size:.84rem}.adventure-stop__actions{display:flex;gap:.3rem}.adventure-leg{margin:.2rem 0 .2rem 60px;padding:.55rem .75rem;border-radius:10px;color:#526169;background:#f3f7f6;font-size:.8rem}.adventure-leg i{color:#1e6f5e}.adventure-route-unavailable{padding:.75rem;border-radius:12px;color:#58666d;background:#f2f5f5;font-size:.84rem}
.adventure-builder-tabs{display:flex;gap:.45rem;margin-bottom:1rem}.adventure-builder-tabs span{padding:.42rem .65rem;border-radius:999px;color:#1e6f5e;background:#e8f3f0;font-size:.78rem;font-weight:700}.adventure-search-result{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem 0;border-bottom:1px solid #e6ecea}.adventure-search-result:last-child{border:0}.adventure-share-url{display:flex;gap:.45rem;align-items:center;padding:.65rem;border-radius:10px;background:#f4f7f6;overflow-wrap:anywhere;font-size:.78rem}
.adventure-journal-hero{text-align:center}.adventure-journal-hero p{margin-inline:auto}.adventure-journal-route{position:relative;padding-left:2.6rem}.adventure-journal-stop{position:relative;padding:0 0 1.5rem}.adventure-journal-stop:before{content:"";position:absolute;left:-2.05rem;top:.15rem;width:24px;height:24px;border:6px solid #dff0eb;border-radius:50%;background:#1e6f5e}.adventure-journal-stop:not(:last-child):after{content:"";position:absolute;left:-1.36rem;top:1.6rem;bottom:0;width:2px;background:#cfe2dd}.adventure-weather{display:flex;gap:.45rem;overflow-x:auto;margin-top:.6rem;padding-bottom:.3rem}.adventure-weather__day{flex:0 0 auto;min-width:110px;padding:.55rem;border-radius:12px;background:#f2f7f5;font-size:.75rem}.adventure-memory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem}.adventure-memory-grid img,.adventure-memory-grid video{width:100%;height:150px;object-fit:cover;border-radius:13px}.adventure-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.adventure-gallery-card{display:flex;flex-direction:column;padding:1.15rem;border:1px solid #dce6e3;border-radius:20px;background:#fff;box-shadow:0 9px 28px rgba(15,31,46,.07)}.adventure-gallery-card__art{display:grid;place-items:center;height:95px;margin:-.2rem -.2rem 1rem;border-radius:15px;color:#fff;background:linear-gradient(120deg,#174e47,#1e6f5e);font-size:2rem}.adventure-gallery-card .btn{margin-top:auto;align-self:flex-start}
@media(max-width:820px){.adventure-workspace{grid-template-columns:1fr}.adventure-workspace__aside{display:grid;grid-template-columns:1fr}.adventure-kpis{grid-template-columns:repeat(3,1fr)}.adventure-grid,.adventure-gallery-grid{grid-template-columns:1fr}}
@media(max-width:575px){.adventure-shell{padding-left:.8rem!important;padding-right:.8rem!important}.adventure-hero{border-radius:18px}.adventure-kpis{grid-template-columns:1fr}.adventure-stop{grid-template-columns:42px minmax(0,1fr)}.adventure-stop__marker{width:42px;height:42px}.adventure-stop__actions{grid-column:2;justify-content:flex-start}.adventure-stop:not(:last-child):after{left:20px}.adventure-leg{margin-left:50px}.adventure-memory-grid{grid-template-columns:repeat(2,1fr)}.adventure-memory-grid img,.adventure-memory-grid video{height:125px}.adventure-create .row>[class*=col-]{width:100%}}
.adventure-stop[draggable="true"]{cursor:grab}.adventure-stop.is-dragging{opacity:.45}
