.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f7f8fa;padding:0 1rem}.login-card{padding:0rem 2.5rem 4rem;width:100%;max-width:400px}.login-card h2{margin-bottom:1.5rem;text-align:center;font-size:1.8rem;color:#333}.login-card form input{width:100%;padding:.75rem;margin-bottom:1.2rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.login-card form input:focus{border-color:#daa520;outline:none}.login-card form button{width:100%;padding:.75rem;background-color:#765f84;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.login-card form button:hover{background-color:#5d5662}.login-card form button:disabled{background-color:#aaa;cursor:not-allowed}.login-card p{margin-top:1rem;color:#d33;text-align:center;font-size:.9rem}.admin-panel{display:flex;flex-direction:row;justify-content:space-between;width:100dvw;max-height:100dvh;position:fixed}.left{width:300px;height:100dvh!important}.right{display:flex;justify-content:center;align-items:center;background-color:transparent;width:100%;overflow-y:scroll}.bookmark-tab{display:none}@media (max-width: 480px){.left{position:fixed;top:0;left:-250px;width:250px;height:100dvh;background-color:#f8fafc;transition:left .3s ease;z-index:10;box-shadow:2px 0 6px #0000001a}.left.open{left:0}.bookmark-tab{display:inherit;position:fixed;right:10px;bottom:30px;transform:translateY(-50%);background-color:#59983d;color:#fff;padding:.5rem .7rem;border-radius:100%;cursor:pointer;z-index:20;font-size:1rem;-webkit-user-select:none;user-select:none}}.confirm-popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.confirm-popup-box{background:#fff;padding:1.25rem 1.5rem;border-radius:10px;text-align:center;width:90%;max-width:300px;box-shadow:0 5px 20px #00000026}.popup-actions{display:flex;justify-content:space-between;margin-top:1rem;gap:20px}.confirm-btn{background:#000;color:#fff;padding:.5rem 1rem;border-radius:6px;border:none;width:100%}.cancel-btn{background:#e5e7eb;padding:.5rem 1rem;border-radius:6px;border:none;width:100%}.dashboard-container{padding:2rem 0rem;width:100%;margin:auto;font-family:Segoe UI,sans-serif}.dashboard-header{margin-bottom:2.5rem;text-align:center}.dashboard-header h2{font-size:2rem;font-weight:700;margin-left:20px}.full-section{font-size:1.5rem;font-weight:600;margin:0rem 0 3rem;border-left:4px solid #457c3b;padding-left:.75rem}.post-list,.book-section,.review-section{display:flex;flex-direction:row!important;flex-wrap:nowrap!important;gap:1.5rem!important;overflow-x:auto!important;overflow-y:hidden;padding-bottom:1rem;scroll-behavior:smooth;width:100%}.post-list::-webkit-scrollbar,.book-section::-webkit-scrollbar,.review-section::-webkit-scrollbar{height:8px}.post-list::-webkit-scrollbar-thumb,.book-section::-webkit-scrollbar-thumb,.review-section::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.post-card{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;width:300px;background-color:#fdfdfd;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:1rem;transition:transform .2s ease}.post-card:hover{transform:translateY(-4px)}.post-card h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.dashboard-image-preview{width:100%;height:180px;object-fit:cover;border-radius:8px;margin:.5rem 0;filter:brightness(.9);transition:transform .3s ease,filter .3s ease;cursor:pointer}.dashboard-image-preview:hover{filter:brightness(1)}.post-card p{font-size:.9rem;color:#333;margin-bottom:.4rem;flex-grow:1}.post-card em{font-style:italic;color:#666}.post-actions{display:flex;justify-content:space-between;margin-top:1rem;gap:.5rem}.post-actions button{flex:1;padding:.5rem .75rem;font-size:.85rem;border:none;border-radius:6px;cursor:pointer;background-color:#e7e7e7;transition:background-color .2s ease}.post-actions button:hover{background-color:#d3d3d3}.delete-btn{background-color:#fce3e4;color:#b30000}.delete-btn:hover{background-color:#f5c4c6}@media (max-width: 768px){.post-card{width:240px}}.navbar{display:flex;flex-direction:column;justify-content:space-around;height:100%;width:100%;padding:0;box-sizing:border-box;background:url(/bg.png) no-repeat center center;background-size:cover;background-attachment:fixed}.logo{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#fff}.nav-links{display:flex;flex-direction:column;justify-content:space-between;height:100%;list-style:none;padding:0;margin:0}.about-bar{display:flex;justify-content:center;align-items:center;padding:1rem}.hero-image{width:110px;height:110px;object-fit:cover;border-radius:50%;border:3px solid #ccc;box-shadow:0 4px 8px #0003}.nav-btn{display:flex;align-items:center;gap:15px;background:#ffffff14;color:#fff;font-size:1rem;font-weight:500;border:0px solid rgba(255,255,255,.2);box-shadow:inset 0 1px #ffffff1a;padding:.5rem 1rem;width:100%;height:50px;box-sizing:border-box;text-align:left;backdrop-filter:blur(6px) saturate(150%);-webkit-backdrop-filter:blur(6px) saturate(150%);transition:all .25s ease;cursor:pointer}.nav-btn:active,.nav-btn:hover{background:#ffffff1f}.nav-links .top,.nav-links .bottom{display:flex;flex-direction:column;gap:0}.nav-links li{list-style:none}.create-post-container{padding:3rem 1rem;width:100%;margin:auto;max-width:900px}.form-card{width:100%;max-width:100%;background:#fff;padding:2rem;border:none;border-radius:10px;box-shadow:0 4px 20px #0000000f}.form-title{font-size:1.75rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.form-input,.form-textarea,select{width:100%;padding:.85rem 1rem;font-size:1rem;margin-bottom:1.2rem;border:none;border-bottom:1px solid #919191;transition:border .2s ease;box-sizing:border-box;text-align:start}.form-textarea{resize:vertical;background-color:#f2f2f2}.form-input:focus,.form-textarea:focus,select:focus{outline:none;text-align:start;border-color:#7e7e7e;background-color:#fff}.form-button{width:100%;padding:1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease}.form-button:hover:not(:disabled){background-color:#2563eb}.form-button:disabled{background-color:#93c5fd;cursor:not-allowed}.media-uploader{margin-top:1rem}.dropzone{padding:1.5rem;text-align:center;border:2px dashed #7e7e7e;border-radius:.75rem;background-color:#f9fafb;cursor:pointer;transition:border-color .3s ease;color:#000;margin-bottom:50px}.dropzone:hover{border-color:#3b82f6}.media-preview{margin-top:1rem;position:relative;border-radius:.75rem;overflow:hidden}.preview-image,.preview-video{width:100%;height:auto;object-fit:cover;border-radius:.75rem}.discard-button{position:absolute;top:.5rem;right:.5rem;background-color:#00000080;color:#fff;border:none;font-size:.9rem;padding:.4rem .7rem;border-radius:.4rem;cursor:pointer;z-index:2}.discard-button:hover{background-color:#ff0000bf}.crop-image-wrapper{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.cropper-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000004d;max-width:90vw;width:100%;max-height:90vh;display:flex;flex-direction:column;position:relative}.cropper-container .reactEasyCrop_Container{position:relative;width:100%;height:60vh;background:#222}.crop-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.crop-button.secondary{background-color:#e5e7eb;color:#1f2937;border:1px solid #d1d5db}.crop-button.secondary:hover{background-color:#d1d5db}.crop-controls{padding:1rem;background-color:#f9fafb;display:flex;flex-direction:column;gap:1rem;border-top:1px solid #e5e7eb}@media (max-width: 768px){.cropper-container{max-height:95vh}.crop-controls{gap:.75rem}.crop-buttons{flex-direction:column;align-items:stretch}}.star-rating{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px 0;font-size:24px;cursor:pointer}.star{color:#ccc;transition:color .2s ease}.crop-button{margin-top:.5rem;background-color:#151515;color:#fff;border:none;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;border-radius:8px;cursor:pointer;transition:background .3s ease}.crop-button:disabled{background-color:#9ca3af;cursor:not-allowed}.crop-button:hover:not(:disabled){background-color:#059669}.profile-container{width:100%;direction:rtl;margin:auto;padding:2rem;font-family:Segoe UI,sans-serif;color:#333}.profile-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding-bottom:1rem;margin-bottom:2rem}.profile-actions{display:flex;gap:.75rem}.profile-actions-button{background-color:#111827;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background-color .2s ease}.profile-actions-button:hover{background-color:#1f2937}.profile-content{display:flex;flex-wrap:wrap;gap:2rem}.profile-left{flex:1;text-align:center}.profile-picture{display:block;position:relative;width:160px;height:160px;margin:0 auto 1rem;overflow:hidden;border-radius:50%;border:4px solid #f3f4f6;box-shadow:0 0 10px #0000001a}.profile-picture img{width:100%;height:100%;object-fit:cover}.profile-picture input[type=file]{position:absolute;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.profile-left input,.profile-left textarea{width:100%;padding:.5rem;border-radius:6px;border:1px solid #ddd;margin-top:.5rem;resize:vertical}.profile-right{flex:2;min-width:300px}.profile-right h4{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.profile-right input,.profile-right textarea{width:100%;padding:.6rem;margin-bottom:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem}.profile-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d}.profile-card img{max-width:100%;border-radius:6px;margin-bottom:.5rem}.profile-card-edit{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem;position:relative}.secondary-button-wrapper{display:flex;justify-content:flex-end}.secondary-button{background-color:#ef4444;color:#fff;border:none;padding:.4rem .75rem;border-radius:6px;font-size:.85rem;cursor:pointer;transition:background-color .2s ease}.secondary-button:hover{background-color:#dc2626}.save-btn{background-color:#357f13;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;margin-top:2rem;display:block;margin-left:auto;margin-right:auto;cursor:pointer;transition:background-color .2s ease}.save-btn:hover{background-color:#25570e}.socials{display:flex;align-items:center;gap:10px;text-decoration:none;color:#000}.socials:active{color:gold}.blog-header{display:flex;position:fixed;top:0;left:0;justify-content:center;align-items:center;padding:.8rem 1.5rem;background:#2d2d2d42;font-size:1rem;font-weight:500;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px) saturate(180%);-webkit-backdrop-filter:blur(8px) saturate(180%);border-radius:15px;height:60px;width:calc(100% - 20px);box-shadow:0 2px 10px #0000001a;margin:20px 10px;box-sizing:border-box;z-index:1000;flex-wrap:wrap}.header-left{display:flex;align-items:center;flex:1}.author-info{display:flex;flex-direction:column}.blog-name{margin:0;font-size:1.3rem;font-weight:700}.tagline{margin:0;font-size:.85rem;color:#a5a5a5}.header-nav{display:flex;gap:1.5rem;align-items:center}.header-nav a{text-decoration:none;color:#f4f4f4;font-weight:500;transition:color .2s ease}.header-nav a:hover{color:#4caf50;cursor:pointer}@media (max-width: 768px){.blog-header{flex-direction:column;align-items:center;padding:1rem;text-align:center}.header-left{justify-content:center;margin-bottom:.8rem}.header-nav{flex-direction:row;gap:1.5rem}.header-nav a{font-size:1rem}}.footer{background:url(/bg.png) no-repeat center center;background-size:cover;background-attachment:fixed;color:#f5f5f5;padding:2rem 0rem;text-align:center;display:flex;flex-direction:column;align-items:center;font-size:.95rem;max-width:100vw}.footer p{margin:0;opacity:.85;color:#f5f5f5}.footer-link{color:#fff;text-decoration:none}.footer-link:hover{color:#d79c08;text-decoration:none}.footer-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.footer-links a{display:flex;align-items:center;gap:.5rem;color:#e0e0e0;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;margin-bottom:15px}.footer-p{margin:0;font-size:.8rem;color:#e0e0e0}.footer-links a:hover{color:#fff;transform:translateY(-2px)}.footer-links svg{font-size:1.2rem}@media (max-width: 600px){.footer{background:url(/bg-phone.png) no-repeat center center;padding:3.5rem 1rem 2rem;font-size:.85rem;gap:0}.footer-links{gap:1rem}.footer-links a{font-size:.9rem;gap:.4rem}.footer-links svg{font-size:1rem}}.contact{width:100%;padding:4rem 0;text-align:center;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.contact-title{font-size:2.2rem;font-weight:700;color:#111;margin-bottom:2.5rem;letter-spacing:-.5px}.contact-methods{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.contact-card{background:none;display:flex;align-items:center;gap:.6rem;color:#111;text-decoration:none;font-weight:500;font-size:1rem;padding:.6rem 1rem;border-radius:8px;transition:all .25s ease}.contact-card:hover{transform:translateY(-3px);background-color:#0000000a;box-shadow:0 2px 6px #0000000d}.contact-icon{font-size:1.2rem;color:#111;transition:color .2s}.contact-card:hover .contact-icon{color:#555}@media (max-width: 480px){.contact{padding:3rem 1rem}.contact-methods{flex-direction:column;gap:1.2rem;width:100%}.contact-card{justify-content:center;width:100%}}.home{height:100vh;max-width:100%;padding:0;box-sizing:border-box}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.public-posts-container{padding:1.5rem;width:100%;margin:0 auto;direction:rtl}.public-post-card{position:relative;background-size:cover;background-position:center;height:300px;border-radius:12px;overflow:hidden;filter:brightness(.9);box-shadow:0 6px 12px #00000026;transition:filter .3s ease,transform .3s ease}.public-book-card{position:relative;background-size:cover;background-position:center;height:350px;border-radius:12px;overflow:hidden;filter:brightness(.9);box-shadow:0 6px 12px #00000026;transition:filter .3s ease,transform .3s ease}.gap{margin-top:1.5rem}.more{display:flex;justify-content:space-between;flex-direction:row;align-items:center;margin-bottom:10px}.more-btn{cursor:pointer;color:#4caf50;background:none;border:none;font-size:24px;font-weight:700}.public-post-content{position:absolute;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;padding:1rem;height:fit-content;width:100%;display:flex;flex-direction:column;justify-content:space-between}.public-post-content p{font-size:small}.read-more-btn{margin-top:.5rem;align-self:center;width:100%;background:#ffffff14;color:#fff;font-size:1rem;font-weight:500;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px) saturate(180%);-webkit-backdrop-filter:blur(8px) saturate(180%);box-shadow:0 4px 20px #ffffff0d,inset 0 1px #ffffff1a;border:none;padding:.6rem .8rem;font-size:.9rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.read-more-btn:hover{background:#ffffff26;box-shadow:0 6px 30px #ffffff1a,inset 0 2px 4px #ffffff26}@media (max-width: 640px){.public-post-card{height:250px}}.hero-kids{height:100dvh;background:url(/green.png) no-repeat center center;direction:rtl;background-size:cover;background-color:#000;display:flex;align-items:center;justify-content:center;color:#fff;position:relative}.hero-kids-overlay{position:absolute;height:100dvh;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center}.hero-kids-content{max-width:1100px;width:100%;z-index:2;padding:0 2rem}.hero-kids-grid{display:flex;align-items:center;justify-content:space-between;gap:2rem}.hero-kids-text{flex:1}.hero-kids-title{font-family:Fredoka,cursive;font-size:2rem;margin-bottom:1rem;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.hero-kids-tagline{font-family:Fredoka,cursive;font-size:1.4rem;color:#f0ffe3;margin-bottom:2rem;line-height:1.7}.hero-kids-cta{background-color:#fff;color:#4caf50;padding:.8rem 1.6rem;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;box-shadow:0 4px 10px #0003;transition:all .3s ease;border:none;cursor:pointer}.hero-kids-cta:hover{background-color:#eaffea;color:#388e3c;transform:translateY(-2px)}.hero-kids-image{flex:1;display:flex;justify-content:center}.hero-profile-pic{width:250px;height:250px;border-radius:10px;object-fit:cover;box-shadow:0 4px 12px #0000004d}@media (max-width: 768px){.hero-kids{background:url(/green.png) no-repeat center center;background-size:cover}.hero-kids-grid{flex-direction:column;text-align:center}.hero-kids-title{font-size:1.5rem}.hero-kids-tagline{font-size:1.1rem}.hero-kids-cta{padding:.6rem 1.2rem;font-size:.9rem}.hero-profile-pic{width:150px;height:150px;margin-bottom:1.5rem}}.books-section{background:url(/bg2.png) no-repeat center center;background-size:cover;background-color:#000;color:#fff;text-align:center;padding:5rem 2rem;position:relative;height:50vh;overflow:hidden}.books-section:before{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.books-section *{position:relative;z-index:2}.books-title{font-size:2rem;margin-bottom:1rem;font-family:Fredoka,cursive}.books-text{font-size:1.2rem;margin-bottom:2rem;color:#f0ffe3;line-height:1.6}.books-cta{background-color:#fff;color:#4caf50;padding:.8rem 1.6rem;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;box-shadow:0 4px 10px #0003;transition:all .3s ease}.books-cta:hover{background-color:#eaffea;color:#388e3c;transform:translateY(-3px)}.pop-up-btn{animation:popUp 1s ease forwards;opacity:0}@keyframes popUp{0%{transform:scale(.2);opacity:0}80%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}.error-container{height:100dvh;background:url(/bg.png) no-repeat center center;background-size:cover;background-attachment:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:2rem}.feather-icon{font-size:3rem;color:#357f13;margin-bottom:1rem;animation:float 2s ease-in-out infinite}.error-title{font-size:2.2rem;margin-bottom:.5rem}.error-message{font-size:1.1rem;margin-bottom:1.5rem;max-width:400px}.error-button{background-color:#357f13;color:#fff;border:none;padding:.6rem 1.2rem;font-size:1rem;border-radius:20px;cursor:pointer;transition:background .3s ease}.error-button:hover{background-color:#25570e}@keyframes float{0%,to{transform:translateY(-4px)}50%{transform:translateY(4px)}}.background{height:auto;min-height:100vh;background:url(/bg.png) no-repeat center center;background-size:cover;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.single-post-container{width:800px;margin:auto;padding:2rem;line-height:1.6;background-color:#fff}.post-image{display:block;max-width:100%;max-height:400px;width:auto;height:auto;margin:2rem auto;object-fit:contain;border-radius:10px}.post-meta{color:#555;font-size:.95rem;margin-top:1rem}.post-content{font-size:1rem;white-space:pre-wrap;margin:2rem auto}@media (max-width: 800px){.single-post-container{width:100%}}.all-posts-page{max-width:900px;margin:auto;padding:2rem 1rem}.all-posts-heading{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#e9e9e9}.all-posts-loading,.all-posts-empty{text-align:center;font-size:1.1rem;color:#666}.all-posts-list{display:flex;flex-direction:column;gap:1.5rem}.all-posts-card{display:flex;flex-direction:column;background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000000f;transition:transform .2s ease;width:100%}.all-posts-card:hover{transform:translateY(-2px)}.all-posts-image{width:100%;height:200px;background-size:cover;background-position:center}.all-posts-content{padding:1.2rem;display:flex;flex-direction:column}.all-posts-content h3{margin:0 0 .5rem;font-size:1.2rem;color:#333;word-break:break-word}.all-posts-content p{font-size:.9rem;color:#555;margin-bottom:1rem;line-height:1.5}.all-posts-read-more{align-self:flex-start;background-color:#333;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.all-posts-read-more:hover{background-color:#000}@media (min-width: 640px){.all-posts-card{flex-direction:row}.all-posts-image{width:40%;height:auto}.all-posts-content{width:60%}}.background{height:auto;min-height:100vh;background:url(/bg.png) no-repeat center center;background-size:cover;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.book-container{width:800px;margin:auto;padding:2rem;line-height:1.6;background-color:#fff;color:#333}.book-header-row{display:flex;align-items:flex-start;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.book-cover{max-width:260px;width:100%;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 4px 12px #0000001a;flex-shrink:0}.book-small-info{flex:1;min-width:250px;display:flex;flex-direction:column;gap:10px;color:#262626}.book-small-info h1{margin-top:0}.book-section{margin-top:1rem;flex-direction:column!important;gap:1px}.book-section h3{color:#333}.book-section p{margin-top:0;padding:0}@media (max-width: 768px){.book-container{width:100%}.book-header-row{flex-direction:column;align-items:center;text-align:center}.book-small-info{width:100%}}.books-page{width:100%;max-width:1500px;margin:0 auto;padding:20px}.books-heading{font-size:2.5rem;color:#fff;text-align:center;margin-bottom:30px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:700}.loading-text,.no-books-text{font-size:1.2rem;color:#666;text-align:center;padding:50px 0}.books-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;padding:20px 0}.book-card{position:relative;height:350px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #00000026;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:flex-end}.book-card:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000c,#0000 50%);z-index:1}.book-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #00000040}.book-info{position:relative;z-index:2;padding:15px;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.5);width:100%}.book-info h3{font-size:1.5rem;margin-bottom:5px;line-height:1.3;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-info p{font-size:1rem;opacity:.9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1499px){.books-grid{grid-template-columns:repeat(4,1fr);gap:25px}}@media (max-width: 1200px){.books-grid{grid-template-columns:repeat(3,1fr);gap:25px}}@media (max-width: 768px){.books-grid{grid-template-columns:repeat(3,1fr);gap:20px}.books-heading{font-size:2rem;margin-bottom:25px}.book-card{height:300px}.book-info h3{font-size:1.3rem}.book-info p{font-size:.9rem}.books-page{padding:15px}}@media (max-width: 500px){.books-grid{grid-template-columns:repeat(2,1fr);gap:15px}.book-card{height:280px}}@media (max-width: 380px){.books-grid{grid-template-columns:1fr}.book-card{max-width:300px;margin:0 auto}.books-heading{font-size:1.8rem;margin-bottom:20px}}.background{height:auto;min-height:100vh;background:url(/bg.png) no-repeat center center;background-size:cover;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.review-container{width:800px;margin:auto;padding:2rem;line-height:1.6;background-color:#fff;color:#333}.review-header-row{display:flex;align-items:flex-start;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.review-cover{max-width:260px;width:100%;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 4px 12px #0000001a;flex-shrink:0}.review-small-info{flex:1;min-width:250px;display:flex;flex-direction:column;gap:10px;color:#262626}.review-small-info h1{margin-top:0}.stars-wrapper{margin-top:1rem;text-align:center}.stars{display:flex;justify-content:center;gap:6px}.star{font-size:1.5rem;color:#ccc}.star.filled{color:gold}.review-section{margin-top:1rem;flex-direction:column!important;gap:1px}.review-section h3{color:#333}.review-section p{margin-top:0;padding:0}@media (max-width: 768px){.review-container{width:100%}.review-header-row{flex-direction:column;align-items:center;text-align:center}.review-small-info{width:100%}}.profile-background{background:url(/bg.png) no-repeat center center;background-size:cover;background-attachment:fixed}.public-profile-container{max-width:1100px;margin:0 auto;padding:2rem;font-family:Inter,sans-serif;color:#1f2937;background-color:#fff}.public-profile-header{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.left-side{flex:0 0 auto;display:flex;justify-content:center;align-items:center}.profile-avatar{width:180px;height:180px;border-radius:10px;object-fit:cover;box-shadow:0 4px 12px #0000001a}.right-side{flex:1;text-align:left;display:flex;flex-direction:column}.title{font-size:1.8rem;font-weight:700;margin:.5rem 0;padding:1rem 0}.short-bio{font-size:1rem;color:#4b5563;line-height:1.6;margin:0;padding:1rem 0}.social-links{display:flex;justify-content:center;gap:1rem}.social-links a{font-size:1.5rem;color:#374151;transition:color .2s ease}.social-links a:hover{color:gold}.section{margin-bottom:3rem}.section h2{font-size:1.5rem;margin-bottom:1rem;border-right:4px solid #10b981;padding-right:.75rem;color:#111827}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;align-items:start;direction:rtl}.card{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem;box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s ease;height:100%}.card:hover{box-shadow:0 8px 14px #0000001d;cursor:text}.card img{max-width:100%;border-radius:8px;margin-bottom:.75rem}.card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.card p{font-size:.95rem;color:#4b5563;line-height:1.4}@media (max-width: 768px){.public-profile-container{padding:1rem}.public-profile-header{flex-direction:column;text-align:center}.left-side{margin-bottom:1rem}.right-side{text-align:center}.profile-avatar{width:140px;height:140px}.title{font-size:1.4rem}.short-bio{font-size:.95rem}.cards{grid-template-columns:1fr;justify-content:stretch}.section h2{font-size:1.25rem}.card{padding:1rem;min-height:auto}}*{font-family:Rubik,sans-serif;margin:0;padding:0;box-sizing:border-box}p,h1,h2,h3,h4,h5,h6,textarea,input[type=text],div,span{direction:auto;text-align:start}textarea{min-height:200px}.go-back-btn{position:fixed;top:1.5rem;left:1.5rem;background-color:#1f293796;color:#fff;border:none;padding:1rem;border-radius:999px;font-size:.95rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 10px #00000026;z-index:1000;transition:background-color .2s ease}.go-back-btn:hover{background-color:#111827}p{font-size:1rem;text-align:auto}#root{margin:0;padding:0;box-sizing:border-box;text-align:center}body{height:auto;max-width:100vw;margin:0;padding:0;background-color:#f5f5f5;box-sizing:border-box;scroll-behavior:smooth}main{padding:0;min-height:100vh}.glass-navbar{display:flex;flex-direction:column;gap:2rem;padding:2rem 1rem;height:100vh;width:200px;background:#ffffff14;border-right:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:inset -1px 0 #ffffff1a;color:#fff}.glass-nav-btn{background:#ffffff14;color:#fff;font-size:1rem;font-weight:500;border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px #ffffff1a;border-radius:12px;padding:.5rem 1rem;width:100%;text-align:left;backdrop-filter:blur(6px) saturate(150%);-webkit-backdrop-filter:blur(6px) saturate(150%);transition:all .25s ease;cursor:pointer}.glass-nav-btn:hover{background:#ffffff26}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:#111}body::-webkit-scrollbar-thumb{background-color:#444;border-radius:6px}body::-webkit-scrollbar-thumb:hover{background-color:#666}.glass-btn{padding:.75rem 1.5rem;background:#ffffff14;color:#fff;font-size:1rem;font-weight:500;border:1px solid rgba(255,255,255,.25);border-radius:999px;backdrop-filter:blur(8px) saturate(180%);-webkit-backdrop-filter:blur(8px) saturate(180%);box-shadow:0 4px 20px #ffffff0d,inset 0 1px #ffffff1a;transition:all .25s ease;cursor:pointer}.glass-btn:hover{background:#ffffff26;box-shadow:0 6px 30px #ffffff1a,inset 0 2px 4px #ffffff26;transform:translateY(-1px)}@keyframes GradientCycle{0%{background-color:#000}25%{background-color:#1e001f}50%{background-color:#670072}75%{background-color:#1e001f}to{background-color:#000}}:root{font-family:Rubik,sans-serif;line-height:1.5;font-weight:400}
