:root{--pb-primary-color:#ff5e14;--pb-secondary-color:#1e1e1e;--pb-light-color:#f4f4f4;--pb-dark-color:#333;--pb-text-color:#555;--pb-white:#fff;--pb-black:#000}:where(#powerbuilding-pro-root) *{margin:0;padding:0;box-sizing:border-box}:where(#powerbuilding-pro-root){font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--pb-text-color);overflow-x:hidden;scroll-behavior:smooth}#powerbuilding-pro-root ::-webkit-scrollbar{width:10px}#powerbuilding-pro-root ::-webkit-scrollbar-track{background:var(--pb-secondary-color)}#powerbuilding-pro-root ::-webkit-scrollbar-thumb{background:var(--pb-primary-color);border-radius:5px}#powerbuilding-pro-root ::-webkit-scrollbar-thumb:hover{background:#e05512}#powerbuilding-pro-root .container{width:90%;max-width:1200px;margin:0 auto;padding:0 15px}h1,h2,h3,h4{line-height:1.2}a,h1,h2,h3,h4{color:var(--pb-secondary-color)}a{text-decoration:none}ul{list-style:none}#powerbuilding-pro-root .btn{display:inline-block;background:var(--pb-primary-color);color:var(--pb-white);padding:12px 25px;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;font-weight:600;text-transform:uppercase;font-size:14px}#powerbuilding-pro-root .btn:hover{background:#e05512;transform:translateY(-3px);box-shadow:0 5px 15px rgba(255,94,20,.3)}#powerbuilding-pro-root .btn-secondary{display:inline-block;background:transparent;color:var(--pb-primary-color);padding:10px 20px;border:2px solid var(--pb-primary-color);border-radius:5px;cursor:pointer;transition:all .3s ease;font-weight:600;text-transform:uppercase;font-size:13px}#powerbuilding-pro-root .btn-secondary:hover{background:var(--pb-primary-color);color:var(--pb-white)}#powerbuilding-pro-root .section-title{font-size:2.5rem;margin-bottom:1.5rem;text-align:center;position:relative;padding-bottom:15px}#powerbuilding-pro-root .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:var(--pb-primary-color)}#powerbuilding-pro-root header{background:var(--pb-white);box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;width:100%;top:0;z-index:1000;padding:15px 0;transition:all .3s ease}#powerbuilding-pro-root header .container{display:flex;justify-content:space-between;align-items:center}#powerbuilding-pro-root header.scrolled{padding:10px 0;background:rgba(255,255,255,.95)}#powerbuilding-pro-root .logo,#powerbuilding-pro-root .logo a{display:flex;flex-direction:column}#powerbuilding-pro-root .logo a{text-decoration:none}#powerbuilding-pro-root .logo h1{font-size:1.8rem;font-weight:700;margin:0;line-height:1.2}#powerbuilding-pro-root .logo h1 span{color:var(--pb-primary-color)}#powerbuilding-pro-root .logo .powered-by{font-size:.6rem;font-weight:800;color:rgba(0,0,0,.4);text-transform:uppercase;letter-spacing:1.5px;margin-top:-2px;transition:all .3s ease}#powerbuilding-pro-root header.scrolled .logo .powered-by{color:rgba(255,145,0,.6)}#powerbuilding-pro-root nav ul{display:flex}#powerbuilding-pro-root nav ul li{margin-left:30px}#powerbuilding-pro-root nav ul li a{font-weight:600;transition:color .3s ease;position:relative}#powerbuilding-pro-root nav ul li a:hover{color:var(--pb-primary-color)}#powerbuilding-pro-root nav ul li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--pb-primary-color);transition:width .3s ease}#powerbuilding-pro-root nav ul li a:hover:after{width:100%}#powerbuilding-pro-root .mobile-menu{display:none;cursor:pointer;font-size:1.5rem}#powerbuilding-pro-root .hero{height:100vh;background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80) no-repeat 50%/cover;color:var(--pb-white);display:flex;align-items:center;text-align:center;padding-top:80px}#powerbuilding-pro-root .hero-content h2{font-size:3.5rem;margin-bottom:20px;color:var(--pb-white)}#powerbuilding-pro-root .hero-content p{font-size:1.2rem;max-width:700px;margin:0 auto 30px}#powerbuilding-pro-root .programs{padding:80px 0;background:var(--pb-light-color);position:relative;z-index:1}#powerbuilding-pro-root .programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px}#powerbuilding-pro-root .program-card{background:var(--pb-white);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);text-align:left;overflow:hidden;display:flex;flex-direction:column;height:100%}#powerbuilding-pro-root .program-card:hover{transform:translateY(-15px);box-shadow:0 20px 40px rgba(0,0,0,.2)}#powerbuilding-pro-root .program-image{position:relative;height:220px;overflow:hidden}#powerbuilding-pro-root .program-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}#powerbuilding-pro-root .program-card:hover .program-image img{transform:scale(1.1)}#powerbuilding-pro-root .program-badge{position:absolute;top:15px;right:15px;background:var(--pb-primary-color);color:var(--pb-white);padding:5px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 10px rgba(255,94,20,.4)}#powerbuilding-pro-root .program-content{padding:25px;flex-grow:1;display:flex;flex-direction:column}#powerbuilding-pro-root .program-icon{font-size:2rem;color:var(--pb-primary-color);margin-bottom:15px;background:rgba(255,94,20,.1);width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:10px}#powerbuilding-pro-root .program-card h3{margin-bottom:12px;font-size:1.4rem;font-weight:800}#powerbuilding-pro-root .program-card p{margin-bottom:20px;font-size:.95rem;color:#666;line-height:1.5}#powerbuilding-pro-root .program-features{list-style:none;margin-bottom:25px;padding:0}#powerbuilding-pro-root .program-features li{display:flex;align-items:center;margin-bottom:10px;font-size:.9rem;color:var(--pb-dark-color);font-weight:500}#powerbuilding-pro-root .program-features li i{color:var(--pb-primary-color);margin-right:12px;width:16px;text-align:center}#powerbuilding-pro-root .program-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:20px;border-top:1px solid #eee}#powerbuilding-pro-root .program-price{font-size:1.5rem;font-weight:800;color:var(--pb-secondary-color)}#powerbuilding-pro-root .program-price-container{display:flex;flex-direction:column}#powerbuilding-pro-root .original-price{text-decoration:line-through;color:#888;font-size:.9rem;margin-bottom:-5px}#powerbuilding-pro-root .program-card.best-offer{border:2px solid var(--pb-primary-color);transform:scale(1.05);z-index:1}#powerbuilding-pro-root .program-card.best-offer:hover{transform:scale(1.08) translateY(-15px)}#powerbuilding-pro-root .best-offer-badge{position:absolute;top:15px;left:15px;background:var(--pb-secondary-color);color:var(--pb-white);padding:5px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 10px rgba(0,0,0,.3)}#powerbuilding-pro-root .program-price span{font-size:.9rem;font-weight:400;color:#888}#powerbuilding-pro-root .nutrition{padding:80px 0;background:var(--pb-white);position:relative;z-index:1}#powerbuilding-pro-root .nutrition-content{max-width:800px;margin:0 auto;text-align:center}#powerbuilding-pro-root .nutrition-calculator{background:var(--pb-light-color);padding:30px;border-radius:10px;margin-top:40px;text-align:left}#powerbuilding-pro-root .nutrition-calculator h3{margin-bottom:20px;font-size:1.5rem;text-align:center}#powerbuilding-pro-root .form-group{margin-bottom:20px}#powerbuilding-pro-root .form-group label{display:block;margin-bottom:8px;font-weight:600}#powerbuilding-pro-root .form-group input,#powerbuilding-pro-root .form-group select{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:16px}#powerbuilding-pro-root .macro-results{margin-top:30px;padding:20px;background:var(--pb-white);border-radius:5px;display:none}#powerbuilding-pro-root .macro-results h4{margin-bottom:15px;color:var(--pb-primary-color)}#powerbuilding-pro-root .testimonials{padding:80px 0;background:var(--pb-light-color);position:relative;z-index:1}#powerbuilding-pro-root .testimonial-slider{position:relative;max-width:800px;margin:50px auto 0}#powerbuilding-pro-root .testimonial{background:var(--pb-white);padding:30px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:center;display:none}#powerbuilding-pro-root .testimonial.active{display:block}#powerbuilding-pro-root .testimonial p{font-size:1.1rem;font-style:italic;margin-bottom:20px}#powerbuilding-pro-root .client{display:flex;flex-direction:column;align-items:center}#powerbuilding-pro-root .client img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:15px;border:3px solid var(--pb-primary-color)}#powerbuilding-pro-root .client h4{margin-bottom:5px}#powerbuilding-pro-root .client p{font-size:.9rem;color:var(--pb-primary-color);font-style:normal}#powerbuilding-pro-root .rating{color:#ffc107;margin-bottom:15px;font-size:1.1rem}#powerbuilding-pro-root .slider-controls{display:flex;justify-content:center;margin-top:30px;gap:15px}#powerbuilding-pro-root .slider-controls button{background:var(--pb-primary-color);color:var(--pb-white);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease}#powerbuilding-pro-root .slider-controls button:hover{background:var(--pb-secondary-color)}#powerbuilding-pro-root .about{padding:80px 0;background:var(--pb-white);position:relative;z-index:1}#powerbuilding-pro-root .about-content{max-width:800px;margin:0 auto;text-align:center}#powerbuilding-pro-root .about-content p{margin-bottom:20px}#powerbuilding-pro-root .about-stats{display:flex;justify-content:space-around;margin-top:50px;flex-wrap:wrap}#powerbuilding-pro-root .stat{text-align:center;padding:20px}#powerbuilding-pro-root .stat h3{font-size:2.5rem;color:var(--pb-primary-color);margin-bottom:10px}#powerbuilding-pro-root .contact{padding:80px 0;background:var(--pb-light-color);position:relative;z-index:1}#powerbuilding-pro-root .contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:50px}#powerbuilding-pro-root .contact-info{background:var(--pb-secondary-color);color:var(--pb-white);padding:30px;border-radius:10px}#powerbuilding-pro-root .contact-info h3{margin-bottom:20px;color:var(--pb-white)}#powerbuilding-pro-root .contact-info p{margin-bottom:15px;display:flex;align-items:center}#powerbuilding-pro-root .contact-info i{margin-right:10px;color:var(--pb-primary-color)}#powerbuilding-pro-root .social-links{display:flex;gap:15px;margin-top:30px}#powerbuilding-pro-root .social-links a{color:var(--pb-white);font-size:1.5rem;transition:color .3s ease}#powerbuilding-pro-root .social-links a:hover{color:var(--pb-primary-color)}#powerbuilding-pro-root .contact-form{background:var(--pb-white);padding:40px;border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:transform .3s ease}#powerbuilding-pro-root .contact-form:hover{transform:translateY(-5px)}#powerbuilding-pro-root .contact-form textarea{height:150px;resize:vertical}#powerbuilding-pro-root .contact-form input,#powerbuilding-pro-root .contact-form textarea{width:100%;padding:15px;border:1px solid #e1e1e1;border-radius:8px;font-size:16px;background:#f9f9f9;transition:all .3s ease;font-family:inherit}#powerbuilding-pro-root .contact-form input:focus,#powerbuilding-pro-root .contact-form textarea:focus{outline:none;border-color:var(--pb-primary-color);background:var(--pb-white);box-shadow:0 0 0 4px rgba(255,94,20,.1)}#powerbuilding-pro-root .contact-form .btn{width:100%;padding:15px;font-size:16px;letter-spacing:1px;margin-top:10px}#powerbuilding-pro-root footer{background:var(--pb-secondary-color);color:var(--pb-white);padding:60px 0 0}#powerbuilding-pro-root .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}#powerbuilding-pro-root .footer-logo h2{color:var(--pb-white);font-size:1.8rem;margin-bottom:15px}#powerbuilding-pro-root .footer-logo h2 span{color:var(--pb-primary-color)}#powerbuilding-pro-root .footer-logo p{opacity:.8}#powerbuilding-pro-root .footer-links h3{color:var(--pb-white);margin-bottom:20px;font-size:1.3rem}#powerbuilding-pro-root .footer-links ul li{margin-bottom:10px}#powerbuilding-pro-root .footer-links ul li a{color:rgba(255,255,255,.8);transition:color .3s ease}#powerbuilding-pro-root .footer-links ul li a:hover{color:var(--pb-primary-color)}#powerbuilding-pro-root .footer-newsletter h3{color:var(--pb-white);margin-bottom:20px;font-size:1.3rem}#powerbuilding-pro-root .footer-newsletter p{margin-bottom:15px;opacity:.8}#powerbuilding-pro-root .footer-newsletter input{width:100%;padding:12px;margin-bottom:15px;border:none;border-radius:5px}#powerbuilding-pro-root .footer-bottom{text-align:center;padding:20px 0;border-top:1px solid rgba(255,255,255,.1)}#powerbuilding-pro-root .powered-by{font-size:.85rem;opacity:.7;margin-top:5px;color:var(--pb-white)}#powerbuilding-pro-root .powered-by span{font-weight:700;color:var(--pb-primary-color);letter-spacing:.5px}@media (max-width:992px){#powerbuilding-pro-root .section-title{font-size:2rem}#powerbuilding-pro-root .hero-content h2{font-size:2.8rem}}@media (max-width:768px){#powerbuilding-pro-root .mobile-menu{display:block}#powerbuilding-pro-root nav{position:fixed;top:80px;left:-100%;width:80%;height:calc(100vh - 80px);background:var(--pb-white);transition:all .3s ease}#powerbuilding-pro-root nav.active{left:0}#powerbuilding-pro-root nav ul{flex-direction:column;padding:30px}#powerbuilding-pro-root nav ul li{margin:0 0 20px}#powerbuilding-pro-root header.scrolled{padding:15px 0}#powerbuilding-pro-root header.scrolled nav{top:70px;height:calc(100vh - 70px)}#powerbuilding-pro-root .hero{padding-top:70px}#powerbuilding-pro-root .hero-content h2{font-size:2.2rem}#powerbuilding-pro-root .section-title{font-size:1.8rem}}@media (max-width:576px){#powerbuilding-pro-root .btn,#powerbuilding-pro-root .btn-secondary{padding:10px 20px;font-size:12px}#powerbuilding-pro-root .hero-content h2{font-size:2rem}#powerbuilding-pro-root .hero-content p{font-size:1rem}#powerbuilding-pro-root .about-stats{flex-direction:column}#powerbuilding-pro-root .stat{margin-bottom:20px}}#powerbuilding-pro-root .auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url(https://images.unsplash.com/photo-1534438327276-14e5300c3a48?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80) no-repeat 50%/cover;padding:20px}#powerbuilding-pro-root .auth-card{background:var(--pb-white);padding:40px;border-radius:15px;box-shadow:0 15px 35px rgba(0,0,0,.3);width:100%;max-width:450px;text-align:center}#powerbuilding-pro-root .auth-card h2{margin-bottom:10px;font-size:2rem}#powerbuilding-pro-root .auth-card p{margin-bottom:30px;color:#666}#powerbuilding-pro-root .auth-card .form-group{text-align:left}#powerbuilding-pro-root .auth-card .btn{width:100%;margin-top:10px;font-size:16px;padding:14px}#powerbuilding-pro-root .auth-footer{margin-top:25px;padding-top:20px;border-top:1px solid #eee;font-size:.9rem}#powerbuilding-pro-root .auth-footer a{color:var(--pb-primary-color);font-weight:600}#powerbuilding-pro-root .error-message{background:#ffebee;color:#c62828;padding:10px;border-radius:5px;margin-bottom:20px;font-size:.9rem;border-left:4px solid #c62828}#powerbuilding-pro-root .success-message{background:#e8f5e9;color:#2e7d32;padding:10px;border-radius:5px;margin-bottom:20px;font-size:.9rem;border-left:4px solid #2e7d32}#powerbuilding-pro-root .text-link:hover{color:var(--pb-primary-color)!important;text-decoration:underline}#powerbuilding-pro-root .dashboard-page{padding-top:100px;min-height:100vh;background:var(--pb-light-color)}#powerbuilding-pro-root .dashboard-header{margin-bottom:40px;display:flex;justify-content:space-between;align-items:center}#powerbuilding-pro-root .user-welcome h2{font-size:2.2rem}#powerbuilding-pro-root .user-welcome p{color:#666}#powerbuilding-pro-root .dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px}#powerbuilding-pro-root .active-programs h3{margin-bottom:20px}#powerbuilding-pro-root .no-programs{background:var(--pb-white);padding:40px;border-radius:10px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.05)}#powerbuilding-pro-root .no-programs i{font-size:3rem;color:#ddd;margin-bottom:20px}#powerbuilding-pro-root .dashboard-sidebar-card{background:var(--pb-white);padding:25px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05);margin-bottom:30px}#powerbuilding-pro-root .dashboard-sidebar-card h4{margin-bottom:15px;border-bottom:2px solid var(--pb-primary-color);display:inline-block;padding-bottom:5px}#powerbuilding-pro-root .logger-page{padding-top:100px;min-height:100vh;background:var(--pb-light-color)}#powerbuilding-pro-root .logger-container{max-width:800px;margin:0 auto;padding:20px}#powerbuilding-pro-root .logger-header{background:var(--pb-white);padding:30px;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.05);margin-bottom:30px;display:flex;justify-content:space-between;align-items:center}#powerbuilding-pro-root .logger-header h2{margin:0}#powerbuilding-pro-root .exercise-card{background:var(--pb-white);padding:25px;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.05);margin-bottom:20px;border-left:5px solid var(--pb-primary-color)}#powerbuilding-pro-root .exercise-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}#powerbuilding-pro-root .logger-header h3{margin:0;font-size:1.4rem}#powerbuilding-pro-root .sets-table{width:100%;border-collapse:collapse}#powerbuilding-pro-root .sets-table th{text-align:left;padding:10px;color:#666;font-size:.9rem;text-transform:uppercase}#powerbuilding-pro-root .sets-table td{padding:10px}#powerbuilding-pro-root .set-row{border-bottom:1px solid #eee}#powerbuilding-pro-root .set-input{width:80px;padding:8px;border:1px solid #ddd;border-radius:5px;text-align:center}#powerbuilding-pro-root .remove-set{color:#ff4d4d;cursor:pointer;background:none;border:none;font-size:1.1rem}#powerbuilding-pro-root .add-set-btn{background:#f0f0f0;border:1px dashed #ccc;width:100%;padding:10px;margin-top:15px;border-radius:5px;cursor:pointer;font-weight:600;transition:all .3s ease}#powerbuilding-pro-root .add-set-btn:hover{background:#e8e8e8}#powerbuilding-pro-root .logger-actions{display:flex;gap:15px;margin-top:40px}#powerbuilding-pro-root .logger-actions .btn{flex:1}#powerbuilding-pro-root .add-exercise-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}#powerbuilding-pro-root .modal-content{background:var(--pb-white);padding:30px;border-radius:15px;width:90%;max-width:500px}#powerbuilding-pro-root .exercise-list{max-height:300px;overflow-y:auto;margin:20px 0}#powerbuilding-pro-root .exercise-item{padding:12px;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s}#powerbuilding-pro-root .exercise-item:hover{background:#f9f9f9}#powerbuilding-pro-root .workout-history-card{background:var(--pb-white);padding:20px;border-radius:10px;margin-bottom:15px;box-shadow:0 2px 10px rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}#powerbuilding-pro-root .history-info h4{margin:0 0 5px}#powerbuilding-pro-root .history-info p{margin:0;font-size:.85rem;color:#666}#powerbuilding-pro-root .progress-page{padding-top:100px;min-height:100vh;background:var(--pb-light-color)}#powerbuilding-pro-root .progress-container{max-width:1000px;margin:0 auto;padding:20px}#powerbuilding-pro-root .chart-card{background:var(--pb-white);padding:30px;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.05);margin-bottom:30px}#powerbuilding-pro-root .chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}#powerbuilding-pro-root .exercise-select{padding:10px 15px;border-radius:5px;border:1px solid #ddd;font-size:1rem;background:var(--pb-white);cursor:pointer}#powerbuilding-pro-root .chart-container{width:100%;height:400px}#powerbuilding-pro-root .stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:30px}#powerbuilding-pro-root .stat-box{background:var(--pb-white);padding:20px;border-radius:10px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.05)}#powerbuilding-pro-root .stat-box h5{color:#666;margin-bottom:10px;font-size:.9rem;text-transform:uppercase}#powerbuilding-pro-root .stat-box .value{font-size:1.8rem;font-weight:800;color:var(--pb-secondary-color)}#powerbuilding-pro-root .stat-box .trend{margin-top:5px;font-size:.85rem;font-weight:600}#powerbuilding-pro-root .trend.up{color:#4caf50}#powerbuilding-pro-root .trend.down{color:#f44336}#powerbuilding-pro-root .loading-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid var(--pb-primary-color);border-radius:50%;animation:spin 1s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#powerbuilding-pro-root .success-toast{box-shadow:0 10px 30px rgba(76,175,80,.3)!important}#powerbuilding-pro-root .program-content-enrolled{background:#fdfdfd}#powerbuilding-pro-root .session-card{transition:transform .3s ease,box-shadow .3s ease}#powerbuilding-pro-root .session-card:hover{transform:translateX(10px);box-shadow:0 8px 25px rgba(0,0,0,.1)!important}#powerbuilding-pro-root .coaching-sidebar .card{box-shadow:0 15px 35px rgba(30,30,30,.2)}#powerbuilding-pro-root .loading{height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--pb-primary-color)}#powerbuilding-pro-root .user-toggle-btn{background:none;border:none;color:var(--pb-light-color);font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .3s ease,transform .2s ease;padding:0 5px}#powerbuilding-pro-root .user-toggle-btn:hover{color:var(--pb-primary-color);transform:scale(1.1)}#powerbuilding-pro-root .sidebar-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:1000}#powerbuilding-pro-root .user-sidebar-enhanced{position:fixed;top:0;right:0;width:400px;height:100%;background:rgba(15,15,15,.85);backdrop-filter:blur(25px) saturate(180%);-webkit-backdrop-filter:blur(25px) saturate(180%);color:var(--pb-white);z-index:1001;display:flex;flex-direction:column;box-shadow:-15px 0 50px rgba(0,0,0,.6);border-left:1px solid rgba(255,255,255,.1)}#powerbuilding-pro-root .user-avatar-premium{position:relative;width:70px;height:70px;background:linear-gradient(135deg,var(--pb-primary-color),var(--pb-secondary-color));border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--pb-white);box-shadow:0 10px 20px rgba(0,0,0,.3);overflow:hidden}#powerbuilding-pro-root .user-avatar-premium img{width:100%;height:100%;object-fit:cover}#powerbuilding-pro-root .status-indicator{position:absolute;bottom:5px;right:5px;width:12px;height:12px;background:#4caf50;border:2px solid #000;border-radius:50%;box-shadow:0 0 10px rgba(76,175,80,.5)}#powerbuilding-pro-root .user-badge{display:inline-block;padding:4px 10px;background:rgba(255,145,0,.15);color:var(--pb-primary-color);border:1px solid rgba(255,145,0,.3);border-radius:20px;font-size:.65rem;font-weight:800;letter-spacing:1px;margin-bottom:8px}#powerbuilding-pro-root .sidebar-stats{display:flex;gap:12px;padding:0 30px 30px;border-bottom:1px solid rgba(255,255,255,.05)}#powerbuilding-pro-root .stat-pill{flex:1;background:rgba(255,255,255,.03);padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:4px}#powerbuilding-pro-root .stat-pill .label{font-size:.7rem;color:rgba(255,255,255,.4);text-transform:uppercase;font-weight:700}#powerbuilding-pro-root .stat-pill .value{font-size:1.1rem;font-weight:800;color:var(--pb-white)}#powerbuilding-pro-root .icon-wrapper{width:40px;height:40px;background:rgba(255,255,255,.03);border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}#powerbuilding-pro-root .sidebar-nav li a{padding:12px 30px;border-left:none;position:relative;overflow:hidden}#powerbuilding-pro-root .sidebar-nav li a:hover .icon-wrapper{background:rgba(255,145,0,.1);color:var(--pb-primary-color);transform:translateY(-2px)}#powerbuilding-pro-root .sidebar-nav li a.active{color:var(--pb-white);background:rgba(255,255,255,.02)}#powerbuilding-pro-root .sidebar-nav li a.active .icon-wrapper{background:var(--pb-primary-color);color:var(--pb-white);box-shadow:0 5px 15px rgba(255,145,0,.3)}#powerbuilding-pro-root .active-glow{position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:var(--pb-primary-color);border-radius:0 4px 4px 0;box-shadow:0 0 15px var(--pb-primary-color)}#powerbuilding-pro-root .logout-btn-premium{width:100%;padding:16px;position:relative;top:20px;background:linear-gradient(90deg,rgba(244,67,54,.1),rgba(244,67,54,.05));border:1px solid rgba(244,67,54,.2);color:#ff5252;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:800;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}#powerbuilding-pro-root .logout-btn-premium:hover{background:#f44336;color:white;box-shadow:0 10px 20px rgba(244,67,54,.3);transform:translateY(-2px)}#powerbuilding-pro-root .footer-copyright{text-align:center;font-size:.7rem;color:rgba(255,255,255,.2);margin-top:20px;font-weight:600;letter-spacing:.5px}@media (max-width:480px){#powerbuilding-pro-root .user-sidebar-enhanced{width:100%}}