*{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;background:linear-gradient(135deg,#f8f4f0,#fdf6f0,#f0ece8)}.login-card{background:#fff;padding:2.5rem 2rem 2rem;border-radius:12px;box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a;width:100%;max-width:400px}.login-logo{text-align:center;margin-bottom:2rem}.login-logo img{max-width:240px;height:auto}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.85rem;color:#555;letter-spacing:.02em}.form-group input{width:100%;padding:.75rem .875rem;border:1.5px solid #e0dcd8;border-radius:6px;font-size:.95rem;transition:border-color .2s,box-shadow .2s;background:#fafafa}.form-group input:focus{outline:none;border-color:#f37021;box-shadow:0 0 0 3px #f370211f;background:#fff}.form-group input::placeholder{color:#bbb}.error-message{background:#fff0f0;color:#c00;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;border:1px solid #fdd}.submit-button{width:100%;padding:.8rem;background:#f37021;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;margin-top:.5rem;letter-spacing:.02em}.submit-button:hover:not(:disabled){background:#e05e10}.submit-button:active:not(:disabled){transform:scale(.99)}.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;display:flex;align-items:center;gap:.5rem}.header-logo{height:2rem;width:auto}.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}.looker-embed iframe{width:100%;min-height:80vh;border:none}.looker-embed-wrapper{position:relative}.embed-reconnect-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffe0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;z-index:10;border-radius:8px;opacity:1;transition:opacity .5s ease}.embed-reconnect-overlay.fade-out{opacity:0;pointer-events:none}.embed-reconnect-spinner{width:40px;height:40px;border:3px solid #f0ece8;border-top-color:#f37021;border-radius:50%;animation:spin .8s linear infinite}.embed-reconnect-text{color:#888;font-size:.95rem}@keyframes spin{to{transform:rotate(360deg)}}.embed-loading,.embed-error{display:flex;justify-content:center;align-items:center;height:400px;color:#666}.embed-error{color:#c00}.idle-warning-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.idle-warning-modal{background:#fff;border-radius:8px;padding:32px;max-width:420px;width:90%;box-shadow:0 4px 24px #0003;text-align:center}.idle-warning-title{font-size:1.2rem;font-weight:600;margin-bottom:12px;color:#333}.idle-warning-message{font-size:1rem;color:#555;margin-bottom:24px}.idle-warning-buttons{display:flex;gap:12px;justify-content:center}.idle-extend-button{padding:10px 24px;background-color:#4285f4;color:#fff;border:none;border-radius:4px;font-size:.95rem;cursor:pointer}.idle-extend-button:hover{background-color:#3367d6}.idle-logout-button{padding:10px 24px;background-color:#fff;color:#555;border:1px solid #ccc;border-radius:4px;font-size:.95rem;cursor:pointer}.idle-logout-button:hover{background-color:#f5f5f5}
