@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.column-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem}.loading-spinner{width:64px;height:64px;border:6px solid #f3f3f3;border-top:6px solid #008060;border-radius:50%;animation:spin 1s linear infinite}.rotate{animation:spin 2s linear infinite}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;border:none;padding:0;margin:0}.modal-content{margin-top:1rem;margin-bottom:1rem}.modal-actions{margin-top:1rem}.status-banner{margin-bottom:8px;padding:1rem;border-radius:4px}.status-banner--success{background-color:#d1fae5;border:1px solid #10b981}.status-banner--warning{background-color:#fef3c7;border:1px solid #f59e0b}.status-banner-content{font-weight:700;display:flex;align-items:center;gap:.5rem}.status-icon{flex-shrink:0}.dashboard-content{padding:1rem}.dashboard-grid{text-align:center;flex:1}.dashboard-logo{height:100px;width:100px}.dashboard-sync-icon{height:80px;width:80px}.connect-container{width:75vw}.connect-main{margin-top:5rem}.connect-title{font-weight:700;text-align:center}.connect-spacer-small{height:45px}.connect-spacer-large{height:60px}.connect-sidebar{border-left:1px solid #ebebeb;padding-left:6rem;text-align:center}.connect-welcome{padding:1rem;text-align:center}.connect-logo{height:170px;width:170px}.connect-welcome-title{font-weight:700}.connect-demo{margin-top:2rem}.connect-demo-content{padding:1rem;text-align:center;display:flex;flex-direction:column;align-items:center}.connect-demo-spacer{margin-top:1rem}.connect-demo-link{text-decoration:none}.connect-demo-button{background-color:#008060;color:#fff;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;font-weight:500}.connect-demo-button:hover{background-color:#006d4f}.form-submit-container{text-align:center;margin-top:1rem}.form-submit-button{background-color:#fff;color:#000;border:1px solid #ccc;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;font-weight:500;opacity:1;position:relative}.form-submit-button:hover:not(:disabled){background-color:#f5f5f5}.form-submit-button:disabled{background-color:#f0f0f0;cursor:not-allowed;opacity:.6}.form-submit-button-loading{display:flex;align-items:center;gap:.5rem}.form-submit-spinner{display:inline-block;width:16px;height:16px;border:2px solid #ccc;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}
