@import "https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&display=swap";:root{--bg-color:#0b0c10;--surface-color:#1f2833b3;--glass-border:#ffffff0d;--primary-color:#c5a880;--primary-hover:#e2cda6;--text-main:#e0e6ed;--text-muted:#8a96a3;--accent-color:#45a29e;--shadow-color:#00000080}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);direction:rtl;background-image:radial-gradient(circle at 15%,#45a29e0d,#0000 25%),radial-gradient(circle at 85% 30%,#c5a8800d,#0000 25%);background-attachment:fixed;font-family:Cairo,sans-serif;line-height:1.6;overflow-x:hidden}@media (width>=768px){::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{border:1px solid var(--glass-border);background:#1f2833;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}}.library-container{max-width:1400px;margin:0 auto;padding:2rem}.glass-panel{background:var(--surface-color);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:0 8px 32px 0 var(--shadow-color)}header{text-align:center;border-radius:20px;margin-bottom:3rem;padding:3rem 1rem;position:relative;overflow:hidden}header h1{color:var(--primary-color);text-shadow:0 0 20px #c5a8804d;letter-spacing:1px;margin-bottom:1rem;font-size:3.5rem;font-weight:800}header p{color:var(--text-muted);font-size:1.2rem}.search-container{justify-content:center;margin-top:2rem;display:flex}.search-input{border:1px solid var(--glass-border);width:100%;max-width:600px;color:var(--text-main);background:#0b0c1099;border-radius:50px;padding:1rem 1.5rem;font-family:inherit;font-size:1.1rem;transition:all .3s;box-shadow:inset 0 2px 5px #00000080}.search-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 15px #c5a88033,inset 0 2px 5px #00000080}.categories{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.category-btn{background:var(--surface-color);border:1px solid var(--glass-border);color:var(--text-main);cursor:pointer;border-radius:30px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.category-btn:hover{border-color:var(--primary-color);background:#c5a8801a;transform:translateY(-2px);box-shadow:0 5px 15px #c5a88026}.category-btn.active{background:var(--primary-color);color:#000;border-color:var(--primary-color);box-shadow:0 0 20px #c5a88066}.book-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2.5rem;padding:1rem;display:grid}.book-card{cursor:pointer;text-align:center;border-radius:15px;flex-direction:column;align-items:center;padding:1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.book-card:before{content:"";opacity:0;background:linear-gradient(#ffffff08 0%,#fff0 100%);height:100%;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.book-card:hover{border-color:var(--primary-color);transform:translateY(-10px)scale(1.02);box-shadow:0 15px 30px #0009,0 0 15px #c5a88033}.book-card:hover:before{opacity:1}.book-cover{aspect-ratio:2/3;border-left:3px solid #fff3;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;padding:1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:5px 5px 15px #0009,inset 2px 0 5px #ffffff1a}.embossed-text{text-shadow:-1px -1px 1px #ffffff1a,1px 1px 2px #000c,0 2px 4px #0009;letter-spacing:1px;z-index:2;text-align:center;font-family:Aref Ruqaa,serif;font-weight:700;line-height:1.4}.embossed-text.english-title{text-shadow:-1px -1px 1px #ffffff1a,1px 1px 2px #0009;font-family:Cinzel,serif;font-weight:600}.book-author{color:var(--text-muted);z-index:2;margin-top:1rem;font-size:.9rem;font-weight:600}.loading{text-align:center;color:var(--primary-color);padding:3rem;font-size:1.5rem;animation:1.5s infinite pulse}.pagination{justify-content:center;align-items:center;gap:1.5rem;margin-top:4rem;display:flex}.page-btn{background:var(--primary-color);color:#000;cursor:pointer;border:none;border-radius:30px;padding:.8rem 2rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #c5a8804d}.page-btn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #c5a88080}.page-btn:disabled{background:var(--surface-color);color:var(--text-muted);cursor:not-allowed;box-shadow:none;border:1px solid var(--glass-border)}.page-info{color:var(--text-main);background:var(--surface-color);border:1px solid var(--glass-border);border-radius:20px;padding:.5rem 1.5rem;font-weight:600}.reader-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0b0c10f2;flex-direction:column;display:flex;position:fixed;inset:0}.reader-header{background:var(--surface-color);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.reader-header h2{color:var(--primary-color);white-space:nowrap;text-overflow:ellipsis;max-width:60%;font-size:1.2rem;overflow:hidden}.close-btn{border:1px solid var(--glass-border);color:#fff;cursor:pointer;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .3s;display:flex}.close-btn:hover{background:#ff4d4d;transform:rotate(90deg)}.flipbook-container{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.page{position:relative;overflow:hidden;box-shadow:inset 0 0 30px #0000001a;color:#2c241b!important;background-color:#f4e9d8!important;padding:2.5rem 2.5rem 3.5rem!important}.page-content{text-align:justify;font-size:1.05rem;line-height:1.7}.page-content .chapter-title{color:#2b1408;margin:0 0 5px;font-size:1.5rem;line-height:1.2}.page-content .paragraph{margin:0 0 8px}.page-number{text-align:center;color:#8c7b65;font-size:.9rem;font-weight:700;position:absolute;bottom:1.5rem;left:0;right:0}.reader-controls{background:var(--surface-color);border-top:1px solid var(--glass-border);justify-content:center;gap:2rem;padding:1rem 2rem;display:flex}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}@media (width<=768px){header h1{font-size:2.5rem}.book-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem}.page{padding:1.5rem!important}.page-content{font-size:1.1rem}.glass-header{justify-content:space-between;padding:1rem}.nav-actions{flex-wrap:wrap;justify-content:center;width:100%}.nav-btn{flex:1;justify-content:center}}.swipe-indicator{color:var(--primary-color);z-index:50;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f0805cc;border:1px solid #c5a88066;border-radius:30px;align-items:center;padding:8px 18px;display:flex;position:absolute;top:25px;right:20px;box-shadow:0 4px 10px #00000080}.swipe-chevron{animation:1.5s ease-in-out infinite swipeArrow}.swipe-chevron:first-child{animation-delay:0s}.swipe-chevron:nth-child(2){animation-delay:.2s}.swipe-chevron:nth-child(3){animation-delay:.4s}@keyframes swipeArrow{0%{opacity:.2;transform:translate(0)}50%{opacity:1;transform:translate(-5px)}to{opacity:.2;transform:translate(0)}}@media (width<=500px){.book-3d-wrapper{justify-content:center!important;align-items:center!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;display:flex!important;transform:none!important}}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}@keyframes spin{to{transform:rotate(360deg)}}.modern-library-scene{min-height:100vh;position:relative;overflow:hidden}.glass-header{background:var(--surface-color);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--glass-border);z-index:10;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 5px 20px #00000080}.nav-actions{gap:1rem;display:flex}.nav-btn{color:var(--text-main);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:20px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;transition:all .3s;display:flex}.nav-btn:hover,.nav-btn.active{border-color:var(--primary-color);color:var(--primary-color);background:#c5a88026}.books-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto;padding:3rem 2rem;display:grid}.modern-book-card{cursor:pointer;perspective:1000px;border-radius:15px;transition:all .5s;position:relative}.modern-book-card:hover{transform:translateY(-10px)}.card-glass-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);z-index:0;background:#1f283366;border-radius:15px;transition:all .3s;position:absolute;inset:0;box-shadow:0 8px 32px #0000004d}.modern-book-card:hover .card-glass-bg{border-color:#c5a88066;box-shadow:0 15px 40px #0009,0 0 15px #c5a8801a}.book-cover-3d{z-index:1;transform-style:preserve-3d;padding:1.5rem 1.5rem 0;transition:transform .5s;position:relative}.modern-book-card:hover .book-cover-3d{transform:rotateY(10deg)translateZ(10px)}.cover-image{aspect-ratio:2/3;border-left:3px solid #ffffff4d;border-radius:5px 15px 15px 5px;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:relative;box-shadow:-5px 5px 15px #00000080,inset 4px 0 10px #fff3}.cover-glare{pointer-events:none;background:linear-gradient(105deg,#fff0 30%,#fff3 40%,#fff0 50%);position:absolute;inset:0}.cover-title-preview{color:#ffffffe6;text-shadow:1px 1px 2px #000c,-1px -1px 1px #fff3,0 0 15px #00000080;text-align:center;font-family:Cairo,serif;font-size:1.2rem;font-weight:800;line-height:1.4}.card-info{z-index:1;text-align:right;padding:1.5rem;position:relative}.book-title{color:var(--primary-color);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem;font-size:1.1rem;overflow:hidden}.book-author{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.book-meta{justify-content:space-between;align-items:center;display:flex}.genre-tag{color:var(--primary-color);background:#c5a8801a;border:1px solid #c5a8804d;border-radius:12px;padding:.3rem .8rem;font-size:.8rem}.read-btn{color:var(--text-main);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;font-family:inherit;font-weight:600;transition:color .3s;display:flex}.modern-book-card:hover .read-btn{color:var(--primary-color)}.categories-portal{min-height:100vh;padding:4rem 2rem;position:relative;overflow:hidden}.mesh-bg{z-index:-1;background:var(--bg-color);position:absolute;inset:0;overflow:hidden}.mesh-blob{filter:blur(100px);opacity:.5;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.blob-1{background:#45a29e4d;width:50vw;height:50vw;top:-10%;left:-10%}.blob-2{background:#c5a88033;width:60vw;height:60vw;animation-delay:-5s;bottom:-20%;right:-10%}.blob-3{background:#1f2833cc;width:40vw;height:40vw;animation-delay:-10s;top:40%;left:50%}.portal-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.portal-header{text-align:center;margin-bottom:4rem}.header-logo{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.logo-icon{color:var(--primary-color);animation:20s linear infinite spin}.portal-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:1.2rem}.search-wrapper{max-width:600px;margin:0 auto;position:relative}.search-icon{color:var(--primary-color);position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.glass-search-input{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;color:var(--text-main);background:#1f283399;border-radius:50px;padding:1.2rem 3rem 1.2rem 1.5rem;font-family:inherit;font-size:1.1rem;transition:all .3s;box-shadow:inset 0 2px 10px #00000080,0 5px 15px #0000004d}.glass-search-input:focus{border-color:var(--primary-color);background:#1f2833cc;outline:none;box-shadow:0 0 20px #c5a88033,inset 0 2px 10px #00000080}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;display:grid}.category-card{cursor:pointer;border:1px solid var(--glass-border);background:var(--surface-color);border-radius:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.category-card:hover{border-color:var(--primary-color);transform:translateY(-10px)scale(1.02);box-shadow:0 15px 40px #000000b3,0 0 20px #c5a88033}.cat-glass-bg{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:0;position:absolute;inset:0}.cat-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem;display:flex;position:relative}.cat-icon{filter:drop-shadow(0 2px 10px #c5a88080);font-size:3rem;transition:transform .3s}.category-card:hover .cat-icon{transform:scale(1.1)}.cat-name{color:var(--text-main);text-shadow:0 2px 5px #00000080;font-size:1.4rem;font-weight:700}.no-results{text-align:center;color:var(--text-muted);flex-direction:column;grid-column:1/-1;align-items:center;gap:1rem;padding:5rem;font-size:1.5rem;display:flex}.cinematic-scene{background-color:#050505;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.photorealistic-bg{z-index:1;filter:brightness()contrast(1.1);pointer-events:none;background-image:url(/cinematic_desk.png);background-position:50%;background-size:cover;transition:all .5s;position:absolute;inset:-5%}.lights-out .photorealistic-bg{filter:brightness(.2)contrast(1.2)saturate(.5)hue-rotate(180deg)}.rain-container{z-index:2;pointer-events:none;mix-blend-mode:screen;height:48%;position:absolute;top:0;left:30%;right:34%;overflow:hidden;-webkit-mask-image:linear-gradient(#000 40%,#0000 85%);mask-image:linear-gradient(#000 40%,#0000 85%)}.rain-drop{filter:blur(1.5px);background:linear-gradient(#fff0,#ffffff40);width:1px;height:60px;animation:linear infinite fall;position:absolute;top:-100px;transform:rotate(18deg)}@keyframes fall{to{transform:translateY(60vh)translate(-15vh)rotate(18deg)}}.lightning-flash{display:none}.back-btn{-webkit-backdrop-filter:blur(12px);color:#d4af37;cursor:pointer;background:linear-gradient(135deg,#191919e6,#0a0a0af2);border:1px solid #d4af374d;border-top-color:#d4af3799;border-radius:25px;justify-content:center;align-items:center;gap:8px;width:auto;min-width:45px;height:45px;padding:0 15px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;top:1.5rem;left:1.5rem;box-shadow:0 8px 25px #000c,inset 0 2px 5px #ffffff0d;z-index:99999!important;position:fixed!important;right:auto!important}.back-btn:hover{color:#050505;background:linear-gradient(135deg,#d4af37e6,#c5a880f2);border:1px solid #ffffff80;transform:translate(-5px)scale(1.05);box-shadow:0 10px 30px #d4af3766,inset 0 2px 5px #fff3}.lamp-click-zone{z-index:100;cursor:pointer;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:absolute;top:10%;left:10%}.lamp-hint-glow{background:#c5a88033;border-radius:50%;padding:1rem;animation:2s infinite pulse}.book-3d-wrapper{z-index:10;filter:drop-shadow(0 20px 50px #000000e6);position:relative;transform:scale(.9)}.cover-front,.cover-back{box-shadow:inset 0 0 50px #00000080}.cover-front-bg,.cover-back-bg{opacity:.4;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.cover-decoration{z-index:1;border:2px solid #fff3;position:absolute;inset:20px}.cover-decoration-inner{border:1px solid #ffffff1a;position:absolute;inset:10px}.cover-inner{background:#2b1408!important}.cover-title-preview{text-align:center;width:85%;color:var(--gold);text-shadow:2px 2px 4px #000c;opacity:.9;word-wrap:break-word;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-family:Amiri,serif;font-size:1.1rem;font-weight:700;display:-webkit-box;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.book-title{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;position:relative;overflow:hidden}.cover-inner-bg{opacity:.1;background-position:50%;background-size:cover;position:absolute;inset:0}.page-border{box-sizing:border-box;border:1px solid #0000000d;height:100%;padding:1rem;position:relative;overflow:hidden;container-type:size}.page-border p{margin-bottom:2.5cqw;font-size:4.4cqw;font-weight:600;line-height:6.5cqw}.author-textarea{resize:none;color:#2b1408;background:0 0;border:none;outline:none;flex:1;width:100%;font-family:Aref Ruqaa,serif;font-size:1.5rem;line-height:2}.translate-widget-container{z-index:9999;border:1px solid var(--primary-color);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1f2833cc;border-radius:20px;padding:5px 10px;position:fixed;top:10px;right:10px;box-shadow:0 0 15px #00000080}.translate-widget-container select{color:var(--primary-color);cursor:pointer;background:0 0;border:none;outline:none;font-family:Amiri,serif;font-size:1rem}.translate-widget-container select option{color:var(--primary-color);background:#1f2833}.goog-logo-link{display:none!important}.goog-te-gadget{color:#0000!important;font-size:0!important}.goog-te-gadget .goog-te-combo{margin:0;padding:5px;color:var(--primary-color)!important;font-size:1rem!important}.authoring-paper-editable p,.authoring-paper-editable div{margin:0;padding:0}@keyframes elegantPulse{0%,to{opacity:.3;transform:translate(0)}50%{opacity:1;transform:translate(-10px)}}.professional-hint{-webkit-backdrop-filter:blur(8px);color:#fffc;pointer-events:none;z-index:50;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .3s;animation:2.5s cubic-bezier(.4,0,.2,1) infinite elegantPulse;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 8px 32px #00000026,inset 0 0 0 1px #ffffff0d}.professional-hint svg{filter:drop-shadow(0 2px 4px #00000080);margin-right:2px}@media (width<=768px){.glass-search-input{padding:.8rem 2.5rem .8rem 1rem!important;font-size:.9rem!important}}.free-writing-container{background-blend-mode:multiply;background:url(https://www.transparenttextures.com/patterns/aged-paper.png),#f4ebd8;justify-content:center;width:100vw;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow-x:hidden;box-shadow:inset 0 0 100px #64462833}.magic-paper{color:#2b1f13;text-shadow:0 1px 1px #0000000d;background:0 0;outline:none;width:100%;max-width:900px;min-height:80vh;padding:20px;font-family:Amiri,serif;font-size:26px;line-height:2.2}.quill-container{pointer-events:none;z-index:1000;transform-origin:0 100%;width:150px;height:150px;transition:top .1s ease-out,left .1s ease-out;position:fixed}.quill-svg{width:100%;height:100%}.quill-container.idle{transition:top .2s ease-out,left .2s ease-out;animation:3s ease-in-out infinite floatQuill}.quill-container.writing{transition:top 50ms ease-out,left 50ms ease-out;animation:.15s linear infinite alternate writingQuill}.quill-container.resting{transition:top 1s cubic-bezier(.4,0,.2,1),left 1s cubic-bezier(.4,0,.2,1),transform 1s ease-in-out;transform:translate(0)rotate(-30deg)}@keyframes floatQuill{0%{transform:translate(-5px,-45px)rotate(15deg)}50%{transform:translate(-5px,-55px)rotate(20deg)}to{transform:translate(-5px,-45px)rotate(15deg)}}@keyframes writingQuill{0%{transform:translateY(-35px)rotate(15deg)}to{transform:translate(-5px,-25px)rotate(25deg)}}.back-btn{color:#fff;cursor:pointer;z-index:100;background:#2b1f13cc;border:1px solid #7a5c43;border-radius:5px;padding:10px 20px;font-family:Cinzel,serif;transition:all .3s;position:fixed;top:20px;right:20px}.back-btn:hover{background:#2b1f13;box-shadow:0 0 10px #7a5c43}@keyframes drawCenterLine{to{stroke-dashoffset:0}}.magic-handwriting-container{background-color:#f4e9d8;justify-content:flex-start;align-items:center;min-height:100vh;padding-top:50px;display:flex}.paper-background{width:100%;max-width:800px;padding:20px}.hidden-input{opacity:0;pointer-events:none;position:absolute}.reel-mode-active{z-index:9999;background-color:#eaddc5;background-image:radial-gradient(circle,#0000 20%,#8b4513 140%);width:100vw;height:100vh;padding:40px;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:inset 0 0 100px #0006}.reel-mode-active .magic-writing-area{max-width:100%;padding-top:10vh}.reel-toggle-btn{border:1px solid var(--gold,#d4b64b);color:var(--gold,#d4b64b);cursor:pointer;background:#d4b64b1a;border-radius:8px;margin-top:10px;margin-bottom:20px;padding:10px 20px;font-family:Amiri,serif;font-size:16px;transition:all .3s}.reel-toggle-btn:hover{background:#d4b64b4d}.reel-exit-btn{color:#fff;cursor:pointer;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;border:1px solid #ffffff4d;border-radius:8px;padding:10px 15px;font-family:Amiri,serif;position:fixed;top:20px;left:20px}.theme-selector{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:20px;display:flex}.theme-btn{color:#8b4513;cursor:pointer;background:#ffffff80;border:1px solid #8b4513;border-radius:8px;padding:8px 15px;font-family:Amiri,serif;font-size:16px;transition:all .3s}.theme-btn.active{color:#fff;background:#8b4513}.theme-book{background-color:#fcf5e5;background-image:linear-gradient(90deg,#00000080 0%,#0000 8%),linear-gradient(90deg,#5c2c0a 0%,#8b4513 3%,#0000 4%);border-radius:5px 25px 25px 5px;min-height:80vh;box-shadow:-10px 10px 20px #0000004d,inset 25px 0 40px #0000000d;padding-left:60px!important;padding-right:30px!important}.theme-scroll{background-color:#eaddc5;border-top:25px solid #4a2810;border-bottom:25px solid #4a2810;border-radius:15px;min-height:90vh;box-shadow:0 5px 25px #0000004d;padding:50px 30px!important}.theme-authoring{background-color:#f4e9d8;border-radius:4px;min-height:85vh;margin-top:40px;margin-bottom:40px;position:relative;box-shadow:inset 0 0 20px #0000001a;padding:50px!important}.theme-authoring:before{content:"";z-index:-1;background-color:#2b1408;background-image:url(https://www.transparenttextures.com/patterns/leather.png);border-radius:12px;position:absolute;inset:-20px;box-shadow:0 15px 30px #00000080}.theme-authoring:after{content:"";pointer-events:none;border:1px solid #d4b64b66;position:absolute;inset:5px}.theme-flipbook{margin-top:30px;box-shadow:none!important;background-color:#0000!important;padding:0!important}@keyframes pageFlipIn{0%{opacity:0;filter:drop-shadow(-20px 0 20px #00000080);transform:perspective(1500px)rotateY(90deg)scale(.95)}50%{opacity:1}to{opacity:1;filter:drop-shadow(0 0 #0000);transform:perspective(1500px)rotateY(0)scale(1)}}.magic-page-turn{transform-origin:100%;will-change:transform, opacity, filter;animation:.9s cubic-bezier(.25,.46,.45,.94) forwards pageFlipIn}button:focus,textarea:focus,input:focus{outline:none!important;box-shadow:0 0 0 2px #8b45134d!important}textarea::selection{background:#8b451333}.reels-studio-container{color:#f8fafc;background-color:#0f172a;flex-direction:column;min-height:100vh;font-family:Tajawal,sans-serif;display:flex}.rs-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background-color:#0f172acc;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.rs-header h1{background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:.5rem;margin:0;font-size:1.5rem;font-weight:700;display:flex}.icon{color:#ec4899;width:1.5rem;height:1.5rem}.icon-sm{width:1.25rem;height:1.25rem}.rs-export-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7,#ec4899);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .2s;display:flex}.rs-export-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ec48994d}.rs-main{flex:1;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem;display:flex}.rs-controls{flex-direction:column;flex:1;gap:1.5rem;max-width:600px;display:flex}.rs-card{background-color:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.rs-card h3{color:#e2e8f0;margin-top:0;margin-bottom:1rem;font-size:1.1rem}.rs-hint{color:#94a3b8;margin-bottom:1rem;font-size:.9rem}.rs-upload-area{background-color:#1e293b80;border:2px dashed #475569;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:all .2s;display:flex}.rs-upload-area:hover{background-color:#a855f70d;border-color:#a855f7}.rs-upload-btn{cursor:pointer;color:#cbd5e1;flex-direction:column;align-items:center;gap:.5rem;font-weight:500;display:flex}.rs-textarea{color:#f8fafc;resize:vertical;background-color:#0f172a;border:1px solid #334155;border-radius:8px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;line-height:1.6}.rs-textarea:focus{border-color:#a855f7;outline:none;box-shadow:0 0 0 2px #a855f733}.rs-sync-actions{gap:1rem;margin-bottom:1rem;display:flex}.rs-btn{cursor:pointer;color:#fff;background-color:#334155;border:1px solid #475569;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:600;transition:all .2s;display:flex}.rs-btn:hover:not(:disabled){background-color:#475569}.rs-btn:disabled{opacity:.5;cursor:not-allowed}.rs-btn-primary{background-color:#a855f7;border-color:#a855f7}.rs-btn-primary:hover:not(:disabled){background-color:#9333ea;border-color:#9333ea}.rs-btn-danger{background-color:#ef4444;border-color:#ef4444}.rs-btn-danger:hover:not(:disabled){background-color:#dc2626;border-color:#dc2626}.rs-sync-progress{color:#e2e8f0;background-color:#a855f71a;border:1px solid #a855f74d;border-radius:8px;align-items:center;gap:.75rem;padding:1rem;display:flex}.rs-pulse-indicator{background-color:#ef4444;border-radius:50%;width:12px;height:12px;animation:1.5s infinite pulse;box-shadow:0 0 #ef4444b3}.rs-highlight{color:#a855f7;font-size:1.2rem}.rs-select{color:#fff;background-color:#0f172a;border:1px solid #334155;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.rs-preview-panel{background-image:radial-gradient(circle,#1e293b 0%,#0f172a 100%);border:1px solid #334155;border-radius:16px;flex-direction:column;flex:1;justify-content:center;align-self:flex-start;align-items:center;gap:1.5rem;height:calc(100vh - 110px);padding:2rem;display:flex;position:sticky;top:90px}.rs-timeline-container{background-color:#1e293bcc;border:1px solid #334155;border-radius:20px;align-items:center;gap:1rem;width:100%;max-width:360px;padding:10px 15px;display:flex}.rs-play-btn{color:#fff;cursor:pointer;background:#a855f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.rs-play-btn:hover{background:#9333ea;transform:scale(1.05)}.rs-slider{-webkit-appearance:none;background:0 0;flex:1}.rs-slider::-webkit-slider-runnable-track{background:#334155;border-radius:3px;width:100%;height:6px}.rs-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#ec4899;border-radius:50%;width:16px;height:16px;margin-top:-5px;box-shadow:0 0 10px #ec489980}.rs-time-text{color:#e2e8f0;font-family:monospace;font-size:.85rem}.rs-phone-frame{background-color:#000;border:8px solid #334155;border-radius:32px;width:360px;height:640px;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0000004d}.rs-preview-canvas{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.rs-preview-bg{z-index:0;background:linear-gradient(#1e1b4b 0%,#0f172a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.rs-bg-media{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.rs-bg-overlay{z-index:2;background-color:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.rs-lyrics-display{z-index:3;text-align:center;width:90%;position:relative}.rs-time-indicator{color:#fff;z-index:4;background-color:#00000080;border-radius:12px;padding:.25rem .75rem;font-size:.8rem;position:absolute;top:1rem;right:1.5rem}.rs-lyrics-list{perspective:1000px}.style-word-by-word .rs-word-center{text-shadow:var(--rs-massive-stroke), 0 4px 20px #00000080;perspective:1000px;margin:0;padding:0;font-size:3.5rem;font-weight:800;line-height:1.2;display:inline-block;color:var(--rs-text-color,#fff)!important}.style-karaoke .rs-lyrics-list{perspective:1000px;flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.rs-lyrics-list.layout-center{text-align:center;align-items:center}.rs-lyrics-list.layout-staggered{align-items:center;width:100%}.rs-lyrics-list.layout-staggered .rs-word-item{text-align:center;max-width:80%;width:auto!important}.rs-lyrics-list.layout-staggered .rs-word-item:nth-child(odd){transform:translate(15%)!important}.rs-lyrics-list.layout-staggered .rs-word-item:nth-child(2n){transform:translate(-15%)!important}.rs-lyrics-list.layout-horizontal{flex-flow:wrap;justify-content:center;align-items:center;gap:.5rem}.style-karaoke .rs-word-item{opacity:.3;transition:all .3s}.style-karaoke .rs-word-item.active{opacity:1;transform:scale(1.15)}.style-karaoke .rs-word-item.past{opacity:.8}.rs-lyrics-display{--rs-massive-stroke:-4px -4px 0 var(--rs-stroke-color,#000), 0 -4px 0 var(--rs-stroke-color,#000), 4px -4px 0 var(--rs-stroke-color,#000), 4px 0 0 var(--rs-stroke-color,#000), 4px 4px 0 var(--rs-stroke-color,#000), 0 4px 0 var(--rs-stroke-color,#000), -4px 4px 0 var(--rs-stroke-color,#000), -4px 0 0 var(--rs-stroke-color,#000), -2px -4px 0 var(--rs-stroke-color,#000), 2px -4px 0 var(--rs-stroke-color,#000), -4px -2px 0 var(--rs-stroke-color,#000), 4px -2px 0 var(--rs-stroke-color,#000), -4px 2px 0 var(--rs-stroke-color,#000), 4px 2px 0 var(--rs-stroke-color,#000), -2px 4px 0 var(--rs-stroke-color,#000), 2px 4px 0 var(--rs-stroke-color,#000), 6px 6px 0 var(--rs-stroke-color,#000), 8px 8px 0 #00000080}.rs-word-item{color:var(--rs-text-color,#fff);text-shadow:var(--rs-massive-stroke);will-change:transform, opacity;transform-style:preserve-3d;backface-visibility:hidden;font-weight:var(--rs-text-weight,900);font-size:calc(2.8rem * var(--rs-text-scale,1));letter-spacing:-1px;paint-order:stroke fill markers;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;line-height:1.1;transition:color .15s,text-shadow .15s}.rs-word-item.past{opacity:.75}.style-karaoke .rs-word-item{opacity:.6;transition:all .15s ease-out;transform:scale(.95);color:#ffffff73!important;text-shadow:none!important}.style-karaoke .rs-word-item.active{filter:drop-shadow(0 0 10px var(--rs-text-color,#fcd34d));z-index:5;transform:scale(1.2)translateY(-3px);color:var(--rs-text-color,#fcd34d)!important;text-shadow:var(--rs-massive-stroke)!important;opacity:1!important}.style-karaoke .rs-word-item.past{opacity:.8;transform:scale(1);color:#ffffffd9!important;text-shadow:2px 2px 0 var(--rs-stroke-color,#000)!important}.style-glow .rs-word-item{transition:all .15s ease-out;color:#ffffff4d!important;text-shadow:none!important}.style-glow .rs-word-item.active{transform:scale(1.2)translateY(-2px);color:var(--rs-text-color,#ec4899)!important;text-shadow:var(--rs-massive-stroke), 0 0 25px var(--rs-text-color,#ec4899), 0 0 50px var(--rs-stroke-color,#a855f7)!important;opacity:1!important}.style-glow .rs-word-item.past{opacity:.7;color:#ffffffb3!important}.style-shake .rs-word-item.active{animation:.25s ease-in-out rsShake;transform:scale(1.2);color:var(--rs-text-color,#fff)!important;text-shadow:var(--rs-massive-stroke)!important}@keyframes rsShake{0%,to{transform:scale(1.2)rotate(0)}25%{transform:scale(1.2)rotate(-5deg)translate(-3px)}75%{transform:scale(1.2)rotate(5deg)translate(3px)}}.style-word-by-word .rs-word-center{color:var(--rs-text-color,#fff);text-shadow:var(--rs-massive-stroke);font-size:calc(3.5rem * var(--rs-text-scale,1));font-weight:var(--rs-text-weight,900);text-align:center;will-change:transform, opacity;display:inline-block}@media (width<=1024px){.rs-main{flex-direction:column}.rs-controls{max-width:100%}}.rs-btn-ai{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none}.rs-btn-ai:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 4px 12px #3b82f666}.rs-finetune-list{flex-direction:column;gap:10px;max-height:250px;margin-top:15px;padding-right:5px;display:flex;overflow-y:auto}.rs-finetune-item{background:#1e293b99;border:1px solid #334155;border-radius:8px;flex-direction:column;gap:10px;padding:12px 15px;display:flex}.rs-ft-text{color:#38bdf8;white-space:normal;text-align:right;border-bottom:1px solid #ffffff1a;width:100%;max-width:100%;padding-bottom:8px;font-weight:600;line-height:1.5}.rs-ft-inputs{flex-wrap:wrap;gap:15px;width:100%;display:flex}.rs-ft-inputs label{color:#94a3b8;align-items:center;gap:5px;font-size:.85rem;display:flex}.rs-ft-inputs input{color:#f8fafc;background:#0f172a;border:1px solid #334155;border-radius:4px;width:70px;padding:4px 8px;font-family:monospace}.rs-reel-player-overlay{--rs-scale:1;width:100%;padding:calc(20px * var(--rs-scale,1)) calc(15px * var(--rs-scale,1)) calc(15px * var(--rs-scale,1)) calc(15px * var(--rs-scale,1));gap:calc(12px * var(--rs-scale,1));z-index:10;color:#fff;box-sizing:border-box;direction:ltr;background:linear-gradient(#0000 0%,#0009 50%,#000000e6 100%);flex-direction:column;transition:padding .15s ease-out,gap .15s ease-out;display:flex;position:absolute;bottom:0;left:0;right:0}.rs-waveform-container{justify-content:space-between;align-items:center;gap:calc(10px * var(--rs-scale,1));width:100%;display:flex}.rs-waveform-time{font-size:calc(.7rem * var(--rs-scale,1));color:#ccc;font-family:monospace}.rs-waveform-bars{height:calc(25px * var(--rs-scale,1));flex:1;justify-content:space-between;align-items:center;gap:2px;display:flex}.rs-wave-bar{min-width:2px;max-height:calc(25px * var(--rs-scale,1));background:#ffffff80;border-radius:10px;flex:1;transition:all .1s;animation:1s ease-in-out infinite alternate wavePulse}@keyframes wavePulse{0%{transform:scaleY(.5)}to{transform:scaleY(1.2)}}.rs-reel-progress-wrapper{width:100%;height:calc(20px * var(--rs-scale,1));cursor:pointer;align-items:center;display:flex;position:relative}.rs-reel-progress-track{width:100%;height:calc(3px * var(--rs-scale,1));background:#ffffff4d;border-radius:2px;position:relative}.rs-reel-progress-fill{background:#fff;border-radius:2px;height:100%;position:absolute;top:0;left:0}.rs-reel-progress-thumb{width:calc(12px * var(--rs-scale,1));height:calc(12px * var(--rs-scale,1));cursor:pointer;background:#fff;position:absolute;top:50%;transform:translate(-50%,-50%)rotate(45deg);box-shadow:0 0 5px #00000080}.rs-reel-controls-row{width:100%;margin-top:calc(5px * var(--rs-scale,1));justify-content:center;align-items:center;display:flex}.rs-reel-actions-left{opacity:.8;flex-direction:column;align-items:center;display:flex}.rs-reel-icon{color:#fff;cursor:pointer}.rs-reel-icon-small{color:#ffffffb3;cursor:pointer}.rs-reel-playback-center{align-items:center;gap:calc(8px * var(--rs-scale,1));flex-direction:column;flex:1;display:flex}.rs-reel-buttons{align-items:center;gap:calc(15px * var(--rs-scale,1));display:flex}.rs-reel-play-circle{width:calc(35px * var(--rs-scale,1));height:calc(35px * var(--rs-scale,1));border:calc(2px * var(--rs-scale,1)) solid white;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex}.rs-reel-play-circle svg,.rs-reel-play-circle .icon{width:calc(1.2rem * var(--rs-scale,1))!important;height:calc(1.2rem * var(--rs-scale,1))!important}.rs-reel-icon-small svg,.rs-reel-icon-small .icon-sm{width:calc(1rem * var(--rs-scale,1))!important;height:calc(1rem * var(--rs-scale,1))!important}.rs-play-nudge{margin-left:2px}.rs-reel-track-info{flex-direction:column;align-items:center;display:flex}.rs-reel-artist{align-items:center;gap:calc(5px * var(--rs-scale,1));font-size:calc(.9rem * var(--rs-scale,1));font-family:Cairo,sans-serif;display:flex}.rs-verified-badge{color:#fff;font-size:calc(.5rem * var(--rs-scale,1));width:calc(12px * var(--rs-scale,1));height:calc(12px * var(--rs-scale,1));background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;display:flex}.rs-reel-song{font-size:calc(.7rem * var(--rs-scale,1));color:#ccc;width:calc(120px * var(--rs-scale,1));white-space:nowrap;align-items:center;display:flex;overflow:hidden}.rs-scrolling-text{animation:5s linear infinite scrollText;display:inline-block}@keyframes scrollText{0%{transform:translate(100%)}to{transform:translate(-100%)}}.rs-reel-disk{width:calc(35px * var(--rs-scale,1));height:calc(35px * var(--rs-scale,1))}.rs-vinyl{background:#111;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.rs-vinyl.spin{animation:3s linear infinite spinVinyl}@keyframes spinVinyl{to{transform:rotate(360deg)}}.rs-vinyl-center{background:#a855f7;border:2px solid #000;border-radius:50%;width:12px;height:12px}.rs-reel-bottom-meta{opacity:.8;justify-content:space-between;font-family:Cairo,sans-serif;font-size:.75rem;display:flex}.rs-reel-ai-tag{background:#fff3;border-radius:4px;padding:2px 6px}.rs-ft-inputs input:focus{border-color:#a855f7;outline:none}.rs-reel-player-overlay.pos-bottom{top:auto!important;bottom:0!important;transform:none!important}.rs-reel-player-overlay.pos-top{top:0!important;bottom:auto!important;transform:none!important}.rs-reel-player-overlay.pos-center{top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}.rs-reel-player-overlay.style-glass{border:1px solid #fff3;border-radius:20px;width:calc(100% - 20px);margin-bottom:10px;left:10px;-webkit-backdrop-filter:blur(12px)!important;background:#ffffff1a!important}.rs-reel-player-overlay.style-glass.pos-center{margin-bottom:0}.rs-reel-player-overlay.style-glass.pos-top{margin-top:10px}.rs-reel-player-overlay.style-neon{color:#0ff;border:1px solid #f0f;border-radius:12px;box-shadow:0 0 15px #ff00ff80,inset 0 0 10px #00ffff4d;background:#0a0a14cc!important}.rs-reel-player-overlay.style-neon .rs-wave-bar{box-shadow:0 0 5px #0ff;background:#0ff!important}.rs-reel-player-overlay.style-neon .rs-reel-progress-fill{box-shadow:0 0 8px #f0f;background:#f0f!important}.rs-reel-player-overlay.style-neon .rs-reel-progress-thumb{box-shadow:0 0 10px #fff,0 0 20px #0ff;background:#fff!important}.rs-reel-player-overlay.style-neon .rs-reel-icon,.rs-reel-player-overlay.style-neon .rs-reel-icon-small{color:#f0f!important}.rs-reel-player-overlay.style-neon .rs-reel-play-circle{box-shadow:0 0 10px #0ff;border-color:#0ff!important}.rs-reel-player-overlay.style-neon .rs-reel-play-circle svg{stroke:#0ff;fill:#0ff}.rs-reel-player-overlay.style-luxury{color:#fff;border-top:2px solid #d4af37;background:linear-gradient(135deg,#111 0%,#000 100%)!important}.rs-reel-player-overlay.style-luxury.pos-center,.rs-reel-player-overlay.style-luxury.pos-top{border:1px solid #d4af37;border-radius:12px}.rs-reel-player-overlay.style-luxury .rs-wave-bar,.rs-reel-player-overlay.style-luxury .rs-reel-progress-fill{background:#d4af37!important}.rs-reel-player-overlay.style-luxury .rs-reel-progress-thumb{border:2px solid #d4af37;background:#fff!important}.rs-reel-player-overlay.style-luxury .rs-reel-icon,.rs-reel-player-overlay.style-luxury .rs-reel-icon-small{color:#d4af37!important}.rs-reel-player-overlay.style-luxury .rs-reel-play-circle{background:#d4af371a;border-color:#d4af37!important}.rs-reel-player-overlay.style-luxury .rs-reel-play-circle svg{fill:#d4af37;stroke:#d4af37}.rs-reel-player-overlay.style-bubble{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50px;width:calc(100% - 30px);bottom:20px;left:15px;background:#0009!important;padding:15px 25px!important}.rs-reel-player-overlay.style-bubble.pos-top{top:20px}.rs-reel-player-overlay.style-bubble.pos-center{border-radius:20px}.rs-reel-player-overlay.style-cinematic{background:#000!important;padding-top:30px!important;padding-bottom:30px!important}.rs-reel-player-overlay.style-cinematic .rs-wave-bar{background:#ffffffb3!important}.rs-reel-player-overlay.style-cinematic .rs-reel-progress-thumb{display:none}.rs-reel-player-overlay.style-cinematic .rs-reel-progress-track{height:2px}.rs-reel-player-overlay.style-retro{border-top:calc(4px * var(--rs-scale,1)) solid #cb4b16;font-family:Courier New,Courier,monospace;color:#333!important;background:#fdf6e3!important}.rs-reel-player-overlay.style-retro.pos-center,.rs-reel-player-overlay.style-retro.pos-top{border:calc(4px * var(--rs-scale,1)) solid #cb4b16;border-radius:0}.rs-reel-player-overlay.style-retro .rs-wave-bar{border-radius:0;background:#cb4b16!important}.rs-reel-player-overlay.style-retro .rs-reel-progress-track{height:calc(8px * var(--rs-scale,1));border:1px solid #ccc;border-radius:0;background:#eee!important}.rs-reel-player-overlay.style-retro .rs-reel-progress-fill{border-radius:0;background:#268bd2!important}.rs-reel-player-overlay.style-retro .rs-reel-progress-thumb{width:calc(10px * var(--rs-scale,1));height:calc(16px * var(--rs-scale,1));border-radius:0;transform:translate(-50%,-50%)rotate(0);background:#dc322f!important}.rs-reel-player-overlay.style-retro .rs-reel-icon,.rs-reel-player-overlay.style-retro .rs-reel-icon-small{color:#586e75!important}.rs-reel-player-overlay.style-retro .rs-reel-play-circle{background:#eee;border-radius:0;border-color:#333!important}.rs-reel-player-overlay.style-retro .rs-reel-play-circle svg{fill:#333;stroke:#333}.rs-reel-player-overlay.style-retro .rs-waveform-time{color:#586e75}.rs-reel-player-overlay.style-light{color:#1e293b!important;background:linear-gradient(#0000 0%,#ffffffb3 40%,#fffffff2 100%)!important}.rs-reel-player-overlay.style-light.pos-top{background:linear-gradient(#fffffff2 0%,#ffffffb3 60%,#0000 100%)!important}.rs-reel-player-overlay.style-light.pos-center{box-shadow:0 10px 25px #0000001a;background:#ffffffd9!important}.rs-reel-player-overlay.style-light .rs-wave-bar{background:#3b82f6!important}.rs-reel-player-overlay.style-light .rs-reel-progress-track{background:#0000001a!important}.rs-reel-player-overlay.style-light .rs-reel-progress-fill{background:#3b82f6!important}.rs-reel-player-overlay.style-light .rs-reel-progress-thumb{background:#1e293b!important}.rs-reel-player-overlay.style-light .rs-reel-icon,.rs-reel-player-overlay.style-light .rs-reel-icon-small{color:#475569!important}.rs-reel-player-overlay.style-light .rs-reel-play-circle{border-color:#1e293b!important}.rs-reel-player-overlay.style-light .rs-reel-play-circle svg{fill:#1e293b;stroke:#1e293b}.rs-reel-player-overlay.style-light .rs-waveform-time{color:#64748b}.rs-reel-player-overlay.style-gradient{box-shadow:0 -5px 20px #f43f5e66;background:linear-gradient(135deg,#f43f5e 0%,#f97316 100%)!important}.rs-reel-player-overlay.style-gradient.pos-center{border-radius:20px;box-shadow:0 10px 30px #f43f5e66}.rs-reel-player-overlay.style-gradient .rs-reel-play-circle{background:#fff;border-color:#fff!important}.rs-reel-player-overlay.style-gradient .rs-reel-play-circle svg{fill:#f43f5e;stroke:#f43f5e}.rs-reel-player-overlay.style-gradient .rs-wave-bar{background:#fff!important}.rs-reel-player-overlay.style-gradient .rs-waveform-time{color:#fffc}.rs-reel-player-overlay.style-icons-only{background:0 0!important}.rs-reel-player-overlay.style-icons-only .rs-waveform-time,.rs-reel-player-overlay.style-icons-only .rs-reel-track-info,.rs-reel-player-overlay.style-icons-only .rs-waveform-bars{display:none!important}.rs-reel-player-overlay.style-icons-only .rs-reel-controls-row{justify-content:center}.rs-reel-player-overlay.style-dots{background:0 0!important}.rs-reel-player-overlay.style-dots .rs-reel-icon svg,.rs-reel-player-overlay.style-dots .rs-reel-icon-small svg,.rs-reel-player-overlay.style-dots .rs-reel-play-circle svg{display:none}.rs-reel-player-overlay.style-dots .rs-reel-play-circle{width:calc(15px * var(--rs-scale,1));height:calc(15px * var(--rs-scale,1));background:#fff;border-radius:50%;margin:0 10px;box-shadow:0 0 10px #fffc;border:none!important}.rs-reel-player-overlay.style-dots .rs-reel-icon{width:calc(8px * var(--rs-scale,1));height:calc(8px * var(--rs-scale,1));background:#fff9;border-radius:50%}.rs-reel-player-overlay.style-dots .rs-reel-icon-small{width:calc(5px * var(--rs-scale,1));height:calc(5px * var(--rs-scale,1));background:#ffffff4d;border-radius:50%}.rs-reel-player-overlay.style-gaming,.rs-reel-player-overlay.style-gamer{border:2px solid #333;border-radius:8px;background:#0f0f14f2!important}.rs-reel-player-overlay.style-gaming .rs-reel-icon svg,.rs-reel-player-overlay.style-gaming .rs-reel-icon-small svg,.rs-reel-player-overlay.style-gaming .rs-reel-play-circle svg,.rs-reel-player-overlay.style-gamer .rs-reel-icon svg,.rs-reel-player-overlay.style-gamer .rs-reel-icon-small svg,.rs-reel-player-overlay.style-gamer .rs-reel-play-circle svg{display:none}.rs-reel-player-overlay.style-gaming .rs-reel-play-circle,.rs-reel-player-overlay.style-gamer .rs-reel-play-circle{width:calc(30px * var(--rs-scale,1));height:calc(30px * var(--rs-scale,1));border-radius:50%;position:relative;border:2px solid #0f0!important}.rs-reel-player-overlay.style-gaming .rs-reel-play-circle:after,.rs-reel-player-overlay.style-gamer .rs-reel-play-circle:after{content:"";border-top:calc(6px * var(--rs-scale,1)) solid transparent;border-bottom:calc(6px * var(--rs-scale,1)) solid transparent;border-left:calc(10px * var(--rs-scale,1)) solid #0f0;width:0;height:0;left:calc(12px * var(--rs-scale,1));top:calc(7px * var(--rs-scale,1));position:absolute}.rs-reel-player-overlay.style-gaming .rs-reel-icon,.rs-reel-player-overlay.style-gamer .rs-reel-icon{width:calc(20px * var(--rs-scale,1));height:calc(20px * var(--rs-scale,1));border:2px solid #f05;border-radius:50%;position:relative}.rs-reel-player-overlay.style-gaming .rs-reel-icon:after,.rs-reel-player-overlay.style-gamer .rs-reel-icon:after{content:"";width:calc(8px * var(--rs-scale,1));height:calc(8px * var(--rs-scale,1));top:calc(4px * var(--rs-scale,1));left:calc(4px * var(--rs-scale,1));border:2px solid #f05;position:absolute}.rs-reel-player-overlay.style-gaming .rs-reel-icon-small,.rs-reel-player-overlay.style-gamer .rs-reel-icon-small{width:calc(16px * var(--rs-scale,1));height:calc(16px * var(--rs-scale,1));border:2px solid #0cf;border-radius:50%}.rs-reel-player-overlay.style-gaming .rs-reel-progress-fill,.rs-reel-player-overlay.style-gamer .rs-reel-progress-fill{background:#fc0!important}.rs-reel-player-overlay.style-winamp{color:#000;padding:calc(10px * var(--rs-scale,1));border:3px outset #eee;border-radius:0;background:linear-gradient(#d4d0c8,gray)!important}.rs-reel-player-overlay.style-winamp .rs-waveform-time{color:#0f0;background:#000;border:2px inset #555;padding:2px 5px;font-family:monospace}.rs-reel-player-overlay.style-winamp .rs-reel-play-circle{width:calc(40px * var(--rs-scale,1));height:calc(25px * var(--rs-scale,1));background:linear-gradient(#eee,#aaa);border-radius:0;border:2px outset #fff!important}.rs-reel-player-overlay.style-winamp .rs-reel-play-circle svg{fill:#000;stroke:#000}.rs-reel-player-overlay.style-winamp .rs-reel-icon,.rs-reel-player-overlay.style-winamp .rs-reel-icon-small{color:#000!important}.rs-reel-player-overlay.style-winamp .rs-wave-bar{box-shadow:none;border-radius:0;background:#0f0!important}.rs-reel-player-overlay.style-winamp .rs-reel-progress-track{height:calc(10px * var(--rs-scale,1));border:2px inset #555;border-radius:0;background:#000!important}.rs-reel-player-overlay.style-winamp .rs-reel-progress-fill{border-radius:0;background:linear-gradient(#0f0,green)!important}.rs-reel-player-overlay.style-winamp .rs-reel-progress-thumb{display:none}.rs-reel-player-overlay.style-giant-wave,.rs-reel-player-overlay.style-waveform-only{height:calc(150px * var(--rs-scale,1));justify-content:center;background:0 0!important;padding:0!important}.rs-reel-player-overlay.style-giant-wave .rs-reel-controls-row,.rs-reel-player-overlay.style-waveform-only .rs-reel-controls-row{display:none!important}.rs-reel-player-overlay.style-giant-wave .rs-waveform-container,.rs-reel-player-overlay.style-waveform-only .rs-waveform-container{height:calc(100px * var(--rs-scale,1));position:relative}.rs-reel-player-overlay.style-giant-wave .rs-waveform-bars,.rs-reel-player-overlay.style-waveform-only .rs-waveform-bars{height:calc(100px * var(--rs-scale,1));gap:4px}.rs-reel-player-overlay.style-giant-wave .rs-wave-bar,.rs-reel-player-overlay.style-waveform-only .rs-wave-bar{border-radius:20px;box-shadow:0 0 15px #ffffff80;background:#ffffffe6!important}.rs-reel-player-overlay.style-giant-wave .rs-waveform-time,.rs-reel-player-overlay.style-waveform-only .rs-waveform-time{top:calc(-30px * var(--rs-scale,1));font-size:calc(1.5rem * var(--rs-scale,1));text-shadow:0 2px 10px #000c;color:#fff;font-weight:700;position:absolute;left:50%;transform:translate(-50%)}.rs-reel-player-overlay.style-giant-wave .rs-reel-progress-wrapper,.rs-reel-player-overlay.style-waveform-only .rs-reel-progress-wrapper{display:none}.rs-reel-player-overlay.style-ios,.rs-reel-player-overlay.style-floating-bar{-webkit-backdrop-filter:blur(20px);width:calc(100% - 20px);padding:calc(25px * var(--rs-scale,1)) calc(20px * var(--rs-scale,1));border-radius:30px;margin-bottom:20px;left:10px;box-shadow:0 20px 40px #00000026;color:#000!important;background:#ffffffb3!important}.rs-reel-player-overlay.style-ios.pos-center{margin-bottom:0}.rs-reel-player-overlay.style-ios.pos-top{margin-top:20px}.rs-reel-player-overlay.style-ios .rs-reel-icon,.rs-reel-player-overlay.style-ios .rs-reel-icon-small{color:#333!important}.rs-reel-player-overlay.style-ios .rs-reel-play-circle{width:calc(50px * var(--rs-scale,1));height:calc(50px * var(--rs-scale,1));background:#000;border-color:#000!important}.rs-reel-player-overlay.style-ios .rs-reel-play-circle svg{fill:#fff;stroke:#fff;width:calc(24px * var(--rs-scale,1));height:calc(24px * var(--rs-scale,1))}.rs-reel-player-overlay.style-ios .rs-reel-progress-track{height:calc(6px * var(--rs-scale,1));background:#0000001a!important}.rs-reel-player-overlay.style-ios .rs-reel-progress-fill{background:#000!important}.rs-reel-player-overlay.style-ios .rs-reel-progress-thumb{display:none}.rs-reel-player-overlay.style-ios .rs-wave-bar{background:#333!important}.rs-reel-player-overlay.style-ios .rs-waveform-time{color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.rs-reel-player-overlay.style-cyberpunk{color:#0f0;border-left:4px solid #0f0;border-right:4px solid #0f0;border-radius:0;font-family:monospace;background:#001400cc!important}.rs-reel-player-overlay.style-cyberpunk:before{content:"SYSTEM ACTIVE //";font-size:calc(.5rem * var(--rs-scale,1));color:#0f0;opacity:.5;position:absolute;top:2px;left:5px}.rs-reel-player-overlay.style-cyberpunk .rs-reel-icon svg,.rs-reel-player-overlay.style-cyberpunk .rs-reel-icon-small svg,.rs-reel-player-overlay.style-cyberpunk .rs-reel-play-circle svg{display:none}.rs-reel-player-overlay.style-cyberpunk .rs-reel-play-circle{color:#0f0;font-size:calc(1.2rem * var(--rs-scale,1));border-radius:0;align-items:center;font-weight:700;display:flex;border:none!important}.rs-reel-player-overlay.style-cyberpunk .rs-reel-play-circle:before{content:"[PLAY]"}.rs-reel-player-overlay.style-cyberpunk .rs-reel-icon{justify-content:center;align-items:center;display:flex}.rs-reel-player-overlay.style-cyberpunk .rs-reel-icon:before{content:"<--";color:#0f0;font-size:calc(.8rem * var(--rs-scale,1))}.rs-reel-player-overlay.style-cyberpunk .rs-reel-icon:nth-child(4):before{content:"-->"}.rs-reel-player-overlay.style-cyberpunk .rs-reel-progress-track{border-bottom:calc(2px * var(--rs-scale,1)) dashed #0f0;height:calc(10px * var(--rs-scale,1));border-radius:0;background:0 0!important}.rs-reel-player-overlay.style-cyberpunk .rs-reel-progress-fill{height:calc(2px * var(--rs-scale,1));top:auto;bottom:calc(-2px * var(--rs-scale,1));border-radius:0;background:#0f0!important}.rs-reel-player-overlay.style-cyberpunk .rs-reel-progress-thumb{display:none}.rs-reel-player-overlay.style-cyberpunk .rs-wave-bar{border-radius:0;background:#0f0!important}.rs-reel-player-overlay.style-organic{border-radius:0 50px;width:calc(100% - 40px);left:20px;box-shadow:5px 5px 15px #0000004d;background:#556b2f!important}.rs-reel-player-overlay.style-organic .rs-reel-icon,.rs-reel-player-overlay.style-organic .rs-reel-icon-small{color:beige!important}.rs-reel-player-overlay.style-organic .rs-reel-play-circle{background:#6b8e23;border-color:beige!important}.rs-reel-player-overlay.style-organic .rs-reel-play-circle svg{fill:beige;stroke:beige}.rs-reel-player-overlay.style-organic .rs-wave-bar{border-radius:10px 10px 0 0;background:#8fbc8f!important}.rs-reel-player-overlay.style-organic .rs-reel-progress-fill{background:#9acd32!important}.rs-reel-player-overlay.style-organic .rs-reel-progress-thumb{border-radius:50%;transform:translate(-50%,-50%);background:beige!important}.rs-reel-player-overlay.style-3d-float{border:2px solid #fff;border-radius:12px;width:calc(100% - 40px);margin-bottom:25px;left:20px;box-shadow:0 15px #ff6348,0 20px 20px #0006;background:#ff4757!important}.rs-reel-player-overlay.style-3d-float.pos-top{margin-top:15px;box-shadow:0 10px #ff6348,0 15px 15px #0006}.rs-reel-player-overlay.style-3d-float .rs-reel-icon,.rs-reel-player-overlay.style-3d-float .rs-reel-icon-small{filter:drop-shadow(0 3px #0003);color:#fff!important}.rs-reel-player-overlay.style-3d-float .rs-reel-play-circle{background:#fff;transform:translateY(-3px);box-shadow:0 6px #dfe4ea;border:none!important}.rs-reel-player-overlay.style-3d-float .rs-reel-play-circle:active{transform:translateY(3px);box-shadow:0 0 #dfe4ea}.rs-reel-player-overlay.style-3d-float .rs-reel-play-circle svg{fill:#ff4757;stroke:#ff4757}.rs-reel-player-overlay.style-3d-float .rs-wave-bar{background:#fff!important}.rs-reel-player-overlay.style-3d-float .rs-reel-progress-track{height:calc(8px * var(--rs-scale,1));border-radius:10px;background:#ffffff4d!important}.rs-reel-player-overlay.style-3d-float .rs-reel-progress-fill{border-radius:10px;background:#fff!important}.rs-reel-player-overlay.style-3d-float .rs-reel-progress-thumb{width:calc(16px * var(--rs-scale,1));height:calc(16px * var(--rs-scale,1));border:3px solid #fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 3px #0003;background:#ffa502!important}.rs-reel-player-overlay.style-radio{border:4px solid #ced6e0;border-radius:5px;box-shadow:inset 0 0 10px #000;background:#2f3542!important}.rs-reel-player-overlay.style-radio .rs-reel-progress-track{height:calc(25px * var(--rs-scale,1));border:2px solid #000;background:repeating-linear-gradient(90deg,#57606f,#57606f 2px,#0000 2px 10px)!important}.rs-reel-player-overlay.style-radio .rs-reel-progress-fill{background:0 0!important}.rs-reel-player-overlay.style-radio .rs-reel-progress-thumb{width:calc(4px * var(--rs-scale,1));height:calc(35px * var(--rs-scale,1));border-radius:0;transform:translate(-50%,-50%)rotate(0);box-shadow:0 0 5px #000;background:#ff4757!important}.rs-reel-player-overlay.style-radio .rs-reel-play-circle{background:#747d8c;border-radius:5px;border:2px solid #a4b0be!important}.rs-reel-player-overlay.style-radio .rs-wave-bar{background:#ff4757!important}.rs-reel-player-overlay.style-inverted{border-radius:0;color:#000!important;background:#fff!important}.rs-reel-player-overlay.style-inverted .rs-reel-icon svg,.rs-reel-player-overlay.style-inverted .rs-reel-icon-small svg,.rs-reel-player-overlay.style-inverted .rs-reel-play-circle svg{display:none}.rs-reel-player-overlay.style-inverted .rs-reel-play-circle{width:calc(30px * var(--rs-scale,1));height:calc(30px * var(--rs-scale,1));background:#000;border-radius:0;border:none!important}.rs-reel-player-overlay.style-inverted .rs-reel-icon{width:calc(20px * var(--rs-scale,1));height:calc(20px * var(--rs-scale,1));background:#000;border-radius:50%}.rs-reel-player-overlay.style-inverted .rs-reel-icon-small{width:calc(15px * var(--rs-scale,1));height:calc(15px * var(--rs-scale,1));border:2px solid #000;border-radius:0}.rs-reel-player-overlay.style-inverted .rs-wave-bar{background:#000!important}.rs-reel-player-overlay.style-inverted .rs-waveform-time{color:#000;font-weight:700}.rs-reel-player-overlay.style-inverted .rs-reel-progress-track{border-radius:0;background:#ccc!important}.rs-reel-player-overlay.style-inverted .rs-reel-progress-fill{border-radius:0;background:#000!important}.rs-reel-player-overlay.style-inverted .rs-reel-progress-thumb{border-radius:0;transform:translate(-50%,-50%)rotate(45deg);background:#000!important}.rs-reel-player-overlay.style-vertical{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:40px;width:70px;background:#000000b3!important;padding:20px 10px!important;inset:50% 15px auto auto!important;transform:translateY(-50%)!important}.rs-reel-player-overlay.style-vertical .rs-reel-controls-row{flex-direction:column;gap:20px;height:100%}.rs-reel-player-overlay.style-vertical .rs-waveform-container{flex-direction:column;gap:5px;width:100%;height:100px}.rs-reel-player-overlay.style-vertical .rs-waveform-time{margin-bottom:15px;transform:rotate(90deg)}.rs-reel-player-overlay.style-vertical .rs-waveform-bars{flex-direction:column;width:25px;height:100%}.rs-reel-player-overlay.style-vertical .rs-wave-bar{width:100%;min-height:2px;animation:1s ease-in-out infinite alternate wavePulseH}@keyframes wavePulseH{0%{transform:scaleX(.5)}to{transform:scaleX(1.2)}}.rs-reel-player-overlay.style-vertical .rs-reel-buttons{flex-direction:column;gap:15px}.rs-reel-player-overlay.style-vertical .rs-reel-progress-wrapper{flex-direction:column;width:20px;height:100px}.rs-reel-player-overlay.style-vertical .rs-reel-progress-track{width:4px;height:100%}.rs-reel-player-overlay.style-vertical .rs-reel-progress-fill{width:100%;height:50%;top:auto;bottom:0}.rs-reel-player-overlay.style-vertical .rs-reel-progress-thumb{top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.rs-reel-player-overlay.style-vertical .rs-reel-track-info{display:none}.rs-reel-player-overlay.style-circular{justify-content:center;align-items:center;box-shadow:0 10px 30px #000000b3;background:conic-gradient(#ec4899 0%,#8b5cf6 50%,#ec4899 100%)!important;border-radius:50%!important;width:160px!important;height:160px!important;padding:8px!important;top:auto!important;bottom:20px!important;left:50%!important;transform:translate(-50%)!important}.rs-reel-player-overlay.style-circular.pos-center{top:50%!important;bottom:auto!important;transform:translate(-50%,-50%)!important}.rs-reel-player-overlay.style-circular.pos-top{top:20px!important;bottom:auto!important}.rs-reel-player-overlay.style-circular:before{content:"";z-index:-1;background:#111;border:2px solid #222;border-radius:50%;position:absolute;inset:10px}.rs-reel-player-overlay.style-circular .rs-waveform-container,.rs-reel-player-overlay.style-circular .rs-reel-progress-wrapper{display:none!important}.rs-reel-player-overlay.style-circular .rs-reel-controls-row{flex-direction:column;justify-content:center;margin:0}.rs-reel-player-overlay.style-circular .rs-reel-buttons{display:none}.rs-reel-player-overlay.style-circular .rs-reel-track-info{text-align:center}.rs-reel-player-overlay.style-circular .rs-reel-artist strong{text-shadow:0 2px 5px #000;font-size:1.1rem}.rs-reel-player-overlay.style-circular .rs-reel-song{justify-content:center;width:110px}.rs-reel-player-overlay.style-circular:hover:after{content:"▶";color:#fff;cursor:pointer;background:#0009;border-radius:50%;justify-content:center;align-items:center;font-size:3.5rem;display:flex;position:absolute;inset:10px}.rs-reel-player-overlay.style-micro{gap:0;background:0 0!important;padding:0 0 5px!important}.rs-reel-player-overlay.style-micro .rs-waveform-container,.rs-reel-player-overlay.style-micro .rs-reel-buttons,.rs-reel-player-overlay.style-micro .rs-reel-progress-thumb{display:none!important}.rs-reel-player-overlay.style-micro .rs-reel-progress-wrapper{width:100%;height:3px;position:absolute;bottom:0;left:0}.rs-reel-player-overlay.style-micro .rs-reel-progress-track{border-radius:0;height:3px;background:#fff3!important}.rs-reel-player-overlay.style-micro .rs-reel-progress-fill{border-radius:0;box-shadow:0 0 10px #fff;background:#fff!important}.rs-reel-player-overlay.style-micro .rs-reel-controls-row{justify-content:flex-start;margin-bottom:10px;padding:0 20px}.rs-reel-player-overlay.style-micro .rs-reel-track-info{text-shadow:0 2px 4px #000000e6;align-items:flex-start}.rs-reel-player-overlay.style-micro .rs-reel-artist strong{font-size:.85rem;font-weight:700}.rs-reel-player-overlay.style-micro .rs-reel-song{width:auto;max-width:250px;font-size:.65rem}.rs-reel-player-overlay.style-neumorphic{border-radius:20px;width:calc(100% - 40px);margin-bottom:20px;left:20px;color:#4d5e72!important;background:#e0e5ec!important;box-shadow:9px 9px 16px #a3b1c699,-9px -9px 16px #ffffff80!important}.rs-reel-player-overlay.style-neumorphic.pos-center{margin-bottom:0}.rs-reel-player-overlay.style-neumorphic.pos-top{margin-top:20px}.rs-reel-player-overlay.style-neumorphic .rs-reel-icon,.rs-reel-player-overlay.style-neumorphic .rs-reel-icon-small{color:#4d5e72!important}.rs-reel-player-overlay.style-neumorphic .rs-reel-play-circle{background:#e0e5ec;width:45px;height:45px;box-shadow:6px 6px 10px #a3b1c699,-6px -6px 10px #ffffff80;border:none!important}.rs-reel-player-overlay.style-neumorphic .rs-reel-play-circle:active{box-shadow:inset 6px 6px 10px #a3b1c699,inset -6px -6px 10px #ffffff80}.rs-reel-player-overlay.style-neumorphic .rs-reel-play-circle svg{fill:#4d5e72;stroke:#4d5e72}.rs-reel-player-overlay.style-neumorphic .rs-reel-progress-track{border-radius:4px;height:8px;box-shadow:inset 3px 3px 6px #a3b1c699,inset -3px -3px 6px #ffffff80;background:#e0e5ec!important}.rs-reel-player-overlay.style-neumorphic .rs-reel-progress-fill{border-radius:4px;background:#4d5e72!important}.rs-reel-player-overlay.style-neumorphic .rs-reel-progress-thumb{display:none}.rs-reel-player-overlay.style-neumorphic .rs-wave-bar{background:#4d5e72!important}.rs-reel-player-overlay.style-neumorphic .rs-waveform-time{color:#8a9bb1}.rs-reel-player-overlay.style-ticket{filter:drop-shadow(0 10px 10px #0000004d);border-top:1px dashed #a0937d;border-bottom:1px dashed #a0937d;width:calc(100% - 20px);margin-bottom:10px;position:relative;left:10px;color:#2c3e50!important;background:#fdfae3!important}.rs-reel-player-overlay.style-ticket:before,.rs-reel-player-overlay.style-ticket:after{content:"";background:#000;border-radius:50%;width:25px;height:25px;position:absolute;top:50%;transform:translateY(-50%)}.rs-reel-player-overlay.style-ticket:before{left:-12.5px}.rs-reel-player-overlay.style-ticket:after{right:-12.5px}.rs-reel-player-overlay.style-ticket .rs-waveform-container{border-top:2px solid #2c3e50;order:2;margin-top:10px;padding-top:10px}.rs-reel-player-overlay.style-ticket .rs-wave-bar{border-radius:0;margin:0 1px;animation:none;background:#2c3e50!important;height:25px!important;min-height:20px!important}.rs-reel-player-overlay.style-ticket .rs-waveform-time{border:1px solid #2c3e50;padding:2px 5px;font-family:monospace;font-size:1rem}.rs-reel-player-overlay.style-ticket .rs-reel-buttons{border:1px solid #2c3e50;border-radius:20px;padding:5px 15px}.rs-reel-player-overlay.style-ticket .rs-reel-icon,.rs-reel-player-overlay.style-ticket .rs-reel-icon-small{color:#2c3e50!important}.rs-reel-player-overlay.style-ticket .rs-reel-play-circle{border:none!important}.rs-reel-player-overlay.style-ticket .rs-reel-play-circle svg{fill:#2c3e50;stroke:#2c3e50}.rs-reel-player-overlay.style-ticket .rs-reel-progress-wrapper{display:none}.rs-reel-player-overlay.style-ticket .rs-reel-artist strong{text-transform:uppercase;letter-spacing:2px;font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:900}.rs-reel-player-overlay.style-diamond-royal{-webkit-backdrop-filter:blur(16px)saturate(180%);border:1px solid #fff6;border-radius:20px 20px 0 0;box-shadow:0 15px 35px #a855f74d,inset 0 0 15px #ffffff40;background:linear-gradient(135deg,#ec489959,#a855f759,#3b82f659)!important;width:100%!important;margin-bottom:0!important;left:0!important}.rs-reel-player-overlay.style-diamond-royal .rs-wave-bar{box-shadow:0 0 8px #a855f7;background:linear-gradient(#3b82f6,#ec4899)!important}.rs-reel-player-overlay.style-diamond-royal .rs-reel-play-circle{width:44px;height:44px;box-shadow:0 0 20px #fcd34dcc;background:linear-gradient(135deg,#fcd34d,#ec4899)!important;border:2px solid #fff!important}.rs-reel-player-overlay.style-diamond-royal .rs-reel-play-circle svg{fill:#fff;stroke:#fff}.rs-reel-player-overlay.style-diamond-royal .rs-reel-progress-fill{box-shadow:0 0 10px #ec4899;background:linear-gradient(90deg,#fcd34d,#ec4899,#3b82f6)!important}.rs-reel-player-overlay.style-diamond-royal .rs-reel-progress-thumb{border:2px solid #fff;box-shadow:0 0 15px #fcd34d;background:#fcd34d!important}.rs-reel-player-overlay.style-stellar-orbit{border-top:2px solid #00f0ff;border-bottom:2px solid #a855f7;box-shadow:0 0 25px #00f0ff4d,inset 0 0 15px #a855f733;background:#080f1ee0!important;border-radius:0!important;width:100%!important;left:0!important;right:0!important}.rs-reel-player-overlay.style-stellar-orbit:before{content:"ORBITAL FREQ 432Hz // CORE AUDIO";color:#00f0ff;letter-spacing:1px;opacity:.85;font-family:monospace;font-size:.55rem;position:absolute;top:3px;right:15px}.rs-reel-player-overlay.style-stellar-orbit .rs-wave-bar{box-shadow:0 0 6px #00f0ff;background:#00f0ff!important}.rs-reel-player-overlay.style-stellar-orbit .rs-reel-play-circle{background:#00f0ff26;box-shadow:0 0 15px #00f0ff80;border:2px dashed #00f0ff!important}.rs-reel-player-overlay.style-stellar-orbit .rs-reel-play-circle svg{fill:#00f0ff;stroke:#00f0ff}.rs-reel-player-overlay.style-stellar-orbit .rs-reel-progress-fill{background:linear-gradient(90deg,#00f0ff,#a855f7)!important}.rs-reel-player-overlay.style-flame-burst{border-radius:20px;width:calc(100% - 30px);left:15px;box-shadow:0 12px 30px #ef444480;color:#fff!important;background:linear-gradient(135deg,#ef4444e6,#f97316e6,#eab308e6)!important}.rs-reel-player-overlay.style-flame-burst .rs-wave-bar{box-shadow:0 0 10px #ffffffe6;background:#fff!important}.rs-reel-player-overlay.style-flame-burst .rs-reel-play-circle{box-shadow:0 4px 15px #0000004d;background:#fff!important;border:none!important}.rs-reel-player-overlay.style-flame-burst .rs-reel-play-circle svg{fill:#ef4444;stroke:#ef4444}.rs-reel-player-overlay.style-flame-burst .rs-reel-progress-track{background:#ffffff4d!important}.rs-reel-player-overlay.style-flame-burst .rs-reel-progress-fill{background:#fff!important}.rs-reel-player-overlay.style-flame-burst .rs-reel-progress-thumb{border:2px solid #ef4444;background:#fef08a!important}.rs-reel-player-overlay.style-liquid-mercury{border:1px solid #fff;border-radius:22px;box-shadow:0 20px 40px #0006,inset 0 2px 4px #fffc;color:#0f172a!important;background:linear-gradient(145deg,#e2e8f0,#94a3b8)!important;width:100%!important;left:0!important}.rs-reel-player-overlay.style-liquid-mercury .rs-wave-bar{background:#0f172a!important}.rs-reel-player-overlay.style-liquid-mercury .rs-reel-play-circle{box-shadow:0 6px 15px #0f172a66;background:#0f172a!important;border:2px solid #fff!important}.rs-reel-player-overlay.style-liquid-mercury .rs-reel-play-circle svg{fill:#fff;stroke:#fff}.rs-reel-player-overlay.style-liquid-mercury .rs-reel-progress-track{background:#0f172a26!important}.rs-reel-player-overlay.style-liquid-mercury .rs-reel-progress-fill{background:#0f172a!important}.rs-reel-player-overlay.style-liquid-mercury .rs-reel-progress-thumb{border:2px solid #0f172a;background:#fff!important}.rs-reel-player-overlay.style-liquid-mercury .rs-waveform-time{color:#334155;font-weight:700}.rs-reel-player-overlay.style-gold-neon-fusion{border:2px solid #eab308;border-radius:18px;box-shadow:0 0 20px #eab30866,inset 0 0 15px #eab30826;color:#fef08a!important;background:radial-gradient(circle at 0 0,#262626,#050505)!important}.rs-reel-player-overlay.style-gold-neon-fusion .rs-wave-bar{box-shadow:0 0 8px #eab308;background:linear-gradient(#fef08a,#eab308)!important}.rs-reel-player-overlay.style-gold-neon-fusion .rs-reel-play-circle{box-shadow:0 0 15px #eab308;background:linear-gradient(135deg,#eab308,#ca8a04)!important;border:2px solid #fef08a!important}.rs-reel-player-overlay.style-gold-neon-fusion .rs-reel-play-circle svg{fill:#000;stroke:#000}.rs-reel-player-overlay.style-gold-neon-fusion .rs-reel-progress-fill{box-shadow:0 0 8px #eab308;background:linear-gradient(90deg,#eab308,#fef08a)!important}.rs-reel-player-overlay.style-gold-neon-fusion .rs-reel-progress-thumb{border:2px solid #eab308;box-shadow:0 0 10px #eab308;background:#fff!important}.rs-reel-player-overlay.style-gold-neon-fusion .rs-reel-icon,.rs-reel-player-overlay.style-gold-neon-fusion .rs-reel-icon-small{color:#eab308!important}.rs-word-item.bg-none,.rs-word-center.bg-none,.bg-none{box-shadow:none!important;background:0 0!important;border:none!important}.rs-word-item.bg-charcoal,.rs-word-center.bg-charcoal,.bg-charcoal{background:linear-gradient(145deg, color-mix(in srgb, var(--rs-text-bg-color,#000) 60%, white 40%), var(--rs-text-bg-color,#000))!important;border:1px solid #444!important;border-radius:12px!important;margin:5px!important;padding:6px 18px!important;display:inline-block!important;box-shadow:0 5px 15px #000c,inset 0 1px 2px #ffffff1a!important}.rs-word-item.bg-glass,.rs-word-center.bg-glass,.bg-glass{background:color-mix(in srgb, var(--rs-text-bg-color,#fff) 20%, transparent)!important;-webkit-backdrop-filter:blur(15px)!important;border:1px solid #ffffff4d!important;border-radius:12px!important;margin:5px!important;padding:6px 18px!important;display:inline-block!important;box-shadow:0 4px 30px #0003!important}.rs-word-item.bg-neon,.rs-word-center.bg-neon,.bg-neon{background:color-mix(in srgb, var(--rs-text-bg-color,#000) 70%, transparent)!important;border:2px solid var(--rs-stroke-color,#ec4899)!important;box-shadow:0 0 15px var(--rs-stroke-color,#ec4899), inset 0 0 10px var(--rs-stroke-color,#ec4899)!important;border-radius:12px!important;margin:5px!important;padding:6px 18px!important;display:inline-block!important}.rs-word-item.bg-brush,.rs-word-center.bg-brush,.bg-brush{background:var(--rs-text-bg-color,#ff4757)!important;clip-path:polygon(2% 10%,98% 5%,95% 90%,5% 95%)!important;box-shadow:none!important;margin:5px!important;padding:6px 22px!important;display:inline-block!important}.rs-word-item.bg-solid,.rs-word-center.bg-solid,.bg-solid{background:var(--rs-text-bg-color,#000)!important;border-radius:4px!important;margin:5px!important;padding:6px 18px!important;display:inline-block!important;box-shadow:4px 4px #0006!important}.rs-word-item.bg-pill,.rs-word-center.bg-pill,.bg-pill{background:var(--rs-text-bg-color,#000000bf)!important;-webkit-backdrop-filter:blur(8px)!important;border-radius:50px!important;margin:5px!important;padding:8px 24px!important;display:inline-block!important;box-shadow:0 4px 20px #00000040!important}.rs-word-item.bg-marker,.rs-word-center.bg-marker,.bg-marker{background:var(--rs-text-bg-color,#fde047)!important;color:#000!important;text-shadow:none!important;border-radius:4px!important;margin:5px!important;padding:5px 15px!important;display:inline-block!important;box-shadow:3px 3px #0000004d!important}.rs-word-item.bg-wall,.rs-word-center.bg-wall,.bg-wall{background-color:var(--rs-text-bg-color,#2a2a2a)!important;border-left:5px solid var(--rs-text-color,#fff)!important;background-image:repeating-linear-gradient(45deg,#ffffff0d 0 2px,#0000 2px 4px),repeating-linear-gradient(-45deg,#ffffff08 0 2px,#0000 2px 4px)!important;border-radius:4px!important;margin:5px!important;padding:10px 20px!important;display:inline-block!important;box-shadow:0 5px 15px #0009!important}.rs-word-item.bg-cinematic-bar,.rs-word-center.bg-cinematic-bar,.bg-cinematic-bar{background:color-mix(in srgb, var(--rs-text-bg-color,#000) 85%, transparent)!important;border-left:6px solid var(--rs-stroke-color,#e50914)!important;margin:5px!important;padding:8px 25px!important;display:inline-block!important;box-shadow:0 10px 30px #000c!important}.rs-word-item.bg-soft-glow,.rs-word-center.bg-soft-glow,.bg-soft-glow{background:radial-gradient(ellipse at center, color-mix(in srgb, var(--rs-text-bg-color,#000) 85%, transparent) 0%, transparent 75%)!important;margin:0!important;padding:15px 30px!important;display:inline-block!important}.render-mode .rs-header,.render-mode .rs-controls,.render-mode .rs-time-indicator,.render-mode .rs-timeline-container{display:none!important}.render-mode{background:#000!important;margin:0!important;padding:0!important}.render-mode .rs-main,.render-mode .rs-preview-panel,.render-mode .rs-phone-frame,.render-mode .rs-preview-canvas{position:absolute;top:0;left:0;box-shadow:none!important;border:none!important;border-radius:0!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important}.bg-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff2e;border-radius:50px;padding:.2rem 1.5rem;box-shadow:0 8px 32px #1f26875e}.bg-marker{background:#ff0;padding:.1rem .5rem;display:inline-block;box-shadow:3px 3px #0003;color:#000!important;text-shadow:none!important;transform:skew(-15deg)rotate(-2deg)!important}.bg-wall{border-left:5px solid var(--rs-text-color,#fff);background:#2a2a2a url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h18V0h2v20.5h-20zM0 22h20v2H0v-2zm0 4h20v2H0v-2zm0 4h20v2H0v-2zm0 4h20v2H0v-2zm22-12h18v2H22v-2zm0 4h18v2H22v-2zm0 4h18v2H22v-2zm0 4h18v2H22v-2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");border-radius:4px;padding:.5rem 1.5rem;box-shadow:0 4px 15px #00000080}.bg-cinematic-bar{background:linear-gradient(90deg,#0000,#000c 20% 80%,#0000);width:100%;padding:.3rem 2rem;display:block}.bg-soft-glow{background:radial-gradient(#fff3 0%,#0000 70%);border-radius:100px;padding:1rem 3rem}.layout-staggered .rs-word-item:nth-child(2n){transform:translate(-10%)}.layout-staggered .rs-word-item:nth-child(odd){transform:translate(10%)}.layout-horizontal{flex-wrap:wrap;justify-content:center;align-items:center;flex-direction:row!important}.layout-horizontal .rs-word-item{margin:0 .2rem}.reels-studio-container.render-mode .rs-header,.reels-studio-container.render-mode .rs-controls,.reels-studio-container.render-mode .rs-timeline-container,.reels-studio-container.render-mode .rs-time-indicator{display:none!important}.reels-studio-container.render-mode .rs-main{width:100vw!important;max-width:none!important;height:100vh!important;margin:0!important;padding:0!important}.reels-studio-container.render-mode .rs-preview-panel{z-index:9999;position:fixed;top:0;left:0;border:none!important;border-radius:0!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important}.reels-studio-container.render-mode .rs-phone-frame{width:100vw!important;height:100vh!important;box-shadow:none!important;border:none!important;border-radius:0!important}.rs-ink-paper-bg{z-index:0;background:repeating-linear-gradient(-35deg,#ffffff4d 0 70px,#e1d2be26 70px 150px),radial-gradient(70% 55% at 15% 20%,#3c2d1e24 0%,#0000 70%),radial-gradient(65% 65% at 85% 75%,#3c2d1e29 0%,#0000 65%),linear-gradient(155deg,#eee5d8 0%,#e0d4c2 45%,#cfc0ad 100%);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.rs-ink-paper-bg:after{content:"";pointer-events:none;background-image:url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"paperGrain\"><feTurbulence type=\"fractalNoise\" baseFrequency=\"0.75\" numOctaves=\"3\" stitchTiles=\"stitch\"/></filter><rect width=\"100%\" height=\"100%\" filter=\"url(%23paperGrain)\" opacity=\"0.08\"/></svg>");width:100%;height:100%;position:absolute;top:0;left:0}.rs-bg-mask-container,.rs-bg-mask-container.mask-normal{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.rs-bg-mask-container.mask-ink-splat{top:var(--rs-mask-top,8%);width:var(--rs-mask-scale,86%);z-index:2;justify-content:center;align-items:center;height:38%;transition:all .2s;display:flex;position:absolute;left:50%;transform:translate(-50%)}.rs-bg-mask-container.mask-ink-splat:before{content:"";filter:url(#rs-ink-splatter-filter)drop-shadow(0 0 16px #000000b3);z-index:1;pointer-events:none;mix-blend-mode:multiply;background:radial-gradient(92% 85%,#121216f2 45%,#19161ccc 70%,#0000 100%);border-radius:46% 54% 48% 52%/52% 48% 54% 46%;width:112%;height:112%;position:absolute;top:-6%;left:-6%}.rs-bg-mask-container.mask-ink-splat .rs-mask-inner{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;overflow:visible!important}.rs-bg-mask-container.mask-ink-splat .rs-preview-bg{background:0 0!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;display:flex!important}.rs-bg-mask-container.mask-ink-splat .rs-bg-overlay{background:0 0!important;display:none!important}.rs-bg-mask-container.mask-ink-splat .rs-bg-media{object-fit:contain!important;width:auto!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0 auto!important;display:block!important}.rs-bg-mask-container.mask-ink-splat .rs-cloud-smoke-overlay{filter:url(#rs-smoke-filter);mix-blend-mode:screen;pointer-events:none;z-index:3;opacity:.65;background:radial-gradient(circle at 30% 30%,#ffffff7a 0%,#0000 60%),radial-gradient(circle at 75% 65%,#ffffff6b 0%,#0000 55%),radial-gradient(#f0ebe14d 0%,#0000 70%);width:130%;height:130%;animation:10s ease-in-out infinite alternate rsSmokeDrift;position:absolute;top:-15%;left:-15%}.rs-bg-mask-container.mask-ink-white{top:var(--rs-mask-top,8%);width:var(--rs-mask-scale,86%);z-index:2;justify-content:center;align-items:center;height:38%;transition:all .2s;display:flex;position:absolute;left:50%;transform:translate(-50%)}.rs-bg-mask-container.mask-ink-white:before{content:"";filter:url(#rs-ink-splatter-filter)drop-shadow(0 10px 25px #0000002e);z-index:1;pointer-events:none;mix-blend-mode:normal;background:radial-gradient(92% 85%,#fffffffa 45%,#f8f5f0e6 70%,#0000 100%);border-radius:46% 54% 48% 52%/52% 48% 54% 46%;width:112%;height:112%;position:absolute;top:-6%;left:-6%}.rs-bg-mask-container.mask-ink-white .rs-mask-inner{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;overflow:visible!important}.rs-bg-mask-container.mask-ink-white .rs-preview-bg{background:0 0!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;display:flex!important}.rs-bg-mask-container.mask-ink-white .rs-bg-overlay{background:0 0!important;display:none!important}.rs-bg-mask-container.mask-ink-white .rs-bg-media{object-fit:contain!important;width:auto!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0 auto!important;display:block!important}.rs-bg-mask-container.mask-ink-white .rs-cloud-smoke-overlay{filter:url(#rs-smoke-filter);mix-blend-mode:screen;pointer-events:none;z-index:3;opacity:.85;background:radial-gradient(circle at 30% 30%,#ffffffb3 0%,#0000 60%),radial-gradient(circle at 75% 65%,#fff9 0%,#0000 55%),radial-gradient(#ffffff73 0%,#0000 70%);width:130%;height:130%;animation:10s ease-in-out infinite alternate rsSmokeDrift;position:absolute;top:-15%;left:-15%}@keyframes rsSmokeDrift{0%{opacity:.5;transform:scale(1)rotate(0)}50%{opacity:.75;transform:scale(1.08)rotate(3deg)}to{opacity:.55;transform:scale(1.03)rotate(-2deg)}}.rs-cloud-handle-tag{letter-spacing:.35em;color:#1e1e24;text-shadow:0 1px 2px #ffffffe6;white-space:nowrap;pointer-events:none;z-index:5;font-family:Courier New,monospace,sans-serif;font-size:.85rem;font-weight:700;position:absolute;bottom:-24px;left:50%;transform:translate(-50%)}.rs-bg-mask-container.mask-cloud-soft{top:var(--rs-mask-top,8%);width:var(--rs-mask-scale,86%);z-index:2;justify-content:center;align-items:center;height:38%;transition:all .2s;display:flex;position:absolute;left:50%;transform:translate(-50%)}.rs-bg-mask-container.mask-cloud-soft:before{content:"";filter:drop-shadow(0 15px 35px #a087694d);z-index:1;pointer-events:none;background:radial-gradient(85% 75%,#fffaf0f2 0%,#f0e6d7b3 45%,#dccdb94d 70%,#0000 100%);border-radius:50%;width:120%;height:120%;animation:8s ease-in-out infinite alternate rsSoftGlowPulse;position:absolute;top:-10%;left:-10%}@keyframes rsSoftGlowPulse{0%{opacity:.85;transform:scale(1)}to{opacity:1;filter:drop-shadow(0 18px 45px #b4967366);transform:scale(1.04)}}.rs-bg-mask-container.mask-cloud-soft .rs-mask-inner{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:radial-gradient(90% 80%,#000 55%,#000000d9 75%,#0000 100%);mask-image:radial-gradient(90% 80%,#000 55%,#000000d9 75%,#0000 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;box-shadow:none!important;background:0 0!important;border:none!important}.rs-bg-mask-container.mask-cloud-soft .rs-preview-bg{background:0 0!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;display:flex!important}.rs-bg-mask-container.mask-cloud-soft .rs-bg-overlay{background:0 0!important;display:none!important}.rs-bg-mask-container.mask-cloud-soft .rs-bg-media{object-fit:contain!important;width:auto!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0 auto!important;display:block!important}.rs-bg-mask-container.mask-cloud-soft .rs-cloud-smoke-overlay{filter:url(#rs-smoke-filter);mix-blend-mode:soft-light;pointer-events:none;z-index:3;opacity:.8;background:radial-gradient(circle at 35% 35%,#ffffffa6 0%,#0000 60%),radial-gradient(circle at 70% 65%,#ffffff8c 0%,#0000 55%),radial-gradient(#fff8eb66 0%,#0000 70%);width:130%;height:130%;animation:10s ease-in-out infinite alternate rsSmokeDrift;position:absolute;top:-15%;left:-15%}.rs-bg-mask-container.mask-circle-art{top:var(--rs-mask-top,8%);width:var(--rs-mask-scale,86%);z-index:2;justify-content:center;align-items:center;height:38%;transition:all .2s;display:flex;position:absolute;left:50%;transform:translate(-50%)}.rs-bg-mask-container.mask-circle-art:before{content:"";filter:url(#rs-ink-splatter-filter)drop-shadow(0 0 16px #782d23a6);z-index:1;pointer-events:none;mix-blend-mode:multiply;background:radial-gradient(92% 85%,#a54437f2 25%,#c3694bd9 50%,#41232de6 75%,#0000 100%);border-radius:46% 54% 48% 52%/52% 48% 54% 46%;width:112%;height:112%;position:absolute;top:-6%;left:-6%}.rs-bg-mask-container.mask-circle-art .rs-mask-inner{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;overflow:visible!important}.rs-bg-mask-container.mask-circle-art .rs-preview-bg{background:0 0!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;display:flex!important}.rs-bg-mask-container.mask-circle-art .rs-bg-overlay{background:0 0!important;display:none!important}.rs-bg-mask-container.mask-circle-art .rs-bg-media{object-fit:contain!important;width:auto!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0 auto!important;display:block!important}.rs-bg-mask-container.mask-circle-art .rs-cloud-smoke-overlay{filter:url(#rs-smoke-filter);mix-blend-mode:screen;pointer-events:none;z-index:3;opacity:.6;background:radial-gradient(circle at 30% 30%,#ffd2b473 0%,#0000 60%),radial-gradient(circle at 75% 65%,#f0967859 0%,#0000 55%),radial-gradient(#ffe6c840 0%,#0000 70%);width:130%;height:130%;animation:10s ease-in-out infinite alternate rsSmokeDrift;position:absolute;top:-15%;left:-15%}.rs-bg-mask-container:not(.mask-normal) .rs-preview-bg,.rs-bg-mask-container:not(.mask-normal) .rs-bg-media{object-fit:cover!important;width:100%!important;height:100%!important}.rs-watermark-overlay{bottom:var(--rs-wm-bottom,2%);z-index:10;width:var(--rs-wm-scale,75%);pointer-events:none;justify-content:center;align-items:flex-end;display:flex;position:absolute;left:50%;transform:translate(-50%)}.rs-watermark-overlay img{object-fit:contain;filter:drop-shadow(0 6px 18px #0000002e);max-width:100%;max-height:280px}.blog-page-container,.blog-post-page{color:#f8fafc;background:#0f172a;min-height:100vh;padding-bottom:60px;font-family:Cairo,Tajawal,sans-serif}.blog-hero-section{text-align:center;background:radial-gradient(circle at 50% 20%,#6366f126 0%,#0f172a 70%),linear-gradient(#1e1b4b 0%,#0f172a 100%);border-bottom:1px solid #ffffff14;padding:60px 20px 40px}.blog-hero-content{max-width:800px;margin:0 auto}.blog-badge{color:#a5b4fc;background:#6366f133;border:1px solid #6366f166;border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-flex}.sparkle-icon{color:#fbbf24}.blog-hero-title{color:#fff;text-shadow:0 2px 10px #00000080;margin-bottom:12px;font-size:2.5rem;font-weight:800}.blog-hero-subtitle{color:#94a3b8;margin-bottom:28px;font-size:1.1rem;line-height:1.7}.blog-search-wrapper{max-width:600px;margin:0 auto;position:relative}.blog-search-icon{color:#64748b;pointer-events:none;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.blog-search-input{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293bd9;border:1px solid #334155;border-radius:12px;width:100%;padding:14px 48px 14px 40px;font-family:inherit;font-size:1rem;transition:all .2s}.blog-search-input:focus{background:#1e293b;border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f140}.blog-search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.blog-categories-bar{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172af2;border-bottom:1px solid #ffffff0f;padding:12px 20px;position:sticky;top:0}.blog-categories-inner{gap:10px;max-width:1100px;margin:0 auto;padding-bottom:4px;display:flex;overflow-x:auto}.blog-categories-inner::-webkit-scrollbar{height:4px}.blog-categories-inner::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.blog-cat-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#1e293bb3;border:1px solid #334155;border-radius:20px;align-items:center;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.blog-cat-btn:hover{color:#fff;background:#1e293b;border-color:#475569}.blog-cat-btn.active{color:#fff;background:#6366f1;border-color:#6366f1;box-shadow:0 4px 12px #6366f159}.blog-main-content{max-width:1100px;margin:30px auto 0;padding:0 20px}.blog-featured-card{background:linear-gradient(135deg,#1e293be6 0%,#0f172af2 100%);border:1px solid #334155;border-radius:16px;margin-bottom:40px;padding:30px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.blog-featured-card:before{content:"";background:linear-gradient(#6366f1,#a855f7);width:4px;height:100%;position:absolute;top:0;left:0}.featured-badge{color:#fbbf24;background:#f59e0b33;border:1px solid #f59e0b66;border-radius:12px;margin-bottom:12px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.featured-cat{color:#818cf8;margin-bottom:6px;font-size:.9rem;font-weight:600;display:block}.featured-title{margin-bottom:14px;font-size:1.8rem;font-weight:800;line-height:1.4}.featured-title a{color:#fff;text-decoration:none;transition:color .2s}.featured-title a:hover{color:#a5b4fc}.featured-desc{color:#cbd5e1;margin-bottom:20px;font-size:1.05rem;line-height:1.7}.featured-meta{color:#94a3b8;flex-wrap:wrap;gap:20px;margin-bottom:22px;font-size:.88rem;display:flex}.featured-meta span{align-items:center;gap:6px;display:flex}.featured-btn{color:#fff;background:#6366f1;border-radius:8px;align-items:center;gap:8px;padding:10px 22px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.featured-btn:hover{background:#4f46e5;transform:translate(-4px);box-shadow:0 4px 14px #6366f166}.blog-grid-header{border-bottom:1px solid #ffffff14;margin-bottom:24px;padding-bottom:12px}.section-title{color:#f1f5f9;align-items:center;gap:10px;font-size:1.35rem;font-weight:700;display:flex}.section-icon{color:#6366f1}.blog-cards-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.blog-card{background:#1e293bb3;border:1px solid #334155;border-radius:14px;flex-direction:column;padding:24px;transition:all .25s;display:flex;box-shadow:0 4px 12px #00000026}.blog-card:hover{background:#1e293bf2;border-color:#6366f1;transform:translateY(-4px);box-shadow:0 8px 24px #6366f126}.blog-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.card-category{color:#818cf8;background:#6366f11f;border-radius:6px;padding:4px 10px;font-size:.82rem;font-weight:700}.card-read-time{color:#94a3b8;align-items:center;gap:4px;font-size:.8rem;display:flex}.blog-card-title{margin-bottom:12px;font-size:1.25rem;font-weight:700;line-height:1.5}.blog-card-title a{color:#fff;text-decoration:none;transition:color .2s}.blog-card-title a:hover{color:#a5b4fc}.blog-card-desc{color:#94a3b8;flex-grow:1;margin-bottom:16px;font-size:.95rem;line-height:1.6}.blog-card-tags{flex-wrap:wrap;gap:6px;margin-bottom:18px;display:flex}.card-tag{color:#64748b;background:#0f172a99;border-radius:4px;padding:2px 8px;font-size:.78rem}.blog-card-footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:14px;font-size:.85rem;display:flex}.card-author-info{color:#64748b;align-items:center;gap:6px;display:flex}.read-more-link{color:#818cf8;align-items:center;gap:4px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.read-more-link:hover{color:#fff;transform:translate(-3px)}.reading-progress-bar{z-index:9999;background:linear-gradient(90deg,#6366f1,#ec4899);height:4px;transition:width .1s ease-out;position:fixed;top:0;left:0}.blog-breadcrumb-wrapper{background:#0f172ae6;border-bottom:1px solid #ffffff0f;padding:14px 20px}.blog-breadcrumbs{color:#64748b;align-items:center;gap:8px;max-width:860px;margin:0 auto;font-size:.88rem;display:flex}.blog-breadcrumbs a{color:#94a3b8;text-decoration:none;transition:color .2s}.blog-breadcrumbs a:hover{color:#818cf8}.current-crumb{color:#cbd5e1;font-weight:600}.blog-post-container{max-width:860px;margin:40px auto 0;padding:0 20px}.article-header{text-align:right;margin-bottom:35px}.article-category-badge{color:#a5b4fc;background:#6366f12e;border:1px solid #6366f159;border-radius:12px;margin-bottom:16px;padding:4px 14px;font-size:.88rem;font-weight:700;display:inline-block}.article-main-title{color:#fff;margin-bottom:20px;font-size:2.3rem;font-weight:800;line-height:1.4}.article-meta-row{color:#94a3b8;border-bottom:1px solid #ffffff14;flex-wrap:wrap;gap:20px;margin-bottom:24px;padding-bottom:20px;font-size:.92rem;display:flex}.meta-item{align-items:center;gap:6px;display:flex}.article-intro-summary{color:#cbd5e1;background:#1e293b99;border-right:4px solid #6366f1;border-radius:0 8px 8px 0;margin-bottom:30px;padding:16px 20px;font-size:1.15rem;line-height:1.8}.article-body-content{color:#e2e8f0;font-size:1.18rem;line-height:2.1}.article-body-content p{text-align:justify;margin-bottom:24px}.article-h2{color:#fff;border-bottom:1px solid #6366f140;align-items:center;margin:40px 0 18px;padding-bottom:10px;font-size:1.7rem;font-weight:800;display:flex}.article-h3{color:#a5b4fc;margin:28px 0 14px;font-size:1.35rem;font-weight:700}.article-blockquote{color:#e0e7ff;background:#6366f114;border-right:4px solid #818cf8;border-radius:0 10px 10px 0;margin:28px 0;padding:20px 24px;font-size:1.2rem;font-style:italic;line-height:1.9}.article-bullet-item{margin-bottom:12px;padding-right:12px;list-style:none;position:relative}.article-bullet-item:before{content:"✦";color:#6366f1;font-size:.9rem;position:absolute;right:-10px}.article-divider{background:linear-gradient(90deg,#0000,#ffffff26,#0000);border:0;height:1px;margin:36px 0}.adsense-blog-slot,.adsense-article-slot{text-align:center;background:#0f172a66;border:1px dashed #ffffff14;border-radius:8px;min-height:90px;margin:30px auto;padding:10px}.article-tags-section{border-top:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:12px;margin:35px 0 25px;padding-top:20px;display:flex}.tags-label{color:#94a3b8;align-items:center;gap:6px;font-size:.95rem;font-weight:600;display:flex}.tags-list{flex-wrap:wrap;gap:8px;display:flex}.post-tag{color:#818cf8;background:#1e293b;border:1px solid #334155;border-radius:6px;padding:4px 12px;font-size:.85rem;font-weight:600}.article-share-bar{background:#1e293b;border:1px solid #334155;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin:30px 0;padding:18px 24px;display:flex}.share-title{color:#f1f5f9;align-items:center;gap:8px;font-weight:700;display:flex}.share-buttons{flex-wrap:wrap;gap:10px;display:flex}.share-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.88rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.share-btn.whatsapp{color:#fff;background:#25d366}.share-btn.twitter{color:#fff;background:#000;border:1px solid #333}.share-btn.facebook{color:#fff;background:#1877f2}.share-btn.copy{color:#fff;background:#475569}.share-btn:hover{opacity:.9}.author-bio-card{background:#1e293bb3;border:1px solid #334155;border-radius:12px;align-items:center;gap:20px;margin:35px 0;padding:24px;display:flex}.author-avatar-circle{color:#fff;background:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.author-name{color:#fff;margin-bottom:6px;font-size:1.15rem;font-weight:700}.author-desc{color:#94a3b8;font-size:.92rem;line-height:1.6}.related-articles-section{margin:45px 0 30px}.related-title{color:#fff;border-bottom:1px solid #ffffff14;margin-bottom:20px;padding-bottom:10px;font-size:1.35rem;font-weight:700}.related-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;display:grid}.related-card{background:#1e293b;border:1px solid #334155;border-radius:10px;flex-direction:column;padding:18px;display:flex}.related-cat{color:#818cf8;margin-bottom:6px;font-size:.78rem;font-weight:700}.related-card-title{margin-bottom:8px;font-size:1.05rem;font-weight:700;line-height:1.4}.related-card-title a{color:#fff;text-decoration:none}.related-card-desc{color:#94a3b8;flex-grow:1;margin-bottom:14px;font-size:.85rem;line-height:1.5}.related-read-link{color:#818cf8;align-items:center;gap:4px;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.back-to-blog-footer{text-align:center;margin-top:40px}.back-btn{color:#fff;background:#334155;border-radius:8px;align-items:center;gap:8px;padding:12px 28px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.back-btn:hover{background:#475569;transform:translate(-4px)}@media (width<=768px){.blog-hero-title{font-size:1.9rem}.article-main-title{font-size:1.7rem}.article-body-content{font-size:1.08rem;line-height:1.95}.article-share-bar{flex-direction:column;align-items:stretch}.share-buttons{justify-content:stretch}.share-btn{flex:1;justify-content:center}.author-bio-card{text-align:center;flex-direction:column}}.legal-page{max-width:900px;min-height:60vh;margin:0 auto;padding:4rem 2rem}.legal-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #ffffff1a;border-radius:12px;padding:3rem;box-shadow:0 8px 32px #0000004d}.legal-container h1{text-align:center;color:#c9a56c;border-bottom:1px solid #c9a56c4d;margin-bottom:2rem;padding-bottom:1rem;font-family:Amiri,serif;font-size:2.5rem}.legal-content{color:#e2e8f0;font-size:1.1rem;line-height:1.8}.legal-content h2{color:#c9a56c;align-items:center;margin-top:2.2rem;margin-bottom:1rem;font-family:Amiri,serif;font-size:1.8rem;display:flex}.legal-content h3{color:#fff;margin-top:2rem;margin-bottom:1rem;font-family:Amiri,serif;font-size:1.5rem}.legal-content p{margin-bottom:1.2rem}.legal-content ul{margin-bottom:1.5rem;margin-right:2rem;list-style-type:disc}.legal-content li{margin-bottom:.5rem}.text-center{text-align:center}.contact-info{background:#0003;border-radius:8px;margin-top:2.5rem;padding:1.5rem}.contact-info h3{color:#c9a56c;margin-top:0}.email-link{color:#c9a56c;background:#c9a56c1a;border:1px solid #c9a56c80;border-radius:4px;padding:.5rem 1rem;font-size:1.4rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.email-link:hover{color:#fff;background:#c9a56c33;transform:translateY(-2px)}@media (width<=768px){.legal-container{padding:1.5rem}.legal-container h1{font-size:2rem}.legal-content{font-size:1rem}}.site-footer{color:#fff;direction:rtl;background:linear-gradient(135deg,#0f172a,#1e3a8a);border-top:3px solid #fcd34d;margin-top:4rem;padding:3rem 2rem 1rem;box-shadow:0 -10px 25px #0000001a}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{flex:1;min-width:250px}.footer-brand h3{color:#fcd34d;margin:1rem 0 .5rem;font-family:Amiri,serif;font-size:2rem}.footer-brand p{color:#cbd5e1;font-size:1rem}.footer-links,.footer-legal{flex:1;min-width:200px}.footer-links h4,.footer-legal h4{color:#fcd34d;border-bottom:2px solid #fcd34d4d;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;display:inline-block}.footer-links ul,.footer-legal ul{margin:0;padding:0;list-style:none}.footer-links li,.footer-legal li{margin-bottom:.8rem}.footer-links a,.footer-legal a{color:#cbd5e1;text-decoration:none;transition:color .3s,padding-right .3s}.footer-links a:hover,.footer-legal a:hover{color:#fcd34d;padding-right:5px}.footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:1.5rem;font-size:.9rem}@media (width<=768px){.footer-content{text-align:center;flex-direction:column}.footer-links h4,.footer-legal h4{margin:0 auto 1rem}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
