body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#f6f7f8!important}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}#root{min-height:100dvh}*{box-sizing:border-box;margin:0;padding:0}.global-app-overlay{-webkit-backdrop-filter:blur(8px);z-index:100;pointer-events:all;background:#fff6;justify-content:center;align-items:center;width:100%;height:100%;animation:.4s ease-out fadeIn;display:flex;position:absolute;top:0;left:0}.global-app-restricted-view{z-index:101;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);justify-content:center;align-items:center;width:100vw;height:100vh;animation:.4s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.overlay-content,.restricted-content{text-align:center;background:#ffffffe6;border:1px solid #ffffff80;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;width:90%;max-width:450px;padding:3rem;display:flex;box-shadow:0 20px 50px #0000001a}.restricted-content{max-width:500px;padding:4rem}.restricted-logo{width:180px;height:auto;margin-bottom:2rem}.lock-icon-container{color:#e11d48;background:#fff1f2;border-radius:50%;justify-content:center;align-items:center;padding:1.5rem;display:flex;box-shadow:0 8px 16px #e11d481a}.lock-icon-container-small{color:#e11d48;background:#fff1f2;border-radius:50%;justify-content:center;align-items:center;padding:1rem;display:flex}.overlay-content h2,.restricted-content h1{color:#1e293b;margin:0;font-size:1.8rem;font-weight:700}.overlay-content p,.restricted-content p{color:#64748b;margin:0;font-size:1.1rem;line-height:1.6}.upgrade-action-btn{color:#fff;cursor:pointer;background:#03ce15;border:none;border-radius:12px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #03ce1533}.upgrade-action-btn:hover{background:#02b012;transform:translateY(-2px);box-shadow:0 6px 16px #03ce154d}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}
