:root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:#1e2938;background:#f7f8fa;font-synthesis:none;--blue:#234982}*{box-sizing:border-box}body{margin:0;min-height:100dvh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button{font:inherit}header{background:#fff;border-bottom:1px solid #e8ebef}.header-inner{max-width:1040px;margin:auto;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 32px}.brand{display:flex;align-items:center;margin-left:-18px}.brand img{display:block;width:206px;height:68px;object-fit:contain}.header-label{font-size:12px;color:#8993a0}main{width:100%;max-width:1040px;margin:0 auto;padding:42px 32px 36px;flex:1}.intro{margin-bottom:24px}h1{font-size:26px;letter-spacing:-.5px;line-height:1.4;margin:0 0 22px;font-weight:650}.subtitle{font-size:12px;color:#8b95a3;margin:0}.apps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.app{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:24px;background:#fff;border:1px solid #e3e7ed;border-radius:12px;min-height:174px;width:100%;text-align:left;cursor:pointer;transition:border-color .15s,transform .15s}.app:hover{border-color:#a3b7d6;transform:translateY(-2px)}.app:active{transform:scale(.985)}.app:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid #668bcc;outline-offset:4px}.icon{width:46px;height:46px;flex-shrink:0;border-radius:12px;background:#eff3f9;color:var(--blue);display:grid;place-items:center;margin-bottom:16px}.icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.bot .icon{background:#234982;color:#fff}.app-copy{min-width:0}.app-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.app h3{font-size:16px;font-weight:600;margin:0;line-height:1.5}.app p{font-size:12px;color:#85909f;line-height:1.6;margin:6px 0 0}.badge{font-size:10px;padding:1px 5px;border-radius:4px;color:#939eac;background:#f1f3f6;white-space:nowrap}.pending .icon{background:#f2f3f5;color:#939eac}.pending h3{color:#7e8a9b}footer{max-width:1040px;width:100%;margin:0 auto;padding:22px 32px;font-size:10px;color:#a0a8b4;letter-spacing:.6px}dialog{border:1px solid #e0e5ef;border-radius:16px;padding:28px;max-width:410px;width:calc(100% - 40px);color:#202c3c;box-shadow:0 24px 80px #162a5022}dialog::backdrop{background:#172a4555}dialog h2{font-size:20px;margin:16px 0}dialog p{font-size:14px;line-height:1.9;color:#657287}.dialog-label{color:var(--blue);font-size:12px}.close{position:absolute;right:18px;top:12px;border:0;background:none;color:#708094;font-size:26px;cursor:pointer}.confirm{border:0;background:var(--blue);color:white;padding:11px 22px;border-radius:8px;margin-top:12px;cursor:pointer}@media(max-width:650px){.header-inner{padding:0 20px;height:66px}.brand{margin-left:-17px}.brand img{width:180px;height:60px}main{padding:28px 20px}h1{font-size:24px;margin-bottom:20px}.intro{margin-bottom:16px}.apps{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.app{min-height:157px;padding:20px 16px;border-radius:12px}.icon{width:42px;height:42px;margin-bottom:14px}.icon svg{width:24px;height:24px}.app h3{font-size:15px}.app-title{gap:5px}.app p{font-size:11px}.badge{font-size:9px}footer{padding:20px;font-size:10px}}@media(max-width:350px){main{padding:24px 14px}.apps{gap:10px}.app{padding:18px 12px}.app p{font-size:10px}.badge{font-size:8px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
