:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Yu Gothic,system-ui,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:#f5f6f8;color:#1c1c1e}#app{min-height:100%;display:flex;flex-direction:column}.login-screen{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.login-card{width:100%;max-width:360px;background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 2px 12px #00000014}.login-card h1{font-size:20px;margin:0 0 24px;text-align:center}.field{margin-bottom:16px}.field label{display:block;font-size:13px;margin-bottom:6px;color:#555}.field input{width:100%;padding:12px;font-size:16px;border:1px solid #d0d0d5;border-radius:8px}button{font-size:16px;border:none;border-radius:8px;padding:12px 16px;cursor:pointer}.btn-primary{width:100%;background:#007aff;color:#fff;font-weight:600}.btn-primary:disabled{background:#a9cdfb;cursor:not-allowed}.error-text{color:#d70015;font-size:13px;margin-top:12px;min-height:16px;white-space:pre-wrap}.main-screen{flex:1;display:flex;flex-direction:column;height:100vh}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #e5e5ea}.top-bar .user-email{font-size:13px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:55vw}.btn-logout{background:#f2f2f7;color:#d70015;font-size:14px;padding:8px 14px}#map{flex:1;min-height:240px;width:100%}.control-panel{background:#fff;padding:16px;border-top:1px solid #e5e5ea;display:flex;flex-direction:column;gap:10px}.btn-request{background:#34c759;color:#fff;font-weight:600}.btn-request:disabled{background:#b6e6c4;cursor:not-allowed}.status-line{font-size:14px;min-height:20px;text-align:center}.status-line.pending{color:#ff9500}.status-line.fulfilled{color:#34c759}.status-line.failed,.status-line.timeout{color:#d70015}.location-meta{font-size:13px;color:#555;text-align:center}
