:root{
  --bg:#fffdf1; --card:#ffffff; --green:#2fb38f; --green-dark:#15886c;
  --orange:#f8ae08; --text:#202020; --muted:#727272; --border:#e6e1cf;
}
*{box-sizing:border-box}
body{margin:0;background:#f4f3eb;font-family:Arial,Helvetica,sans-serif;color:var(--text)}
a{text-decoration:none;color:inherit}
.phone-shell{max-width:430px;margin:0 auto;min-height:100vh;background:var(--bg);padding:18px 14px 88px}
.topbar{display:flex;align-items:center;gap:12px;margin-bottom:22px}
.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#21d271,#09a858);color:#fff;font-weight:900;font-size:24px;box-shadow:0 6px 12px #06945a33}
.channel-pill{flex:1;border:1px solid #d7decf;background:#f5fbf0;border-radius:22px;padding:14px 18px;font-weight:800;font-size:16px;display:flex;justify-content:center;gap:18px}
.pro-badge{font-size:12px;font-weight:900;line-height:1;text-align:center}
.pro-badge strong{display:block;background:var(--orange);color:#fff;border-radius:6px;padding:5px 8px;margin-top:3px}
.icon-btn{border:0;background:transparent;font-size:25px}
.sync-card,.hero-card,.grid-card,.action-card,.form-card{border:1px solid var(--border);border-radius:12px;background:var(--card)}
.sync-card{height:54px;display:flex;align-items:center;justify-content:center;gap:10px;color:#5d5b1e;background:#fffde9;margin-bottom:12px;font-size:17px}
.sync-icon{font-size:24px}
.hero-card{background:var(--green);color:#fff;padding:26px 18px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;border:0}
.hero-card h1{margin:0 0 12px;font-size:23px}
.hero-card p{margin:0;font-size:16px;line-height:1.4}
.start-btn{background:var(--orange);color:#fff;font-weight:900;border:3px solid #fff;border-radius:28px;padding:15px 25px;box-shadow:0 5px 10px #00000018}
.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.action-card{padding:20px 12px;display:flex;align-items:center;gap:8px;color:#252525;background:#f6fffb}
.action-card span{margin-left:auto;font-size:30px;color:var(--green)}
.action-card.warm{background:#fffaf2}.action-card.warm span{color:#d98522}
.section-title{font-size:21px;color:#686868;margin:22px 2px 14px}.section-title.green{color:var(--green)}
.grid-card{display:grid;grid-template-columns:repeat(3,1fr);gap:22px 12px;padding:24px 10px;margin-bottom:10px}
.grid-card.three{grid-template-columns:repeat(3,1fr)}
.grid-card a{position:relative;text-align:center;min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;font-size:25px}
.grid-card span{font-size:14px;line-height:1.2}.grid-card em{position:absolute;top:0;right:8px;background:#17a8ff;color:#fff;border-radius:8px;font-style:normal;font-size:11px;padding:2px 6px}
.bottom-space{margin-bottom:28px}
.bottom-nav{position:fixed;left:50%;transform:translateX(-50%);bottom:0;width:100%;max-width:430px;background:#fff;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr);padding:8px 4px 10px}
.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;color:#777;font-size:19px}
.bottom-nav span{font-size:11px}.bottom-nav .active{color:var(--green-dark);font-weight:800}
.page-title{font-size:26px;margin:10px 0 6px}.page-subtitle{color:var(--muted);margin:0 0 18px;line-height:1.5}
.back-link{display:inline-block;margin:0 0 14px;color:var(--green-dark);font-weight:800}
.form-card{padding:18px;box-shadow:0 10px 25px #00000008}
label{display:block;font-weight:800;margin:14px 0 8px}
input,textarea,select{width:100%;border:1px solid var(--border);border-radius:10px;padding:13px;background:#fff;font-size:15px}
textarea{min-height:130px;resize:vertical}
.primary-btn{border:0;background:var(--green);color:#fff;font-weight:900;border-radius:12px;padding:15px 18px;width:100%;margin-top:16px;font-size:16px}
.table-card{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}
.row{display:grid;grid-template-columns:1fr auto;padding:15px;border-bottom:1px solid #eee;gap:8px}
.row:last-child{border-bottom:0}.status{font-weight:800;color:var(--green-dark)}
.notice{padding:13px;border-radius:10px;background:#fff8dc;color:#6e5c00;margin-top:12px;font-size:14px}
@media(max-width:360px){.hero-card{flex-direction:column;align-items:flex-start;gap:16px}.quick-actions{grid-template-columns:1fr}.grid-card{grid-template-columns:repeat(2,1fr)}}
