: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}.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-user-org{color:var(--zoho-text-secondary);font-size:.8rem}.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}.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,.zoho-app-grid{grid-template-columns:1fr}}
