.auth-required-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem;width:100%;box-sizing:border-box}.auth-required-content{background:#ffffff;border-radius:20px;padding:3rem 2.5rem;box-shadow:0 4px 6px rgba(0,0,0,.07);border:1px solid #e2e8f0;text-align:center;max-width:600px;width:100%}.auth-required-header{margin-bottom:2.5rem}.auth-required-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#53cdff,#48a7f5);border-radius:50%;margin:0 auto 1.5rem;box-shadow:0 4px 12px rgba(83,205,255,.3)}.auth-required-icon svg{color:white}.auth-required-header h1{font-size:2rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.auth-required-subtitle{font-size:1.1rem;color:#64748b;margin:0;line-height:1.6}.auth-required-features{background:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e2e8f0}.auth-required-features h3{font-size:1.1rem;color:#1e293b;margin:0 0 1rem;font-weight:500}.auth-required-features ul{list-style:none;padding:0;margin:0}.auth-required-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:#475569}.auth-required-features li svg{color:#22c55e;flex-shrink:0}.auth-required-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.auth-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:500;font-size:1rem;transition:all .2s ease;min-width:140px;justify-content:center}.auth-btn-primary{background:linear-gradient(135deg,#53cdff,#48a7f5);color:white;box-shadow:0 4px 12px rgba(83,205,255,.3)}.auth-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(83,205,255,.4)}.auth-btn-secondary{background:white;color:#53cdff;border:2px solid #53cdff}.auth-btn-secondary:hover{background:#53cdff;color:white;transform:translateY(-2px)}.auth-required-note{border-top:1px solid #e2e8f0;padding-top:1.5rem}.auth-required-note p{margin:0 0 .5rem;color:#475569}.auth-required-note strong{color:#1e293b}.auth-required-hint{font-size:.9rem;color:#64748b!important;font-style:italic}