:root{--mg-rem-base:16px;--mg-font-scale:1.1;--mg-blue:#71d9e2;--mg-red:#840000;--mg-bg:#fff;--mg-text:#111827;--mg-muted:#6b7280;--mg-border:#e5e7eb;--mg-shell-max:1180px;--mg-shell-padding-x:1.5rem}*,:before,:after{box-sizing:border-box}html,body{font-size:calc(var(--mg-rem-base)*var(--mg-font-scale));font-feature-settings:"liga" 1,"calt" 1;-webkit-font-feature-settings:"liga" 1,"calt" 1;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;background:var(--mg-bg);min-height:100%;color:var(--mg-text);margin:0;padding:0;font-family:Cairo,sans-serif;line-height:1.65}body{-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.mg-page{text-align:right;direction:rtl;min-height:100vh;overflow-x:clip}.mg-shell{max-width:var(--mg-shell-max);padding:1.2rem var(--mg-shell-padding-x)0rem;background:#fff;margin:0 auto}.mg-masthead{z-index:100;background:linear-gradient(#6dd0f5 0%,#5bc8f2 50% 100%);border-bottom:none;position:sticky;top:0}.mg-masthead:before{content:"";z-index:-1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 90' preserveAspectRatio='none'%3E%3C!-- Back wave - keep tips darker --%3E%3Cpath fill='%233da8d8' d='M0,90 L0,30 Q80,18 160,28 Q240,38 320,22 Q400,8 480,20 Q560,32 640,18 Q720,5 800,18 Q880,30 960,16 Q1040,4 1120,18 Q1200,32 1280,20 Q1360,8 1440,22 Q1520,34 1600,24 L1600,90 Z'/%3E%3C!-- Middle wave - lighter --%3E%3Cpath fill='%2360d0f8' d='M0,90 L0,42 Q100,30 200,40 Q300,50 400,34 Q500,18 600,32 Q700,46 800,32 Q900,18 1000,34 Q1100,50 1200,36 Q1300,22 1400,38 Q1500,52 1600,42 L1600,90 Z'/%3E%3C!-- Front wave - blends to base --%3E%3Cpath fill='%235bc8f2' d='M0,90 L0,58 Q120,48 240,58 Q360,68 480,52 Q600,36 720,50 Q840,64 960,50 Q1080,36 1200,52 Q1320,68 1440,54 Q1560,42 1600,52 L1600,90 Z'/%3E%3C!-- White highlight curves --%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.35)' stroke-width='1.5' d='M60,38 Q140,30 220,40 Q300,50 380,38 M460,32 Q540,22 620,34 Q700,44 780,32 M860,38 Q940,28 1020,40 Q1100,50 1180,38 M1260,34 Q1340,24 1420,36 Q1500,46 1580,36'/%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.25)' stroke-width='1' d='M100,54 Q200,44 300,56 Q400,66 500,52 M580,48 Q680,38 780,50 Q880,62 980,48 M1060,54 Q1160,44 1260,56 Q1360,66 1460,52'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;height:100%;position:absolute;top:0;left:0;right:0}.mg-masthead-inner{max-width:var(--mg-shell-max);padding:.9rem var(--mg-shell-padding-x)1.1rem;color:#021319;z-index:2;justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative}.mg-masthead-title{letter-spacing:.08em;color:#d6222b;text-shadow:-2px -2px #fff;font-size:2.6rem;font-weight:700;text-decoration:none}.mg-masthead-title:hover{text-decoration:none}.mg-masthead-actions{align-items:center;gap:.9rem;display:flex;position:absolute;left:.75rem;right:auto}.mg-masthead-btn{cursor:pointer;color:#02222b;background:0 0;border:none;border-radius:0;padding:.35rem .25rem;font-family:inherit;font-size:.98rem;font-weight:500}.mg-masthead-btn--primary{color:#02222b;background:#fff;border-radius:4px;padding:.45rem 1.2rem;box-shadow:0 0 0 1px #02222b1f}.mg-masthead-btn:hover{text-decoration:underline}.mg-masthead-btn--primary:hover{filter:brightness(.97);text-decoration:none}.mg-hero-section{margin-top:.2rem;padding-bottom:2.4rem}.mg-hero-card{grid-template-columns:minmax(0,6fr) minmax(0,5.5fr);grid-template-areas:"content image";align-items:center;column-gap:2.4rem;display:grid}.mg-hero-image-link{grid-area:image;justify-content:center;align-items:center;padding:0;display:flex}.mg-hero-content{flex-direction:column;grid-area:content;gap:1.1rem;display:flex}@media (max-width:900px){.mg-hero-card{grid-template-columns:minmax(0,1fr);grid-template-areas:"image""content";row-gap:1.8rem}}.mg-hero-label{color:var(--mg-red);font-size:.9rem;font-weight:700}.mg-hero-title{margin:0;font-size:3rem;line-height:1.2}@media (max-width:768px){.mg-hero-title{font-size:2.4rem}}.mg-hero-meta{color:var(--mg-muted);margin:0;font-size:.95rem}.mg-hero-excerpt{color:#1f2933;max-width:46rem;margin:0;font-size:1.06rem;line-height:1.9}.mg-hero-read-link{color:var(--mg-red);margin-top:.9rem;font-size:.96rem;font-weight:700}.mg-hero-image{object-fit:contain;border:2px solid #0000002e;border-radius:.6rem;width:auto;max-width:100%;height:auto;max-height:600px;transition:transform .25s,box-shadow .25s;box-shadow:0 18px 45px #00000038}.mg-hero-image-link:hover .mg-hero-image{transform:translateY(-4px);box-shadow:0 24px 60px #00000047}.mg-section-bar{background:var(--mg-red);border-top:none;border-bottom:1px solid #00000029;width:100%;margin-top:0}.mg-section-bar--sticky{z-index:90;position:sticky;top:110px}.mg-section-bar-inner{max-width:var(--mg-shell-max);padding:.7rem var(--mg-shell-padding-x);margin:0 auto}.mg-section-bar-list{flex-wrap:wrap;justify-content:center;gap:2.1rem;margin:0;padding:0;list-style:none;display:flex}.mg-section-bar-list a{text-transform:uppercase;letter-spacing:.2em;color:#fff;font-size:1.05rem}.mg-carousel-section{border-top:none;margin-top:1rem;padding-top:2.5rem}.mg-carousel-section+.mg-carousel-section{border-top:1px solid #e5e7ebf2}.mg-carousel-header{flex-direction:column;gap:.35rem;margin-bottom:1.4rem;display:flex}.mg-carousel-title{font-size:1.8rem;font-weight:700}.mg-carousel-row{scroll-snap-type:x mandatory;scrollbar-width:none;gap:2rem;padding-bottom:1rem;display:flex;overflow-x:auto}.mg-carousel-row:hover{scrollbar-width:thin}.mg-carousel-row::-webkit-scrollbar{height:0}.mg-carousel-row:hover::-webkit-scrollbar{height:8px}.mg-carousel-row::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.mg-carousel-card{scroll-snap-align:start;min-width:340px;max-width:360px;color:inherit;flex:none;text-decoration:none}.mg-carousel-card:hover{text-decoration:none}.mg-carousel-thumb{background:#e5e7eb;border-radius:.9rem;margin-bottom:.75rem;overflow:hidden}.mg-carousel-thumb img{object-fit:cover;width:100%;height:230px}.mg-carousel-meta{color:var(--mg-muted);margin-bottom:.35rem;font-size:.9rem}.mg-carousel-title-text{margin:0;font-size:1.35rem;line-height:1.45;transition:color .2s}.mg-carousel-card:hover .mg-carousel-title-text{color:var(--mg-red);text-underline-offset:3px;text-decoration:underline}.mg-carousel-thumb{transition:transform .2s,box-shadow .2s}.mg-carousel-card:hover .mg-carousel-thumb{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.mg-carousel-excerpt{color:#4b5563;margin:.45rem 0 0;font-size:1rem}.mg-footer{background:var(--mg-blue);color:#021319;margin-top:4.2rem;padding:2.7rem 0}.mg-footer-inner{max-width:var(--mg-shell-max);padding:0 var(--mg-shell-padding-x);flex-direction:column;align-items:center;gap:1.25rem;margin:0 auto;display:flex}.mg-footer-logo{background:#fff;border-radius:999px;padding:.5rem;box-shadow:0 6px 18px #00000040}.mg-footer-logo img{object-fit:contain;width:64px;height:64px}.mg-footer-text{text-align:center;margin:0;font-size:.95rem}.mg-footer-links{gap:20px;margin-bottom:4px;display:flex}.mg-footer-link{color:#021319;font-size:.95rem;text-decoration:none;transition:all .2s}.mg-footer-link:hover{text-decoration:underline}.about-container{text-align:right;direction:rtl;max-width:720px;margin:0 auto;padding:60px 24px 80px}.about-header{text-align:center;margin-bottom:50px}.about-label{color:#e22016;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;font-size:.85rem;font-weight:700;display:inline-block}.about-title{color:#111827;letter-spacing:-.5px;margin:0 0 24px;font-size:2.8rem;font-weight:700;line-height:1.2}.about-divider{background:#e5e7eb;width:80px;height:2px;margin:0 auto}.about-content{color:#374151;font-size:1.2rem;line-height:2.1}.about-content p{text-align:justify;margin:0 0 32px}.about-content p:last-of-type:not(.about-signature){margin-bottom:48px}.about-dropcap{float:right;color:#e22016;padding-top:8px;padding-left:16px;font-size:4.5rem;font-weight:700;line-height:.8}.about-signature{color:#111827;text-align:center;border-top:1px solid #e5e7eb;margin-top:48px;padding-top:32px;font-size:1.1rem;font-weight:600;line-height:1.8}.about-signature span{color:#6b7280;font-weight:400}@media (max-width:640px){.about-container{padding:40px 20px 60px}.about-title{font-size:2rem}.about-content{font-size:1.1rem;line-height:2}.about-dropcap{padding-left:12px;font-size:3.5rem}}.contact-page{background:linear-gradient(#f8f9fa 0%,#fff 50%);flex-direction:column;min-height:100vh;display:flex}.contact-hero{text-align:center;max-width:700px;margin:0 auto;padding:64px 24px 48px}.contact-hero h1{color:#111827;margin:0 0 16px;font-size:2.5rem;font-weight:800}.contact-hero p{color:#6b7280;margin:0;font-size:1.1rem;line-height:1.7}.contact-form-section{grid-template-columns:1.5fr 1fr;gap:48px;max-width:1100px;margin:0 auto;padding:0 32px 64px;display:grid}.contact-form-container{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:40px;box-shadow:0 4px 24px #0000000f}.contact-form-section-full{width:90%;max-width:1200px;margin:0 auto;padding:0 24px 64px}.contact-form-container-full{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:48px 60px;box-shadow:0 4px 24px #0000000f}.contact-form{flex-direction:column;gap:24px;display:flex}.contact-form-group{flex-direction:column;gap:8px;display:flex}.contact-form-group label{color:#374151;font-size:.95rem;font-weight:600}.contact-form-group input,.contact-form-group textarea{color:#111827;background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.contact-form-group input:focus,.contact-form-group textarea:focus{border-color:var(--mg-red);background:#fff;outline:none;box-shadow:0 0 0 4px #8400001a}.contact-form-group input::placeholder,.contact-form-group textarea::placeholder{color:#9ca3af}.contact-form-group input[dir=ltr]{text-align:left}.contact-form-group textarea{resize:vertical;min-height:150px}.contact-submit-btn{background:var(--mg-red);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:16px 32px;font-family:inherit;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.contact-submit-btn:hover:not(:disabled){background:#6b0000;transform:translateY(-2px);box-shadow:0 4px 12px #8400004d}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-submit-btn svg{width:20px;height:20px}.contact-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}.contact-error{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;font-size:.9rem}.contact-success{text-align:center;padding:32px}.contact-success-icon{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;font-size:2.5rem;display:flex;box-shadow:0 8px 24px #10b9814d}.contact-success h2{color:#111827;margin:0 0 12px;font-size:1.5rem}.contact-success p{color:#6b7280;margin:0 0 24px}.contact-back-home{background:var(--mg-red);color:#fff;border-radius:10px;padding:14px 32px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.contact-back-home:hover{background:#6b0000;transform:translateY(-2px)}@media (max-width:600px){.contact-hero{padding:40px 20px 32px}.contact-hero h1{font-size:1.75rem}.contact-form-section-full{padding:0 16px 48px}.contact-form-container-full{padding:24px}}.privacy-page{background:#fff;flex-direction:column;min-height:100vh;display:flex}.privacy-content{max-width:800px;margin:0 auto;padding:48px 24px 64px;line-height:1.8}.privacy-content h1{color:#111827;margin:0 0 8px;font-size:2rem;font-weight:800}.privacy-updated{color:#6b7280;margin-bottom:32px;font-size:.9rem}.privacy-content h2{color:#111827;border-top:1px solid #e5e7eb;margin:32px 0 12px;padding-top:16px;font-size:1.35rem;font-weight:700}.privacy-content h2:first-of-type{border-top:none;padding-top:0}.privacy-content h3{color:#374151;margin:20px 0 8px;font-size:1.1rem;font-weight:600}.privacy-content p{color:#4b5563;margin:0 0 16px}.privacy-content ul{margin:0 0 16px;padding-left:24px}.privacy-content li{color:#4b5563;margin-bottom:8px}.privacy-content a{color:var(--mg-red);text-decoration:underline}.privacy-content a:hover{text-decoration:none}.privacy-highlight{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-left:4px solid #f59e0b;border-radius:0 8px 8px 0;margin:24px 0;padding:16px 20px}.privacy-highlight strong{color:#92400e}.privacy-arabic{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:32px;padding:24px}.privacy-arabic h2{border-top:none;margin-top:0;margin-bottom:16px;padding-top:0;font-size:1.25rem}.privacy-arabic ul{padding-left:0;padding-right:24px}.privacy-content section{margin-bottom:8px}.unsubscribe-page{background:linear-gradient(#f8f9fa 0%,#fff 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.unsubscribe-container{text-align:center;width:100%;max-width:480px}.unsubscribe-logo{margin-bottom:32px;display:inline-block}.unsubscribe-logo img{object-fit:contain;width:80px;height:80px}.unsubscribe-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:40px 32px;box-shadow:0 4px 24px #00000014}.unsubscribe-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.unsubscribe-icon svg{width:32px;height:32px}.unsubscribe-icon.warning{background:#fef3c7}.unsubscribe-icon.warning svg{stroke:#d97706}.unsubscribe-icon.success{background:#d1fae5}.unsubscribe-icon.success svg{stroke:#059669}.unsubscribe-icon.error{background:#fee2e2}.unsubscribe-icon.error svg{stroke:#dc2626}.unsubscribe-icon.info{background:#dbeafe}.unsubscribe-icon.info svg{stroke:#2563eb}.unsubscribe-content h1{color:#111827;margin:0 0 12px;font-size:1.5rem;font-weight:700}.unsubscribe-content p{color:#6b7280;margin:0 0 8px;line-height:1.6}.unsubscribe-note{font-size:.9rem;color:#9ca3af!important}.unsubscribe-actions{flex-direction:column;gap:12px;margin-top:24px;display:flex}.unsubscribe-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:14px 24px;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.unsubscribe-btn.confirm{color:#fff;background:#dc2626}.unsubscribe-btn.confirm:hover:not(:disabled){background:#b91c1c}.unsubscribe-btn.confirm:disabled{opacity:.6;cursor:not-allowed}.unsubscribe-btn.cancel{color:#374151;background:#f3f4f6}.unsubscribe-btn.cancel:hover{background:#e5e7eb}.unsubscribe-btn.resubscribe,.unsubscribe-btn.home{background:var(--mg-red);color:#fff;margin-top:16px}.unsubscribe-btn.resubscribe:hover,.unsubscribe-btn.home:hover{background:#6b0000}.unsubscribe-spinner{border:3px solid #0000001a;border-top-color:#6b7280;border-radius:50%;width:24px;height:24px;margin:0 auto 16px;animation:.8s linear infinite spin}.unsubscribe-footer{margin-top:32px}.unsubscribe-footer p{color:#9ca3af;margin:0;font-size:.85rem}.newsletter-page{max-width:900px;padding:3rem var(--mg-shell-padding-x);margin:0 auto}.newsletter-hero{text-align:center;margin-bottom:2rem}.newsletter-logo{width:120px;height:auto;margin:0 auto 1.5rem}.newsletter-logo img{object-fit:contain;width:100%;height:auto}.newsletter-title{color:#1f2937;letter-spacing:.02em;margin:0 0 1rem;font-size:2.5rem;font-weight:700}.newsletter-subtitle{color:#6b7280;margin:0;font-size:1.1rem;line-height:1.7}.newsletter-divider{background:linear-gradient(to left,transparent,var(--mg-red),transparent);height:1px;margin:2.5rem 0}.newsletter-section-title{color:#6b7280;margin:0 0 1.5rem;font-size:1.1rem;font-style:italic;font-weight:400}.newsletter-options{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.newsletter-card{border:1px solid #e5e7eb;border-radius:4px;padding:1.5rem;transition:border-color .2s;position:relative}.newsletter-card:hover{border-color:#d1d5db}.newsletter-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.newsletter-card-icon{background:var(--mg-red);border-radius:4px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.newsletter-card-icon svg{color:#fff;width:28px;height:28px}.newsletter-card-add{cursor:pointer;background:#fff;border:2px solid #3b82f6;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.newsletter-card-add svg{color:#3b82f6;width:18px;height:18px}.newsletter-card-add:hover{background:#3b82f6}.newsletter-card-add:hover svg{color:#fff}.newsletter-card-add.selected{background:#3b82f6}.newsletter-card-add.selected svg{color:#fff}.newsletter-card-title{color:#1f2937;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.newsletter-card-description{color:#6b7280;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.newsletter-card-footer{border-top:1px solid #f3f4f6;align-items:center;gap:1rem;padding-top:1rem;display:flex}.newsletter-card-frequency{color:#9ca3af;font-size:.85rem}.newsletter-popup-backdrop{z-index:9999;background:#0000004d;justify-content:center;animation:.2s fadeIn;display:flex;position:fixed;bottom:0;left:0;right:0}.newsletter-popup{color:#fff;background:#1f2937;align-items:center;gap:2rem;width:100%;max-width:100%;padding:1.5rem 2rem;animation:.3s slideUp;display:flex;position:relative}.newsletter-popup-header{flex-shrink:0;align-items:flex-start;gap:1rem;display:flex}.newsletter-popup-count{color:#fff;border-bottom:2px solid #fff;padding-bottom:.25rem;font-size:2.5rem;font-weight:300;line-height:1}.newsletter-popup-info strong{margin-bottom:.25rem;font-size:1rem;display:block}.newsletter-popup-info p{color:#9ca3af;margin:0;font-size:.85rem}.newsletter-popup-form{flex-wrap:wrap;flex:1;gap:0;max-width:600px;display:flex}.newsletter-popup-input{color:#1f2937;text-align:left;direction:ltr;background:#fff;border:1px solid #374151;border-right:none;outline:none;flex:1;min-width:280px;padding:.9rem 1rem;font-size:.95rem}.newsletter-popup-input::placeholder{color:#9ca3af}.newsletter-popup-input:focus{border-color:#6b7280}.newsletter-popup-submit{background:var(--mg-red);color:#fff;cursor:pointer;white-space:nowrap;border:none;padding:.9rem 2rem;font-size:.95rem;font-weight:600;transition:background .2s}.newsletter-popup-submit:hover{background:#6a0000}.newsletter-popup-submit:disabled{opacity:.7;cursor:not-allowed}.newsletter-popup-terms{text-align:center;color:#6b7280;white-space:nowrap;width:100%;margin-top:.5rem;font-size:.65rem}.newsletter-popup-terms a{color:#60a5fa;text-decoration:none}.newsletter-popup-terms a:hover{text-decoration:underline}.newsletter-popup-message{color:#fca5a5;margin:.5rem 0 0;padding-right:1rem;font-size:.85rem}.newsletter-popup-message.success{color:#86efac}.newsletter-popup-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.5rem;transition:color .2s;display:flex;position:absolute;top:.75rem;left:.75rem}.newsletter-popup-close:hover{color:#fff}@media (max-width:768px){.newsletter-options{grid-template-columns:1fr}.newsletter-popup{flex-direction:column;gap:1rem;padding:1.5rem}.newsletter-popup-form{width:100%;max-width:none}.newsletter-popup-header{width:100%}}.mg-books-section{border-top:1px solid #e5e7ebcc;margin-top:3rem;padding-top:2rem}.mg-books-row{scroll-snap-type:x mandatory;scrollbar-width:none;gap:2.2rem;padding-bottom:1rem;display:flex;overflow-x:auto}.mg-books-row:hover{scrollbar-width:thin}.mg-books-row::-webkit-scrollbar{height:0}.mg-books-row:hover::-webkit-scrollbar{height:8px}.mg-books-row::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.mg-book-card{scroll-snap-align:start;width:265px;color:inherit;flex:none;text-decoration:none}.mg-book-card:hover{text-decoration:none}.mg-book-cover{background:#f3f4f6;border-radius:.6rem;width:100%;height:400px;margin-bottom:.9rem;overflow:hidden;box-shadow:0 8px 22px #0000002e}.mg-book-img{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.mg-book-cover:hover .mg-book-img{transform:scale(1.04)}.mg-book-meta{color:var(--mg-muted);margin-bottom:.35rem;font-size:.9rem}.mg-book-title{margin:0;font-size:1.35rem;font-weight:700;line-height:1.45;transition:color .2s}.mg-book-card:hover .mg-book-title{color:var(--mg-red);text-underline-offset:3px;text-decoration:underline}.mg-book-card:hover .mg-book-cover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.mg-book-cover{transition:transform .2s,box-shadow .2s}.mg-book-excerpt{color:#4b5563;margin-top:.45rem;font-size:1rem;line-height:1.6}.article-page{text-align:right;direction:rtl;background:#fff;min-height:100vh;padding:0}.article-back-bar{max-width:720px;margin:0 auto;padding:2rem 2rem 2rem 4rem}.article-hero{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:3rem 2rem 2rem;display:grid}.article-hero--no-image{text-align:center;grid-template-columns:1fr;max-width:800px}.article-hero--no-image .article-hero-content,.article-hero--no-image .article-byline{align-items:center}@media (max-width:900px){.article-hero{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}}.article-hero-content{flex-direction:column;gap:1rem;display:flex}.article-label{text-transform:uppercase;letter-spacing:.2em;color:var(--mg-red);font-size:.85rem;font-weight:700}.article-title{color:#1a1a1a;letter-spacing:-.01em;margin:0;font-size:2.8rem;font-weight:700;line-height:1.2}@media (max-width:768px){.article-title{font-size:2rem}}.article-excerpt{color:#4a4a4a;margin:.5rem 0 0;font-size:1.25rem;font-style:italic;line-height:1.6}.article-byline{flex-direction:column;gap:.25rem;margin-top:.5rem;display:flex}.article-author{color:#1a1a1a;font-size:.95rem;font-weight:600}.article-date{color:#6b6b6b;font-size:.9rem}.article-hero-image{border-radius:.5rem;width:100%;overflow:hidden;box-shadow:0 12px 40px #00000026}.article-hero-image img{object-fit:cover;width:100%;height:auto;max-height:500px;display:block}.article-divider{background:linear-gradient(270deg,#0000,#d4d0c8 20% 80%,#0000);max-width:800px;height:1px;margin:0 auto}.article-body{color:#2d2d2d;max-width:720px;margin:0 auto;padding:3rem 2rem 4rem;font-size:1.15rem;line-height:1.95}.article-body p{margin:0 0 1.5rem}.article-body h2,.article-body h3,.article-body h4{color:#1a1a1a;margin:2.5rem 0 1rem;font-weight:700;line-height:1.3}.article-body h2{font-size:1.6rem}.article-body h3{font-size:1.35rem}.article-body img{border-radius:.5rem;min-width:300px;max-width:100%;height:auto;margin:1.5rem auto;display:block;box-shadow:0 8px 30px #0000001f}.article-hero-image img{opacity:1}.article-body video{background:#000;border-radius:.75rem;width:100%;max-width:none;min-height:400px;margin:0;box-shadow:0 4px 20px #00000026}.article-body video+br,.article-body br+video{display:none}.article-body video+p{margin-top:.5rem;margin-bottom:.5rem}.article-body p:has(+video){margin-top:.5rem;margin-bottom:.5rem}.article-body audio{border-radius:.5rem;width:100%;margin:1rem 0}.article-body blockquote{border-right:4px solid var(--mg-red);color:#4a4a4a;background:#f8f6f3;margin:2rem 0;padding:1rem 2rem;font-style:italic}.article-body a{color:var(--mg-red);text-underline-offset:3px;text-decoration:underline}.article-body a:hover{color:#5c0000}.article-body ul,.article-body ol{margin:1.5rem 0;padding-right:1.5rem}.article-body li{margin-bottom:.5rem}.article-footer{border-top:1px solid #e8e4df;max-width:720px;margin:0 auto;padding:2rem 2rem 4rem}.article-back-link{color:var(--mg-red);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.article-back-link:hover{color:#5c0000;text-decoration:underline}.category-header{max-width:var(--mg-shell-max);padding:2.5rem var(--mg-shell-padding-x)1.5rem;text-align:center;border-bottom:1px solid #e5e7eb;margin:0 auto}.category-title{text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:2.5rem;font-weight:700}.category-featured{max-width:var(--mg-shell-max);padding:2.5rem var(--mg-shell-padding-x);border-bottom:1px solid #e5e7eb;margin:0 auto}.category-featured-inner{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid}@media (max-width:900px){.category-featured-inner{grid-template-columns:1fr;gap:1.5rem}}.category-featured-image{border-radius:.25rem;display:block;overflow:hidden}.category-featured-image img{object-fit:cover;width:100%;height:auto;max-height:450px;transition:transform .3s}.category-featured-image:hover img{transform:scale(1.02)}.category-featured-content{flex-direction:column;gap:.75rem;display:flex}.category-featured-label{text-transform:uppercase;letter-spacing:.2em;color:var(--mg-red);font-size:.8rem;font-weight:700}.category-featured-title{margin:0;font-size:2.2rem;font-weight:700;line-height:1.2}.category-featured-title a{color:inherit;text-decoration:none}.category-featured-title a:hover{text-decoration:underline}.category-featured-excerpt{color:#4a4a4a;margin:.5rem 0 0;font-size:1.1rem;line-height:1.7}.category-featured-date{color:#6b7280;margin-top:.5rem;font-size:.85rem}.category-grid-section{max-width:var(--mg-shell-max);padding:2.5rem var(--mg-shell-padding-x)3rem;margin:0 auto}.category-grid{grid-template-columns:repeat(4,1fr);gap:3rem 2.5rem;display:grid}@media (max-width:1100px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:800px){.category-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}}@media (max-width:500px){.category-grid{grid-template-columns:1fr;gap:2.5rem}}.category-card{color:inherit;flex-direction:column;text-decoration:none;display:flex}.category-card:hover{text-decoration:none}.category-card-image{aspect-ratio:4/3;background:#f3f4f6;border-radius:.25rem;width:100%;margin-bottom:.75rem;overflow:hidden}.category-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-card:hover .category-card-image img{transform:scale(1.05)}.category-card-content{flex-direction:column;gap:.5rem;display:flex}.category-card-label{text-transform:uppercase;letter-spacing:.18em;color:var(--mg-red);font-size:.7rem;font-weight:700}.category-card-date{color:#6b7280;font-size:.8rem}.category-card-title{margin:0;font-size:1.15rem;font-weight:700;line-height:1.35}.category-card:hover .category-card-title{text-decoration:underline}.category-card-excerpt{color:#4b5563;margin:0;font-size:.95rem;line-height:1.6}.books-page-header{max-width:var(--mg-shell-max);padding:3rem var(--mg-shell-padding-x)2rem;text-align:center;border-bottom:1px solid #e5e7eb;margin:0 auto}.books-page-title{color:#1a1a1a;margin:0;font-size:3rem;font-weight:700}.books-page-subtitle{color:#6b7280;margin:.5rem 0 0;font-size:1.1rem}.books-catalog{max-width:var(--mg-shell-max);padding:3rem var(--mg-shell-padding-x);margin:0 auto}.books-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2.5rem;display:grid}.book-card{color:inherit;text-decoration:none;display:block}.book-card:hover{text-decoration:none}.book-card-cover{aspect-ratio:2/3;border-radius:4px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000026}.book-card-cover img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.book-card:hover .book-card-cover{transform:translateY(-8px);box-shadow:0 12px 35px #00000040}.book-card:hover .book-card-cover img{transform:scale(1.02)}.book-card-overlay{opacity:0;background:linear-gradient(#0000 0%,#00000080 40%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:2rem 1rem 1.2rem;transition:opacity .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.book-card:hover .book-card-overlay{opacity:1}.book-card-overlay-title{color:#fff;margin:0 0 .3rem;font-size:1.1rem;font-weight:600;line-height:1.3}.book-card-overlay-author{color:#fffc;margin:0;font-size:.9rem}.book-card-info{padding:1rem .25rem}.book-card-title{color:#1a1a1a;margin:0 0 .3rem;font-size:1rem;font-weight:600;line-height:1.4;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .2s}.book-card:hover .book-card-title{-webkit-text-decoration-color:var(--mg-red);text-decoration-color:var(--mg-red);color:var(--mg-red)}.book-card-author{color:#6b7280;margin:0;font-size:.9rem}.books-empty{text-align:center;color:#6b7280;padding:4rem 2rem;font-size:1.1rem}.book-detail{max-width:var(--mg-shell-max);padding:3rem var(--mg-shell-padding-x);margin:0 auto}.book-detail-inner{grid-template-columns:300px 1fr;align-items:start;gap:3rem;display:grid}.book-detail-cover{align-self:start;margin-top:8rem}.book-detail-cover img{border-radius:6px;width:100%;height:auto;box-shadow:0 8px 30px #0003}.book-detail-content{padding:1rem 0}.book-detail-title{color:#1a1a1a;margin:0 0 .5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.book-detail-title-en{color:#6b7280;margin:0 0 1.5rem;font-size:1.3rem;font-style:italic}.book-detail-author{color:#4b5563;margin:0 0 .5rem;font-size:1.2rem}.book-detail-author span{color:var(--mg-red);font-weight:600}.book-detail-date{color:#9ca3af;margin:0 0 2rem;font-size:1rem}.book-detail-summary{color:#374151;border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:2rem;font-size:1.1rem;line-height:1.9}.book-detail-summary p{white-space:pre-line;margin:0}.book-detail-back{max-width:var(--mg-shell-max);padding:0 var(--mg-shell-padding-x)3rem;margin:0 auto}.book-detail-back-link{color:var(--mg-red);font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s}.book-detail-back-link:hover{opacity:.8}.book-purchase-section{border-top:1px solid #e5e7eb;margin-top:2.5rem;padding-top:2rem}.book-purchase-title{color:#6b7280;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem;font-size:.85rem;font-weight:600}.book-purchase-links{flex-wrap:wrap;gap:.5rem;display:flex}.book-purchase-btn{border:1.5px solid var(--mg-red);color:var(--mg-red);background:0 0;border-radius:4px;align-items:center;padding:.5rem 1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.book-purchase-btn:hover{background:var(--mg-red);color:#fff}@media (max-width:768px){.books-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.book-detail-inner{grid-template-columns:1fr;gap:2rem}.book-detail-cover{max-width:250px;margin:0 auto;position:static}.book-detail-title{font-size:2rem}}@media (max-width:480px){.books-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.books-page-title{font-size:2.2rem}}.magazines-grid{grid-template-columns:repeat(5,1fr);gap:2rem;display:grid}.magazine-card{color:inherit;text-decoration:none;display:block}.magazine-card:hover{text-decoration:none}.magazine-card-cover{aspect-ratio:2/3;background:linear-gradient(135deg,var(--mg-blue)0%,#4a9ca5 100%);border-radius:4px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000026}.magazine-card-cover img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.magazine-card:hover .magazine-card-cover{transform:translateY(-8px);box-shadow:0 12px 35px #00000040}.magazine-card:hover .magazine-card-cover img{transform:scale(1.02)}.magazine-card-placeholder{color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-weight:600;display:flex}.magazine-card-placeholder span:first-child{opacity:.9;font-size:1rem}.magazine-card-number{margin-top:.25rem;font-size:3rem;font-weight:700}.magazine-card-overlay{opacity:0;background:linear-gradient(#0000 0%,#00000080 40%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:2rem 1rem 1.2rem;transition:opacity .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.magazine-card:hover .magazine-card-overlay{opacity:1}.magazine-card-overlay-title{color:#fff;font-size:1.1rem;font-weight:600}.magazine-card-info{padding:.75rem .25rem}.magazine-card-title{color:#1a1a1a;margin:0;font-size:.95rem;font-weight:600;transition:color .2s}.magazine-card:hover .magazine-card-title{color:var(--mg-red);text-underline-offset:3px;text-decoration:underline}.magazines-expand-section{border-top:1px solid #e5e7eb;margin-top:3rem;padding-top:2rem}.magazines-expand-btn{border:2px solid var(--mg-red);color:var(--mg-red);cursor:pointer;background:0 0;border-radius:6px;margin:0 auto;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:block}.magazines-expand-btn:hover{background:var(--mg-red);color:#fff}.magazines-list{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.magazines-list-item{color:inherit;background:#f9fafb;border-radius:6px;justify-content:center;align-items:center;width:auto;padding:.6rem 1.25rem;text-decoration:none;transition:all .2s;display:flex}.magazines-list-item:hover{background:#f3f4f6;text-decoration:none}.magazines-list-number{color:var(--mg-red);font-size:.9rem;font-weight:600}.magazines-list-item:hover .magazines-list-number{text-decoration:underline}.magazine-detail-page{max-width:1400px;padding:2rem var(--mg-shell-padding-x)3rem;margin:0 auto}.magazine-detail-title{text-align:center;color:#1a1a1a;margin:0 0 2rem;font-size:2.5rem;font-weight:700}.magazine-detail-layout{grid-template-columns:1fr 280px;align-items:start;gap:2rem;display:grid}.magazine-detail-layout--centered{justify-content:center;display:flex}.magazine-pdf-viewer{background:#f5f5f5;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.magazine-pdf-iframe{border:none;width:100%;height:70vh;min-height:500px;max-height:600px;display:block}.pdf-viewer-container{width:100%;position:relative}.pdf-viewer-container.pdf-fullscreen{background:#1a1a1a}.pdf-viewer-container.pdf-fullscreen .pdf-pages-container{max-height:calc(100vh - 60px);overflow-y:auto}.pdf-toolbar{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;padding:10px 16px;position:sticky;top:0}.pdf-fullscreen .pdf-toolbar{background:#2a2a2a;border-bottom-color:#404040}.pdf-toolbar-inner{justify-content:center;align-items:center;gap:8px;display:flex}.pdf-toolbar-btn{cursor:pointer;color:#374151;background:#f3f4f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .15s;display:flex}.pdf-fullscreen .pdf-toolbar-btn{color:#e5e7eb;background:#404040}.pdf-toolbar-btn:hover:not(:disabled){background:#e5e7eb}.pdf-fullscreen .pdf-toolbar-btn:hover:not(:disabled){background:#525252}.pdf-toolbar-btn:disabled{opacity:.4;cursor:not-allowed}.pdf-toolbar-btn svg{width:20px;height:20px}.pdf-toolbar-zoom{text-align:center;color:#374151;min-width:50px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600}.pdf-fullscreen .pdf-toolbar-zoom{color:#e5e7eb}.pdf-toolbar-divider{background:#d1d5db;width:1px;height:24px;margin:0 8px}.pdf-fullscreen .pdf-toolbar-divider{background:#525252}.pdf-viewer-wrapper{transition:filter .5s}.pdf-viewer-wrapper.pdf-blurred{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none}.pdf-pages-container{background:#fff;max-height:85vh;padding:20px 0;overflow-y:auto}.pdf-document{flex-direction:column;align-items:center;gap:40px;display:flex}.pdf-page-wrapper{background:#fff;border-radius:8px;max-width:100%;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 8px 30px #0000001f}.pdf-page-wrapper:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000026}.pdf-page-wrapper canvas{max-width:100%;display:block;height:auto!important}.pdf-page-number{text-align:center;color:#666;background:linear-gradient(#fafafa,#f5f5f5);border-top:1px solid #eee;padding:12px;font-size:.85rem;font-weight:500}.pdf-loading-skeleton{color:#666;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.pdf-loading-spinner{border:3px solid #e5e7eb;border-top-color:var(--mg-blue);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite spin}.pdf-loading-spinner-small{border:2px solid #e5e7eb;border-top-color:var(--mg-blue);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pdf-page-loading{justify-content:center;align-items:center;display:flex}.pdf-page-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.pdf-loading-more{color:#666;justify-content:center;align-items:center;gap:10px;padding:1.5rem;font-size:.9rem;display:flex}.pdf-blur-overlay{background:linear-gradient(#0000 0%,#ffffffe6 50%,#fffffffa 100%);justify-content:center;align-items:flex-end;height:200px;padding-bottom:2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.pdf-read-full-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 14px #2563eb66}.pdf-read-full-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb80}.pdf-modal-backdrop{z-index:9999;background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.pdf-modal{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;animation:.3s slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pdf-modal-close{color:#6b7280;cursor:pointer;z-index:10;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1rem;left:1rem}.pdf-modal-close:hover{color:#1f2937;background:#e5e7eb}.pdf-modal-content{grid-template-columns:1fr 1fr;display:grid}.pdf-modal-left{background:linear-gradient(135deg,#e0f7f9 0%,#c5f0f4 100%);flex-direction:column;padding:3rem 2rem;display:flex}.pdf-modal-left-title{color:var(--mg-red);text-shadow:-1px -1px #fff;margin:0 0 .5rem;font-size:2rem;font-weight:700}.pdf-modal-left-subtitle{color:#374151;margin:0 0 2rem;font-size:1rem}.pdf-modal-benefits{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.pdf-modal-benefits li{align-items:flex-start;gap:1rem;display:flex}.pdf-benefit-icon{color:var(--mg-red);flex-shrink:0;font-size:1.5rem;font-weight:700}.pdf-modal-benefits strong{color:#1f2937;margin-bottom:.25rem;font-size:.95rem;display:block}.pdf-modal-benefits p{color:#6b7280;margin:0;font-size:.85rem;line-height:1.4}.pdf-modal-right{flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.pdf-modal-right-title{color:#1f2937;text-align:center;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.pdf-modal-right-subtitle{color:#6b7280;text-align:center;margin:0 0 2rem;font-size:.9rem}.pdf-modal-google-btn{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.9rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.pdf-modal-google-btn:hover{background:#f9fafb;border-color:#9ca3af}.pdf-modal-google-icon{width:20px;height:20px}.pdf-modal-divider{align-items:center;gap:1rem;width:100%;margin:1.5rem 0;display:flex}.pdf-modal-divider:before,.pdf-modal-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.pdf-modal-divider span{color:#9ca3af;font-size:.85rem}.pdf-modal-email-btn{color:#fff;cursor:pointer;background:#1f2937;border:none;border-radius:50px;justify-content:center;align-items:center;width:100%;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.pdf-modal-email-btn:hover{background:#374151;text-decoration:none}.pdf-modal-signin-link{color:#6b7280;text-align:center;margin-top:1.5rem;font-size:.85rem}.pdf-modal-signin-link a,.pdf-modal-link-btn{color:#2563eb;cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:none}.pdf-modal-signin-link a:hover,.pdf-modal-link-btn:hover{text-decoration:underline}.pdf-modal-form{flex-direction:column;gap:.5rem;width:100%;display:flex}.pdf-modal-label{color:#374151;margin-top:.5rem;font-size:.85rem;font-weight:600}.pdf-modal-input{text-align:left;direction:ltr;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.pdf-modal-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.pdf-modal-input::placeholder{color:#9ca3af}.pdf-modal-message{color:#dc2626;text-align:center;background:#fef2f2;border-radius:6px;margin:.5rem 0;padding:.5rem;font-size:.85rem}.pdf-modal-message--success{color:#4b5563;background:#f3f4f6}.pdf-modal-back-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;margin-top:1rem;font-size:.85rem;transition:color .2s}.pdf-modal-back-btn:hover{color:#374151}@media (max-width:700px){.pdf-modal-content{grid-template-columns:1fr}.pdf-modal-left,.pdf-modal-right{padding:2rem 1.5rem}.pdf-modal-left-title{font-size:1.5rem}.pdf-modal-benefits{display:none}}.magazine-pdf-unavailable{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;height:400px;font-size:1.1rem;display:flex}.magazine-detail-sidebar{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;position:sticky;top:100px}.magazine-sidebar-title{color:var(--mg-red);border-bottom:1px solid #e5e7eb;margin:0 0 1rem;padding-bottom:.75rem;font-size:1rem;font-weight:700}.magazine-sidebar-summary{color:#4b5563;margin:0;font-size:.9rem;line-height:1.7}@media (max-width:900px){.magazine-detail-layout{grid-template-columns:1fr}.magazine-detail-sidebar{order:-1;position:static}.magazine-pdf-iframe{height:70vh;min-height:500px}}@media (max-width:1024px){.magazines-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.magazines-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:480px){.magazines-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.magazine-card-number{font-size:2rem}}.login-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-left{background:var(--mg-blue);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login-left-content{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.login-left-logo{color:#d6222b;text-shadow:-2px -2px #fff;letter-spacing:.08em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:700}.login-left-tagline{color:var(--mg-red);letter-spacing:.05em;font-size:1.2rem;font-weight:600}.login-right{background:#fff;justify-content:center;align-items:center;padding:3rem;display:flex}.login-form-container{width:100%;max-width:380px}.login-logo{text-align:center;color:var(--mg-red);margin-bottom:2.5rem;font-size:1.8rem;font-weight:700;text-decoration:none;display:block}.login-title{color:#1a1a1a;text-align:center;margin:0 0 1.25rem;font-size:1.75rem;font-weight:600;line-height:1.3}.login-terms{color:#6b7280;text-align:center;margin:0 0 2rem;font-size:.85rem;line-height:1.6}.login-terms a{color:#1a1a1a;text-underline-offset:2px;text-decoration:underline}.login-terms a:hover{color:var(--mg-red)}.login-form{flex-direction:column;gap:.5rem;display:flex}.login-label{color:#1a1a1a;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.login-input{text-align:left;direction:ltr;border:1px solid #d1d5db;border-radius:4px;outline:none;width:100%;padding:.9rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.login-input:focus{border-color:#1a1a1a;box-shadow:0 0 0 3px #0000000d}.login-input::placeholder{color:#9ca3af}.login-submit-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:4px;width:100%;margin-top:.75rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.login-submit-btn:hover{background:#333}.login-divider{align-items:center;gap:1rem;margin:1.75rem 0;display:flex}.login-divider:before,.login-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.login-divider span{color:#9ca3af;font-size:.85rem}.login-social-buttons{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.login-social-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.login-social-btn:hover{background:#f9fafb;border-color:#9ca3af}.login-social-icon{width:24px;height:24px}.login-google-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.login-google-btn:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 2px 8px #00000014}.login-google-btn .login-social-icon{width:20px;height:20px}.login-back-link{text-align:center;color:var(--mg-red);margin-top:2.5rem;font-size:.9rem;text-decoration:none;display:block}.login-back-link:hover{text-decoration:underline}.login-toggle-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;width:100%;margin-top:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;transition:color .2s}.login-toggle-btn:hover{color:var(--mg-red)}.login-forgot-btn{color:#6b7280;cursor:pointer;text-align:right;background:0 0;border:none;margin-top:.25rem;margin-bottom:.5rem;padding:0;font-size:.85rem;transition:color .2s}.login-forgot-btn:hover{color:var(--mg-red);text-decoration:underline}.login-subtitle{color:#6b7280;text-align:center;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.login-message{text-align:center;color:#374151;background:#f3f4f6;border-radius:4px;margin-top:1rem;padding:.75rem 1rem;font-size:.85rem}.login-user-info{text-align:center}.login-user-email{color:#6b7280;text-align:center;direction:ltr;margin-bottom:1rem;font-size:.9rem}.user-menu{z-index:200;position:relative}.user-menu-btn{background:var(--mg-red);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.user-menu-btn:hover{background:#6a0000;transform:scale(1.05)}.user-menu-icon{color:#fff;width:20px;height:20px}.user-menu-dropdown{z-index:9999;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:200px;animation:.15s dropdownFade;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 4px 20px #00000026}.user-menu-dropdown--fixed{z-index:99999;position:fixed}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-menu-email{color:#6b7280;text-align:left;word-break:break-all;direction:ltr;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.85rem}.user-menu-admin-link{color:#1a1a1a;border-bottom:1px solid #e5e7eb;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.user-menu-admin-link:hover{color:var(--mg-red);background:#f3f4f6}.user-menu-admin-link svg{width:18px;height:18px}.user-menu-editor-link{color:#1a1a1a;border-bottom:1px solid #e5e7eb;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.user-menu-editor-link:hover{color:#0d9488;background:#f0fdfa}.user-menu-editor-link svg{width:18px;height:18px}.user-menu-signout{color:#1a1a1a;text-align:right;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:background .2s;display:block}.user-menu-signout:hover{color:var(--mg-red);background:#f3f4f6}@media (max-width:900px){.login-page{grid-template-columns:1fr}.login-left{display:none}.login-right{min-height:100vh}}@media (max-width:480px){.login-right{padding:2rem 1.5rem}.login-social-buttons{grid-template-columns:1fr}.login-social-btn{flex-direction:row;justify-content:center;padding:.75rem 1rem}}.admin-layout{min-height:100vh;display:flex}[dir=rtl] .admin-layout{direction:rtl}[dir=ltr] .admin-layout{direction:ltr}.admin-loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.admin-loading-spinner{border:3px solid #e5e7eb;border-top-color:var(--mg-red);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.not-found-page{text-align:center;background:#f9fafb;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found-page h1{color:#d1d5db;margin:0;font-size:8rem;font-weight:700;line-height:1}.not-found-page h2{color:#374151;margin:1rem 0 .5rem;font-size:1.5rem;font-weight:600}.not-found-page p{color:#6b7280;margin:0 0 2rem;font-size:1rem}.not-found-link{background:var(--mg-red);color:#fff;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.not-found-link:hover{background:#6a0000}.admin-sidebar{color:#fff;z-index:100;background:#1f2937;flex-direction:column;width:260px;height:100vh;display:flex;position:fixed;top:0;overflow:hidden}[dir=rtl] .admin-sidebar{left:auto;right:0}[dir=ltr] .admin-sidebar{left:0;right:auto}.admin-sidebar-header{border-bottom:1px solid #374151;padding:1.5rem}.admin-logo{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:block}.admin-badge{background:var(--mg-red);color:#fff;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;display:inline-block}.admin-nav{flex:1;padding:1rem 0;overflow-y:auto}.admin-nav-item{color:#9ca3af;cursor:pointer;text-align:right;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:flex}.admin-nav-item:hover{color:#fff;background:#374151}.admin-nav-item.active{background:var(--mg-red);color:#fff}.admin-nav-icon{flex-shrink:0;width:20px;height:20px}.admin-nav-icon svg{width:100%;height:100%}.admin-sidebar-footer{border-top:1px solid #374151;padding:1rem 0;overflow:hidden}.admin-logout{color:#f87171}.admin-logout:hover{color:#fff;background:#7f1d1d}.admin-main{background:#f9fafb;flex:1;min-height:100vh}[dir=rtl] .admin-main{margin-left:0;margin-right:260px}[dir=ltr] .admin-main{margin-left:260px;margin-right:0}.admin-page{max-width:1400px;padding:2rem}.admin-header{margin-bottom:2rem}.admin-title{color:#1f2937;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.admin-subtitle{color:#6b7280;margin:0;font-size:.95rem}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.admin-stat-card{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000001a}.admin-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.admin-stat-icon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.admin-stat-icon svg{color:#fff;width:28px;height:28px}.admin-stat-icon.articles{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.admin-stat-icon.magazines{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.admin-stat-icon.books{background:linear-gradient(135deg,#10b981,#059669)}.admin-stat-icon.categories{background:linear-gradient(135deg,#f59e0b,#d97706)}.admin-stat-info{flex-direction:column;display:flex}.admin-stat-number{color:#1f2937;font-size:2rem;font-weight:700;line-height:1}.admin-stat-label{color:#6b7280;margin-top:.25rem;font-size:.9rem}.admin-stat-content{flex-direction:column;display:flex}.admin-stat-value{color:#1f2937;margin-bottom:.25rem;font-size:2rem;font-weight:700;line-height:1}.admin-section{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.admin-view-all:hover{text-decoration:underline}.admin-quick-actions{flex-wrap:wrap;gap:1rem;display:flex}.admin-action-btn{color:#fff;background:#1f2937;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.admin-action-btn:hover{background:#374151}.admin-action-btn svg{width:18px;height:18px}.admin-table-container{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:right;border-bottom:1px solid #e5e7eb;padding:.875rem 1rem}.admin-table th{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background:#f9fafb;font-size:.8rem;font-weight:600}.admin-table td{color:#374151;font-size:.9rem}.admin-table-title{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-weight:500;overflow:hidden}.admin-table-empty{text-align:center;color:#9ca3af;padding:2rem!important}.admin-status{border-radius:50px;padding:.25rem .75rem;font-size:.8rem;font-weight:500;display:inline-block}.admin-status.published{color:#065f46;background:#d1fae5}.admin-status.draft{color:#92400e;background:#fef3c7}.admin-table-action{color:var(--mg-red);font-size:.85rem;font-weight:500;text-decoration:none}.admin-table-action:hover{text-decoration:underline}.admin-form{flex-direction:column;gap:1.5rem;display:flex}.admin-form-group{flex-direction:column;gap:.5rem;display:flex}.admin-form-row{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.admin-form-label{color:#374151;font-size:.9rem;font-weight:600}.admin-form-input,.admin-form-select,.admin-form-textarea{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.admin-form-input:focus,.admin-form-select:focus,.admin-form-textarea:focus{border-color:var(--mg-red);outline:none}.admin-form-textarea{resize:vertical;min-height:150px}.admin-form-hint{color:#9ca3af;font-size:.8rem}.admin-form-actions{border-top:1px solid #e5e7eb;gap:1rem;padding-top:1rem;display:flex}.admin-btn{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s}.admin-btn-primary{background:var(--mg-red);color:#fff}.admin-btn-primary:hover{background:#6a0000}.admin-btn-secondary{color:#374151;background:#f3f4f6}.admin-btn-secondary:hover{background:#e5e7eb}.admin-btn-danger{color:#dc2626;background:#fee2e2}.admin-btn-danger:hover{background:#fecaca}.admin-file-upload{text-align:center;cursor:pointer;border:2px dashed #d1d5db;border-radius:8px;padding:2rem;transition:all .2s}.admin-file-upload:hover{border-color:var(--mg-red);background:#fef2f2}.admin-file-upload.dragging{border-color:var(--mg-red);background:#fef2f2;border-style:solid;transform:scale(1.02)}.admin-file-upload-icon{color:#9ca3af;width:48px;height:48px;margin:0 auto 1rem}.admin-file-upload-text{color:#6b7280;margin:0;font-size:.95rem}.admin-file-upload-hint{color:#9ca3af;margin:.5rem 0 0;font-size:.8rem}.admin-file-preview{background:#f9fafb;border-radius:8px;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;display:flex}.admin-file-preview img{object-fit:cover;border-radius:4px;width:80px;height:80px}.admin-image-preview-container{margin-top:.5rem}.admin-image-preview{border-radius:8px;max-width:300px;display:inline-block;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.admin-image-preview img{object-fit:cover;width:100%;height:auto;max-height:200px;display:block}.admin-image-remove{color:#fff;cursor:pointer;opacity:0;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;transition:opacity .2s;display:flex;position:absolute;top:8px;right:8px}.admin-image-preview:hover .admin-image-remove{opacity:1}.admin-image-remove:hover{background:#dc2626}@media (max-width:1200px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.admin-sidebar{width:200px}[dir=rtl] .admin-main{margin-right:200px}[dir=ltr] .admin-main{margin-left:200px}.admin-form-row{grid-template-columns:1fr}}@media (max-width:768px){.admin-sidebar{transition:transform .3s;transform:translate(100%)}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-right:0}.admin-stats-grid{grid-template-columns:1fr}.admin-quick-actions{flex-direction:column}}.admin-modal-backdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;padding:2rem;overflow-y:auto}.help-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.help-btn:hover{background:var(--mg-blue);border-color:var(--mg-blue);color:#fff}.help-modal{max-width:600px!important}.help-modal[dir=ltr]{text-align:left;direction:ltr}.help-modal[dir=rtl]{text-align:right;direction:rtl}.help-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.help-modal-title{color:#1f2937;flex:1;margin:0;font-size:1.25rem;font-weight:700}.help-modal-close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.help-modal-close:hover{color:#1f2937;background:#e5e7eb}.help-modal-close svg{width:18px;height:18px}.help-lang-toggle{background:#f3f4f6;border-radius:6px;display:flex;overflow:hidden}.help-lang-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:.4rem .75rem;font-size:.85rem;font-weight:500;transition:all .2s}.help-lang-btn:hover{color:#1f2937}.help-lang-btn.active{background:var(--mg-blue);color:#fff}.help-modal-content{max-height:60vh;overflow-y:auto}.help-section{margin-bottom:1.5rem}.help-section:last-child{margin-bottom:0}.help-section-heading{color:#1f2937;text-align:inherit;margin:0 0 .5rem;font-size:1rem;font-weight:600}.help-section-text{color:#4b5563;text-align:inherit;margin:0;font-size:.95rem;line-height:1.6}.help-status-list{margin:0;padding:0;list-style:none}.help-status-list li{color:#4b5563;border-bottom:1px solid #f3f4f6;padding:.5rem 0;font-size:.95rem;line-height:1.5}.help-status-list li:last-child{border-bottom:none}.help-status-list li strong{color:#1f2937}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-breadcrumb{color:var(--mg-red);margin-bottom:.5rem;font-size:.85rem;text-decoration:none;display:inline-block}.admin-breadcrumb:hover{text-decoration:underline}[dir=ltr] .admin-page{text-align:left}[dir=rtl] .admin-page{text-align:right}[dir=ltr] .admin-title,[dir=ltr] .admin-subtitle,[dir=ltr] .admin-section-title{text-align:left}[dir=ltr] .admin-header{flex-direction:row}[dir=rtl] .admin-header{flex-direction:row-reverse}[dir=ltr] .admin-quick-actions{flex-direction:row}[dir=ltr] .admin-stats-grid,[dir=ltr] .admin-table{direction:ltr}[dir=ltr] .admin-table th,[dir=ltr] .admin-table td{text-align:left}[dir=rtl] .admin-table{direction:rtl}[dir=rtl] .admin-table th,[dir=rtl] .admin-table td{text-align:right}[dir=ltr] .admin-main{text-align:left;direction:ltr}[dir=rtl] .admin-main{text-align:right;direction:rtl}[dir=ltr] .admin-section{direction:ltr}[dir=rtl] .admin-section{direction:rtl}[dir=ltr] .admin-form{direction:ltr}[dir=ltr] .admin-form-group,[dir=ltr] .admin-nav-item,[dir=ltr] .admin-form-label{text-align:left}[dir=ltr] .admin-section-header{flex-direction:row}[dir=rtl] .admin-section-header{flex-direction:row-reverse}[dir=ltr] .admin-form-actions{flex-direction:row}[dir=ltr] .admin-stat-card{text-align:left;flex-direction:row}[dir=rtl] .admin-stat-card{text-align:right;flex-direction:row-reverse}[dir=ltr] .admin-stat-content{align-items:flex-start}[dir=rtl] .admin-stat-content{align-items:flex-end}[dir=ltr] .admin-view-all:after{content:" →"}[dir=rtl] .admin-view-all:after{content:" ←"}.admin-view-all{color:var(--mg-red);font-size:.9rem;text-decoration:none}[dir=ltr] .admin-breadcrumb:before{content:"← "}[dir=rtl] .admin-breadcrumb:before{content:""}[dir=ltr] .admin-breadcrumb{direction:ltr}.admin-lang-toggle{text-overflow:ellipsis;white-space:nowrap;border-radius:6px;max-width:calc(100% - 1.5rem);margin:0 .75rem .5rem;overflow:hidden;background:#374151!important}.admin-lang-toggle:hover{background:#4b5563!important}.newsletter-hero-header{text-align:center;background:linear-gradient(135deg,#fafafa 0%,#f3f4f6 100%);border-bottom:1px solid #e5e7eb;margin-bottom:24px;padding:48px 24px 32px}.newsletter-back-link{color:#6b7280;align-items:center;gap:6px;margin-bottom:16px;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.newsletter-back-link:hover{color:var(--mg-red)}.newsletter-back-link svg{transition:transform .2s}.newsletter-back-link:hover svg{transform:translate(-3px)}[dir=rtl] .newsletter-back-link:hover svg{transform:translate(3px)}.newsletter-hero-title{color:#111827;letter-spacing:-.02em;margin:0 0 12px;font-size:2.25rem;font-weight:800}.newsletter-hero-subtitle{color:#6b7280;max-width:500px;margin:0 auto;font-size:1.1rem}.newsletter-title-row{justify-content:center;align-items:center;gap:12px;display:flex}.info-help-btn{color:#6b7280;cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.info-help-btn:hover{border-color:var(--mg-red);color:var(--mg-red);background:#fef2f2}.info-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.info-modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:85vh;padding:32px;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.info-modal-close{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;width:32px;height:32px;font-size:1.5rem;line-height:1;transition:all .2s;position:absolute;top:16px;right:16px}.info-modal-close:hover{color:#111;background:#e5e7eb}.info-modal-title{color:#111827;text-align:center;margin:0 0 24px;font-size:1.5rem;font-weight:700}.info-modal-steps{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.info-step{align-items:flex-start;gap:16px;display:flex}.info-step-number{background:var(--mg-red);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.info-step-content h3{color:#111827;margin:0 0 4px;font-size:1rem;font-weight:600}.info-step-content p{color:#6b7280;margin:0;font-size:.9rem;line-height:1.5}.info-modal-tips{background:#f9fafb;border-radius:12px;padding:16px 20px}.info-modal-tips h3{color:#374151;margin:0 0 12px;font-size:.95rem;font-weight:600}.info-modal-tips ul{margin:0;padding-left:20px;list-style:outside}.info-modal-tips li{color:#6b7280;margin-bottom:6px;font-size:.875rem;line-height:1.5}.info-modal-tips li:last-child{margin-bottom:0}[dir=rtl] .info-modal-close{left:16px;right:auto}[dir=rtl] .info-modal-tips ul{padding-left:0;padding-right:20px}.info-lang-toggle{justify-content:center;gap:8px;margin-bottom:20px;display:flex}.info-lang-btn{cursor:pointer;color:#6b7280;background:#fff;border:2px solid #e5e7eb;border-radius:20px;padding:6px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.info-lang-btn:hover{background:#f9fafb;border-color:#d1d5db}.info-lang-btn.active{background:var(--mg-red);border-color:var(--mg-red);color:#fff}.newsletter-builder{grid-template-columns:1fr 1.5fr;gap:1.5rem;margin-top:1rem;display:grid}.newsletter-panel{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.newsletter-panel-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.newsletter-panel-header h2{color:#1f2937;margin:0;font-size:1.1rem;font-weight:600}.newsletter-select-all{color:var(--mg-red);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.85rem}.newsletter-select-all:hover{text-decoration:underline}.newsletter-articles-list{max-height:400px;margin-bottom:1.5rem;overflow-y:auto}.newsletter-article-item{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem;transition:background .2s;display:flex}.newsletter-article-item:hover{background:#f9fafb}.newsletter-article-item.selected{border-color:var(--mg-red);background:#fef2f2}.newsletter-article-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--mg-red);margin-top:2px}.newsletter-article-info{flex-direction:column;flex:1;gap:.25rem;display:flex}.newsletter-article-title{color:#1f2937;font-size:.9rem;font-weight:500;line-height:1.4}.newsletter-options{margin-bottom:1.5rem}.newsletter-option-label{color:#374151;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.newsletter-type-buttons{gap:.5rem;display:flex}.newsletter-type-btn{cursor:pointer;color:#374151;background:#f3f4f6;border:2px solid #0000;border-radius:8px;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s}.newsletter-type-btn:hover{background:#e5e7eb}.newsletter-type-btn.active{border-color:var(--mg-red);color:var(--mg-red);background:#fef2f2}.newsletter-generate-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1f2937,#374151);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.newsletter-generate-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.newsletter-generate-btn:disabled{opacity:.6;cursor:not-allowed}.newsletter-btn-icon{width:20px;height:20px}.newsletter-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.newsletter-selected-count{text-align:center;color:#6b7280;margin-top:1rem;font-size:.85rem}.newsletter-preview-panel{flex-direction:column;display:flex}.newsletter-preview-tabs{gap:.5rem;display:flex}.newsletter-tab{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:6px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;transition:all .2s}.newsletter-tab.active{background:var(--mg-red);color:#fff}.newsletter-subject-wrapper{margin-bottom:1rem}.newsletter-subject-wrapper label{color:#374151;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.newsletter-subject-input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.newsletter-subject-input:focus{border-color:var(--mg-red);outline:none}.newsletter-preview-content{border:1px solid #e5e7eb;border-radius:8px;flex:1;min-height:400px;margin-bottom:1rem;overflow:hidden}.newsletter-preview-iframe{background:#fff;border:none;width:100%;height:100%;min-height:400px}.newsletter-code-editor{resize:none;color:#e5e7eb;background:#1f2937;border:none;width:100%;height:100%;min-height:400px;padding:1rem;font-family:monospace;font-size:.85rem}.newsletter-publish-btn{background:var(--mg-red);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.newsletter-publish-btn:hover:not(:disabled){background:#6a0000}.newsletter-publish-btn:disabled{opacity:.6;cursor:not-allowed}.newsletter-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.75rem;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.newsletter-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}.newsletter-send-btn:disabled{opacity:.6;cursor:not-allowed}.newsletter-send-stats{text-align:center;color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;margin-top:.75rem;padding:.75rem 1rem;font-size:.9rem}.newsletter-send-failed{color:#dc2626}.newsletter-terms-notice{text-align:center;background:#f0f7ff;border:1px solid #bfdbfe;border-radius:8px;margin-top:1rem;padding:.75rem 1rem}.newsletter-terms-notice p{color:#1e40af;margin:0 0 .5rem;font-size:.85rem}.newsletter-terms-links{justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.newsletter-terms-links a{color:#2563eb;font-weight:500;text-decoration:underline}.newsletter-terms-links a:hover{color:#1d4ed8}.newsletter-terms-links span{color:#64748b}.newsletter-empty-preview{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:300px;display:flex}.newsletter-empty-icon{opacity:.5;width:64px;height:64px;margin-bottom:1rem}.newsletter-empty-preview p{max-width:250px;line-height:1.5}.newsletter-status-tabs{background:#f3f4f6;border-radius:8px;gap:.25rem;margin-bottom:1rem;padding:.25rem;display:flex}.newsletter-status-tab{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem .75rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.newsletter-status-tab:hover{background:#e5e7eb}.newsletter-status-tab.active{color:var(--mg-red);background:#fff;box-shadow:0 1px 3px #0000001a}.newsletter-status-count{background:#e5e7eb;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.7rem;font-weight:600;display:inline-flex}.newsletter-status-tab.active .newsletter-status-count{background:var(--mg-red);color:#fff}.newsletter-category-section{margin-bottom:1rem}.newsletter-category-header{background:#f9fafb;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.5rem .75rem;display:flex}.newsletter-category-name{color:#374151;font-size:.85rem;font-weight:600}.newsletter-category-count{color:#9ca3af;background:#e5e7eb;border-radius:10px;padding:.15rem .5rem;font-size:.75rem;font-weight:500}.newsletter-category-articles{flex-direction:column;gap:.5rem;display:flex}.newsletter-article-item{border:1px solid #e5e7eb;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem;transition:all .15s;display:flex}.newsletter-article-order{flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.newsletter-order-number{background:var(--mg-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.newsletter-order-empty{border:2px solid #d1d5db;border-radius:50%;width:22px;height:22px;transition:all .15s}.newsletter-article-item:hover .newsletter-order-empty{border-color:var(--mg-red);background:#fef2f2}.newsletter-article-info{flex:1;min-width:0}.newsletter-article-title{color:#1f2937;margin-bottom:.25rem;font-size:.9rem;font-weight:500;line-height:1.4;display:block}.newsletter-article-meta{align-items:center;gap:.75rem;display:flex}.newsletter-article-date{color:#9ca3af;font-size:.8rem}.newsletter-article-status{text-transform:uppercase;letter-spacing:.02em;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.newsletter-status--published{color:#065f46;background:#d1fae5}.newsletter-status--draft{color:#92400e;background:#fef3c7}.newsletter-status--scheduled{color:#1e40af;background:#dbeafe}.newsletter-preview-btn{cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.newsletter-preview-btn:hover{background:#e5e7eb}.newsletter-preview-btn svg{color:#6b7280;width:16px;height:16px}.newsletter-empty-articles{text-align:center;color:#9ca3af;padding:2rem}.newsletter-article-modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.newsletter-article-modal-content{background:#fff;border-radius:16px;width:100%;max-width:700px;max-height:85vh;padding:2rem;position:relative;overflow-y:auto}.newsletter-modal-close{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;transition:all .15s;display:flex;position:absolute;top:1rem;left:1rem}.newsletter-modal-close:hover{color:#1f2937;background:#e5e7eb}.newsletter-modal-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.newsletter-modal-category{color:var(--mg-red);background:#fef2f2;border-radius:4px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.newsletter-modal-title{color:#1f2937;margin:0 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.4}.newsletter-modal-meta{color:#6b7280;border-bottom:1px solid #e5e7eb;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;font-size:.85rem;display:flex}.newsletter-modal-image{border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.newsletter-modal-image img{object-fit:cover;width:100%;height:auto}.newsletter-modal-excerpt{color:#4b5563;margin-bottom:1.5rem;font-size:1.1rem;font-weight:500;line-height:1.6}.newsletter-modal-body{color:#374151;border-right:3px solid #e5e7eb;max-height:300px;padding-left:1rem;font-size:.95rem;line-height:1.7;overflow-y:auto}.newsletter-modal-actions{border-top:1px solid #e5e7eb;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.newsletter-modal-select-btn{color:#fff;cursor:pointer;background:#1f2937;border:none;border-radius:8px;flex:1;padding:.75rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .15s}.newsletter-modal-select-btn:hover{background:#374151}.newsletter-modal-select-btn.selected{background:#059669}.newsletter-modal-edit-btn{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .15s}.newsletter-modal-edit-btn:hover{background:#e5e7eb;text-decoration:none}.newsletter-refine-section{margin-bottom:1rem}.newsletter-refine-toggle{color:#374151;cursor:pointer;background:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.newsletter-refine-toggle:hover{background:#e5e7eb;border-color:#9ca3af}.newsletter-refine-toggle .newsletter-btn-icon{width:18px;height:18px}.newsletter-refine-input-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.newsletter-refine-textarea{resize:vertical;color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;min-height:80px;padding:.75rem;font-family:inherit;font-size:.9rem}.newsletter-refine-textarea:focus{border-color:var(--mg-red);outline:none}.newsletter-refine-textarea::placeholder{color:#6b7280}.newsletter-refine-actions{gap:.75rem;margin-top:.75rem;display:flex}.newsletter-refine-cancel{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.6rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .15s}.newsletter-refine-cancel:hover{background:#f3f4f6}.newsletter-refine-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1f2937,#374151);border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.newsletter-refine-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.newsletter-refine-submit:disabled{opacity:.6;cursor:not-allowed}.newsletter-refine-submit .newsletter-btn-icon{width:16px;height:16px}.socials-tabs{background:#f3f4f6;border-radius:12px;gap:.5rem;width:fit-content;margin-top:1.5rem;padding:6px;display:flex}.socials-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.socials-tab:hover{color:#374151;background:#ffffff80}.socials-tab.active{color:#111827;background:#fff;box-shadow:0 2px 8px #00000014}.socials-tab.active[data-platform=instagram]{color:#e1306c}.socials-tab.active[data-platform=facebook]{color:#1877f2}.socials-tab-icon{width:20px;height:20px}.socials-tab-icon svg{width:100%;height:100%}.socials-info-banner{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:12px;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding:1rem 1.25rem;display:flex}.socials-info-item{color:#0369a1;gap:6px;font-size:.85rem;display:flex}.socials-info-item strong{font-weight:600}.socials-info-link-note{border-top:1px solid #bae6fd;flex-basis:100%;margin-top:.25rem;padding-top:.5rem;font-weight:500}.facebook-preview .instagram-preview-header{padding:12px 16px}.facebook-preview .instagram-preview-username{font-weight:600}.facebook-aspect{aspect-ratio:1.91!important}.facebook-preview-actions{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;justify-content:space-around;padding:8px 12px;display:flex}.facebook-action-btn{color:#65676b;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:background .15s;display:flex}.facebook-action-btn:hover{background:#f0f2f5}.facebook-action-btn svg{width:18px;height:18px}.instagram-caption-counter.over-ideal{color:#f59e0b}.caption-ideal-badge{color:#059669;background:#d1fae5;border-radius:4px;align-items:center;margin-left:8px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.instagram-builder{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem;display:grid}.instagram-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;box-shadow:0 2px 12px #0000000f}.instagram-preview-panel{max-height:calc(100vh - 2rem);position:sticky;top:1rem;overflow-y:auto}.instagram-search-wrapper{margin-bottom:1rem;position:relative}.instagram-search-input{border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:.75rem 1rem .75rem 2.75rem;font-family:inherit;font-size:.95rem;transition:all .2s}[dir=rtl] .instagram-search-input{padding:.75rem 2.75rem .75rem 1rem}.instagram-search-input:focus{border-color:#71d9e2;outline:none;box-shadow:0 0 0 3px #71d9e226}.instagram-search-icon{color:#9ca3af;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}[dir=rtl] .instagram-search-icon{left:auto;right:.9rem}.instagram-articles-list{border:1px solid #e5e7eb;border-radius:12px;max-height:500px;margin-bottom:1rem;overflow-y:auto}.instagram-article-item{cursor:pointer;border-bottom:1px solid #f3f4f6;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.instagram-article-item:last-child{border-bottom:none}.instagram-article-item:hover{background:#f9fafb}.instagram-article-item.selected{background:linear-gradient(135deg,#71d9e21f 0%,#71d9e20f 100%);border-color:#71d9e24d}.instagram-article-thumb{background:#f3f4f6;border-radius:8px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.instagram-article-thumb img{object-fit:cover;width:100%;height:100%}.instagram-article-info{flex:1;min-width:0}.instagram-article-title{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.35rem;font-size:.95rem;font-weight:600;line-height:1.4;display:block;overflow:hidden}.instagram-article-meta{color:#6b7280;align-items:center;gap:.75rem;font-size:.8rem;display:flex}.instagram-article-category{background:#f3f4f6;border-radius:4px;padding:.15rem .5rem;font-size:.75rem}.instagram-article-check{background:linear-gradient(135deg,#71d9e2,#5bc8f2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.instagram-article-check svg{color:#fff;width:14px;height:14px}.instagram-articles-note{color:#9ca3af;text-align:center;margin:0;font-size:.8rem}.instagram-empty-articles{text-align:center;color:#9ca3af;padding:3rem 1rem}.instagram-preview-content{flex-direction:column;gap:1.25rem;display:flex}.instagram-preview-card{background:#fff;border:1px solid #dbdbdb;border-radius:8px;max-width:400px;margin:0 auto;overflow:hidden}.instagram-preview-header{border-bottom:1px solid #efefef;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.instagram-preview-avatar{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.instagram-preview-username{color:#262626;font-size:.9rem;font-weight:600}.instagram-preview-image{aspect-ratio:1;background:#fafafa;width:100%;position:relative}.instagram-preview-image img{object-fit:cover;width:100%;height:100%}.instagram-preview-no-image{color:#c7c7c7;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;display:flex}.instagram-preview-no-image svg{width:48px;height:48px}.instagram-preview-no-image p{margin:0;font-size:.85rem}.instagram-preview-actions{align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.instagram-preview-actions svg{color:#262626;cursor:pointer;width:24px;height:24px}.instagram-preview-caption{padding:0 1rem 1rem;font-size:.9rem;line-height:1.5}.instagram-preview-username-caption{color:#262626;margin-left:.35rem;font-weight:600}[dir=rtl] .instagram-preview-username-caption{margin-left:0;margin-right:.35rem}.instagram-preview-caption-text{color:#262626;white-space:pre-wrap;word-break:break-word}.instagram-preview-caption-placeholder{color:#c7c7c7;font-style:italic}.instagram-caption-editor{flex-direction:column;gap:.5rem;display:flex}.instagram-caption-editor label{color:#374151;font-size:.9rem;font-weight:600}.instagram-caption-textarea{resize:vertical;border:1px solid #e5e7eb;border-radius:10px;width:100%;min-height:120px;padding:1rem;font-family:inherit;font-size:.95rem;line-height:1.6;transition:all .2s}.instagram-caption-textarea:focus{border-color:#71d9e2;outline:none;box-shadow:0 0 0 3px #71d9e226}.instagram-caption-counter{text-align:left;color:#9ca3af;font-size:.8rem}[dir=rtl] .instagram-caption-counter{text-align:right}.instagram-overlay-options{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;padding:1rem}.instagram-overlay-options h3{color:#374151;margin:0 0 .75rem;font-size:.95rem;font-weight:600}.instagram-overlay-toggles{flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;display:flex}.instagram-toggle-item{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .15s;display:flex}.instagram-toggle-item:hover{border-color:#cbd5e1}.instagram-toggle-item input[type=checkbox]{accent-color:#e1306c;cursor:pointer;width:16px;height:16px}.instagram-toggle-item input[type=checkbox]:disabled{opacity:.5}.instagram-toggle-label{color:#4b5563;-webkit-user-select:none;user-select:none;font-size:.875rem}.instagram-custom-title{margin-top:.75rem}.instagram-custom-title label{color:#6b7280;margin-bottom:.35rem;font-size:.8rem;display:block}.instagram-custom-title-input{border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.instagram-custom-title-input:focus{border-color:#e1306c;outline:none}.instagram-logo-opacity{align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.instagram-logo-opacity label{color:#6b7280;white-space:nowrap;font-size:.8rem}.instagram-opacity-slider{appearance:none;cursor:pointer;background:#e2e8f0;border-radius:3px;flex:1;height:6px}.instagram-opacity-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#e1306c;border-radius:50%;width:18px;height:18px;transition:transform .15s}.instagram-opacity-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.instagram-logo-opacity span{color:#6b7280;text-align:right;min-width:40px;font-size:.8rem}.instagram-preview-canvas-container{position:relative}.instagram-preview-canvas{border-radius:0;width:100%;height:auto}.instagram-actions{flex-direction:column;gap:.75rem;display:flex}.instagram-generate-btn{color:#1f2937;cursor:pointer;background:linear-gradient(135deg,#71d9e2,#5bc8f2);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.instagram-generate-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #71d9e259}.instagram-generate-btn:disabled{opacity:.6;cursor:not-allowed}.instagram-generate-btn svg{width:20px;height:20px}.instagram-post-btn{color:#fff;cursor:pointer;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.instagram-post-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #e1306c59}.instagram-post-btn:disabled{opacity:.6;cursor:not-allowed}.instagram-post-btn svg{width:20px;height:20px}.instagram-empty-preview{text-align:center;color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.instagram-empty-preview svg{opacity:.5;width:64px;height:64px;margin-bottom:1rem}.instagram-empty-preview p{margin:0;font-size:.95rem;line-height:1.6}.instagram-copy-section{margin-bottom:1.5rem}.instagram-copy-section h3{color:#374151;margin:0 0 .75rem;font-size:.95rem;font-weight:600}.instagram-copy-buttons{gap:.75rem;display:flex}.instagram-copy-btn,.instagram-download-btn{cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.instagram-copy-btn{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border:none}.instagram-copy-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e1306c59}.instagram-download-btn{color:#374151;background:#fff;border:1px solid #d1d5db}.instagram-download-btn:hover{background:#f9fafb;border-color:#9ca3af}.instagram-copy-btn svg,.instagram-download-btn svg{width:18px;height:18px}.instagram-caption-footer{justify-content:space-between;align-items:center;margin-top:.75rem;display:flex}.instagram-copy-caption-btn{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.instagram-copy-caption-btn:hover:not(:disabled){background:#e5e7eb}.instagram-copy-caption-btn:disabled{opacity:.5;cursor:not-allowed}.instagram-copy-caption-btn svg{width:16px;height:16px}.instagram-instructions{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-top:1rem;padding:1rem 1.25rem}.instagram-instructions h4{color:#166534;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.instagram-instructions ol{margin:0;padding:0 0 0 1.25rem}.instagram-instructions li{color:#15803d;margin-bottom:.35rem;font-size:.85rem;line-height:1.4}.instagram-instructions li:last-child{margin-bottom:0}.instagram-caption-editor h3{color:#374151;margin:0 0 .75rem;font-size:.95rem;font-weight:600}@media (max-width:1024px){.instagram-builder{grid-template-columns:1fr}.instagram-preview-panel{max-height:none;position:static}}@media (max-width:640px){.instagram-panel{padding:1rem}.instagram-article-item{gap:.75rem;padding:.75rem}.instagram-article-thumb{width:50px;height:50px}.instagram-preview-card{max-width:100%}}.scheduler-tabs{background:#fff;border-radius:12px;gap:.5rem;margin-bottom:1.5rem;padding:.5rem;display:flex;box-shadow:0 2px 8px #0000000d}.scheduler-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.scheduler-tab svg{width:20px;height:20px}.scheduler-tab:hover{color:#374151;background:#f3f4f6}.scheduler-tab.active{background:var(--mg-red);color:#fff}.scheduler-tab-badge{color:var(--mg-red);background:#fff;border-radius:10px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.scheduler-tab.active .scheduler-tab-badge{color:#fff;background:#fff3}.scheduler-scheduled-section{min-height:400px}.scheduler-empty{text-align:center;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.scheduler-empty-icon{color:#d1d5db;width:64px;height:64px;margin-bottom:1rem}.scheduler-empty h3{color:#374151;margin:0 0 .5rem}.scheduler-empty p{color:#6b7280;margin-bottom:1.5rem}.scheduler-scheduled-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.scheduler-scheduled-card{background:#fff;border-radius:12px;transition:box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #0000000d}.scheduler-scheduled-card:hover{box-shadow:0 4px 16px #0000001a}.scheduler-scheduled-image-wrapper{background:#f3f4f6;width:100%;height:160px;position:relative;overflow:hidden}.scheduler-scheduled-img{object-fit:cover;width:100%;height:100%}.scheduler-scheduled-no-image{background:#e5e7eb;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.scheduler-scheduled-no-image svg{color:#9ca3af;width:48px;height:48px}.scheduler-delete-overlay{color:#fff;cursor:pointer;opacity:0;background:#ef4444e6;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s;display:flex;position:absolute;top:8px;left:8px}.scheduler-delete-overlay svg{width:16px;height:16px}.scheduler-scheduled-card:hover .scheduler-delete-overlay{opacity:1}.scheduler-delete-overlay:hover{background:#dc2626}.scheduler-scheduled-content{padding:1rem}.scheduler-scheduled-title{color:#1f2937;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:1.1rem;line-height:1.4;display:-webkit-box;overflow:hidden}.scheduler-scheduled-meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.scheduler-scheduled-date{color:#6b7280;align-items:center;gap:.35rem;font-size:.85rem;display:flex}.scheduler-scheduled-date svg{width:14px;height:14px}.scheduler-scheduled-category{color:#374151;background:#f3f4f6;border-radius:4px;padding:.2rem .6rem;font-size:.8rem}.scheduler-scheduled-excerpt{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.scheduler-scheduled-actions{background:#f9fafb;border-top:1px solid #e5e7eb;gap:.5rem;padding:1rem;display:flex}.scheduler-scheduled-actions .scheduler-action-btn{flex:1;justify-content:center;padding:.5rem;font-size:.8rem}.scheduler-action-publish:hover{color:#22c55e;background:#dcfce7;border-color:#22c55e}.scheduler-steps{background:#fff;border-radius:12px;justify-content:center;gap:2rem;margin:2rem 0;padding:1.5rem;display:flex;box-shadow:0 2px 8px #0000000d}.scheduler-step{color:#9ca3af;align-items:center;gap:.5rem;display:flex}.scheduler-step.active{color:var(--mg-red)}.scheduler-step.completed{color:#10b981}.scheduler-step-num{background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.scheduler-step.active .scheduler-step-num{background:var(--mg-red);color:#fff}.scheduler-step.completed .scheduler-step-num{color:#fff;background:#10b981}.scheduler-step-label{font-weight:500}.scheduler-message{text-align:center;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.scheduler-message--success{color:#065f46;background:#d1fae5}.scheduler-message--error{color:#991b1b;background:#fee2e2}.scheduler-upload-section{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.scheduler-dropzone{cursor:pointer;text-align:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;width:100%;max-width:600px;padding:3rem;transition:all .2s}.scheduler-dropzone:hover,.scheduler-dropzone.active{border-color:var(--mg-red);background:#fef2f2}.scheduler-dropzone.has-file{background:#ecfdf5;border-color:#10b981}.scheduler-dropzone-content{color:#6b7280;flex-direction:column;align-items:center;gap:1rem;display:flex}.scheduler-upload-icon{color:#9ca3af;width:48px;height:48px}.scheduler-file-info{flex-direction:column;align-items:center;gap:.5rem;display:flex}.scheduler-file-icon{color:#10b981;width:48px;height:48px}.scheduler-file-name{color:#1f2937;font-weight:600}.scheduler-file-size{color:#6b7280;font-size:.875rem}.scheduler-magazine-selector{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;width:100%;max-width:600px;padding:2rem}.scheduler-magazine-label{color:var(--mg-text);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex}.scheduler-magazine-label svg{width:24px;height:24px;color:var(--mg-red)}.scheduler-magazine-select{cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:8px;width:100%;padding:1rem;font-family:Cairo,sans-serif;font-size:1rem;transition:border-color .2s}.scheduler-magazine-select:focus{border-color:var(--mg-red);outline:none}.scheduler-loading-magazines{color:#6b7280;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.scheduler-no-magazines{text-align:center;color:#6b7280;padding:2rem}.scheduler-no-magazines p{margin-bottom:1rem}.scheduler-upload-link{background:var(--mg-red);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.scheduler-upload-link:hover{background:#6a0000}.scheduler-selected-magazine{background:#ecfdf5;border:1px solid #10b981;border-radius:8px;margin-top:1rem;padding:1rem}.scheduler-selected-info{color:#059669;align-items:center;gap:.5rem;font-weight:500;display:flex}.scheduler-selected-info svg{width:20px;height:20px}.scheduler-process-btn{background:var(--mg-red);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.scheduler-process-btn:hover:not(:disabled){background:#6a0000}.scheduler-process-btn:disabled{opacity:.6;cursor:not-allowed}.scheduler-process-btn svg{width:20px;height:20px}.scheduler-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}.scheduler-processing{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem;display:flex}.scheduler-processing-spinner{border:4px solid #e5e7eb;border-top-color:var(--mg-red);border-radius:50%;width:60px;height:60px;margin-bottom:1.5rem;animation:1s linear infinite spin}.scheduler-processing h3{color:#1f2937;margin:0 0 .5rem}.scheduler-processing p{color:#6b7280}.scheduler-review{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.scheduler-review-header{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.scheduler-review-header h3{color:#1f2937;margin:0}.scheduler-review-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.scheduler-category-select,.scheduler-date-input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:6px;min-height:44px;padding:.5rem 1rem;font-size:.9rem}.scheduler-category-select::placeholder,.scheduler-date-input::placeholder{color:#6b7280}.scheduler-articles-list{flex-direction:column;gap:1rem;max-height:60vh;padding-right:.5rem;display:flex;overflow-y:auto}.scheduler-article-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.scheduler-article-header{border-bottom:1px solid #e5e7eb;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.scheduler-article-num{background:var(--mg-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;font-size:.8rem;font-weight:600;display:flex}.scheduler-article-title-preview{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:1rem;font-weight:600;overflow:hidden}.scheduler-article-actions{gap:.5rem;margin-left:auto;display:flex}.scheduler-action-btn{cursor:pointer;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.scheduler-action-btn svg{width:14px;height:14px}.scheduler-action-edit:hover{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}.scheduler-action-preview:hover{color:#22c55e;background:#f0fdf4;border-color:#22c55e}.scheduler-action-remove:hover{color:#ef4444;background:#fee2e2;border-color:#ef4444}.scheduler-article-content{flex-direction:column;gap:.75rem;display:flex}.scheduler-article-title-input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.75rem;font-size:1rem;font-weight:600}.scheduler-article-title-input::placeholder{color:#9ca3af}.scheduler-article-body-input{resize:vertical;color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:6px;min-height:100px;padding:.75rem;font-family:inherit;font-size:.9rem}.scheduler-article-image{align-items:center;display:flex}.scheduler-image-preview{border-radius:6px;width:120px;height:80px;position:relative;overflow:hidden}.scheduler-image-preview img{object-fit:cover;cursor:pointer;width:100%;height:100%;transition:opacity .2s}.scheduler-image-preview:hover img{opacity:.9}.scheduler-remove-btn{color:#fff;cursor:pointer;opacity:0;background:#000000b3;border:none;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;transition:all .2s;display:flex;position:absolute;top:4px;right:4px}.scheduler-image-preview:hover .scheduler-remove-btn{opacity:1}.scheduler-remove-btn:hover{background:#dc2626}.scheduler-crop-modal{z-index:10000;background:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.scheduler-crop-content{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:700px;max-height:90vh;display:flex;overflow:hidden}.scheduler-crop-content--large{max-width:900px}.scheduler-crop-header{background:var(--mg-blue);color:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.scheduler-crop-header h3{margin:0;font-size:1.125rem;font-weight:600}.scheduler-crop-header .scheduler-preview-close{color:#fff;background:#fff3}.scheduler-crop-header .scheduler-preview-close:hover{background:#ffffff4d}.scheduler-crop-area{background:#1f2937;justify-content:center;align-items:center;min-height:300px;padding:1rem;display:flex;position:relative}.scheduler-crop-area--view{background:#f3f4f6}.scheduler-crop-area--view img{border-radius:4px;box-shadow:0 4px 12px #00000026}.ReactCrop{max-width:100%}.ReactCrop__crop-selection{border:2px solid var(--mg-blue)!important;box-shadow:0 0 0 9999px #00000080!important}.ReactCrop__drag-handle{background-color:var(--mg-blue)!important;border:2px solid #fff!important;width:12px!important;height:12px!important}.scheduler-crop-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.scheduler-image-upload{cursor:pointer;color:#6b7280;border:1px dashed #d1d5db;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.scheduler-image-upload:hover{border-color:var(--mg-red);color:var(--mg-red)}.scheduler-image-upload input{display:none}.scheduler-image-upload svg{width:20px;height:20px}.scheduler-image-upload-container{flex-direction:column;gap:.5rem;display:flex}.scheduler-image-hint{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;line-height:1.4;display:flex}.scheduler-image-hint svg{stroke:#d97706;flex-shrink:0}.scheduler-actions{border-top:1px solid #e5e7eb;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem;display:flex}.scheduler-reset-btn{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;transition:all .2s}.scheduler-reset-btn:hover{background:#e5e7eb}.scheduler-schedule-btn{background:var(--mg-red);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.scheduler-schedule-btn:hover:not(:disabled){background:#6a0000}.scheduler-schedule-btn:disabled{opacity:.6;cursor:not-allowed}.scheduler-schedule-btn svg{width:20px;height:20px}.scheduler-complete{text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;padding:4rem;display:flex;box-shadow:0 2px 8px #0000000d}.scheduler-success-icon{color:#10b981;width:80px;height:80px;margin-bottom:1.5rem}.scheduler-complete h3{color:#1f2937;margin:0 0 .5rem;font-size:1.5rem}.scheduler-complete p{color:#6b7280;margin-bottom:2rem}.scheduler-complete-actions{gap:1rem;display:flex}.scheduler-view-btn{background:var(--mg-red);color:#fff;border-radius:8px;padding:.75rem 1.5rem;text-decoration:none}.scheduler-instagram-header{margin-bottom:1.5rem}.scheduler-instagram-btn{color:#fff;cursor:pointer;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.scheduler-instagram-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e1306c59}.scheduler-instagram-btn svg{width:20px;height:20px}.scheduler-instagram-badge{color:#dc2743;background:#fff;border-radius:10px;margin-right:.25rem;padding:.15rem .5rem;font-size:.8rem;font-weight:700}.scheduler-instagram-modal{background:#fff;border-radius:16px;flex-direction:column;width:95%;max-width:900px;max-height:85vh;display:flex;overflow:hidden}.scheduler-instagram-content{flex:1;padding:1.5rem;overflow-y:auto}.scheduler-instagram-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.scheduler-instagram-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;position:relative;overflow:hidden}.scheduler-instagram-image{aspect-ratio:1;position:relative;overflow:hidden}.scheduler-instagram-image img{object-fit:cover;width:100%;height:100%}.scheduler-instagram-status{position:absolute;top:.5rem;right:.5rem}.scheduler-instagram-status span{border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.status-pending{color:#92400e;background:#fef3c7}.status-posted{color:#065f46;background:#d1fae5}.status-failed{color:#991b1b;background:#fee2e2}.scheduler-instagram-info{padding:1rem}.scheduler-instagram-info h4{color:#1f2937;margin:0 0 .5rem;font-size:.95rem;font-weight:600;line-height:1.4}.scheduler-instagram-caption{color:#6b7280;margin:0 0 .75rem;font-size:.8rem;line-height:1.5}.scheduler-instagram-meta{color:#9ca3af;gap:.5rem;font-size:.75rem;display:flex}.scheduler-instagram-meta span{align-items:center;gap:.25rem;display:flex}.scheduler-instagram-delete{color:#fff;cursor:pointer;opacity:0;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s;display:flex;position:absolute;top:.5rem;left:.5rem}.scheduler-instagram-card:hover .scheduler-instagram-delete{opacity:1}.scheduler-instagram-delete svg{width:16px;height:16px}.ig-preview-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.ig-preview-card{background:#fff;border:1px solid #dbdbdb;border-radius:8px;max-width:400px;overflow:hidden}.ig-preview-header{align-items:center;gap:10px;padding:12px;display:flex}.ig-preview-avatar{border:1px solid #dbdbdb;border-radius:50%;width:32px;height:32px;overflow:hidden}.ig-preview-avatar img{object-fit:cover;width:100%;height:100%}.ig-preview-user{flex-direction:column;flex:1;display:flex}.ig-preview-username{color:#262626;font-size:14px;font-weight:600}.ig-preview-scheduled{color:#8e8e8e;align-items:center;gap:4px;font-size:11px;display:flex}.ig-preview-scheduled svg{width:12px;height:12px}.ig-status-posted{color:#00a400}.ig-status-failed{color:#ed4956}.ig-preview-delete{color:#8e8e8e;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.ig-preview-delete:hover{color:#dc2626;background:#fee2e2}.ig-preview-delete svg{width:16px;height:16px}.ig-preview-image{aspect-ratio:1;background:#fafafa;width:100%}.ig-preview-image img{object-fit:cover;width:100%;height:100%}.ig-preview-actions{justify-content:space-between;padding:10px 12px;display:flex}.ig-preview-actions-left{gap:14px;display:flex}.ig-preview-actions svg{color:#262626;cursor:pointer;width:22px;height:22px}.ig-copy-actions{border-top:1px solid #efefef;gap:8px;padding:10px 12px;display:flex}.ig-copy-image-btn,.ig-copy-caption-btn{cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s;display:flex}.ig-copy-image-btn{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border:none}.ig-copy-image-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #e1306c4d}.ig-copy-caption-btn{color:#262626;background:#fafafa;border:1px solid #dbdbdb}.ig-copy-caption-btn:hover{background:#f0f0f0}.ig-copy-image-btn svg,.ig-copy-caption-btn svg{width:14px;height:14px}.ig-preview-caption{max-height:100px;padding:0 12px 12px;font-size:13px;line-height:1.5;overflow-y:auto}.ig-preview-caption-user{color:#262626;margin-left:6px;font-weight:600}.ig-preview-caption-text{color:#262626;white-space:pre-wrap;word-break:break-word}.scheduler-regenerate-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.scheduler-regenerate-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.scheduler-regenerate-btn svg{width:16px;height:16px;font-weight:500;transition:background .2s}.scheduler-view-btn:hover{background:#6a0000}.scheduler-preview-modal{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.scheduler-preview-content{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:95vh;position:relative;overflow:hidden}.scheduler-preview-content.scheduler-preview-live{direction:rtl;max-width:1000px;overflow-y:auto}.scheduler-preview-close{color:#1f2937;cursor:pointer;z-index:1001;background:#ffffffe6;border:none;border-radius:50%;width:44px;height:44px;font-size:28px;transition:transform .2s;position:fixed;top:1.5rem;right:1.5rem;box-shadow:0 4px 12px #0000004d}.scheduler-preview-close:hover{transform:scale(1.1)}.preview-header{background:var(--mg-blue);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.preview-header-title{font-family:var(--font-cairo),"Cairo",sans-serif;color:var(--mg-header-red,#d6222b);text-shadow:1px 1px #0000004d;font-size:1.5rem;font-weight:700}.preview-header-badge{background:var(--mg-red);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.scheduler-preview-live .article-hero{background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);padding:2rem}.scheduler-preview-live .article-hero-content{max-width:100%}.scheduler-preview-live .article-title{font-size:2rem}.scheduler-preview-live .article-body{max-width:100%;padding:2rem}.scheduler-preview-live .article-divider{margin:0 2rem}.scheduler-edit-modal{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.scheduler-edit-content{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.scheduler-edit-header{background:linear-gradient(135deg,var(--mg-blue)0%,#1a3a5c 100%);color:#fff;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.scheduler-edit-header h3{color:#fff;margin:0;font-size:1.25rem}.scheduler-edit-header .scheduler-preview-close{color:#fff;background:#fff3;border:none}.scheduler-edit-header .scheduler-preview-close:hover{background:#ffffff4d}.scheduler-edit-body{background:#f9fafb;grid-template-columns:1fr 1fr;gap:1.5rem;max-height:65vh;padding:2rem;display:grid;overflow-y:auto}.scheduler-edit-body .scheduler-field{flex-direction:column;gap:.5rem;display:flex}.scheduler-edit-body .scheduler-field:nth-child(5),.scheduler-edit-body .scheduler-field:nth-child(6){grid-column:1/-1}.scheduler-edit-body .scheduler-field label{color:#374151;font-size:.9rem;font-weight:600}.scheduler-edit-body .scheduler-article-title-input,.scheduler-edit-body .scheduler-category-select{border:2px solid #e5e7eb;border-radius:10px;padding:1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.scheduler-edit-body .scheduler-article-title-input:focus,.scheduler-edit-body .scheduler-category-select:focus,.scheduler-edit-body .scheduler-article-body-input:focus{border-color:var(--mg-blue);outline:none;box-shadow:0 0 0 3px #102a431a}.scheduler-edit-body .scheduler-article-body-input{border:2px solid #e5e7eb;border-radius:10px;min-height:120px;padding:1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.scheduler-edit-body .scheduler-toggle-field{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:row;grid-column:span 1;justify-content:space-between;align-items:center;padding:.75rem 1rem}.scheduler-toggle{width:44px;height:24px;display:inline-block;position:relative}.scheduler-toggle input{opacity:0;width:0;height:0}.scheduler-toggle-slider{cursor:pointer;background-color:#d1d5db;border-radius:24px;transition:all .3s;position:absolute;inset:0}.scheduler-toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.scheduler-toggle input:checked+.scheduler-toggle-slider{background-color:var(--mg-red)}.scheduler-toggle input:checked+.scheduler-toggle-slider:before{transform:translate(20px)}.scheduler-edit-footer{background:#fff;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}.scheduler-edit-footer .scheduler-reset-btn,.scheduler-edit-footer .scheduler-schedule-btn{padding:.875rem 2rem;font-size:1rem}.scheduler-edit-btn{cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;transition:all .2s;display:flex}.scheduler-edit-btn:hover{background:#e5e7eb}.scheduler-suggestion{color:#6b7280;background:#f3f4f6;border-radius:6px;padding:.5rem .75rem;font-size:.85rem;display:inline-block}.scheduler-suggestion--matched{color:#166534;background:#dcfce7;font-weight:500}.scheduler-date-wrapper{flex-direction:column;gap:.25rem;display:flex}.scheduler-helper{color:#6b7280;margin-top:4px;font-size:.85rem}@media (max-width:768px){.scheduler-steps{flex-wrap:wrap;gap:1rem}.scheduler-step-label{display:none}.scheduler-review-header{flex-direction:column;align-items:stretch}.scheduler-review-actions{flex-direction:column}.scheduler-actions{flex-direction:column;gap:1rem}.scheduler-complete-actions{flex-direction:column}}.newsletter-message{border-radius:8px;margin-bottom:1rem;padding:1rem 1.5rem;font-weight:500}.newsletter-message--success{color:#065f46;background:#d1fae5}.newsletter-message--error{color:#dc2626;background:#fee2e2}@media (max-width:1000px){.newsletter-builder{grid-template-columns:1fr}}.editor-sidebar{background:linear-gradient(#1e3a5f 0%,#102a43 100%)}.editor-badge{color:#102a43!important;background:#71d9e2!important}.editor-author-info{text-align:center;background:#ffffff14;border-radius:8px;margin:0 .75rem .75rem;padding:1rem 1.25rem}.editor-author-label{color:#fff9;margin-bottom:4px;font-size:.8rem;display:block}.editor-author-name{color:#fff;font-size:1rem;font-weight:600;display:block}.admin-tabs{flex-wrap:wrap;gap:8px;display:flex}.admin-tab{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;transition:all .2s;display:flex}.admin-tab:hover{background:#f9fafb;border-color:#d1d5db}.admin-tab.active{color:#fff;background:#1f2937;border-color:#1f2937}.admin-tab-count{background:#0000001a;border-radius:12px;padding:2px 8px;font-size:.8rem}.admin-tab.active .admin-tab-count{background:#fff3}.admin-status-badge{border-radius:12px;padding:4px 12px;font-size:.85rem;font-weight:500;display:inline-block}.admin-empty-state{text-align:center;color:#6b7280;padding:3rem 2rem}.admin-section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.admin-section-title{color:#1f2937;margin:0;font-size:1.1rem;font-weight:600}.admin-section-link{color:#71d9e2;font-size:.9rem;text-decoration:none}.admin-section-link:hover{text-decoration:underline}.rte-container{background:#fff;border:1px solid #d1d5db;border-radius:8px;position:relative;overflow:hidden}.rte-toolbar{background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 12px;display:flex}.rte-toolbar-group{gap:2px;display:flex}.rte-toolbar-divider{background:#d1d5db;width:1px;height:24px;margin:0 8px}.rte-toolbar-spacer{flex:1}.rte-toolbar-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.rte-toolbar-btn:hover{color:#1f2937;background:#e5e7eb}.rte-toolbar-btn.active{color:#fff;background:#71d9e2}.rte-toolbar-btn:disabled{opacity:.4;cursor:not-allowed}.rte-editor{position:relative}.rte-editor-content{text-align:right;direction:rtl;outline:none;padding:16px;font-size:16px;line-height:1.8}.rte-editor-content:focus{outline:none}.rte-editor-content p{margin:0 0 1em}.rte-editor-content h2{color:#1f2937;margin:1.5em 0 .5em;font-size:1.5em;font-weight:700}.rte-editor-content h3{color:#374151;margin:1.25em 0 .5em;font-size:1.25em;font-weight:600}.rte-editor-content strong{font-weight:700}.rte-editor-content em{font-style:italic}.rte-editor-content ul,.rte-editor-content ol{margin:1em 0;padding-left:0;padding-right:1.5em}.rte-editor-content li{margin:.25em 0}.rte-editor-content blockquote{color:#4b5563;border-left:none;border-right:4px solid #71d9e2;margin:1em 0;padding-left:0;padding-right:1em;font-style:italic}.rte-placeholder{color:#9ca3af;pointer-events:none;font-size:16px;position:absolute;top:56px}.rte-loading{color:#9ca3af;text-align:center;padding:16px}.mobile-header,.mobile-drawer,.mobile-drawer-backdrop{display:none}@media (max-width:768px){.mobile-header{z-index:1000;background:linear-gradient(#6dd0f5 0%,#5bc8f2 100%);justify-content:space-between;align-items:center;min-height:56px;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}.mobile-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;order:1;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:flex}.hamburger-line{background:#02222b;border-radius:2px;width:24px;height:2px;transition:transform .2s;display:block}.mobile-hamburger:active .hamburger-line:first-child{transform:translateY(7px)rotate(45deg)}.mobile-hamburger:active .hamburger-line:nth-child(2){opacity:0}.mobile-hamburger:active .hamburger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-logo{color:#d6222b;text-shadow:-1px -1px #fff;order:2;font-size:1.5rem;font-weight:700;text-decoration:none;position:absolute;left:50%;transform:translate(-50%)}.mobile-logo:hover{text-decoration:none}.mobile-login-btn{color:#02222b;cursor:pointer;background:#fff;border:none;border-radius:6px;order:3;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.4rem .8rem;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.mobile-login-btn--user{background:0 0;padding:.5rem}.mobile-login-btn--user svg{color:#02222b;width:24px;height:24px}.mobile-drawer-backdrop{opacity:0;visibility:hidden;z-index:1001;background:#00000080;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.mobile-drawer-backdrop.open{opacity:1;visibility:visible}.mobile-drawer{z-index:1002;overscroll-behavior:contain;background:#fff;flex-direction:column;width:85%;max-width:320px;height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-header{background:linear-gradient(#6dd0f5 0%,#5bc8f2 100%);border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.mobile-drawer-title{color:#d6222b;text-shadow:-1px -1px #fff;font-size:1.25rem;font-weight:700}.mobile-drawer-close{cursor:pointer;color:#02222b;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-drawer-close svg{width:24px;height:24px}.mobile-drawer-user{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem 1.25rem}.mobile-drawer-user-email{color:#6b7280;word-break:break-all;margin-bottom:.75rem;font-size:.9rem}.mobile-drawer-user-roles{flex-direction:column;gap:.5rem;display:flex}.mobile-drawer-role-link{color:var(--mg-text);background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.9rem;text-decoration:none;transition:background .2s;display:flex}.mobile-drawer-role-link:hover{background:#f3f4f6;text-decoration:none}.mobile-drawer-role-link svg{width:18px;height:18px;color:var(--mg-red)}.mobile-drawer-section{border-bottom:1px solid #e5e7eb;padding:1rem 1.25rem}.mobile-drawer-section:last-of-type{border-bottom:none}.mobile-drawer-section-title{text-transform:uppercase;letter-spacing:.15em;color:#9ca3af;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.mobile-drawer-links{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.mobile-drawer-links li a{color:var(--mg-text);border-radius:8px;align-items:center;gap:.75rem;padding:.75rem .5rem;font-size:1rem;text-decoration:none;transition:background .2s;display:flex}.mobile-drawer-links li a:hover{background:#f3f4f6;text-decoration:none}.mobile-drawer-links li a svg{width:20px;height:20px;color:var(--mg-muted);flex-shrink:0}.mobile-drawer-links--small li a{color:var(--mg-muted);padding:.5rem;font-size:.9rem}.mobile-drawer-footer{border-top:1px solid #e5e7eb;margin-top:auto;padding:1.25rem}.mobile-drawer-signin,.mobile-drawer-signout{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.mobile-drawer-signin{background:var(--mg-red);color:#fff;border:none}.mobile-drawer-signin:hover{background:#6b0000;text-decoration:none}.mobile-drawer-signout{color:var(--mg-text);background:#f3f4f6;border:1px solid #e5e7eb}.mobile-drawer-signout:hover{background:#e5e7eb}.mobile-drawer-signin svg,.mobile-drawer-signout svg{width:20px;height:20px}.mg-masthead,.mg-section-bar,.mg-section-bar--sticky{display:none!important}.mg-shell{padding:1rem 1.25rem 0}.mg-hero-section{margin-top:0;padding-bottom:1.5rem}.mg-hero-card{grid-template-columns:1fr;grid-template-areas:"image""content";gap:1.25rem}.mg-hero-image{border-radius:.5rem;max-height:400px}.mg-hero-title{font-size:1.75rem;line-height:1.3}.mg-hero-label{font-size:.8rem}.mg-hero-excerpt{font-size:.95rem;line-height:1.7}.mg-hero-read-link{font-size:.85rem}.mg-carousel-section{margin-top:.5rem;padding-top:1.5rem}.mg-carousel-title{font-size:1.3rem}.mg-carousel-row{gap:1rem;margin:0;padding-bottom:.75rem;padding-left:0;padding-right:0}.mg-carousel-card{min-width:280px;max-width:300px}.mg-carousel-thumb img{height:180px}.mg-carousel-title-text{font-size:1.1rem;line-height:1.4}.mg-carousel-excerpt{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;display:-webkit-box;overflow:hidden}.mg-books-section{padding-top:1.5rem}.mg-books-row{gap:1rem;margin:0 -1rem;padding-left:1rem;padding-right:1rem}.mg-book-card{min-width:140px;max-width:160px}.mg-book-cover{height:200px}.mg-book-title{font-size:.95rem}.mg-book-excerpt{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;display:-webkit-box;overflow:hidden}.mg-footer{margin-top:2.5rem;padding:2rem 0}.mg-footer-logo img{width:50px;height:50px}.mg-footer-text{font-size:.85rem}.article-hero{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.article-title{font-size:1.6rem;line-height:1.35}.article-excerpt{font-size:1.05rem}.article-byline{flex-direction:column;gap:.25rem}.article-hero-image img{border-radius:.5rem}.article-body{padding:0 1rem;font-size:1.05rem}.article-body h2{margin-top:2rem;font-size:1.4rem}.article-body h3{font-size:1.2rem}.article-back-bar,.category-header{padding:1.5rem 1rem}.category-title{font-size:1.75rem}.category-featured{padding:0 1rem 1.5rem}.category-featured-inner{grid-template-columns:1fr;gap:1.25rem}.category-featured-title{font-size:1.4rem}.category-featured-excerpt{font-size:.95rem}.category-grid-section{padding:0 1rem 2rem}.category-grid{grid-template-columns:1fr;gap:1.75rem}.category-card-title{font-size:1.15rem}.books-page-header{padding:1.5rem 1rem 1rem}.books-page-title{font-size:1.75rem}.books-catalog{padding:0 1rem}.books-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.book-card-cover{height:200px}.book-card-title{font-size:.95rem}.book-card-author{font-size:.8rem}.book-detail-inner{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.book-detail-cover img{max-height:350px}.book-detail-title{font-size:1.5rem}.magazines-page-header{padding:1.5rem 1rem 1rem}.magazines-page-title{font-size:1.75rem}.magazines-catalog{padding:0 1rem}.magazines-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.magazine-card-cover{height:200px}.magazine-card-number{font-size:1.75rem}.magazine-detail-page{padding:1.5rem 1rem}.magazine-detail-title{margin-bottom:1rem;font-size:1.5rem}.magazine-detail-layout{grid-template-columns:1fr;gap:1.5rem}.magazine-detail-sidebar{order:-1;position:static}.pdf-viewer-container{margin:0 -1rem}.pdf-pages-container{padding:0}.pdf-page-wrapper{margin-bottom:.5rem}.pdf-page-number{padding:.25rem 0;font-size:.75rem}.pdf-blur-overlay{padding:1rem}.pdf-read-full-btn{padding:.875rem 1.5rem;font-size:.95rem}.pdf-modal{width:95%;max-width:none;max-height:90vh;margin:1rem}.pdf-modal-content{grid-template-columns:1fr}.pdf-modal-left{display:none}.pdf-modal-right{padding:1.5rem}.pdf-modal-close{width:36px;height:36px;top:.5rem;left:.5rem}.login-page{grid-template-columns:1fr}.login-left{display:none}.login-right{min-height:100vh;padding:2rem 1.25rem}.login-form-container{max-width:100%}.login-title{font-size:1.5rem}.login-input{font-size:16px}.newsletter-page{padding:1.5rem 1rem}.newsletter-hero{padding:0 0 1.5rem}.newsletter-title{font-size:1.5rem}.newsletter-subtitle{font-size:.95rem}.newsletter-options{grid-template-columns:1fr;gap:1rem}.newsletter-card{padding:1.25rem}.newsletter-popup{flex-direction:column;gap:1rem;width:95%;margin:0 auto;padding:1.25rem}.newsletter-popup-form{flex-direction:column;gap:.75rem}.newsletter-popup-input{width:100%;font-size:16px}.newsletter-popup-submit{width:100%}.contact-hero{padding:1.5rem 1rem}.contact-hero h1{font-size:1.5rem}.contact-form-section-full{padding:0 1rem 2rem}.contact-form-inner{padding:1.5rem}.contact-input,.contact-textarea{font-size:16px}.about-container{padding:1.5rem 1rem 2rem}.about-title{font-size:1.75rem}.about-content{font-size:1rem}html,body{font-size:calc(var(--mg-rem-base)*1)}button,a,input[type=submit]{min-height:44px}html{scroll-behavior:smooth}.mobile-header{padding-top:max(.75rem,env(safe-area-inset-top))}.mobile-drawer{padding-bottom:env(safe-area-inset-bottom)}.mg-footer{padding-bottom:max(2rem,env(safe-area-inset-bottom))}.contact-page .mg-masthead{display:none!important}.contact-page .mobile-header{display:flex}.contact-page .mobile-drawer,.contact-page .mobile-drawer-backdrop{display:block}}
