:root {
  --ink: #171716;
  --muted: #7b7c78;
  --line: #e9e8e2;
  --paper: #f7f6f2;
  --card: #ffffff;
  --coral: #ff6e5f;
  --coral-dark: #e95b4e;
  --navy: #172537;
  --green: #45ae83;
  --shadow: 0 22px 70px rgba(26, 27, 24, .18);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { color: var(--ink); background: #e8e8e5; font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { color: inherit; font: inherit; }
button { border: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.demo-stage { display: grid; place-items: center; min-height: 100vh; padding: 24px; overflow: hidden; background: #e8e8e5; }
.demo-stage::before { content: "云翼集用户端 · 交互演示"; position: fixed; left: 28px; bottom: 24px; color: #aaa9a5; font-size: 10px; letter-spacing: .08em; }
.demo-copy { position: relative; z-index: 1; color: #fff; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 72px; color: rgba(255,255,255,.55); text-decoration: none; font-size: 12px; }
.back-link svg { font-size: 16px; }
.demo-kicker { color: #ff9a8f; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.demo-copy h1 { margin: 22px 0; font-size: clamp(46px, 4.4vw, 68px); line-height: 1.08; letter-spacing: -.065em; }
.demo-copy > p { max-width: 510px; margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.9; }
.demo-copy code { padding: 3px 7px; color: #ffd1cc; background: rgba(255,110,95,.1); border: 1px solid rgba(255,110,95,.16); border-radius: 6px; font-size: 11px; }
.demo-points { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 28px; }
.demo-points span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; color: rgba(255,255,255,.68); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; font-size: 11px; }
.demo-points b { color: var(--coral); font-size: 9px; }
.demo-copy > small { color: rgba(255,255,255,.28); font-size: 10px; }
.phone-wrap { position: relative; z-index: 2; }
.phone-wrap::before { content: ""; position: absolute; inset: 8% -18%; background: rgba(0,0,0,.06); border-radius: 50%; filter: blur(60px); }
.phone-frame { position: relative; width: 402px; height: min(860px, calc(100vh - 48px)); min-height: 720px; padding: 0; overflow: hidden; background: #fff; border: 1px solid #d5d5d1; border-radius: 28px; box-shadow: 0 28px 80px rgba(30,30,27,.18); }
.phone-speaker { position: absolute; z-index: 100; top: 17px; left: 50%; width: 108px; height: 27px; transform: translateX(-50%); background: #080909; border-radius: 16px; }
.miniapp { position: relative; width: 100%; height: 100%; overflow: hidden; background: var(--paper); border-radius: 28px; }
.statusbar { position: absolute; z-index: 70; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; height: 35px; padding: 10px 20px 0; color: var(--ink); font-size: 10px; font-weight: 800; pointer-events: none; }
.statusbar div { display: flex; align-items: center; gap: 4px; }
.statusbar i { width: 3px; height: 8px; background: currentColor; border-radius: 1px; }
.statusbar i:nth-child(2) { width: 9px; height: 6px; border: 1px solid currentColor; background: transparent; }
.view { position: absolute; inset: 0 0 70px; display: none; overflow: hidden; background: var(--paper); }
.view.active { display: block; animation: view-in .34s var(--ease); }
.scroll-content { position: absolute; inset: 92px 0 0; overflow-x: hidden; overflow-y: auto; padding: 0 16px 30px; scrollbar-width: none; overscroll-behavior: contain; }
.scroll-content::-webkit-scrollbar { display: none; }
.app-header { position: relative; z-index: 3; height: 94px; padding: 42px 18px 9px; background: var(--paper); }
.home-header { display: flex; justify-content: space-between; align-items: flex-end; }
.location-button { display: flex; align-items: center; gap: 4px; padding: 0; background: transparent; }
.location-button svg { color: var(--coral); font-size: 16px; }
.location-button strong { font-size: 18px; letter-spacing: -.03em; }
.location-button span { margin-left: 2px; color: var(--muted); font-size: 10px; }
.home-header p { margin: 5px 0 0 2px; color: var(--muted); font-size: 9px; }.lufei-wordmark { color: var(--coral-dark); font-size: 10px; letter-spacing: .04em; }
.round-button { position: relative; display: grid; place-items: center; width: 36px; height: 36px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 5px 16px rgba(20,20,18,.05); }
.round-button svg { font-size: 17px; }
.round-button i { position: absolute; top: 7px; right: 7px; width: 5px; height: 5px; background: var(--coral); border: 1.5px solid white; border-radius: 50%; }
.home-scroll { inset: 94px 0 0; padding-top: 8px; }
.search-bar { display: flex; align-items: center; width: 100%; height: 42px; padding: 0 12px; color: #8b8c88; background: #fff; border: 1px solid #ecebe6; border-radius: 13px; box-shadow: 0 7px 20px rgba(30,30,27,.035); text-align: left; }
.search-bar svg { flex: 0 0 auto; margin-right: 8px; font-size: 17px; }
.search-bar span { flex: 1; font-size: 11px; }
.search-bar kbd { padding: 4px 7px; color: #aaa9a5; background: #f5f4f0; border: 0; border-radius: 5px; font-size: 8px; }
.hero-card { position: relative; height: 184px; margin-top: 12px; overflow: hidden; color: #fff; background: var(--navy); border-radius: 21px; box-shadow: 0 18px 34px rgba(23,37,55,.16); isolation: isolate; }
.hero-card::before { content: ""; position: absolute; z-index: -1; width: 210px; height: 210px; right: -68px; top: -60px; border: 1px solid rgba(255,110,95,.2); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,110,95,.025), 0 0 0 56px rgba(255,110,95,.02); }
.hero-map { position: absolute; inset: 0; opacity: .14; }
.road { position: absolute; height: 1px; background: white; transform-origin: left; }
.r1 { left: 0; top: 115px; width: 290px; transform: rotate(-13deg); }.r2 { left: 120px; top: 0; width: 230px; transform: rotate(66deg); }.r3 { left: 190px; top: 170px; width: 200px; transform: rotate(-58deg); }
.pilot-dot { position: absolute; width: 8px; height: 8px; background: var(--coral); border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,110,95,.25); }
.p1 { right: 32px; top: 43px; }.p2 { right: 92px; bottom: 31px; }.p3 { right: 148px; top: 27px; transform: scale(.7); }
.hero-card-copy { position: absolute; z-index: 2; left: 19px; top: 18px; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.live-pill i { width: 5px; height: 5px; background: #7ce0b6; border-radius: 50%; box-shadow: 0 0 0 4px rgba(124,224,182,.12); }
.hero-card h2 { margin: 14px 0 5px; font-size: 20px; line-height: 1.2; letter-spacing: -.04em; }
.hero-card h2 strong { color: #ff887b; font-size: 33px; }
.hero-card p { margin: 0 0 13px; color: rgba(255,255,255,.46); font-size: 8px; }
.hero-card-copy button { display: inline-flex; align-items: center; gap: 7px; height: 29px; padding: 0 10px; color: var(--navy); background: var(--coral); border-radius: 8px; font-size: 9px; font-weight: 800; }
.hero-card-copy button svg { font-size: 11px; }
.drone-art { position: absolute; right: 23px; top: 71px; width: 100px; height: 58px; transform: rotate(-8deg); }
.drone-art span { position: absolute; left: 28px; top: 18px; width: 45px; height: 20px; background: #f2f4f4; border-radius: 8px 8px 16px 16px; box-shadow: 0 9px 19px rgba(0,0,0,.3); }
.drone-art span::after { content: ""; position: absolute; left: 17px; bottom: -7px; width: 12px; height: 9px; background: #aeb4b5; border-radius: 2px 2px 6px 6px; }
.drone-art i, .drone-art b, .drone-art em, .drone-art::before { content: ""; position: absolute; width: 42px; height: 3px; background: #dfe3e3; border-radius: 2px; }
.drone-art i { left: 3px; top: 13px; transform: rotate(22deg); }.drone-art b { right: 2px; top: 13px; transform: rotate(-22deg); }.drone-art em { left: 4px; top: 36px; transform: rotate(-18deg); }.drone-art::before { right: 3px; top: 36px; transform: rotate(18deg); }
.section-block { margin-top: 24px; }
.section-title { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 13px; }
.section-title small, .simple-header small, .identity-card > div > small { color: var(--coral-dark); font-size: 7px; font-weight: 850; letter-spacing: .14em; }
.section-title h2 { margin: 3px 0 0; font-size: 18px; letter-spacing: -.04em; }
.section-title > button { display: inline-flex; align-items: center; gap: 1px; padding: 4px 0; color: var(--muted); background: transparent; font-size: 9px; }
.section-title > button svg { font-size: 11px; }
.ability-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px 4px; padding: 15px 7px; background: #fff; border: 1px solid #eeede8; border-radius: 18px; }
.ability-item { display: grid; justify-items: center; gap: 5px; padding: 0; background: transparent; }
.ability-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 13px; font-size: 17px; }
.ability-icon svg { font-size: 19px; }
.coral { color: #ef6558; background: #fff0ee; }.green { color: #3b9e76; background: #eaf8f1; }.blue { color: #4d88c4; background: #ecf5ff; }.amber { color: #b98624; background: #fff6df; }.violet { color: #8068b2; background: #f3effc; }.cyan { color: #3c929a; background: #eaf8f8; }.rose { color: #bc6381; background: #fbedf2; }.pale { color: #777b7d; background: #f0f1f0; }
.ability-item b { font-size: 10px; }.ability-item small { color: #aeada9; font-size: 7px; }
.mini-task-list, .order-list { display: grid; gap: 10px; }
.mini-task-card { position: relative; display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 11px; min-height: 88px; padding: 11px; overflow: hidden; background: #fff; border: 1px solid #ecebe6; border-radius: 16px; box-shadow: 0 9px 22px rgba(20,20,18,.035); text-align: left; }
.task-thumb { position: relative; display: grid; place-items: center; width: 56px; height: 62px; overflow: hidden; color: #fff; background: var(--task-color, #677); border-radius: 12px; }
.task-thumb::before, .task-thumb::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.task-thumb::before { width: 70px; height: 70px; right: -35px; top: -25px; }.task-thumb::after { width: 32px; height: 32px; left: -15px; bottom: -13px; }
.task-thumb svg { position: relative; z-index: 1; font-size: 22px; }
.task-copy { min-width: 0; }
.task-copy > span { display: block; margin-bottom: 5px; color: var(--task-color); font-size: 7px; font-weight: 800; letter-spacing: .04em; }
.task-copy b { display: block; overflow: hidden; margin-bottom: 6px; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.task-copy small { display: flex; align-items: center; gap: 5px; overflow: hidden; color: #999994; font-size: 7.5px; white-space: nowrap; text-overflow: ellipsis; }
.task-copy small svg { flex: 0 0 auto; font-size: 10px; }
.mini-task-card > svg { color: #b0afaa; font-size: 14px; }
.safe-card { display: flex; align-items: center; gap: 10px; margin: 22px 0 8px; padding: 14px; color: #386250; background: #eaf6f0; border: 1px solid #dbeee4; border-radius: 16px; }
.safe-card > span { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; color: var(--green); background: #fff; border-radius: 50%; }
.safe-card > span svg { font-size: 17px; }.safe-card div { flex: 1; }.safe-card b, .safe-card small { display: block; }.safe-card b { margin-bottom: 4px; font-size: 9px; }.safe-card small { color: #779184; font-size: 7px; }.safe-card > svg { font-size: 12px; }
.simple-header { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 11px; }
.simple-header h1 { margin: 3px 0 0; font-size: 23px; letter-spacing: -.05em; }
.city-scroll { inset: 94px 0 0; padding-top: 5px; }
.city-banner { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 116px; padding: 18px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #bd665b, #784e50); border-radius: 19px; }
.city-banner::before { content: ""; position: absolute; width: 150px; height: 150px; right: -60px; top: -55px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 20px rgba(255,255,255,.03), 0 0 0 40px rgba(255,255,255,.02); }
.city-banner div { position: relative; z-index: 1; }.city-banner span { color: rgba(255,255,255,.55); font-size: 8px; }.city-banner strong { display: block; margin-top: 8px; font-size: 16px; line-height: 1.4; }.city-banner > i { position: relative; z-index: 1; width: 54px; color: #fff; font-size: 23px; font-style: normal; font-weight: 800; line-height: .7; text-align: center; }.city-banner > i small { font-size: 7px; font-weight: 500; }
.feed-tabs { display: flex; gap: 22px; height: 49px; align-items: center; }
.feed-tabs button { position: relative; padding: 5px 0; color: #969690; background: transparent; font-size: 10px; }
.feed-tabs button.active { color: var(--ink); font-weight: 800; }.feed-tabs button.active::after { content: ""; position: absolute; left: 50%; bottom: -3px; width: 12px; height: 2px; transform: translateX(-50%); background: var(--coral); border-radius: 2px; }
.feed-list { display: grid; gap: 12px; }
.feed-card { padding: 14px; background: #fff; border: 1px solid #ecebe6; border-radius: 18px; }
.feed-author { display: flex; align-items: center; gap: 9px; }.avatar { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; color: #fff; border-radius: 50%; font-size: 10px; font-weight: 800; }.av-green { background: #4b8c6b; }.av-blue { background: #587698; }.feed-author div { flex: 1; }.feed-author b, .feed-author small { display: block; }.feed-author b { margin-bottom: 3px; font-size: 10px; }.feed-author small { color: #999; font-size: 7px; }.feed-author button { padding: 5px 8px; color: var(--coral-dark); background: #fff1ee; border-radius: 7px; font-size: 8px; font-weight: 700; }.feed-author button.followed { color: #999; background: #f3f3f1; }
.feed-card > p { margin: 12px 0 10px; color: #565753; font-size: 9px; line-height: 1.7; }
.feed-photo { position: relative; height: 142px; overflow: hidden; border-radius: 13px; }
.field-photo { background: linear-gradient(165deg, #acc7cf 0 35%, #819e67 36% 50%, #5f784c 51%); }.field-photo::before, .field-photo::after { content: ""; position: absolute; left: -20%; width: 140%; height: 12px; background: rgba(232,216,147,.6); transform: rotate(-9deg); }.field-photo::before { top: 84px; box-shadow: 0 24px rgba(232,216,147,.45), 0 48px rgba(232,216,147,.35); }.field-photo::after { top: 68px; height: 2px; background: rgba(255,255,255,.5); }.city-photo { background: linear-gradient(170deg, #9fc9dc 0 44%, #45606b 45% 51%, #496f68 52% 65%, #253f4a 66%); }.city-photo::before { content: ""; position: absolute; left: 30px; top: 55px; width: 90px; height: 55px; background: #d7d4c6; clip-path: polygon(0 40%, 35% 40%, 43% 0, 55% 40%, 100% 40%, 100% 100%, 0 100%); opacity: .7; }
.feed-photo i { position: absolute; right: 24px; top: 28px; width: 24px; height: 10px; background: rgba(255,255,255,.75); border-radius: 3px 3px 8px 8px; box-shadow: -12px -3px 0 -3px rgba(255,255,255,.75), 12px -3px 0 -3px rgba(255,255,255,.75); }.feed-photo b { position: absolute; left: 10px; bottom: 9px; padding: 5px 7px; color: #fff; background: rgba(0,0,0,.28); border-radius: 6px; backdrop-filter: blur(8px); font-size: 7px; }
.feed-actions { display: flex; align-items: center; gap: 17px; padding-top: 11px; }.feed-actions button { display: flex; align-items: center; gap: 4px; padding: 0; color: #8b8c87; background: transparent; font-size: 8px; }.feed-actions button svg { font-size: 15px; }.feed-actions button.liked { color: var(--coral); }.feed-actions button.liked svg { fill: var(--coral); }.feed-actions small { margin-left: auto; color: #b3b2ae; font-size: 7px; }
.order-filters { display: flex; gap: 8px; height: 45px; padding: 4px 16px 9px; overflow-x: auto; background: var(--paper); scrollbar-width: none; }.order-filters button { min-width: 48px; padding: 0 12px; color: #898a86; background: #ecebe6; border-radius: 9px; font-size: 9px; }.order-filters button.active { color: #fff; background: var(--navy); font-weight: 800; }
.order-scroll { inset: 139px 0 0; padding-top: 7px; }
.order-summary { display: flex; justify-content: space-between; margin: 0 2px 10px; color: #8f908b; font-size: 8px; }.order-summary span { display: flex; align-items: center; gap: 5px; }.order-summary i { width: 5px; height: 5px; background: var(--green); border-radius: 50%; }.order-summary b { color: #72736f; }
.order-card { display: block; padding: 14px; background: #fff; border: 1px solid #ecebe6; border-radius: 17px; text-align: left; }
.order-card-top { display: flex; align-items: center; gap: 7px; }.order-badge { padding: 5px 7px; color: var(--task-color); background: color-mix(in srgb, var(--task-color) 10%, white); border-radius: 7px; font-size: 7px; font-weight: 800; }.order-status { padding: 4px 6px; color: #8c6b2b; background: #fff6df; border-radius: 5px; font-size: 6.5px; }.order-card time { margin-left: auto; color: #adada8; font-size: 7px; }.order-card h3 { margin: 11px 0 6px; font-size: 13px; letter-spacing: -.02em; }.order-card > p { display: -webkit-box; overflow: hidden; margin: 0 0 11px; color: #858680; font-size: 8px; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }.order-meta { display: flex; align-items: center; gap: 12px; padding-top: 10px; border-top: 1px solid #f0efeb; color: #969691; font-size: 7px; }.order-meta span { display: flex; align-items: center; gap: 4px; }.order-meta svg { font-size: 10px; }.order-meta b { margin-left: auto; color: var(--coral-dark); font-size: 9px; }
.profile-scroll { inset: 0; padding: 0 16px 30px; background: linear-gradient(180deg, rgba(18,35,48,.28) 0 188px, var(--paper) 188px), url("./assets/lufei-user-bgpic.png") top center / 100% 188px no-repeat, var(--paper); }
.profile-hero { min-height: 177px; padding: 53px 3px 15px; color: #fff; }.profile-top { display: flex; align-items: center; gap: 11px; }.profile-avatar { width: 48px; height: 48px; color: #1b2a3d; background: var(--coral); font-size: 15px; }.profile-top div { flex: 1; }.profile-top h1 { margin: 0 0 4px; font-size: 19px; }.profile-top p { margin: 0; color: rgba(255,255,255,.46); font-size: 8px; }.profile-top button { color: rgba(255,255,255,.72); background: transparent; letter-spacing: .08em; }.cert-row { display: flex; gap: 8px; margin-top: 22px; }.cert-row span { display: inline-flex; align-items: center; gap: 4px; padding: 5px 8px; color: rgba(255,255,255,.65); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); border-radius: 7px; font-size: 7px; }.cert-row svg { color: #7ce0b6; font-size: 10px; }
.profile-stats { display: grid; grid-template-columns: repeat(4,1fr); min-height: 78px; margin-top: -1px; background: #fff; border-radius: 18px; box-shadow: 0 12px 30px rgba(20,20,18,.08); }.profile-stats button { position: relative; display: grid; place-content: center; gap: 5px; background: transparent; }.profile-stats button:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 24px; bottom: 24px; width: 1px; background: #ecebe7; }.profile-stats b { font-size: 16px; }.profile-stats small { color: #969792; font-size: 7px; }
.identity-card { position: relative; margin-top: 13px; padding: 17px; overflow: hidden; color: #fff; background: #a85d56; border-radius: 18px; }.identity-card::before { content: ""; position: absolute; right: -8px; top: 0; width: 150px; height: 100%; opacity: .22; background: linear-gradient(90deg, #a85d56 0, transparent 45%), url("./assets/lufei-cert-box.png") 58% 7% / 150px auto no-repeat; }.identity-card > div { position: relative; z-index: 1; }.identity-card > div > small { color: #ffd2cd; }.identity-card h2 { margin: 7px 0 6px; font-size: 14px; }.identity-card p { width: 74%; margin: 0; color: rgba(255,255,255,.55); font-size: 7.5px; line-height: 1.5; }.identity-card > span { position: absolute; z-index: 1; right: 18px; top: 31px; font-size: 28px; font-weight: 850; }.identity-card > span small { font-size: 9px; }.identity-card > button { position: relative; z-index: 1; display: flex; align-items: center; gap: 3px; margin-top: 14px; padding: 7px 10px; color: #6c3c37; background: #fff; border-radius: 7px; font-size: 8px; font-weight: 800; }.identity-card > button svg { font-size: 10px; }
.menu-card { display: grid; margin-top: 13px; padding: 2px 14px; background: #fff; border: 1px solid #ecebe6; border-radius: 18px; }.menu-card button { display: flex; align-items: center; gap: 10px; min-height: 60px; padding: 0; background: transparent; text-align: left; }.menu-card button:not(:last-child) { border-bottom: 1px solid #eeede9; }.menu-card button > span { display: grid; place-items: center; width: 31px; height: 31px; color: #6f777b; background: #f1f3f3; border-radius: 9px; }.menu-card button > span svg { font-size: 15px; }.menu-card button div { flex: 1; }.menu-card b, .menu-card small { display: block; }.menu-card b { margin-bottom: 4px; font-size: 9.5px; }.menu-card small { color: #a2a29d; font-size: 7px; }.menu-card button > svg { color: #b8b7b2; font-size: 11px; }
.profile-note { color: #aeada8; font-size: 7px; text-align: center; }
.tabbar { position: absolute; z-index: 60; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(5, 1fr); height: 70px; padding: 8px 7px 9px; background: rgba(255,255,255,.97); border-top: 1px solid #e7e6e1; box-shadow: 0 -9px 25px rgba(20,20,18,.045); backdrop-filter: blur(18px); }
.tabbar button { display: grid; place-items: center; align-content: center; gap: 4px; color: #a3a39e; background: transparent; font-size: 7px; }.tabbar button > svg { font-size: 19px; }.tabbar button.active { color: var(--coral-dark); }.publish-tab { color: var(--ink)!important; }.publish-tab i { display: grid; place-items: center; width: 43px; height: 43px; margin-top: -25px; color: #fff; background: var(--coral); border: 5px solid #fff; border-radius: 50%; box-shadow: 0 7px 18px rgba(233,91,78,.3); }.publish-tab i svg { font-size: 20px; stroke-width: 2; }
.sheet-backdrop { position: absolute; z-index: 90; inset: 0; background: rgba(14,20,28,.55); backdrop-filter: blur(5px); }.sheet-backdrop[hidden], .search-overlay[hidden], .success-layer[hidden] { display: none; }
.publish-sheet, .detail-sheet { position: absolute; left: 0; right: 0; bottom: 0; min-height: 650px; max-height: calc(100% - 24px); padding: 0 18px 18px; overflow: auto; background: var(--paper); border-radius: 27px 27px 0 0; animation: sheet-in .42s var(--ease); scrollbar-width: none; }
.sheet-handle { width: 34px; height: 4px; margin: 9px auto 6px; background: #d3d2cd; border-radius: 4px; }
.sheet-header { display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; padding: 10px 0 12px; }.sheet-header button { display: grid; place-items: center; width: 31px; height: 31px; background: #ecebe7; border-radius: 50%; font-size: 18px; }.sheet-header button:first-child { visibility: hidden; }.sheet-header button:first-child svg { font-size: 14px; }.sheet-header div { text-align: center; }.sheet-header small { color: var(--coral-dark); font-size: 7px; font-weight: 850; letter-spacing: .13em; }.sheet-header h2 { margin: 3px 0 0; font-size: 17px; letter-spacing: -.03em; }
.progress-track { height: 3px; overflow: hidden; margin: 0 -18px; background: #e8e7e2; }.progress-track i { display: block; width: 25%; height: 100%; background: var(--coral); transition: width .35s var(--ease); }
.publish-sheet form { padding-top: 19px; }.step-lede { margin: 0 0 17px; color: #858680; font-size: 9px; line-height: 1.7; }.form-step { display: none; }.form-step.active { display: block; animation: step-in .32s var(--ease); }
.service-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.service-choices label { position: relative; display: grid; min-height: 126px; padding: 14px; background: #fff; border: 1.5px solid #e9e8e3; border-radius: 16px; cursor: pointer; }.service-choices input { position: absolute; opacity: 0; pointer-events: none; }.service-choices label > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; }.service-choices label > span svg { font-size: 18px; }.service-choices label b { margin-top: 10px; font-size: 11px; }.service-choices label small { margin-top: 3px; color: #999994; font-size: 7px; }.service-choices label > i { position: absolute; top: 11px; right: 11px; display: none; place-items: center; width: 17px; height: 17px; color: #fff; background: var(--coral); border-radius: 50%; }.service-choices label > i svg { font-size: 10px; }.service-choices label:has(input:checked) { border-color: var(--coral); box-shadow: 0 8px 20px rgba(255,110,95,.08); }.service-choices label:has(input:checked) > i { display: grid; }
.field-label { display: grid; gap: 7px; margin-bottom: 15px; font-size: 9px; font-weight: 800; }.input-shell { display: flex; align-items: center; gap: 8px; min-height: 45px; padding: 0 12px; background: #fff; border: 1px solid #e5e4df; border-radius: 12px; }.input-shell svg { color: var(--coral-dark); font-size: 15px; }.input-shell input { width: 100%; padding: 0; background: transparent; border: 0; outline: 0; font-size: 10px; }
.field-label textarea, .field-label select { width: 100%; padding: 12px; background: #fff; border: 1px solid #e5e4df; border-radius: 12px; outline: 0; font-size: 10px; resize: none; }.field-label textarea { line-height: 1.65; }
.form-tip { display: flex; gap: 10px; padding: 13px; color: #38715a; background: #e7f5ee; border-radius: 12px; }.form-tip > svg { flex: 0 0 auto; font-size: 17px; }.form-tip b, .form-tip small { display: block; }.form-tip b { margin-bottom: 4px; font-size: 9px; }.form-tip small { color: #6b8e7f; font-size: 7px; line-height: 1.5; }
.privacy-check { display: flex; align-items: flex-start; gap: 7px; color: #777873; font-size: 7.5px; line-height: 1.5; cursor: pointer; }.privacy-check input { display: none; }.privacy-check span { display: grid; place-items: center; width: 15px; height: 15px; flex: 0 0 auto; color: white; background: var(--coral); border-radius: 4px; }.privacy-check svg { font-size: 10px; }
.summary-card { padding: 15px; background: #fff; border: 1px solid #e8e7e2; border-radius: 16px; }.summary-top { display: flex; align-items: center; gap: 9px; padding-bottom: 13px; border-bottom: 1px solid #eeede9; }.summary-top > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--coral-dark); background: #fff0ee; border-radius: 11px; }.summary-top > span svg { font-size: 18px; }.summary-top div { flex: 1; }.summary-top small { color: #9b9c97; font-size: 7px; }.summary-top h3 { margin: 3px 0 0; font-size: 12px; }.summary-top > b { padding: 5px 7px; color: #9a7431; background: #fff5dd; border-radius: 6px; font-size: 7px; }.summary-card dl { display: grid; gap: 11px; margin: 14px 0 0; }.summary-card dl div { display: flex; justify-content: space-between; gap: 14px; font-size: 8px; }.summary-card dt { color: #9c9c97; }.summary-card dd { margin: 0; font-weight: 700; text-align: right; }
.match-preview { display: flex; gap: 10px; margin-top: 11px; padding: 13px; color: #5b4d75; background: #f0ecf8; border-radius: 13px; }.match-preview > span { color: #8268b3; }.match-preview b, .match-preview small { display: block; }.match-preview b { margin-bottom: 4px; font-size: 9px; }.match-preview small { color: #817793; font-size: 7px; }
.primary-action { display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%; min-height: 47px; margin-top: 22px; color: #fff; background: var(--coral); border-radius: 13px; box-shadow: 0 10px 22px rgba(233,91,78,.2); font-size: 10px; font-weight: 850; }.primary-action svg { font-size: 12px; }
.detail-sheet { min-height: auto; padding: 0 18px 22px; }.detail-close { position: absolute; top: 16px; right: 17px; display: grid; place-items: center; width: 30px; height: 30px; color: #888; background: #ecebe7; border-radius: 50%; font-size: 18px; }.detail-kicker { margin-top: 25px; color: var(--coral-dark); font-size: 8px; font-weight: 850; letter-spacing: .07em; }.detail-sheet > h2 { margin: 10px 35px 7px 0; font-size: 20px; letter-spacing: -.04em; }.detail-sheet > p { margin: 0; color: #7f807b; font-size: 8.5px; line-height: 1.65; }.detail-info { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin: 16px 0; }.detail-info div { padding: 11px; background: #fff; border: 1px solid #e9e8e3; border-radius: 10px; }.detail-info small, .detail-info b { display: block; }.detail-info small { margin-bottom: 5px; color: #9b9c97; font-size: 7px; }.detail-info b { font-size: 9px; }.risk-note { display: flex; gap: 9px; padding: 12px; color: #386250; background: #e8f5ef; border-radius: 11px; }.risk-note > svg { flex: 0 0 auto; font-size: 16px; }.risk-note b { display: block; margin-bottom: 3px; font-size: 8px; }.risk-note p { margin: 0; color: #668476; font-size: 7px; line-height: 1.55; }
.search-overlay { position: absolute; z-index: 85; inset: 0 0 70px; background: var(--paper); animation: view-in .3s var(--ease); }.search-overlay header { display: flex; align-items: center; gap: 8px; height: 82px; padding: 39px 15px 6px; }.search-overlay header > button { display: grid; place-items: center; width: 34px; height: 34px; background: transparent; }.search-overlay header > button svg { font-size: 18px; }.search-overlay label { display: flex; align-items: center; gap: 7px; flex: 1; height: 38px; padding: 0 11px; background: #fff; border: 1px solid #e6e5e0; border-radius: 11px; }.search-overlay label svg { color: #888; font-size: 15px; }.search-overlay input { width: 100%; background: transparent; border: 0; outline: 0; font-size: 10px; }.search-body { padding: 19px 17px; }.search-body > small { color: #9b9b96; font-size: 8px; }.search-body > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }.search-body > div button { padding: 7px 9px; color: #6f706c; background: #ecebe6; border-radius: 8px; font-size: 8px; }.search-body section { display: grid; gap: 8px; margin-top: 18px; }
.success-layer { position: absolute; z-index: 110; inset: 0; display: grid; place-items: center; color: #fff; background: var(--navy); text-align: center; animation: success-in .45s var(--ease); }.success-layer > div > span { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 22px; color: var(--navy); background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 14px rgba(255,110,95,.1), 0 0 0 28px rgba(255,110,95,.04); }.success-layer span svg { font-size: 31px; stroke-width: 2.4; }.success-layer h2 { margin: 0 0 10px; font-size: 23px; }.success-layer p { color: rgba(255,255,255,.53); font-size: 9px; line-height: 1.7; }.success-layer button { margin-top: 18px; padding: 11px 20px; color: var(--navy); background: #fff; border-radius: 10px; font-size: 9px; font-weight: 800; }
.app-toast { position: absolute; z-index: 130; left: 50%; bottom: 84px; display: flex; align-items: center; gap: 7px; min-width: 150px; padding: 10px 13px; color: #fff; background: rgba(23,23,22,.9); border-radius: 10px; box-shadow: 0 11px 25px rgba(0,0,0,.18); opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: .28s var(--ease); }.app-toast.show { opacity: 1; transform: translate(-50%, 0); }.app-toast svg { color: #7ce0b6; font-size: 13px; }.app-toast span { font-size: 8px; white-space: nowrap; }
@keyframes sheet-in { from { transform: translateY(100%); } to { transform: translateY(0); } }
@keyframes view-in { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: none; } }
@keyframes step-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
@keyframes success-in { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 860px) {
  body { background: var(--paper); }
  .demo-stage { display: block; min-height: 100dvh; padding: 0; background: var(--paper); }
  .demo-stage::before, .demo-copy, .phone-wrap::before, .phone-speaker { display: none; }
  .phone-wrap, .phone-frame { width: 100%; height: 100dvh; min-height: 640px; }
  .phone-frame { padding: 0; border: 0; border-radius: 0; box-shadow: none; }
  .miniapp { border-radius: 0; }
}

@media (min-width: 861px) and (max-height: 790px) {
  .phone-frame { width: 350px; min-height: 680px; }
  .demo-stage { grid-template-columns: minmax(340px, 500px) 370px; gap: 55px; padding-top: 24px; padding-bottom: 24px; }
  .miniapp { zoom: .9; width: 111.111%; height: 111.111%; }
  .phone-speaker { transform: translateX(-50%) scale(.9); transform-origin: top center; }
}
