:root{font-family:Inter,Segoe UI,sans-serif;color:#202620;background:#f5f7f6;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{font:inherit;letter-spacing:0}.mobile-shell{min-height:100vh;padding-bottom:env(safe-area-inset-bottom)}.mobile-header{height:72px;padding:env(safe-area-inset-top) 18px 0;background:#18201c;color:#fff;display:flex;align-items:center;justify-content:space-between}.mobile-brand{display:flex;align-items:center;gap:10px}.mobile-brand>span{width:36px;height:36px;border-radius:6px;display:grid;place-items:center;background:#73c995;color:#142019}.mobile-brand strong,.mobile-brand small{display:block}.mobile-brand strong{font-size:14px}.mobile-brand small{color:#aebbb4;font-size:11px;margin-top:2px}.mobile-shell main{width:min(680px,100%);margin:0 auto;padding:26px 18px 40px}.mobile-title{display:flex;align-items:center;justify-content:space-between}.mobile-title p{margin:0 0 4px;color:#69736d;font-size:12px}.mobile-title h1{margin:0;font-size:24px;letter-spacing:0}.icon-button{width:38px;height:38px;border:1px solid #d4dad6;border-radius:6px;background:#fff;color:#374039;display:grid;place-items:center}.icon-button svg{width:18px}.primary,.secondary{min-height:38px;border-radius:6px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:650}.primary{border:1px solid #1d6240;background:#1d6240;color:#fff}.secondary{border:1px solid #52645a;background:transparent;color:#fff}.wide{width:100%;min-height:48px}.mobile-notice{min-height:46px;margin:20px 0 14px;padding:11px 13px;border-radius:6px;display:flex;align-items:flex-start;gap:9px;font-size:13px;line-height:1.45}.mobile-notice.success{border:1px solid #bfdbc9;background:#edf8f1;color:#265f3e}.mobile-notice.warning{border:1px solid #e0d1a9;background:#fff9e9;color:#755c1d}.app-list{display:grid;gap:10px}.app-list article{border:1px solid #dce2de;border-radius:7px;background:#fff;overflow:hidden}.app-open{width:100%;min-height:76px;border:0;background:#fff;padding:12px 14px;display:grid;grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:12px;text-align:left;color:inherit}.app-open:disabled{opacity:.6}.app-mark{width:44px;height:44px;border-radius:7px;background:#233d30;color:#85d5a3;display:grid;place-items:center;font-weight:800}.app-copy{min-width:0}.app-copy strong,.app-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-copy strong{font-size:14px}.app-copy small{margin-top:5px;color:#727c76;font-size:11px}.update-button{width:100%;min-height:38px;border:0;border-top:1px solid #dce8e0;background:#eef7f1;color:#1d6240;font-weight:650}.app-message{padding:10px 14px;border-top:1px solid #ecefec;color:#6d756f;font-size:12px}.mobile-empty{min-height:280px;margin-top:20px;border:1px dashed #cbd3ce;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:28px}.mobile-empty>div{width:54px;height:54px;border-radius:50%;background:#e7eeea;display:grid;place-items:center;color:#4e6457}.mobile-empty h2{margin:16px 0 7px;font-size:17px}.mobile-empty p{max-width:300px;margin:0;color:#707972;font-size:13px;line-height:1.55}.pair-panel{margin:16px auto;max-width:460px}.pair-icon{width:58px;height:58px;border-radius:7px;background:#dcece2;color:#235d3d;display:grid;place-items:center}.pair-panel h1{margin:18px 0 8px;font-size:24px}.pair-panel>p{margin:0;color:#69736d;line-height:1.6;font-size:14px}.pair-panel dl{margin:24px 0;border-top:1px solid #dce2de;border-bottom:1px solid #dce2de}.pair-panel dl div{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e5e9e6}.pair-panel dl div:last-child{border-bottom:0}.pair-panel dt{color:#6e7771;font-size:13px}.pair-panel dd{margin:0;font-size:13px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pair-panel .mobile-notice{margin:-10px 0 16px}.trust-help{margin-top:18px;padding-top:18px;border-top:1px solid #dce2de;color:#4f5953;font-size:13px;line-height:1.55}.trust-heading{display:flex;align-items:center;gap:8px;color:#27352d}.trust-heading svg{flex:0 0 auto;color:#1d6240}.trust-help p{margin:8px 0 12px}.trust-link{min-height:44px;border:1px solid #2e6847;border-radius:6px;color:#1d6240;background:#eef7f1;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:650;text-decoration:none}.trust-help ol{margin:14px 0 0;padding-left:22px}.trust-help li+li{margin-top:6px}.mobile-shell footer{padding:18px;color:#808983;text-align:center;font-size:11px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-runtime{height:100dvh;display:grid;grid-template-rows:calc(54px + env(safe-area-inset-top)) minmax(0,1fr);background:#fff}.app-runtime.has-notice{grid-template-rows:calc(54px + env(safe-area-inset-top)) auto minmax(0,1fr)}.app-runtime header{padding:env(safe-area-inset-top) 10px 0;background:#18201c;color:#fff;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:8px}.app-runtime header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:13px}.app-runtime .icon-button{background:transparent;border-color:#3e4a43;color:#fff}.app-runtime .icon-button:disabled{opacity:.65}.app-runtime .runtime-notice{margin:0;border-left:0;border-right:0;border-radius:0}.app-runtime iframe{width:100%;height:100%;border:0}@media(min-width:720px){.mobile-shell main{padding-top:38px}.app-list{grid-template-columns:1fr 1fr}.mobile-notice{max-width:100%}}
