:root{--primary: #e85d4c;--primary-dark: #c94a3b;--primary-soft: #ffe8e3;--teal: #2a9d8f;--teal-dark: #1f7a70;--teal-soft: #d8f3ef;--navy: #1c2430;--ink: #243042;--muted: #7a756f;--line: #e8e1d8;--cream: #f6f1ea;--sand: #efe6da;--paper: #fffbf7;--white: #ffffff;--danger: #d64545;--kakao: #fee500;--kakao-ink: #191600;--overlay: rgba(28, 36, 48, .46);--map: #d7e6df;--page-bg: #d9cfc3;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 22px;--radius-xl: 28px;--radius-pill: 999px;--phone-width: 430px;--shadow-card: 0 8px 24px rgba(28, 36, 48, .08);--font: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);background:var(--page-bg);color:var(--ink)}button,input,textarea{font-family:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%}.app-shell{min-height:100%;display:flex;align-items:center;justify-content:center;padding:16px 0}.phone{width:100%;max-width:var(--phone-width);height:min(920px,100vh);background:var(--cream);overflow:hidden;border-radius:28px;border:1px solid rgba(28,36,48,.08);display:flex;flex-direction:column;position:relative;box-shadow:0 24px 80px #1c24302e}.phone-body{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--cream)}.screen{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.scroll{flex:1;overflow-y:auto;padding:20px}.footer-bar{padding:16px 20px 20px}.header{display:flex;align-items:center;min-height:56px;padding:8px}.header-side{width:56px}.header-side.right{text-align:right}.header-title{flex:1;text-align:center;font-size:18px;font-weight:800;color:var(--navy)}.icon-btn{width:40px;height:40px;border:0;background:transparent;font-size:20px;position:relative}.badge-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;border-radius:4px;background:var(--primary)}.tab-bar{display:flex;height:78px;border-top:1px solid var(--line);background:var(--paper)}.tab-item{flex:1;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#a39b93;font-size:11px;font-weight:700}.tab-item.active{color:var(--navy)}.tab-icon{width:34px;height:34px;border-radius:17px;display:grid;place-items:center;font-size:16px}.tab-item.active .tab-icon{background:var(--navy);color:var(--white)}.splash{flex:1;display:grid;place-items:center;gap:18px}.splash-mark{width:88px;height:88px;border-radius:44px;background:var(--navy);color:var(--white);display:grid;place-items:center;font-weight:900;letter-spacing:.6px}.toast{position:absolute;left:28px;right:28px;bottom:96px;background:#1c2430e0;color:var(--white);border-radius:var(--radius-pill);padding:12px 18px;text-align:center;font-size:13px;font-weight:600;z-index:50;animation:fade-in .18s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media(max-width:480px){.app-shell{padding:0}.phone{height:100vh;max-height:none;border-radius:0;border:0}}.btn{min-height:54px;width:100%;border:0;border-radius:var(--radius-lg);font-size:16px;font-weight:700;box-shadow:var(--shadow-card)}.btn:disabled{opacity:.45}.btn-primary{background:var(--primary);color:var(--white)}.btn-kakao{background:var(--kakao);color:var(--kakao-ink)}.btn-dark{background:var(--navy);color:var(--white)}.btn-ghost{background:var(--white);color:var(--navy);border:1px solid var(--line);box-shadow:none}.btn-soft{background:var(--primary-soft);color:var(--primary-dark)}.chip{display:inline-flex;padding:10px 14px;border-radius:var(--radius-pill);border:1px solid var(--line);background:var(--white);color:var(--ink);font-size:14px;font-weight:700;margin:0 8px 8px 0}.chip.selected{background:var(--navy);border-color:var(--navy);color:var(--white)}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-card)}.progress{display:flex;gap:6px;margin-bottom:22px}.progress span{flex:1;height:6px;border-radius:99px;background:var(--line)}.progress span.on{background:var(--navy)}.modal-overlay{position:absolute;inset:0;background:var(--overlay);display:grid;place-items:center;padding:24px;z-index:40}.modal-sheet{width:100%;max-width:360px;background:var(--white);border-radius:var(--radius-xl);padding:22px;box-shadow:0 12px 32px #1c243024}.modal-title{font-size:18px;font-weight:800;text-align:center;color:var(--navy)}.modal-message{margin-top:10px;font-size:14px;line-height:21px;color:var(--muted);text-align:center}.modal-actions{display:flex;gap:10px;margin-top:20px}.modal-actions .btn{min-height:48px}.input,.textarea,.select-box{width:100%;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:14px;color:var(--navy);font-size:15px;font-weight:700}.textarea{min-height:92px;resize:vertical}.chips{display:flex;flex-wrap:wrap}.row{display:flex;gap:8px}.place-row{display:flex;align-items:center;gap:10px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:12px}.pin{width:32px;height:32px;border-radius:16px;background:var(--primary-soft);display:grid;place-items:center}.place-name{font-weight:800;color:var(--navy)}.place-addr{color:var(--muted);font-size:12px;margin-top:3px}.add-mini{background:var(--navy);color:var(--white);border:0;border-radius:var(--radius-pill);padding:7px 12px;font-size:12px;font-weight:800}.ghost-icon{border:0;background:transparent;color:var(--muted);font-size:16px}.hero-card{border-radius:var(--radius-xl);background:var(--navy);padding:20px;overflow:hidden;position:relative;color:var(--white)}.hero-glow{position:absolute;right:-40px;top:-50px;width:180px;height:180px;border-radius:90px;background:var(--primary);opacity:.35}.dday{display:inline-block;background:#ffffff24;border-radius:var(--radius-pill);padding:4px 10px;font-size:12px;font-weight:800;margin-bottom:10px}.hero-title{font-size:22px;font-weight:800;position:relative}.hero-meta{margin-top:8px;color:#ffffffb8;font-size:13px;position:relative}.hero-cta{margin-top:16px;display:inline-block;background:var(--white);color:var(--navy);border-radius:var(--radius-pill);padding:10px 14px;font-size:13px;font-weight:800;border:0;position:relative}.list-card{display:flex;align-items:center;gap:12px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:16px;width:100%;text-align:left}.dot{width:10px;height:10px;border-radius:5px}.cal-grid,.week-row{display:grid;grid-template-columns:repeat(7,1fr)}.week-row{color:var(--muted);font-size:12px;font-weight:700;text-align:center;margin-bottom:8px}.cal-cell,.time-chip{height:42px;border:0;background:transparent;border-radius:var(--radius-sm);font-weight:700}.cal-cell.selected,.time-chip.selected{background:var(--navy);color:var(--white)}.time-grid{display:flex;flex-wrap:wrap}.time-chip{width:33%}.coming-soon{flex:1;display:grid;place-items:center;text-align:center}.coming-icon{width:72px;height:72px;border-radius:36px;background:var(--primary-soft);display:grid;place-items:center;margin:0 auto 16px;font-size:28px}.field{margin-bottom:22px}.field-label{display:block;font-weight:800;color:var(--navy);margin-bottom:10px;font-size:15px}.switch{appearance:none;width:44px;height:26px;border-radius:99px;background:var(--line);position:relative;border:0}.switch:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:var(--white);top:3px;left:3px;transition:.15s}.switch:checked{background:var(--navy)}.switch:checked:after{left:21px}.login{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:84px 24px 36px}.login-hero{text-align:center}.badge{display:inline-block;background:var(--primary-soft);color:var(--primary-dark);border-radius:var(--radius-pill);padding:6px 12px;font-size:11px;font-weight:800;letter-spacing:1.2px;margin-bottom:22px}.orb{width:148px;height:148px;margin:0 auto 28px;border-radius:74px;border:1px solid var(--line);background:var(--white);display:grid;place-items:center}.brand{font-size:20px;font-weight:900;letter-spacing:3px;color:var(--navy);margin-bottom:14px}.headline{font-size:28px;line-height:38px;font-weight:900;color:var(--navy);letter-spacing:-.8px}.sub,.hint,.legal{color:var(--muted);font-size:12px;text-align:center}.sub{margin-top:12px;font-size:14px}.legal{line-height:18px}.link{color:var(--navy);font-weight:700;text-decoration:underline}.kicker{font-size:15px;color:var(--muted);font-weight:700}.hello{margin-top:8px;color:var(--muted);font-size:14px}.page-title{margin:4px 0 18px;font-size:26px;font-weight:900;color:var(--navy);letter-spacing:-.8px}.section{margin:26px 0 12px;font-size:16px;font-weight:800;color:var(--navy)}.menus{display:flex;gap:10px}.menu{flex:1;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:14px;min-height:132px;text-align:left}.menu-icon{width:32px;height:32px;border-radius:16px;display:grid;place-items:center;margin-bottom:12px}.empty-box{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;text-align:center;color:var(--muted)}.profile{text-align:center;margin-bottom:18px}.avatar{width:92px;height:92px;border-radius:46px;background:var(--navy);color:var(--white);display:grid;place-items:center;margin:0 auto 12px;font-size:32px;font-weight:900}.name-btn{border:0;background:transparent;font-size:22px;font-weight:900;color:var(--navy)}.stats{display:flex;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);margin-bottom:14px}.stat{flex:1;text-align:center;padding:16px 0}.stat-num{font-size:22px;font-weight:900}.menu-row{width:100%;display:flex;justify-content:space-between;align-items:center;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:16px;margin-bottom:8px;font-weight:800;color:var(--navy)}.logout{display:block;width:100%;border:0;background:transparent;color:var(--muted);font-weight:700;padding:18px 0}.track{display:flex;gap:6px;flex:1}.seg{flex:1;height:10px;border:0;border-radius:99px;background:var(--line)}.seg.on{background:var(--navy)}.map-box{height:220px;margin:0 20px 12px;border-radius:var(--radius-lg);background:var(--map);position:relative;overflow:hidden}.map-pin{position:absolute;width:28px;height:28px;border-radius:14px;border:1px solid var(--line);background:var(--white);font-weight:800;font-size:11px}.map-pin.on{background:var(--navy);color:var(--white)}.search-row{display:flex;gap:8px;padding:0 20px 12px}.search-row input{flex:1;border-radius:var(--radius-pill)}.search-btn{width:46px;height:46px;border:0;border-radius:23px;background:var(--navy);color:var(--white)}.orb-status{width:92px;height:92px;border-radius:46px;border:2px solid var(--navy);display:grid;place-items:center;margin:0 auto 28px;background:var(--white);font-size:28px}.orb-status.fail{border-color:var(--danger)}.step{display:flex;align-items:center;gap:10px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:14px;margin-bottom:10px}.check{width:22px;height:22px;border-radius:6px;border:1px solid var(--line);display:grid;place-items:center}.check.done{background:var(--navy);color:var(--white);border-color:var(--navy)}.check.fail{background:var(--danger);color:var(--white);border-color:var(--danger)}.notice{margin-top:24px;background:var(--sand);border-radius:var(--radius-md);padding:14px;color:var(--muted);text-align:center;font-size:13px}.tabs{display:flex;background:var(--sand);border-radius:var(--radius-pill);padding:4px;margin-bottom:16px}.tabs button{flex:1;border:0;background:transparent;padding:10px 0;border-radius:var(--radius-pill);font-weight:800;color:var(--muted)}.tabs button.on{background:var(--white);color:var(--navy)}.day-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:14px;margin-bottom:16px}.place-item{display:flex;justify-content:space-between;gap:8px;padding:10px 0;border-top:1px solid var(--line)}.route-item{color:var(--teal-dark);font-size:12px;font-weight:700;padding:8px 0}.music{background:var(--primary-soft);border-radius:var(--radius-lg);padding:14px}.bottom-actions{display:flex;border-top:1px solid var(--line);background:var(--paper)}.bottom-actions button{flex:1;border:0;background:transparent;padding:16px 0;font-weight:800}.noti-row{display:flex;gap:12px;padding:14px;border-radius:var(--radius-md);background:var(--white);border:1px solid var(--line);margin-bottom:8px;width:100%;text-align:left}.noti-row.unread{background:var(--primary-soft);border-color:var(--primary-soft)}.thumb{height:210px;border-radius:var(--radius-xl);background:var(--navy);color:var(--white);display:grid;place-items:center;font-size:36px}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:12px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:16px;margin-bottom:8px}.check-item{display:flex;align-items:center;gap:10px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:14px;margin-bottom:8px;width:100%;text-align:left}.check-item.done span{text-decoration:line-through;color:var(--muted)}.add-row{display:flex;gap:8px;margin-top:16px}.recreate{background:var(--navy);color:var(--white);border:0;border-radius:var(--radius-pill);padding:8px 10px;font-size:11px;font-weight:800;white-space:nowrap}
