/* SomPWA Pro Features CSS v2.1.0 */
.sompwa-dark{background-color:#1a1a1a!important;color:#e0e0e0!important}
.sompwa-dark a{color:#64b5f6}
.sompwa-dark .sompwa-card,.sompwa-dark article,.sompwa-dark .entry-content{background-color:#2d2d2d!important;color:#e0e0e0!important}
#sompwa-scroll-progress{position:fixed;top:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#2196F3,#00BCD4);z-index:999999;transition:width .1s ease}
#sompwa-page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999999}
#sompwa-dark-toggle{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#2196F3;color:#fff;border:none;border-radius:50%;font-size:28px;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.3);z-index:999997;transition:all .3s;display:flex;align-items:center;justify-content:center;line-height:1}
#sompwa-dark-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.4)}
.sompwa-dark #sompwa-dark-toggle{background:#FFA726}
.sompwa-toast{position:fixed;bottom:-100px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.85);color:#fff;padding:14px 28px;border-radius:26px;z-index:999999;font-size:15px;font-weight:500;transition:bottom .3s ease;max-width:90%;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.3)}
.sompwa-toast-show{bottom:80px!important}
.sompwa-inactive{filter:blur(3px);pointer-events:none}
body.sompwa-smooth,body.sompwa-smooth *{transition:background-color .3s ease,color .3s ease,transform .2s ease}
@media (max-width:768px){
#sompwa-dark-toggle{bottom:20px;right:20px;width:52px;height:52px;font-size:26px}
}