:root{--zoho-primary:#1565c0;--zoho-primary-dark:#0d47a1;--zoho-primary-light:#42a5f5;--zoho-secondary:#26a69a;--zoho-text-primary:#212121;--zoho-text-secondary:#757575;--zoho-border:#e0e0e0;--zoho-background:#f5f5f5;--zoho-white:#fff;--zoho-shadow:0 2px 8px #00000014;--zoho-shadow-hover:0 4px 16px #0000001f}.zoho-auth-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;display:flex}.zoho-auth-left{color:#fff;background:linear-gradient(135deg, var(--zoho-primary) 0%, var(--zoho-primary-dark) 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex}.zoho-auth-left h1{text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:600}.zoho-auth-left p{opacity:.9;text-align:center;max-width:400px;font-size:1.1rem}.zoho-auth-right{background:var(--zoho-white);flex:1;justify-content:center;align-items:center;padding:3rem;display:flex}.zoho-auth-card{width:100%;max-width:420px;padding:3rem 2.5rem}.zoho-auth-card h2{color:var(--zoho-text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.zoho-auth-card .subtitle{color:var(--zoho-text-secondary);margin-bottom:2rem;font-size:.95rem}.zoho-auth-divider{color:var(--zoho-text-secondary);align-items:center;margin:1.5rem 0;font-size:.875rem;display:flex}.zoho-auth-divider:before,.zoho-auth-divider:after{content:"";border-bottom:1px solid var(--zoho-border);flex:1}.zoho-auth-divider span{padding:0 1rem}.zoho-google-login-wrap{justify-content:center;width:100%;max-width:100%;display:flex}.zoho-google-login-wrap iframe{max-width:100%;width:100%!important}.social-auth-stack{flex-direction:column;gap:12px;width:100%;margin-top:12px;display:flex}.social-auth-btn-overlay-wrap{width:100%;min-height:40px;position:relative}.social-auth-btn-overlay{z-index:2;opacity:.01;cursor:pointer;align-items:stretch;display:flex;position:absolute;inset:0;overflow:hidden}.social-auth-btn-overlay>div{min-height:40px;width:100%!important}.social-auth-btn-overlay iframe{min-height:40px;width:100%!important;height:40px!important}.social-auth-btn--visual{pointer-events:none}.social-auth-btn{color:#3c4043;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:4px;justify-content:flex-start;align-items:center;width:100%;min-height:40px;padding:0 12px;font-family:Public Sans,Roboto,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1;transition:background-color .2s,box-shadow .2s;display:flex}.social-auth-btn:hover:not(:disabled){background:#f8f9fa;box-shadow:0 1px 2px #3c40434d}.social-auth-btn:disabled{opacity:.7;cursor:wait}.social-auth-btn__icon{flex-shrink:0;width:20px;height:20px}.social-auth-btn__label{text-align:center;flex:1;padding-right:32px}.zoho-form-group{margin-bottom:1.5rem}.zoho-form-label{color:var(--zoho-text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.zoho-form-input{border:1.5px solid var(--zoho-border);box-sizing:border-box;background:var(--zoho-white);border-radius:6px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.zoho-form-input:focus{border-color:var(--zoho-primary);outline:none;box-shadow:0 0 0 3px #1565c01a}.zoho-btn{cursor:pointer;background:var(--zoho-primary);color:#fff;border:none;border-radius:6px;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.zoho-btn:hover:not(:disabled){background:var(--zoho-primary-dark);box-shadow:var(--zoho-shadow-hover);transform:translateY(-1px)}.zoho-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.zoho-btn-spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.6s linear infinite zoho-spin;display:inline-block}@keyframes zoho-spin{to{transform:rotate(360deg)}}.zoho-error{color:#c62828;background:#ffebee;border-left:3px solid #c62828;border-radius:6px;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.875rem}.zoho-auth-footer{text-align:center;color:var(--zoho-text-secondary);margin-top:1.5rem;font-size:.875rem}.zoho-auth-footer a{color:var(--zoho-primary);font-weight:500;text-decoration:none}.zoho-auth-footer a:hover{text-decoration:underline}.zoho-home-container{background:var(--zoho-background);min-height:100vh}.zoho-header{background:var(--zoho-white);border-bottom:1px solid var(--zoho-border);box-shadow:var(--zoho-shadow);padding:1rem 0}.zoho-header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.zoho-logo{color:var(--zoho-primary);font-size:1.5rem;font-weight:600}.zoho-user-menu{align-items:center;gap:1rem;display:flex}.zoho-user-info{text-align:right}.zoho-user-name{color:var(--zoho-text-primary);font-size:.9rem;font-weight:500}.zoho-main-content{max-width:1400px;margin:0 auto;padding:2rem}.zoho-page-title{color:var(--zoho-text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.zoho-page-subtitle{color:var(--zoho-text-secondary);margin-bottom:2rem}.zoho-org-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.zoho-org-card{background:var(--zoho-white);border:1.5px solid var(--zoho-border);cursor:pointer;border-radius:8px;padding:1.5rem;transition:all .2s}.zoho-org-card:hover{border-color:var(--zoho-primary);box-shadow:var(--zoho-shadow-hover);transform:translateY(-2px)}.zoho-org-card-active{border-color:var(--zoho-primary);box-shadow:var(--zoho-shadow);background:#e3f2fd}.zoho-org-name{color:var(--zoho-text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.zoho-org-code{color:var(--zoho-text-secondary);margin-bottom:.75rem;font-size:.85rem}.zoho-badge{border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.zoho-badge-success{color:#2e7d32;background:#e8f5e9}.zoho-badge-primary{color:var(--zoho-primary);background:#e3f2fd}.zoho-app-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.zoho-app-card{background:var(--zoho-white);border:1.5px solid var(--zoho-border);text-align:center;cursor:pointer;border-radius:8px;padding:2rem;transition:all .2s;position:relative;overflow:hidden}.zoho-app-card:before{content:"";background:var(--zoho-primary);height:4px;transition:transform .2s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.zoho-app-card:hover{border-color:var(--zoho-primary);box-shadow:var(--zoho-shadow-hover);transform:translateY(-4px)}.zoho-app-card:hover:before{transform:scaleX(1)}.zoho-app-icon{width:64px;height:64px;color:var(--zoho-primary);justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.zoho-app-name{color:var(--zoho-text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.zoho-app-description{color:var(--zoho-text-secondary);margin-bottom:1rem;font-size:.9rem}.zoho-app-plan{color:var(--zoho-text-secondary);font-size:.8rem}.zoho-plan-badge{color:var(--zoho-primary);text-transform:capitalize;background:#e3f2fd;border-radius:10px;margin-left:.5rem;padding:.2rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}.zoho-loading-overlay{z-index:10;background:#fffffff2;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.app-card-loading{opacity:.7;pointer-events:none}.app-card-disabled{cursor:not-allowed}.zoho-center-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.zoho-home-intro{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.zoho-user-org{color:var(--zoho-text-secondary);font-size:.8rem}.zoho-btn-secondary{background:var(--zoho-white);width:auto;color:var(--zoho-primary);border:1px solid var(--zoho-primary);justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;display:inline-flex}.zoho-btn-secondary:hover{background:#e3f2fd}.zoho-org-switcher{max-width:320px;margin-bottom:1.5rem}.zoho-org-switcher-label{color:var(--zoho-text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.zoho-org-switcher-select{border:1px solid var(--zoho-border);background:var(--zoho-white);width:100%;color:var(--zoho-text-primary);border-radius:6px;padding:.65rem .75rem}.zoho-plan-badge-trial{color:#f57f17;background:#fff8e1}.zoho-plan-badge-muted{color:var(--zoho-text-secondary);background:#f5f5f5}.zoho-usage-grid{gap:1rem;margin-top:1.5rem;display:grid}.zoho-usage-meter-header{color:var(--zoho-text-primary);justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.zoho-usage-meter-warning{color:#d84315;font-weight:600}.zoho-usage-meter-track{background:#eee;border-radius:999px;height:8px;overflow:hidden}.zoho-usage-meter-fill{background:var(--zoho-primary);border-radius:999px;height:100%}.zoho-usage-meter-fill-warning{background:#d84315}.zoho-subscription-layout{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.zoho-subscription-card{background:var(--zoho-white);border:1px solid var(--zoho-border);box-shadow:var(--zoho-shadow);border-radius:10px;padding:1.5rem}.zoho-subscription-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.zoho-subscription-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.zoho-subscription-meta{color:var(--zoho-text-secondary);font-size:.875rem}.zoho-subscription-note{color:var(--zoho-text-secondary);margin-top:1rem;font-size:.875rem}.zoho-included-products{gap:.75rem;margin-top:1rem;display:grid}.zoho-included-product{border:1px solid var(--zoho-border);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1rem;display:flex}.zoho-included-product.is-included{background:#f1f8e9}.zoho-included-product.is-excluded{opacity:.85;background:#fafafa}.zoho-app-card-locked{opacity:.72}.zoho-app-lock-badge{color:#c62828;background:#ffebee;border-radius:999px;padding:.2rem .5rem;font-size:.7rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.zoho-link-inline{color:var(--zoho-primary);font-weight:500;text-decoration:none}.zoho-link-inline:hover{text-decoration:underline}.spinner-border{vertical-align:text-bottom;border:.25em solid;border-right-color:#0000;border-radius:50%;width:2rem;height:2rem;animation:.75s linear infinite spinner-border;display:inline-block}.spinner-border-sm{border-width:.2em;width:1rem;height:1rem}@keyframes spinner-border{to{transform:rotate(360deg)}}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (max-width:768px){.zoho-auth-container{flex-direction:column}.zoho-auth-left{min-height:40vh;padding:2rem 1.5rem}.zoho-auth-left h1{font-size:2rem}.zoho-auth-right,.zoho-auth-card{padding:2rem 1.5rem}.zoho-org-grid{grid-template-columns:1fr}}
