@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5efe3;--bg-warm:#ebe3d4;--ink:#2c2416;--ink-muted:#6b5d4a;--accent:#c45c26;--accent-light:#e8a87c;--card-shadow:0 8px 32px #2c24161f;--radius:16px;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:DM Sans,system-ui,sans-serif;line-height:1.5}body{background:radial-gradient(ellipse at 20% 0%, #c45c2614 0%, transparent 50%), radial-gradient(ellipse at 80% 100%, #2c24160f 0%, transparent 50%), var(--bg);min-height:100dvh}#root{min-height:100dvh}a{color:inherit;text-decoration:none}.home{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 4rem}.home-header{text-align:center;margin-bottom:3rem}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.8rem;font-weight:600}.home-header h1{letter-spacing:-.02em;margin-bottom:.75rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.4rem,6vw,3.6rem);font-weight:700}.subtitle{color:var(--ink-muted);max-width:480px;margin:0 auto;font-size:1.05rem}.trip-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.trip-card{border-radius:var(--radius);box-shadow:var(--card-shadow);background:#fff;min-height:220px;transition:transform .25s,box-shadow .25s;display:block;position:relative;overflow:hidden}.trip-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #2c24162e}.trip-card-bg{opacity:.85;position:absolute;inset:0}.trip-card-content{color:#fff;flex-direction:column;gap:.5rem;min-height:220px;padding:1.5rem;display:flex;position:relative}.trip-emoji{font-size:2rem;line-height:1}.trip-card h2{font-family:Playfair Display,Georgia,serif;font-size:1.6rem;font-weight:600}.trip-country{opacity:.85;font-size:.85rem}.trip-dates{opacity:.7;font-size:.78rem;font-weight:500}.trip-tagline{opacity:.9;margin-top:auto;font-size:.9rem;font-style:italic}.trip-cta{letter-spacing:.04em;opacity:0;margin-top:.5rem;font-size:.82rem;font-weight:600;transition:opacity .25s,transform .25s;transform:translateY(4px)}.trip-card:hover .trip-cta{opacity:1;transform:translateY(0)}.trip-page{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.trip-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#f5efe3eb;border-bottom:1px solid #2c241614;flex-shrink:0;align-items:center;gap:1.5rem;padding:1rem 1.5rem;display:flex}.back-link{color:var(--ink-muted);white-space:nowrap;font-size:.85rem;font-weight:500;transition:color .2s}.back-link:hover{color:var(--accent)}.trip-header-info{align-items:center;gap:.75rem;display:flex}.trip-header-emoji{font-size:1.8rem}.trip-header h1{font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-weight:600;line-height:1.2}.trip-header p{color:var(--ink-muted);font-size:.82rem}.trip-canvas{cursor:grab;background:linear-gradient(#f0e8d8 0%,#e8dfd0 100%);flex:1;min-height:0;position:relative}.trip-canvas>div{width:100%!important;height:100%!important}.trip-canvas.placing,.trip-canvas.placing canvas{cursor:crosshair}.trip-canvas:not(.placing) canvas{cursor:grab}.trip-footer{z-index:10;background:#fff;border-top:1px solid #2c241614;flex-shrink:0;box-shadow:0 -4px 24px #2c24160f}.canvas-loading{z-index:5;pointer-events:none;color:var(--ink-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;display:flex;position:absolute;inset:0}.loading-spinner{border:3px solid #2c24161f;border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.sticker-panel{align-items:center;gap:1rem;padding:.85rem 1.25rem;display:flex;overflow-x:auto}.sticker-panel-header{flex-direction:column;flex-shrink:0;align-items:flex-start;min-width:88px;display:flex}.sticker-panel h3{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:600;line-height:1.2}.sticker-count{color:var(--ink-muted);font-size:.72rem;font-weight:500}.sticker-hint{color:var(--ink-muted);background:var(--bg);border:1px dashed #2c241626;border-radius:8px;flex-shrink:0;max-width:160px;padding:.45rem .65rem;font-size:.78rem;line-height:1.3}.sticker-grid{flex:1;gap:.5rem;padding:.15rem 0;display:flex;overflow-x:auto}.sticker-btn{background:var(--bg);cursor:pointer;border:2px solid #0000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.6rem;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.sticker-btn:hover{background:var(--bg-warm);box-shadow:0 2px 8px #2c241614}.sticker-btn.selected{border-color:var(--accent);background:#fff5ee;box-shadow:0 0 0 3px #c45c2626}.cancel-sticker{color:var(--ink-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:.5rem .75rem;font-family:inherit;font-size:.78rem;transition:color .2s}.cancel-sticker:hover{color:var(--accent)}.trip-not-found{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.trip-not-found h2{font-family:Playfair Display,Georgia,serif}@media (width<=640px){.sticker-panel{flex-wrap:wrap;padding:.75rem 1rem}.sticker-hint{order:3;width:100%;max-width:none}.sticker-grid{order:2;width:100%}}
