*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#faf8f5;--ink:#1a1a1a;--muted:#a09a92;--faint:#c8c3bb;--divider:#eae7e1;--input-border:#d4d0c8;--danger:#c0392b;--serif:"Cormorant Garamond", serif;--sans:"DM Sans", sans-serif}html,body{background:var(--bg);color:var(--ink)}body{font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100vh}#root{min-height:100vh}h1,h2,h3{font-weight:inherit}::selection{background:var(--ink);color:var(--bg)}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--faint)}input,textarea,select{transition:border-color .2s}input:focus,textarea:focus{border-bottom-color:var(--ink)!important}.journal-header{animation:.6s both appear}.trip-card{transition:opacity .16s;animation:.5s both trip-enter}.trip-card:first-child{animation-delay:50ms}.trip-card:nth-child(2){animation-delay:.1s}.trip-card:nth-child(3){animation-delay:.15s}.trip-card:nth-child(4){animation-delay:.2s}.trip-card:nth-child(5){animation-delay:.25s}.trip-card:nth-child(6){animation-delay:.3s}.trip-card:nth-child(7){animation-delay:.35s}.trip-card:nth-child(8){animation-delay:.4s}.trip-card:hover{opacity:.55}.trip-card .remove-btn{opacity:0;transition:opacity .15s}@keyframes trip-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes appear{0%{opacity:0}to{opacity:1}}.trip-detail{animation:.36s cubic-bezier(.22,1,.36,1) both detail-enter}@keyframes detail-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.tab-content{animation:.22s both tab-fade}@keyframes tab-fade{0%{opacity:0}to{opacity:1}}.highlight-item .remove-btn{opacity:.25;transition:opacity .15s}.highlight-item:hover .remove-btn{opacity:.7}.add-place-input{border-bottom:1px solid #0000!important;transition:border-color .18s!important}.add-place-input:hover,.add-place-input:focus{border-bottom-color:var(--input-border)!important}.add-place-input:focus{border-bottom-color:var(--ink)!important}.memory-field,.reflection-field{animation:.42s cubic-bezier(.22,1,.36,1) both field-enter}.memory-field:first-child{animation-delay:30ms}.memory-field:nth-child(2){animation-delay:80ms}.memory-field:nth-child(3){animation-delay:.13s}.memory-field:nth-child(4){animation-delay:.18s}.memory-field:nth-child(5){animation-delay:.23s}.reflection-field:first-child{animation-delay:30ms}.reflection-field:nth-child(2){animation-delay:80ms}.reflection-field:nth-child(3){animation-delay:.13s}.reflection-field:nth-child(4){animation-delay:.18s}.reflection-field:nth-child(5){animation-delay:.23s}.reflection-field:nth-child(6){animation-delay:.28s}@keyframes field-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{-webkit-backdrop-filter:blur(4px);animation:.2s both overlay-in}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.modal-panel{animation:.28s cubic-bezier(.22,1,.36,1) both modal-enter}@keyframes modal-enter{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
