*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f5f5f5;min-height:100vh}.app{min-height:100vh}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;color:#666}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem}.login-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:400px}.login-card h1{text-align:center;margin-bottom:1.5rem;color:#333}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#555}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus{outline:none;border-color:#4a90d9}.error-message{background:#fee;color:#c00;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.submit-button{width:100%;padding:.75rem;background:#4a90d9;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background .2s}.submit-button:hover:not(:disabled){background:#357abd}.submit-button:disabled{background:#ccc;cursor:not-allowed}.dashboard{min-height:100vh}.dashboard-header{background:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a}.dashboard-header h1{font-size:1.5rem;color:#333}.user-info{display:flex;align-items:center;gap:1rem}.user-info span{color:#666}.logout-button{padding:.5rem 1rem;background:#666;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.logout-button:hover{background:#444}.dashboard-content{padding:2rem}.dashboard-selector{margin-bottom:1.5rem}.dashboard-selector label{margin-right:.5rem;font-weight:500}.dashboard-selector select{padding:.5rem 1rem;font-size:1rem;border:1px solid #ddd;border-radius:4px}.looker-embed{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.looker-embed iframe{width:100%;height:800px;border:none}.embed-loading,.embed-error{display:flex;justify-content:center;align-items:center;height:400px;color:#666}.embed-error{color:#c00}
