:root{font-family:Pretendard,Apple SD Gothic Neo,Malgun Gothic,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f4f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.page{max-width:1080px;margin:0 auto;padding:1rem;min-height:100vh;display:grid;gap:1rem}.hero{position:relative;overflow:hidden;background-image:linear-gradient(130deg,#0d182673,#1221348c,#15345373),url(https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1600&q=80);background-position:center;background-size:cover;border-radius:20px;min-height:360px;color:#f8fafc}.hero__overlay{position:absolute;inset:0;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.2),transparent 40%)}.hero__content{position:relative;z-index:1;padding:1.1rem;max-width:620px}.hero h1{margin:.5rem 0;font-size:clamp(1.9rem,4.8vw,3rem)}.hero__description{margin:0;color:#e2e8f0}.countdown{margin-top:1rem;display:inline-flex;flex-direction:column;gap:.2rem;padding:.75rem .9rem;border-radius:12px;background-color:#0f172a73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.countdown__label{margin:0;font-size:.78rem;color:#cbd5e1}.countdown__value{border:0;background:transparent;color:#f8fafc;font-size:1.7rem;font-weight:700;text-align:left;padding:0;cursor:pointer}.countdown__editor{display:flex;gap:.4rem;align-items:center}.countdown__editor input,.countdown__editor button{height:32px;border-radius:8px;border:1px solid rgba(203,213,225,.6);padding:0 .55rem;font-family:inherit}.countdown__editor input{background-color:#fffffff2}.countdown__editor button{background-color:#6d28d9;color:#fff;border:0;cursor:pointer}.countdown__hint{margin:0;color:#cbd5e1;font-size:.75rem}.countdown__date{margin:0;color:#e2e8f0;font-size:.8rem}.back-link{width:fit-content;text-decoration:none;color:#334155;font-weight:700}.trip-list-section{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:1rem}.trip-list-wrap{display:grid;gap:.5rem}.trip-list-section h2{margin:0}.trip-list-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.trip-add-btn{position:static;justify-self:end;margin-right:.3rem;border:0;background:transparent;color:#111;font-size:2rem;font-weight:700;line-height:1;cursor:pointer;padding:0}.trip-create-form{margin-top:.75rem;display:grid;gap:.5rem}.trip-create-form input,.trip-create-form button{height:38px;border-radius:10px;border:1px solid #d7dbe6;padding:0 .7rem;font-family:inherit}.trip-create-form button{border:0;background:#111827;color:#fff;font-weight:600;cursor:pointer}.trip-list{list-style:none;margin:.85rem 0 0;padding:0;display:grid;gap:.65rem}.trip-row{border:1px solid #e7eaf2;border-radius:12px;padding:.75rem;background:#f8fafc;display:flex;justify-content:space-between;gap:.75rem;align-items:center}.trip-row strong{font-size:1.05rem;color:#0f172a}.trip-row p{margin:.15rem 0 0;color:#475569;font-weight:600}.trip-row span{color:#64748b;font-size:.88rem}.trip-row--link{text-decoration:none;color:inherit}.trip-row--link:hover{border-color:#d8c9ff;background:#f7f3ff}.trip-empty{border:1px dashed #cbd5e1;border-radius:12px;padding:.8rem;color:#64748b}.schedule-section{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:1rem}.schedule-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.schedule-section__header h2{margin:0}.schedule-section__header p{margin:.25rem 0 0;color:#64748b;font-size:.92rem}.schedule-add-btn{width:38px;height:38px;border-radius:999px;border:0;background:#7c3aed;color:#fff;font-size:1.4rem;line-height:1;cursor:pointer}.schedule-form{margin-top:.85rem;display:grid;gap:.5rem}.schedule-form input,.schedule-form button{height:38px;border-radius:10px;border:1px solid #d7dbe6;padding:0 .7rem;font-family:inherit}.schedule-form button{border:0;background:#111827;color:#fff;font-weight:600;cursor:pointer}.schedule-list{margin:.85rem 0 0;padding:0;list-style:none;display:grid;gap:.55rem}.schedule-item{border:1px solid #e7eaf2;border-radius:12px;padding:.75rem;background:#f8fafc;display:grid;gap:.15rem}.schedule-item--interactive{cursor:pointer}.schedule-item--interactive:hover{border-color:#d7dbe6;background:#f1f5f9}.schedule-item span{color:#64748b;font-size:.85rem}.schedule-item strong{margin-top:.15rem;color:#0f172a}.schedule-item__top{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.schedule-item__content{display:grid;gap:.15rem}.schedule-item__meta{display:flex;gap:.6rem;align-items:center}.schedule-item__content span,.schedule-item__content strong{display:block}.schedule-map-link{white-space:nowrap;text-decoration:none;font-size:.82rem;font-weight:700;color:#03c75a;border:1px solid #bbf7d0;background:#f0fdf4;border-radius:8px;padding:.3rem .45rem;margin-top:.85rem}.schedule-item__actions{margin-top:.45rem;display:flex;gap:.4rem}.schedule-action-btn{border:1px solid #d7dbe6;background:#fff;color:#334155;border-radius:8px;height:32px;padding:0 .55rem;font-size:.85rem;cursor:pointer}.schedule-action-btn--save{border-color:#1d4ed8;color:#1d4ed8}.schedule-action-btn--danger{border-color:#dc2626;color:#dc2626}.schedule-edit-form{display:grid;gap:.4rem}.schedule-edit-form input{height:34px;border-radius:8px;border:1px solid #d7dbe6;padding:0 .55rem;font-family:inherit}@media(min-width:860px){.page{padding:2rem}.hero__content{padding:1.6rem}.trip-list{gap:.8rem}.trip-add-btn{margin-right:.5rem}.trip-create-form{grid-template-columns:1fr 180px 180px 130px;align-items:center}.schedule-form{grid-template-columns:170px 130px 1fr 1fr 110px;align-items:center}.schedule-edit-form{grid-template-columns:170px 130px 1fr 1fr;align-items:center}}
