:root { color-scheme: light; }
* { box-sizing: border-box; }
html, body, #app { width: 100%; height: 100%; margin: 0; }
body { overflow: hidden; background: #eef2f1; }
.vue-shell { width: 100%; height: 100%; display: flex; flex-direction: column; }
.vue-frame-wrap { width: 100%; flex: 1 1 auto; min-height: 0; }
.vue-frame-wrap iframe { display: block; width: 100%; height: 100%; border: 0; background: #eef2f1; }
.auth-card button { border: 0; border-radius: 9px; padding: 9px 14px; background: #28775d; color: #fff; font: inherit; cursor: pointer; }
.auth-card button:hover { background: #1f634d; color: #fff; }
.auth-card { width: min(420px, calc(100vw - 36px)); margin: auto; padding: 32px; border: 1px solid #d6e4dc; border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 18px 50px rgba(32, 72, 57, .12); color: #25473b; font: 14px/1.6 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-align: center; }
.auth-card h1 { margin: 0 0 8px; font-size: 24px; }
.auth-card p { margin: 0 0 22px; color: #6b8278; }
.auth-card .auth-error { margin: 14px 0 0; color: #9a503e; }
.auth-card input { width: 100%; margin: 0 0 12px; padding: 11px 12px; border: 1px solid #cbded3; border-radius: 9px; background: #fff; color: #25473b; font: inherit; outline: none; }
.auth-card input:focus { border-color: #28775d; box-shadow: 0 0 0 3px rgba(40,119,93,.12); }
.auth-card .auth-success { margin: 14px 0 0; color: #28775d; }
.auth-card .auth-muted { margin-top: 16px; font-size: 12px; color: #789087; }
.cloud-readonly { position: fixed; z-index: 100; top: 0; right: 0; left: 0; display: flex; justify-content: center; padding: max(14px, env(safe-area-inset-top)) 14px 0; pointer-events: none; }
.cloud-readonly-sheet { display: flex; max-width: calc(100vw - 28px); align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid rgba(154,80,62,.22); border-radius: 8px; background: rgba(255,250,248,.96); box-shadow: 0 10px 30px rgba(77,49,40,.14); color: #743d31; font: 12px/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; pointer-events: auto; }
.cloud-readonly-sheet strong { flex: 0 0 auto; }
.cloud-readonly-sheet span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cloud-readonly-sheet button { min-height: 30px; flex: 0 0 auto; padding: 0 10px; border: 1px solid rgba(116,61,49,.2); border-radius: 7px; background: #fff; color: #743d31; font: inherit; cursor: pointer; }
@media (max-width: 560px) { .cloud-readonly-sheet { width: 100%; align-items: flex-start; flex-direction: column; gap: 3px; } .cloud-readonly-sheet span { white-space: normal; } }
