*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f8fafc;color:#1e293b}.app-header{height:48px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:100;position:relative}.header-brand{display:flex;align-items:center;gap:10px}.brand-icon{display:flex;align-items:center;justify-content:center;color:#2563eb}.brand-title{font-size:15px;font-weight:600;color:#0f172a;letter-spacing:-.01em}.header-user{display:flex;align-items:center;gap:12px}.user-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0}.user-name{font-size:13px;font-weight:500;color:#475569}.logout-btn{display:flex;align-items:center;gap:6px;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.embed-root{width:100vw;height:calc(100vh - 48px);position:relative}.looker-embed-frame{width:100%;height:100%;border:none;display:block}.login-view{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;align-items:center;justify-content:center;padding:24px;z-index:500}.login-card{background:#fff;border-radius:16px;padding:40px 36px;max-width:440px;width:100%;text-align:center;box-shadow:0 25px 50px -12px #00000059}.login-badge{width:56px;height:56px;border-radius:12px;background:#eff6ff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.login-title{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:10px;letter-spacing:-.02em}.login-subtitle{font-size:14px;color:#64748b;line-height:1.5;margin-bottom:28px}.google-btn{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:12px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#1e293b;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.google-btn:hover{background:#f8fafc;border-color:#94a3b8;box-shadow:0 4px 6px -1px #00000014}.login-error-text{margin-top:16px;font-size:13px;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;padding:8px 12px;border-radius:6px}.loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;z-index:1000;transition:opacity .3s ease}.spinner{width:44px;height:44px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.loader-text{font-size:14px;font-weight:500;color:#64748b}@keyframes spin{to{transform:rotate(360deg)}}.error-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.error-card{background:#fff;border-radius:12px;padding:28px 32px;max-width:480px;text-align:center;box-shadow:0 20px 25px -5px #0000001a}.error-card h2{font-size:18px;color:#dc2626;margin-bottom:12px}.error-card p{font-size:14px;color:#4b5563;margin-bottom:20px;line-height:1.5}.error-card button{background-color:#2563eb;color:#fff;border:none;padding:10px 20px;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:background-color .2s}.error-card button:hover{background-color:#1d4ed8}
