:root{--redis-red:#dc382c;--redis-hyper:#ff4438;--redis-deep-hyper:#eb352a;--redis-midnight:#091a23;--redis-dusk:#163341;--redis-dusk-90:#2d4754;--redis-dusk-70:#5c707a;--redis-dusk-30:#b9c2c6;--redis-dusk-10:#e8ebec;--redis-dark:#1a1a1a;--redis-gray:#f5f5f5;--text-primary:#1a1a1a;--text-secondary:#666;--border-color:#e5e5e5;--shadow:0 2px 8px #0000001a}*{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGroteskFrontify-Regular-Dvi1VYAD.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text-primary);background-color:var(--redis-gray);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}body{background:var(--redis-gray);min-width:320px;min-height:100vh;color:var(--text-primary);font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{width:100%}button{font-family:inherit}h1{color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.subtitle{color:var(--text-secondary);font-size:1.1rem}.dashboard{flex-direction:column;min-height:100vh;display:flex}.header{border-bottom:1px solid var(--border-color);z-index:100;box-shadow:var(--shadow);background:#fff;padding:1rem 2rem;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.logo-container{align-items:center;gap:1rem;display:flex}.logo{height:32px}.portal-label{color:var(--text-secondary);border-left:1px solid var(--border-color);padding-left:1rem;font-size:.9rem}.main{flex:1;padding:3rem 2rem}.container{max-width:1400px;margin:0 auto}.page-header{margin-bottom:3rem}.footer{background:var(--redis-dusk);color:#fff;margin-top:auto;padding:2rem}.footer-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.footer-links{gap:2rem;display:flex}.footer a{color:#fff;text-decoration:none;transition:color .2s}.footer a:hover{color:var(--redis-hyper)}@media (width<=768px){.header-content{flex-direction:column;gap:1rem}.portal-label{display:none}h1{font-size:2rem}.footer-content{text-align:center;flex-direction:column;gap:1rem}}.user-menu{align-items:center;gap:1rem;display:flex}.avatar{border:2px solid var(--border-color);border-radius:50%;width:40px;height:40px}.user-info{flex-direction:column;align-items:flex-start;display:flex}.user-name{color:var(--text-primary);font-size:.9rem;font-weight:600}.user-email{color:var(--text-secondary);font-size:.75rem}.logout-btn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-primary);background:0 0;border-radius:6px;padding:.5rem 1.25rem;font-size:14px;font-weight:500;transition:all .2s}.logout-btn:hover{background:var(--redis-dusk-10);border-color:var(--redis-hyper);color:var(--redis-hyper)}.apps-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.app-tile{border:1px solid var(--border-color);cursor:pointer;text-align:left;background:#fff;border-radius:12px;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex;position:relative}.app-tile:hover{border-color:var(--redis-hyper);transform:translateY(-4px);box-shadow:0 12px 24px #dc382c26}.app-tile:hover .launch-arrow{color:var(--redis-hyper);transform:translate(4px)}.app-icon{flex-shrink:0;width:56px;height:56px}.app-icon img{object-fit:contain;border-radius:8px;width:100%;height:100%}.app-icon-placeholder{background:linear-gradient(135deg, var(--redis-hyper), var(--redis-deep-hyper));color:#fff;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.75rem;font-weight:700;display:flex}.app-info{flex:1;min-width:0}.app-tile h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.app-tile p{color:var(--text-secondary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;display:-webkit-box;overflow:hidden}.launch-arrow{color:var(--text-secondary);flex-shrink:0;font-size:1.5rem;transition:all .3s}.support-link{background:var(--redis-hyper);color:#fff;border-radius:6px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.support-link:hover{background:var(--redis-deep-hyper);transform:translateY(-2px);box-shadow:0 4px 12px #dc382c4d}.primary-btn{background:var(--redis-hyper);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.primary-btn:hover{background:#c42f24;transform:translateY(-2px);box-shadow:0 4px 12px #dc382c4d}.secondary-btn{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.secondary-btn:hover{background:var(--redis-gray);border-color:var(--redis-hyper);color:var(--redis-hyper)}@media (width<=768px){.apps-grid{grid-template-columns:1fr}.user-info{display:none}}.empty-state{text-align:center;border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:4rem 2rem}.empty-icon{margin-bottom:1.5rem;font-size:4rem}.empty-state h2{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem}.help-text{color:var(--text-secondary);margin-bottom:1.5rem;margin-top:1.5rem!important;font-size:.9rem!important}.loading{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;display:flex}.spinner{border:4px solid var(--redis-gray);border-top-color:var(--redis-hyper);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}.spinner-small{border:2px solid #ffffff4d;border-top-color:var(--redis-hyper);border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading p{color:var(--text-secondary);font-size:1.1rem}.error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;padding:2rem;display:flex}.error h1{font-size:3rem}.error p{color:var(--text-secondary);max-width:500px;font-size:1.1rem}.error button{background:var(--redis-hyper);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.error button:hover{background:var(--redis-deep-hyper);transform:translateY(-2px)}.content-center{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.error-state{text-align:center;max-width:600px;margin:0 auto;padding:3rem 2rem}.error-icon{margin-bottom:1.5rem;font-size:4rem}.error-state h2{color:var(--text-primary);margin-bottom:1rem;font-size:2rem}.error-message{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.error-message p{margin:0}.info-box{background:var(--redis-gray);border-left:4px solid var(--redis-hyper);text-align:left;border-radius:4px;margin:2rem 0;padding:1.5rem}.info-box h3{color:var(--text-primary);margin-top:0;margin-bottom:1rem;font-size:1.1rem}.info-box ol,.info-box ul{color:var(--text-secondary);margin:0;padding-left:1.5rem}.info-box li{margin-bottom:.5rem}.error-actions{justify-content:center;gap:1rem;margin-top:2rem;margin-bottom:2rem;display:flex}.verify-icon{margin-bottom:1.5rem;font-size:4rem}.verification-status-row{align-items:center;gap:1rem;display:flex}.verification-status-text{margin:0}.verification-help-text{margin-top:2rem}
