:root{color:#000;background:#e5e5e5;font-family:Open Sans,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,a{font:inherit}.auth-shell{min-height:100vh;display:grid;place-items:center;background:#e5e5e5;padding:48px 20px}.login-panel,.error-panel{width:min(100%,520px);border-radius:15px;background:#fff;box-shadow:5px 5px 20px #0000001a;padding:40px}.login-logo{display:block;width:100%;height:auto;margin-bottom:28px}h1,h2,p{margin-top:0}h1{margin-bottom:12px;font-size:2.7rem;font-weight:700;line-height:1.05;color:#000;text-align:center}.lede{color:#000;font-size:1rem;line-height:1.6;text-align:center}.login-actions{display:grid;gap:12px;margin:32px 0 18px}.google-signin-container{display:flex;justify-content:center;align-items:center;width:100%;min-height:48px}.provider-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;width:100%;max-width:400px;margin:0 auto;border-radius:6px;border:1px solid #dadce0;background:#fff;color:#000;font-weight:600;cursor:pointer;text-decoration:none;transition:box-shadow .16s ease}.provider-button:not(:disabled):hover{box-shadow:0 4px 12px #0000001f}.provider-button:disabled{cursor:wait;opacity:.7}.provider-icon{display:inline-grid;place-items:center;width:22px;height:22px;flex:0 0 22px}.ms-icon{grid-template-columns:1fr 1fr;gap:2px}.ms-icon span:nth-child(1){background:#f25022}.ms-icon span:nth-child(2){background:#7fba00}.ms-icon span:nth-child(3){background:#00a4ef}.ms-icon span:nth-child(4){background:#ffb900}.ms-icon span{width:10px;height:10px}.google-g{width:18px;height:18px;flex:0 0 18px}.small-note{margin:0;color:#666;font-size:.92rem}.inline-error{color:#c00;font-weight:700}.dashboard-shell{min-height:100vh;display:flex;flex-direction:column;background:#e5e5e5}.site-header{background:#fff;min-height:72px;display:flex;align-items:center}.header-inner{max-width:1140px;width:100%;margin:0 auto;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;gap:24px}.header-logo{width:260px;height:auto;flex-shrink:0}.company-name{font-weight:600;font-size:2.25rem;color:#000;text-align:right;max-width:calc(100% - 300px);line-height:1.2}.welcome-bar{background:#fff;border-top:1px solid #e5e5e5}.welcome-bar-inner{max-width:1140px;width:100%;margin:0 auto;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;gap:16px}.welcome-text{font-size:1.25rem;color:#000}.outline-button{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #63bc46;color:#63bc46;border-radius:15px;padding:10px 30px;font-size:20px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background-color .16s ease,color .16s ease}.outline-button:hover{background:#63bc46;color:#fff}.dashboard-content{flex:1;max-width:1140px;width:100%;margin:0 auto;padding:32px 15px}.forms-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.form-card{display:flex;flex-direction:column;border-radius:15px;background:#fff;box-shadow:5px 5px 20px #0000001a;overflow:hidden}.card-image{width:100%;height:243px;object-fit:cover;display:block}.card-image--dim{opacity:.4}.card-body{padding:0 20px 20px;display:flex;flex-direction:column;flex:1;min-height:140px}.form-card h2{flex:1;display:flex;align-items:center;justify-content:center;margin:0;font-size:20px;font-weight:700;text-transform:uppercase;color:#000;line-height:1.3;text-align:center}.open-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#63bc46;color:#fff;border:0;border-radius:15px;padding:10px 30px;font-size:20px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background-color .16s ease}.open-link:not(:disabled):hover{background:#58aa3e}.open-link:disabled{cursor:wait;opacity:.78}.coming-soon{display:inline-flex;align-items:center;justify-content:center;border-radius:15px;background:#ccc;color:#888;padding:10px 30px;font-size:20px;font-weight:600;text-transform:uppercase;cursor:default;pointer-events:none;border:0}.card-error{margin-top:12px;color:#c00;font-size:.9rem;font-weight:700;line-height:1.35}.spin-icon{animation:spin .8s linear infinite}.dashboard-note-bar{display:flex;justify-content:space-between;align-items:center;margin-top:22px;gap:16px;flex-wrap:wrap}.dashboard-note{margin:0;width:100%;padding:14px 24px;background:linear-gradient(#63bc461a,#63bc461a),#fff;border-radius:15px;box-shadow:5px 5px 20px #0000001a;color:#444;font-size:1.125rem;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.site-footer{background:#333;color:#fff;padding:20px 0}.footer-inner{max-width:1140px;width:100%;margin:0 auto;padding:0 15px;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-logo{height:54px;width:auto}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.footer-phone{font-size:25px;color:#fff;text-decoration:none;font-weight:400}.footer-email{font-size:1.25rem;color:#fff;text-decoration:none}.footer-phone:hover,.footer-email:hover{text-decoration:underline}.error-panel{text-align:left}.alert-icon{display:block;font-size:48px;text-align:center;margin-bottom:24px;line-height:1}.error-panel h1{font-size:clamp(1.8rem,6vw,2.6rem);color:#000;text-align:center}.error-panel p{color:#000;line-height:1.6}.support-box{display:grid;gap:4px;margin:26px 0;border-left:4px solid #63bc46;background:#f5f9f4;padding:16px 18px}.support-box a{color:#000;text-decoration:none}.form-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:linear-gradient(#0083ca4d,#0083ca4d),#fff}.form-modal-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.form-modal-close{position:absolute;top:12px;right:36px;z-index:101;background:#0009;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:9px;padding:9px 21px;font-size:1.35rem;font-weight:600;cursor:pointer;transition:background-color .16s ease}.form-modal-close:hover{background:#000000d9}@media (max-width: 760px){.auth-shell{padding:24px 16px}.login-panel,.error-panel{padding:28px 22px}.header-logo{width:160px}.company-name{font-size:1.5rem}.forms-grid{grid-template-columns:1fr}.welcome-bar-inner{flex-wrap:wrap;gap:12px}.dashboard-note-bar{flex-direction:column;align-items:flex-start;gap:6px}.footer-inner{flex-direction:column;align-items:flex-start;gap:16px}.footer-right{align-items:flex-start}}
