*{box-sizing:border-box}body{margin:0;background:#f7f8fa;color:#24323a;font-family:system-ui,-apple-system,Segoe UI,Hiragino Sans,sans-serif}main{max-width:640px;margin:auto;padding:20px}header{display:flex;align-items:center;justify-content:space-between;gap:12px}h1{font-size:1.4rem}.card{display:block;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0001;padding:16px;margin:12px 0;color:inherit;text-decoration:none}.login{margin-top:20vh}input,select,textarea,button{width:100%;padding:11px;margin:6px 0;border:1px solid #ccd5d9;border-radius:8px;font:inherit}input[type=checkbox]{width:auto;margin-right:8px}textarea{min-height:72px;resize:vertical}button,.primary{display:inline-block;background:#2b7a78;color:#fff;border:0;text-align:center;text-decoration:none;padding:12px;border-radius:8px;cursor:pointer}.primary{width:100%;margin:8px 0}button:disabled{opacity:.55;cursor:not-allowed}.error{color:#c0392b}.warn{color:#b95c00}.muted{opacity:.55;text-decoration:line-through}small{display:block;color:#667}em{color:#c0392b;font-style:normal}.bubble{max-width:80%;padding:10px;border-radius:12px;white-space:pre-wrap}.bubble.me{margin-left:auto;background:#dcefee}.bubble.partner{background:#eee}.reply{font-size:16px;line-height:1.7;white-space:pre-wrap}pre{white-space:pre-wrap;overflow:auto}label{display:block;margin-top:8px}.toast{position:sticky;bottom:12px;background:#24323a;color:#fff;padding:10px;border-radius:8px;text-align:center}
