:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-carousel{height:100vh;margin-top:0;overflow:hidden;position:relative}.carousel-loader{align-items:center;background:linear-gradient(135deg,#0b0f19,#1a1f2e 50%,#0b0f19);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}.loader-container{color:#fff;max-width:400px;padding:40px;text-align:center}.loader-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff1a;border-left-color:#3b82f6;border-radius:50%;height:60px;margin:0 auto 30px;width:60px}.loader-text{color:#f9fafb;font-size:1.5rem;font-weight:600;margin-bottom:20px;text-shadow:0 2px 4px #00000080}.loader-progress{background:#ffffff1a;border-radius:2px;height:4px;margin-bottom:15px;overflow:hidden;width:100%}.loader-progress-bar{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;height:100%;transition:width .3s ease}@keyframes shimmer{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.loader-count{color:#cbd5e1;font-size:.9rem;opacity:.8}.carousel-container{height:100%;position:relative;width:100%}.carousel-slide{background-position:50%;background-repeat:no-repeat;background-size:cover;filter:brightness(.7) blur(2px);height:100%;left:0;position:absolute;top:0;transition:transform .8s cubic-bezier(.4,0,.2,1);width:100%}.carousel-slide.active{filter:brightness(.8) blur(1px)}.carousel-overlay{background:linear-gradient(135deg,#0006,#0003 50%,#0006);bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;padding:120px 40px 60px;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;text-align:center;transform:translateY(-50px)}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:25px;display:inline-block;font-size:.9rem;font-weight:500;letter-spacing:1px;margin-bottom:30px;padding:8px 20px}.awards-section{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-bottom:40px}.award{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;font-size:.8rem;font-weight:500;padding:10px 20px}.hero-title{font-size:4rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 20px;text-shadow:2px 2px 4px #0000004d}.hero-subtitle{font-size:1.3rem;font-weight:400;margin:0;opacity:.9;text-shadow:1px 1px 2px #0000004d}.hero-footer{align-items:flex-end;bottom:60px;display:flex;font-size:.9rem;justify-content:space-between;left:40px;line-height:1.4;opacity:.8;position:absolute;right:40px}.footer-left,.footer-right{max-width:300px}.footer-right{text-align:right}.carousel-btn{font-size:2rem;height:50px;transform:translateY(-50%);width:50px}.carousel-btn.prev{left:30px}.carousel-btn.next{right:30px}@media (max-width:768px){.hero-carousel{margin-top:0}.carousel-overlay{padding:120px 20px 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.awards-section{gap:15px}.award{font-size:.7rem;padding:8px 15px}.hero-footer{flex-direction:column;gap:20px;text-align:center}.footer-left,.footer-right{max-width:100%;text-align:center}.carousel-btn{font-size:1.5rem;height:40px;width:40px}.carousel-btn.prev{left:15px}.carousel-btn.next{right:15px}.loader-container{max-width:300px;padding:20px}.loader-spinner{height:50px;margin:0 auto 20px;width:50px}.loader-text{font-size:1.2rem;margin-bottom:15px}.loader-count{font-size:.8rem}}.home-container{background:#0b0f19;color:#f9fafb;min-height:100vh}body.light-theme .home-container{background:#fff;color:#1f2937}body.light-theme .pagination,body.light-theme .story-content{border-top:1px solid #e5e7eb}body.light-theme .page-btn{background:#f9fafb;border:1px solid #d1d5db;box-shadow:0 1px 3px #0000001a;color:#374151}body.light-theme .page-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;box-shadow:0 2px 6px #00000026}body.light-theme .no-posts p,body.light-theme .page-info{color:#6b7280}body.home-page .navbar{background:#0000!important;position:absolute!important;top:0!important;transition:none!important;z-index:1000!important}body.home-page .navbar-link,body.home-page .navbar-logo{color:#fff!important;text-shadow:2px 2px 4px #000c!important;transition:none!important}body.home-page .navbar-hamburger span{background:#fff!important;box-shadow:2px 2px 4px #000c!important;transition:none!important}.blog-header-image{align-items:center;background-image:url(/static/media/thought-catalog-505eectW54k-unsplash.509312e6af224438ad7c.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:500px;justify-content:center;margin:0;position:relative}.map-banner{height:500px;margin-bottom:0;margin-top:0;overflow:hidden;padding:0;position:relative}.map-banner:before{background:url(/static/media/113094-OOJRXS-328.df141fc912fdd48508ab.jpg) 50%/cover no-repeat;content:"";filter:blur(.5px);inset:0;position:absolute}.map-banner:after{background:linear-gradient(#0000008c,#0000008c);content:"";inset:0;position:absolute;z-index:1}@media (max-width:768px){.map-banner{height:320px;margin-bottom:0}}.map-banner-content{align-items:center;color:#fff;display:flex;flex-direction:column;inset:0;justify-content:center;padding:0 20px;position:absolute;text-align:center;text-shadow:0 2px 10px #0009;z-index:2}.map-title{color:#fff;font-size:3rem;font-weight:800;letter-spacing:-1px;margin:0 0 12px}.map-subtitle{color:#ffffffeb;font-size:1.8rem;line-height:1.7;margin:0 0 24px;max-width:900px;text-shadow:0 2px 8px #0000008c}.map-cta-btn{background:#263238;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;letter-spacing:.3px;padding:14px 28px}.map-cta-btn:hover{background:#11171a}@media (max-width:768px){.map-title{font-size:2rem}.map-subtitle{font-size:1rem}.map-cta-btn{padding:12px 22px}}.blog-header-overlay{align-items:center;background:linear-gradient(135deg,#667eeacc,#764ba2cc 50%,#f093fbcc);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.blog-header-content{color:#fff;max-width:800px;padding:0 20px;position:relative;text-align:center;z-index:2}.blog-header-content h1{animation:fadeInUp 1s ease-out;font-size:4rem;font-weight:800;letter-spacing:-2px;margin-bottom:25px;text-shadow:3px 3px 6px #0000004d}.blog-header-content h1:after{animation:rainbow 3s ease-in-out infinite;background:linear-gradient(90deg,#ff6b6b,#feca57,#48dbfb,#ff9ff3);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;margin-left:-50px;position:absolute;width:100px}.blog-header-content p{animation:fadeInUp 1s ease-out .3s both;color:#ffffffe6;font-size:1.4rem;line-height:1.8;margin-bottom:30px;text-shadow:1px 1px 3px #0003}.blog-header-meta{animation:fadeInUp 1s ease-out .6s both;display:flex;gap:40px;justify-content:center;margin-top:30px}.blog-author,.blog-contact,.blog-date{align-items:center;display:flex;flex-direction:column;gap:5px}.blog-author span,.blog-contact span,.blog-date span{color:#ffffffb3;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.blog-author strong,.blog-contact strong,.blog-date strong{color:#fff;font-size:1.1rem;font-weight:600}.home-header{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);box-shadow:0 10px 40px #667eea4d;margin:20px 0 40px;overflow:hidden;padding:80px 20px;position:relative;text-align:center}.home-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.home-header h1{animation:fadeInUp 1s ease-out;color:#fff;font-size:4rem;font-weight:800;letter-spacing:-2px;margin-bottom:25px;position:relative;text-shadow:3px 3px 6px #0000004d;z-index:2}.home-header h1:after{animation:none;background:linear-gradient(90deg,#ff6b6b,#feca57,#48dbfb,#ff9ff3);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;margin-left:-50px;position:absolute;width:100px}.home-header p{animation:none;color:#ffffffe6;font-size:1.4rem;line-height:1.8;margin:0 auto;max-width:700px;position:relative;text-shadow:1px 1px 3px #0003;z-index:2}@keyframes slideInUp{0%{opacity:0}to{opacity:1}}.story-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));margin:0;max-width:100%;padding:0}.story-card{box-shadow:0 8px 25px #0006;flex:0 0 320px;height:450px;margin:0 0 50px;max-width:320px;min-width:320px;overflow:visible;width:320px}.story-card:first-child{margin-left:0}.story-card:last-child{margin-right:0}@media (max-width:768px){.posts-content{margin:0;padding:15px 10px}.pagination{flex-direction:column;gap:10px;margin-top:15px;padding:10px 0}.page-btn{max-width:200px;width:100%}.no-posts{margin:15px 0;padding:20px 15px}.create-first-post-btn{max-width:250px;width:100%}}.posts-content{box-sizing:border-box;gap:0;margin:0;padding:20px;width:100%}.pagination{align-items:center;border-top:1px solid #374151;display:flex;gap:20px;justify-content:center;margin-top:20px;padding:10px 0}.page-btn{background:#1f2937;border:1px solid #374151;border-radius:8px;box-shadow:0 2px 8px #0000004d;color:#f9fafb;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.page-btn:hover:not(:disabled){background:#374151;border-color:#4b5563;box-shadow:0 4px 12px #0006}.page-btn:disabled{cursor:not-allowed;opacity:.5}.page-info{color:#cbd5e1;font-size:.9rem;font-weight:500}.no-posts{margin:20px 0;padding:30px 20px}.no-posts p{color:#cbd5e1;font-size:1.2rem;margin-bottom:20px}.create-first-post-btn{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:8px;box-shadow:0 4px 15px #28a7454d;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.create-first-post-btn:hover{background:linear-gradient(135deg,#218838,#1e9e8a);transform:translateY(-1px)}.portfolio-comments-header h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:15px}.portfolio-comment{background:#f8f9fa;border-left:4px solid #667eea;border-radius:10px;margin-bottom:10px;padding:12px 16px}.portfolio-comment p{color:#495057;font-size:.95rem;line-height:1.5;margin:0}.portfolio-more-comments{color:#6c757d;font-size:.9rem;font-style:italic;margin:0}.portfolio-add-comment{margin-top:20px}.portfolio-comment-input{border:2px solid #e9ecef;border-radius:10px;font-family:inherit;font-size:.95rem;margin-bottom:12px;padding:12px 16px;resize:vertical;width:100%}.portfolio-comment-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.portfolio-add-comment-btn{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px}.portfolio-add-comment-btn:disabled{cursor:not-allowed;opacity:.6}.portfolio-login-to-comment{margin:0;text-align:center}.portfolio-login-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:.95rem;font-weight:600;text-decoration:underline}.portfolio-login-link:hover{color:#764ba2}.portfolio-actions{display:flex;flex-wrap:wrap;gap:15px;margin-top:auto}.portfolio-edit-btn,.portfolio-manage-btn{border:none;border-radius:10px;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none}.portfolio-edit-btn{background:#f8f9fa;border:1px solid #dee2e6;color:#495057}.portfolio-edit-btn:hover{background:#e9ecef;border-color:#adb5bd}.portfolio-manage-btn{background:#f8f9fa;border:1px solid #dee2e6;color:#495057}.portfolio-manage-btn:hover{background:linear-gradient(135deg,#5a6268,#6c757d)}@media (max-width:1024px){.portfolio-post{flex-direction:column;min-height:auto}.portfolio-image{flex:none;height:300px}.portfolio-content{padding:30px}.portfolio-title{font-size:2rem}}@media (max-width:768px){.portfolio-post{margin-bottom:30px}.portfolio-image{height:250px}.portfolio-content{padding:25px}.portfolio-title{font-size:1.8rem}.portfolio-excerpt{font-size:1rem}.portfolio-meta{gap:10px}.portfolio-actions,.portfolio-meta{flex-direction:column}.portfolio-edit-btn,.portfolio-manage-btn{width:100%}}.compact-posts-carousel{background:#0000;border:none;border-radius:16px;box-shadow:none;margin:20px 0;max-height:500px;overflow:hidden;padding:20px 0}.carousel-header{border-bottom:2px solid #374151;margin-bottom:20px;padding-bottom:15px;text-align:center}.carousel-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#f9fafb;font-size:2rem;font-weight:700;margin:0 0 8px}.carousel-header p{color:#cbd5e1;font-size:1rem;font-style:italic;margin:0}.posts-carousel-wrapper{margin:0;overflow:hidden;padding:0;position:relative;width:100%}.posts-carousel{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;flex-wrap:nowrap;gap:15px;margin:0;overflow-x:auto;padding:0;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.posts-carousel::-webkit-scrollbar{display:none}.carousel-item:hover{filter:brightness(1.1);z-index:5}.posts-carousel-wrapper:hover .carousel-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;opacity:.9}.carousel-item{scroll-snap-align:start}.carousel-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;height:40px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:10}.carousel-btn:hover{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fff3}.carousel-btn:disabled{cursor:not-allowed;opacity:.5}.carousel-btn.left{left:20px}.carousel-btn.right{right:20px}.story-card{background:#0f172a;border:1px solid #1f2937;border-radius:12px;box-shadow:0 4px 16px #0003;cursor:pointer;height:350px;max-width:280px;min-width:280px;overflow:hidden;position:relative}.story-card:hover{box-shadow:0 8px 32px #0006}.story-image{height:180px;overflow:hidden;position:relative;width:100%}.story-image img{height:100%;object-fit:cover;width:100%}.story-overlay{background:linear-gradient(#0000,#0009);bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;left:0;opacity:0;padding:8px;position:absolute;right:0;top:0}.story-card:hover .story-overlay{opacity:1}.story-badges{display:flex;flex-wrap:wrap;gap:4px}.story-category{background:linear-gradient(135deg,#8b5cf6,#a855f7);border:1px solid #8b5cf64d;border-radius:8px;font-weight:600}.story-category,.story-role{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 4px #0003;color:#fff;font-size:.6rem;padding:2px 6px}.story-role{background:linear-gradient(135deg,#64748b,#475569);border:1px solid #64748b4d;border-radius:8px;font-weight:500}.story-content{background:#0f172a;border-top:1px solid #1f2937;bottom:0;box-shadow:0 -2px 10px #0000004d;color:#f9fafb;display:flex;flex-direction:column;height:170px;left:0;padding:12px;position:absolute;right:0}.story-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#f9fafb;display:-webkit-box;font-size:1rem;font-weight:700;height:1.3rem;line-height:1.3;margin:0 0 8px;overflow:hidden}.story-main{flex:1 1;margin-bottom:10px;overflow:hidden}.story-excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#cbd5e1;display:-webkit-box;flex:1 1;font-size:.8rem;height:3.4rem;line-height:1.4;margin:0 0 8px;overflow:hidden}.story-footer{display:flex;flex-direction:column;flex-shrink:0;gap:8px;height:auto;margin-top:auto;position:relative}.story-meta{display:flex;font-size:.7rem;height:1rem;justify-content:space-between;width:100%}.story-author{color:#94a3b8;font-weight:500}.story-date{color:#94a3b8;font-style:italic}.story-actions{align-items:center;background:#0000;display:flex;justify-content:flex-end;padding:0;width:100%}.story-view-btn{background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:6px;box-shadow:0 2px 4px #007bff4d;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;font-weight:600;min-width:70px;padding:8px 16px;text-align:center;text-decoration:none}.story-view-btn:hover{background:linear-gradient(135deg,#0056b3,#004085);box-shadow:0 4px 8px #007bff66}.story-comments{color:#94a3b8;font-size:.7rem;font-style:italic;margin-left:8px}body.light-theme .compact-posts-carousel{background:#0000;border:none;box-shadow:none}body.light-theme .carousel-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1f2937}body.light-theme .carousel-header p{color:#6b7280}body.light-theme .story-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 16px #0000001a}body.light-theme .story-card:hover{box-shadow:0 8px 32px #00000026}body.light-theme .story-content{background:#fff;color:#1f2937}body.light-theme .story-title{color:#1f2937}body.light-theme .story-excerpt{color:#6b7280}body.light-theme .story-author,body.light-theme .story-comments,body.light-theme .story-date{color:#9ca3af}@media (max-width:768px){.compact-posts-carousel{margin:10px 0;padding:20px 0}.carousel-header h2{font-size:2rem}.carousel-header p{font-size:1rem}.posts-carousel{gap:10px}.carousel-item,.story-card{min-width:250px}.story-card{height:320px}.story-content,.story-image{height:160px}.story-title{font-size:.9rem;height:1.2rem}.story-excerpt{font-size:.7rem;height:2.8rem}.story-meta{font-size:.6rem;height:.9rem}.story-footer{gap:6px}.story-view-btn{font-size:.7rem;min-width:60px;padding:6px 12px}.story-comments{font-size:.6rem}}@media (max-width:480px){.compact-posts-carousel{margin:5px 0;padding:15px 0}.carousel-header h2{font-size:1.8rem}.carousel-header p{font-size:.9rem}.story-card{height:300px;min-width:220px}.story-content,.story-image{height:150px}.story-title{font-size:.8rem;height:1.1rem}.story-excerpt{font-size:.6rem;height:2.4rem}.story-meta{font-size:.5rem;height:.8rem}.story-footer{gap:5px}.story-view-btn{font-size:.6rem;min-width:50px;padding:5px 10px}.story-comments{font-size:.5rem}}*{box-sizing:border-box;margin:0;padding:0}body,html{-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}body.auth-dark{background:#0b0f19}body.light-theme{background:#fff}body.light-theme .auth-container{background-color:#fff;color:#1f2937}body.light-theme .auth-split{background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 20px #0000001a}body.light-theme .auth-form-section{background-color:#fff}body.light-theme .auth-header h1,body.light-theme .auth-header p{color:#1f2937}body.light-theme .form-input::placeholder,body.light-theme .form-textarea::placeholder{color:#9ca3af}body.light-theme .auth-footer{border-top:1px solid #e5e7eb}body.light-theme .auth-footer p{color:#6b7280}body.light-theme .auth-toggle-btn{color:#3b82f6}body.light-theme .auth-toggle-btn:hover{color:#1d4ed8}body.auth-dark .navbar{background:#0b0f19!important;border-bottom:1px solid #1f2937}body.auth-dark .navbar-link{color:#e5e7eb!important;text-shadow:none!important}body.auth-dark .navbar-logo{color:#f9fafb!important;text-shadow:none!important}body.auth-dark .navbar-hamburger span{background:#e5e7eb!important;box-shadow:none!important}.auth-container{align-items:center;background-color:#0b0f19;color:#e5e7eb;display:flex;justify-content:center;min-height:100vh;padding:100px 20px 20px}.auth-split{background-color:#0f172a;border:1px solid #1f2937;border-radius:20px;box-shadow:0 4px 16px #0006;display:flex;max-width:1200px;width:100%}.auth-image-section,.auth-split{min-height:600px;overflow:hidden}.auth-image-section{flex:1 1;position:relative}.auth-image{background-color:#4299e1;background-image:linear-gradient(135deg,#667eea,#764ba2);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;position:relative;width:100%}.image-overlay{align-items:center;background:linear-gradient(135deg,#0006,#0003 50%,#0006);bottom:0;display:flex;justify-content:center;left:0;padding:40px;position:absolute;right:0;top:0}.image-content{color:#fff;max-width:400px;text-align:center}.image-content h2{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:20px;text-shadow:2px 2px 4px #0000004d}.image-content p{font-size:1.1rem;line-height:1.6;opacity:.9;text-shadow:1px 1px 2px #0000004d}.auth-form-section{align-items:center;background-color:#0f172a;display:flex;flex:1 1;justify-content:center;min-height:600px;padding:40px}.auth-form-container{display:flex;flex-direction:column;height:100%;justify-content:center;max-width:400px;width:100%}.auth-header{flex-shrink:0;margin-bottom:20px;text-align:center}.auth-header h1{color:#f9fafb;font-size:2rem;font-weight:700;margin-bottom:6px}.auth-header p{color:#cbd5e1;font-size:.9rem;line-height:1.4}.auth-form{display:flex;flex:1 1;flex-direction:column;justify-content:center;width:100%}.form-group{margin-bottom:12px}.form-group label{display:block;font-size:.875rem;margin-bottom:4px}.form-input,.form-textarea{background-color:#0b1220;border:2px solid #1f2937;border-radius:8px;box-sizing:border-box;color:#e5e7eb;font-size:1rem;min-height:44px;outline:none;padding:12px 16px;transition:all .3s ease;width:100%}.form-input:focus,.form-textarea:focus{background-color:#0f172a;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none}.form-input::placeholder,.form-textarea::placeholder{color:#94a3b8}.form-textarea{font-family:inherit;min-height:60px;resize:vertical}.form-button-container{margin-top:4px;text-align:center}.auth-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;margin-top:8px;min-width:120px;padding:12px 24px;transition:all .3s ease;width:auto}.auth-button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px)}.auth-footer{border-top:1px solid #1f2937;flex-shrink:0;margin-top:16px;padding-top:16px;text-align:center}.auth-footer p{color:#cbd5e1;font-size:.875rem}.auth-toggle-btn{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:.875rem;font-weight:600;text-decoration:underline;transition:color .3s ease}.auth-toggle-btn:hover{color:#2563eb}@media (max-width:768px){.auth-container{padding:10px}.auth-split{border-radius:10px;flex-direction:column;height:auto;max-width:100%}.auth-image-section{height:300px;min-height:300px}.image-content h2{font-size:2rem}.image-content p{font-size:1rem}.auth-form-section{padding:30px 20px}.auth-header h1{font-size:2rem}}@media (max-width:480px){.auth-container{padding:0}.auth-split{border-radius:0;box-shadow:none}.auth-image-section{height:250px;min-height:250px}.image-overlay{padding:20px}.image-content h2{font-size:1.75rem}.auth-form-section{padding:20px}.auth-header h1{font-size:1.75rem}}.about-container{background-color:#0b0f19;color:#e5e7eb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}body.light-theme .about-container{background-color:#fff;color:#1f2937}body.light-theme .about-section{background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}body.light-theme .section-content h2{color:#1f2937}body.light-theme .section-content p{color:#374151}body.light-theme .feature,body.light-theme .value-item{background:#f9fafb;border:1px solid #e5e7eb}body.light-theme .feature h3,body.light-theme .value-item h3{color:#1f2937}body.light-theme .feature p,body.light-theme .value-item p{color:#6b7280}body.light-theme .contact-item{background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}body.about-page .navbar{background:#0b0f19!important;border-bottom:1px solid #1f2937}body.about-page .navbar-link{color:#e5e7eb!important;text-shadow:none!important}body.about-page .navbar-logo{color:#f9fafb!important;text-shadow:none!important}body.about-page .navbar-hamburger span{background:#e5e7eb!important;box-shadow:none!important}.about-hero{height:60vh;margin-top:80px;overflow:hidden;position:relative}.about-background{background-position:50%;background-repeat:no-repeat;background-size:cover;filter:blur(3px) brightness(.6);height:100%;left:0;position:absolute;top:0;transform:scale(1.1);width:100%}.about-overlay{align-items:center;background:#0000004d;bottom:0;color:#fff;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.about-content{max-width:800px;padding:0 40px;text-align:center}.about-title{font-size:4rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin:0 0 20px;text-shadow:2px 2px 4px #00000080}.about-subtitle{font-size:1.3rem;font-weight:400;line-height:1.6;margin:0;opacity:.9;text-shadow:1px 1px 2px #00000080}.about-sections{margin:0 auto;max-width:1200px;padding:60px 20px}.about-section{background-color:#0f172a;border:1px solid #1f2937;border-radius:20px;box-shadow:0 4px 16px #0006;margin-bottom:80px;overflow:hidden}.section-content{padding:50px}.section-content h2{color:#f9fafb;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:30px;text-align:center}.section-content p{color:#e5e7eb;font-size:1.1rem;line-height:1.8;margin-bottom:20px;text-align:justify}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:40px}.feature{background-color:#0b1220;border:1px solid #1f2937;border-radius:15px;padding:30px 20px;text-align:center}.feature-icon{font-size:3rem;margin-bottom:20px}.feature h3{color:#f9fafb;font-size:1.4rem;font-weight:600;margin-bottom:15px}.feature p{color:#cbd5e1;font-size:1rem;line-height:1.6;margin:0}.values-list{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.value-item{background-color:#0b1220;border:1px solid #1f2937;border-radius:15px;padding:30px}.value-item h3{color:#f9fafb;font-size:1.3rem;font-weight:600;margin-bottom:15px}.value-item p{color:#cbd5e1;font-size:1rem;line-height:1.6;margin:0}.cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:40px}.cta-btn{border:none;border-radius:10px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:15px 30px;text-decoration:none}.cta-btn.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;box-shadow:0 4px 15px #3b82f64d;color:#fff;transition:all .3s ease}.cta-btn.primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px)}.cta-btn.secondary{background:linear-gradient(135deg,#6b7280,#4b5563);border:none;box-shadow:0 4px 15px #6b72804d;color:#fff;transition:all .3s ease}.cta-btn.secondary:hover{background:linear-gradient(135deg,#5b6470,#404853);transform:translateY(-2px)}.contact-info{display:flex;justify-content:center;margin-top:30px}.contact-item{background:linear-gradient(135deg,#8b5cf6,#7c3aed 50%,#6d28d9);border:1px solid #fff3;border-radius:15px;box-shadow:0 10px 30px #8b5cf666;color:#fff;max-width:400px;padding:30px;text-align:center}.contact-item h3{color:#fff;font-size:1.5rem;margin-bottom:20px}.contact-item p{font-size:1.1rem;line-height:1.6;margin:10px 0}.contact-item strong{color:gold;font-weight:700}@media (max-width:768px){.about-hero{height:50vh;margin-top:70px}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.1rem}.about-content{padding:0 20px}.section-content{padding:30px 20px}.section-content h2{font-size:2rem}.features-grid,.values-list{gap:20px;grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.cta-btn{max-width:300px;width:100%}}.navbar{background:#0b0f19;left:0;padding:15px 40px;position:fixed;right:0;top:0;transition:all .3s ease;z-index:2000}.navbar-container{justify-content:space-between;margin:0 auto;position:relative}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{border-radius:8px;color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:-.5px;padding:8px 12px;text-decoration:none;text-shadow:2px 2px 4px #0000004d}.navbar-logo-img{filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));height:40px;max-width:200px;object-fit:contain;width:auto}body.light-theme .navbar-logo-img{filter:drop-shadow(1px 1px 3px rgba(0,0,0,.4))}.navbar-menu{align-items:center;display:flex;gap:30px}.navbar-link{border-radius:6px;color:#fff;font-weight:500;padding:10px 15px;position:relative;text-decoration:none;text-shadow:1px 1px 2px #0000004d;transition:all .3s ease}.navbar-link:hover{background-color:#fff3;color:#fff}.theme-toggle-btn{align-items:center!important;background:#0000!important;border:none!important;border-radius:6px!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:1.2rem!important;height:auto!important;justify-content:center!important;padding:10px 15px!important;text-shadow:1px 1px 2px #0000004d!important;transition:all .3s ease!important;width:auto!important}.theme-toggle-btn:hover{background-color:#fff3!important;color:#fff!important}body.light-theme .theme-toggle-btn{color:#fff!important;text-shadow:1px 1px 2px #0000004d!important}body.light-theme .theme-toggle-btn:hover{background-color:#fff3!important;color:#fff!important}.logout-btn{background:#dc2626;border:1px solid #dc2626;border-radius:25px;color:#fff;cursor:pointer;font-size:inherit;font-weight:500;padding:10px 20px;transition:all .3s ease}.logout-btn:hover{background:#b91c1c;border-color:#b91c1c}.admin-link{background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important;border:1px solid #fff3!important;border-radius:6px!important;box-shadow:0 2px 8px #8b5cf64d!important;color:#fff!important;font-size:.85rem!important;font-weight:600!important;letter-spacing:.5px!important;padding:8px 16px!important;text-transform:uppercase!important}.admin-link:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9)!important;box-shadow:0 4px 12px #8b5cf666!important;transform:translateY(-1px)!important}.navbar-hamburger{cursor:pointer;display:none;flex-direction:column;gap:4px}.navbar-hamburger span{background:#fff;border-radius:2px;box-shadow:1px 1px 2px #0000004d;height:3px;transition:all .3s ease;width:25px}.navbar-mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0b0f19;display:none;flex-direction:column;gap:20px;height:100vh;padding:30px;position:fixed;right:-350px;top:0;width:350px;z-index:1000}.navbar-mobile-link{border-radius:8px;color:#fff;font-size:1.1rem;font-weight:500;padding:15px;text-decoration:none;text-shadow:1px 1px 2px #0000004d;transition:all .3s ease}.navbar-mobile-link:hover{background-color:#fff3;color:#fff}.navbar-mobile-link.theme-toggle-btn{background:#0000!important;border:none!important;border-radius:8px!important;color:#fff!important;font-size:1.1rem!important;font-weight:500!important;margin:0!important;padding:15px!important;text-align:left!important;text-shadow:1px 1px 2px #0000004d!important}.navbar-mobile-link.theme-toggle-btn:hover{background-color:#fff3!important;color:#fff!important}body.light-theme .navbar-mobile-link.theme-toggle-btn{color:#fff!important;text-shadow:1px 1px 2px #0000004d!important}body.light-theme .navbar-mobile-link.theme-toggle-btn:hover{background-color:#fff3!important;color:#fff!important}.navbar-close{background:none;border:none;color:#fff;cursor:pointer;font-size:28px;position:absolute;right:20px;text-shadow:1px 1px 2px #0000004d;top:20px;transition:all .3s ease}.navbar-close:hover{color:#ff6b6b;transform:rotate(90deg)}body.auth-dark .navbar,body.auth-dark .navbar-mobile-menu,body.posts-dark .navbar,body.posts-dark .navbar-mobile-menu{background:#0b0f19}@media (max-width:768px){.navbar{padding:15px 24px}.navbar-logo-img{height:32px;max-width:150px}.navbar-menu{display:none}.navbar-hamburger{display:flex}.navbar-mobile-menu{display:flex;right:0}}@media (max-width:480px){.navbar{padding:12px 16px}.navbar-logo-img{height:28px;max-width:120px}}.footer-container{background-color:#000;padding:20px}.footer-wrapper{margin:0}.footer-header{align-items:flex-start;display:flex;justify-content:space-between}.footer-title{font-size:3rem;font-weight:700;margin:0}.footer-help{color:#d1d5db;font-size:1rem}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}@media (min-width:768px){.footer-links{grid-template-columns:repeat(4,1fr)}}.footer-column{display:flex;flex-direction:column}.column-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.column-links{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.footer-link{color:#fff;font-size:1rem;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#d1d5db}.footer-social-section{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.social-icons{display:flex;gap:1.5rem}.social-icon{color:#fff;cursor:pointer;font-size:1.2rem;transition:color .3s ease}.social-icon:hover{color:#d1d5db}.location-info{display:flex;font-size:.875rem;gap:1rem}.location-item{align-items:center;color:#fff;display:flex}.location-icon{font-size:1rem;margin-right:.5rem}.app-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.app-badge{height:3rem;width:auto}.footer-bottom{align-items:center;border-top:1px solid #374151;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.copyright{color:#fff;font-size:.875rem;margin:0}.legal-links{display:flex;gap:1.5rem}.legal-link{color:#fff;font-size:.875rem;text-decoration:none;transition:color .3s ease}.legal-link:hover{color:#d1d5db}@media (max-width:768px){.footer-header{gap:1rem}.footer-header,.footer-social-section{align-items:flex-start;flex-direction:column}.location-info{flex-direction:column;gap:1rem}.footer-bottom{align-items:flex-start;flex-direction:column}}.profile-container{background-color:#0b0f19;color:#e5e7eb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;margin-top:80px;min-height:100vh;padding:20px;text-align:center}body.light-theme .profile-container{background-color:#fff;color:#1f2937}body.light-theme .profile-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}body.light-theme .profile-header h1,body.light-theme .profile-section h2{color:#1f2937}body.light-theme .profile-info{background:#f9fafb;border:1px solid #e5e7eb}body.light-theme .profile-field label{color:#374151}body.light-theme .profile-field input,body.light-theme .profile-field textarea{background-color:#fff;border:1px solid #d1d5db;color:#1f2937}body.light-theme .profile-field input:focus,body.light-theme .profile-field textarea:focus{background-color:#fff;border-color:#3b82f6}body.light-theme .roles-list{background:#f3f4f6;border:1px solid #d1d5db}body.light-theme .role-badge{background:#e5e7eb;color:#374151}body.light-theme .profile-info-item{color:#1f2937}body.light-theme .profile-info-label{color:#374151}body.light-theme .section-title{color:#1f2937}body.light-theme .profile-section,body.light-theme .roles-section,body.light-theme .status-section{background-color:#f9fafb;border:1px solid #e5e7eb}body.light-theme .profile-subtitle{color:#6b7280}body.light-theme .profile-title{color:#1f2937}body.light-theme .status-active{background-color:#10b981;border:1px solid #10b981;color:#fff}.profile-card{background-color:#0f172a;border:1px solid #1f2937;border-radius:12px;box-shadow:0 4px 16px #0006;margin:0 auto;max-width:800px;padding:40px}.profile-header{border-bottom:2px solid #374151;margin-bottom:40px;padding-bottom:20px}.profile-title{color:#f9fafb;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin:0 0 10px}.profile-subtitle{color:#cbd5e1;font-size:1.1rem;font-style:italic;margin:0}.profile-section{background-color:#0b1220;border:1px solid #1f2937;border-radius:8px;margin-bottom:35px;padding:25px}.section-title{border-bottom:1px solid #374151;color:#f9fafb;font-size:1.5rem;font-weight:700;margin-bottom:20px;padding-bottom:10px;text-align:left}.profile-info-item{color:#e5e7eb;line-height:1.6;margin-bottom:15px;text-align:left}.profile-info-label{color:#f9fafb;font-weight:600;margin-right:10px}.role-badge{background-color:#e5e7eb;border:1px solid #e5e7eb;color:#0b0f19;display:inline-block;font-size:.9rem;margin:5px;padding:8px 16px}.no-roles{color:#94a3b8;font-style:italic;text-align:left}.roles-status-container{display:flex;gap:20px;margin-bottom:35px}.roles-section,.status-section{background-color:#0b1220;border:1px solid #1f2937;border-radius:8px;flex:1 1;padding:25px}.status-active{background-color:#e5e7eb;border:1px solid #e5e7eb;border-radius:20px;color:#0b0f19;font-weight:700;padding:6px 16px}.loading-container{align-items:center;background-color:#0b0f19;color:#e5e7eb;display:flex;font-size:1.2rem;justify-content:center;min-height:100vh;text-align:center}.error-container,.no-profile-container{align-items:center;background-color:#0b0f19;color:#e5e7eb;display:flex;flex-direction:column;font-size:1.2rem;justify-content:center;min-height:100vh;text-align:center}@media (max-width:768px){.profile-container{padding:15px}.profile-card{padding:20px}.profile-title{font-size:2rem}.profile-subtitle{font-size:1rem}.section-title{font-size:1.3rem}.profile-info-item{font-size:1rem}.role-badge{font-size:.8rem;padding:6px 12px}.roles-status-container{flex-direction:column;gap:15px}}.addpost-container{background-color:#0b0f19;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:90px auto 40px;max-width:960px;padding:20px}body.light-theme .addpost-container{background-color:#fff}body.light-theme .addpost-container form{background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;color:#1f2937}body.light-theme .addpost-container h1,body.light-theme .user-info,body.light-theme label,body.light-theme small{color:#1f2937}body.light-theme input,body.light-theme select,body.light-theme textarea{background-color:#fff;border:1px solid #d1d5db;color:#1f2937}body.light-theme input:focus,body.light-theme select:focus,body.light-theme textarea:focus{background-color:#fff;border-color:#3b82f6}body.light-theme .jodit-container,body.light-theme .jodit-workplace,body.light-theme .jodit-wysiwyg{background:#fff!important;border-color:#d1d5db!important;color:#1f2937!important;color:#e5e7eb;min-height:100vh}body.addpost-dark{background:#0b0f19}.addpost-container form{background-color:#0f172a;border:1px solid #1f2937;border-radius:12px;box-shadow:0 4px 16px #0006;color:#e5e7eb;padding:24px}.addpost-container h1{color:#f9fafb;font-size:1.75rem;margin:0 0 16px}.user-info{color:#cbd5e1;margin-bottom:16px}.form-group{grid-gap:8px;display:grid;gap:8px;margin-bottom:16px}.form-group label{font-weight:700}.form-group input,.form-group select,.form-textarea{background:#0b1220;border:2px solid #1f2937;border-radius:8px;color:#e5e7eb;font-size:15px;padding:12px 14px}.form-group input:focus,.form-group select:focus,.form-textarea:focus{background:#0f172a;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none}.form-group small{color:#94a3b8}.form-group .jodit-container{border:2px solid #1f2937;border-radius:8px;overflow:hidden}.form-group .jodit-container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.jodit-workplace,.jodit-wysiwyg{background-color:#0b1220!important}.jodit-wysiwyg{color:#e5e7eb!important}.form-buttons{gap:12px;margin-top:8px}.reset-btn,.submit-btn{border:none;border-radius:8px;cursor:pointer;font-weight:700;padding:12px 16px;transition:all .3s ease}.submit-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.reset-btn{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 4px 15px #6b72804d;color:#fff}.reset-btn:hover{background:linear-gradient(135deg,#5b6470,#404853)}body.addpost-dark .navbar,body.addpost-dark .navbar-mobile-menu{background:#0b0f19}@media (max-width:768px){.addpost-container{margin:80px 12px 28px;padding:12px}.addpost-container form{padding:16px}}.posts-container{background-color:#0b0f19;color:#e5e7eb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:20px}body.light-theme .posts-container{background-color:#fff;color:#1f2937}body.light-theme .post-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}body.light-theme .post-title-section{background:#f9fafb;border-bottom:1px solid #e5e7eb}body.light-theme .post-title-section h3{color:#1f2937}body.light-theme .post-content-full{color:#374151}body.light-theme .post-meta{background:#f3f4f6;border-left:4px solid #3b82f6}body.light-theme .post-author,body.light-theme .post-date,body.light-theme .post-role{color:#6b7280}body.light-theme .search-box input{background:#fff;border:1px solid #d1d5db;color:#1f2937}body.light-theme .search-box input:focus{background:#fff;border-color:#3b82f6}body.light-theme .clear-search-btn,body.light-theme .delete-btn,body.light-theme .edit-btn,body.light-theme .search-btn{color:#fff}body.light-theme .comment-item{background:#f9fafb;border-left:3px solid #e5e7eb}body.light-theme .comment-author{color:#1f2937}body.light-theme .comment-text{color:#374151}body.light-theme .add-comment-section{background:#f9fafb;border:1px solid #e5e7eb}body.light-theme .comment-input{background:#fff;border:1px solid #d1d5db;color:#1f2937}body.light-theme .comment-input:focus{background:#fff;border-color:#3b82f6}.search-section{align-items:center;display:flex;flex-direction:column;gap:12px;margin:16px 0 28px}.search-box{display:flex;gap:10px;max-width:560px;width:100%}.search-box input{background:#0b1220;border:2px solid #1f2937;border-radius:8px;color:#e5e7eb;flex:1 1;font-size:16px;padding:12px 14px}.search-box input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none}.search-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;font-weight:700;padding:12px 18px;transition:all .3s ease}.search-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af)}.clear-search-btn{background:linear-gradient(135deg,#6b7280,#4b5563);border:none;border-radius:8px;box-shadow:0 4px 15px #6b72804d;color:#fff;cursor:pointer;font-weight:600;padding:10px 14px;transition:all .3s ease}.clear-search-btn:hover{background:linear-gradient(135deg,#5b6470,#404853)}.posts-grid{display:flex;flex-direction:column;gap:32px}.post-card{background-color:#0f172a;border:1px solid #1f2937;border-radius:12px;box-shadow:0 4px 16px #0006;overflow:visible}.post-header{align-items:stretch;display:flex;flex-direction:row}.post-image{flex:0 0 60%;height:420px;max-width:60%;overflow:hidden}.post-image img{filter:grayscale(100%);height:100%;object-fit:cover;width:100%}.post-title-section{align-items:center;background-color:#0b1220;display:flex;flex:1 1;justify-content:center;padding:24px}.post-title-section h3{color:#f9fafb;font-size:2.25rem;font-weight:800;line-height:1.2;margin:0;text-align:center}.post-content{min-height:auto;overflow:visible;padding:24px 28px}.post-content-full{color:#e5e7eb;font-size:16px;line-height:1.7}.post-meta{background-color:#0b1220;border-left:4px solid #3b82f6;border-radius:10px;display:flex;flex-wrap:wrap;font-size:14px;gap:12px;margin-top:18px;padding:14px}.post-category{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:999px;color:#fff;font-size:12px;font-weight:700;letter-spacing:.4px;padding:4px 12px;text-transform:uppercase}.post-author,.post-date,.post-role{color:#cbd5e1;font-weight:500}.post-actions{display:flex;gap:10px;margin-top:16px}.delete-btn,.edit-btn{border-radius:8px;font-size:14px;font-weight:700;padding:10px 16px;transition:all .3s ease}.edit-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 15px #3b82f64d}.edit-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af)}.delete-btn{box-shadow:0 4px 15px #ef44444d}.delete-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}@media (max-width:768px){.search-box{flex-direction:column}.clear-search-btn,.search-btn{width:100%}.post-header{flex-direction:column}.post-image{flex-basis:auto;height:280px;max-width:100%}.post-title-section{padding:18px}.post-title-section h3{font-size:1.6rem}}.posts-container *,.posts-container :after,.posts-container :before{animation:none!important;transform:none!important;transition:none!important}.comments-list{margin-bottom:8px;margin-top:12px}.comment-item{background-color:#0b1220;border-left:4px solid #3b82f6;border-radius:8px;display:block;margin-bottom:8px;min-height:auto;overflow:visible;padding:12px 16px}.comment-author{color:#f9fafb;display:block;font-size:14px;font-weight:700;margin-bottom:4px}.comment-text{word-wrap:break-word;color:#e5e7eb;display:block;font-size:14px;line-height:1.5;overflow-wrap:break-word;white-space:pre-wrap}.more-comments-note{color:#94a3b8;font-size:12px;font-style:italic;margin-top:8px}body.posts-dark{background:#0b0f19}.posts-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.theme-toggle-btn{background:linear-gradient(135deg,#6b7280,#4b5563);border:none;border-radius:8px;box-shadow:0 4px 15px #6b72804d;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 14px;transition:all .3s ease}.theme-toggle-btn:hover{background:linear-gradient(135deg,#5b6470,#404853)}.error,.loading{color:#e5e7eb}.error .error-actions{display:flex;gap:10px;justify-content:center;margin-top:1rem}.login-btn,.retry-btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .3s ease}.retry-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 15px #3b82f64d}.retry-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af)}.login-btn{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b9814d;color:#fff}.login-btn:hover{background:linear-gradient(135deg,#059669,#047857)}.no-posts{color:#cbd5e1;font-size:1.1rem;padding:2rem;text-align:center}.infinite-sentinel{color:#94a3b8;font-size:.9rem;padding:1rem;text-align:center}.delete-modal-content{box-shadow:0 4px 16px #0006;padding:24px}.delete-modal-content h2{color:#f9fafb;margin-bottom:16px}.delete-modal-content p{margin-bottom:24px}.delete-modal-actions{display:flex;gap:12px;justify-content:flex-end}.cancel-delete-btn,.confirm-delete-btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .3s ease}.confirm-delete-btn{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef44444d;color:#fff}.confirm-delete-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.cancel-delete-btn{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 4px 15px #6b72804d;color:#fff}.cancel-delete-btn:hover{background:linear-gradient(135deg,#5b6470,#404853)}.add-comment-section{border-top:1px solid #1f2937;margin-top:20px;padding-top:16px}.comment-input-container{background-color:#0b1220;border:1px solid #1f2937;border-radius:12px;padding:16px}.comment-input-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.comment-user-name{color:#f9fafb;font-size:14px;font-weight:700}.comment-label{color:#cbd5e1;font-size:14px}.comment-input-wrapper{display:flex;flex-direction:column;gap:12px}.comment-input{background-color:#0f172a;border:2px solid #1f2937;border-radius:8px;color:#e5e7eb;font-family:inherit;font-size:14px;line-height:1.5;min-height:80px;padding:12px 14px;resize:vertical;width:100%}.comment-input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none}.comment-input:disabled{cursor:not-allowed;opacity:.6}.add-comment-btn{align-self:flex-end;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;font-size:14px;font-weight:700;min-width:120px;padding:10px 16px;transition:all .3s ease}.add-comment-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px)}.add-comment-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.login-to-comment{background-color:#0b1220;border:1px solid #1f2937;border-radius:12px;padding:20px;text-align:center}.login-to-comment p{color:#cbd5e1;font-size:14px;margin:0}.login-link-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:6px;box-shadow:0 4px 15px #10b9814d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 12px;transition:all .3s ease}.login-link-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}@media (max-width:768px){.comment-input-header{align-items:flex-start;flex-direction:column;gap:6px}.add-comment-btn{align-self:stretch;width:100%}}.category-management-container{background-color:#0b0f19;color:#e5e7eb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:120px 2rem 2rem}body.light-theme .category-management-container{background-color:#fff;color:#1f2937}body.light-theme .categories-list,body.light-theme .category-card,body.light-theme .category-form-container,body.light-theme .category-header{background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}body.light-theme .category-header h1,body.light-theme .category-header h2{color:#1f2937}body.light-theme .form-group label{color:#374151}body.light-theme .form-input,body.light-theme .form-textarea{background-color:#fff;border:1px solid #d1d5db;color:#1f2937}body.light-theme .form-input:focus,body.light-theme .form-textarea:focus{background-color:#fff;border-color:#3b82f6}body.light-theme .category-actions{border-top:1px solid #e5e7eb}body.light-theme .category-content h3{color:#1f2937}body.light-theme .category-content p{color:#4b5563}body.light-theme .delete-modal-content{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 20px #00000026}body.light-theme .delete-modal-content h2,body.light-theme .delete-modal-content p{color:#1f2937}body.light-theme .add-category-btn{background:linear-gradient(135deg,#10b981,#059669);border:1px solid #10b981;box-shadow:0 2px 8px #10b9814d;color:#fff}body.light-theme .add-category-btn:hover{background:linear-gradient(135deg,#059669,#047857);border:1px solid #059669;box-shadow:0 4px 12px #05966966}body.light-theme .info-banner{background-color:#f9fafb;border:1px solid #e5e7eb;color:#6b7280}body.light-theme .category-form-container h2{color:#1f2937}body.light-theme .category-form-container{background-color:#f9fafb;border:1px solid #e5e7eb}body.light-theme .categories-list{background-color:#fff}body.light-theme .categories-list h2{color:#1f2937}body.light-theme .form-group input,body.light-theme .form-group textarea{background-color:#fff;border:1px solid #d1d5db;color:#1f2937}body.light-theme .form-group input::placeholder,body.light-theme .form-group textarea::placeholder{color:#9ca3af}body.light-theme .no-categories,body.light-theme .no-categories p{color:#6b7280}.category-header{align-items:center;background-color:#0f172a;border:1px solid #1f2937;border-radius:12px;box-shadow:0 4px 16px #0006;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}.category-header h1{color:#f9fafb;font-size:2rem;font-weight:700;margin:0}.add-category-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 4px 15px #10b9814d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.add-category-btn:hover{background:#2c5aa0}.info-banner{border:1px solid #1f2937;border-radius:8px;color:#cbd5e1;font-size:1rem;font-style:italic;padding:1rem 1.5rem;text-align:center}.category-form-container,.info-banner{background-color:#0f172a;margin-bottom:2rem}.category-form-container{border:1px solid #1f2937;border-radius:12px;box-shadow:0 4px 16px #0006;padding:2rem}.category-form-container h2{color:#f9fafb;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.category-form{grid-gap:1.5rem;display:grid;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#f9fafb;font-size:1rem;font-weight:600}.form-group input,.form-group textarea{background:#0b1220;border:2px solid #1f2937;border-radius:8px;color:#e5e7eb;font-size:1rem;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{background:#0f172a;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none}.form-group textarea{font-family:inherit;min-height:100px;resize:vertical}.form-buttons{display:flex;gap:1rem;margin-top:1rem}.cancel-btn,.submit-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.submit-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 15px #3b82f64d;color:#fff}.submit-btn:hover{background:#28a745}.cancel-btn{box-shadow:0 4px 15px #6b72804d}.categories-list{background-color:#0f172a;border:1px solid #1f2937;border-radius:12px;box-shadow:0 4px 16px #0006;padding:2rem}.categories-list h2{color:#f9fafb;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.no-categories{color:#94a3b8;padding:3rem;text-align:center}.no-categories p{font-size:1.1rem;margin:0}.categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.category-card{background-color:#0b1220;border:1px solid #1f2937;border-radius:12px;padding:1.5rem;position:relative;transition:all .3s ease}.category-card:hover{border-color:#374151;box-shadow:0 8px 25px #0009}.category-content h3{color:#f9fafb;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.category-content p{color:#cbd5e1;font-size:.95rem;line-height:1.5;margin:0}.category-actions{border-top:1px solid #374151;display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem}.delete-btn,.edit-btn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:600;padding:8px 16px;transition:all .2s ease}.edit-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.edit-btn:hover{background:#ffc107}.delete-btn{background:linear-gradient(135deg,#ef4444,#dc2626)}.delete-btn:hover{background:#dc3545}.error,.loading{background-color:#0f172a;border:1px solid #1f2937;border-radius:12px;box-shadow:0 4px 16px #0006;font-size:1.1rem;font-weight:500;margin:0 auto;max-width:600px;padding:2rem;text-align:center}.loading{color:#e5e7eb}.loading:before{animation:spin 1s ease-in-out infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;content:"";display:inline-block;height:20px;margin-right:10px;vertical-align:middle;width:20px}.error{background-color:#0f172a;border:1px solid #dc2626;color:#fca5a5}.retry-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:6px;font-size:.9rem;padding:8px 16px}.retry-btn:hover{background:#17a2b8}@media (max-width:768px){.category-management-container{padding:1rem}.category-header{flex-direction:column;gap:1rem;text-align:center}.category-header h1{font-size:1.75rem}.categories-grid{grid-template-columns:1fr}.category-actions,.form-buttons{flex-direction:column}}@media (max-width:480px){.category-header h1{font-size:1.5rem}.categories-list,.category-form-container{padding:1.5rem}}.delete-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.delete-modal-content{animation:modalSlideIn .3s ease-out;background-color:#0f172a;border:1px solid #1f2937;border-radius:12px;box-shadow:0 20px 40px #0009;max-width:400px;padding:2rem;text-align:center;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.delete-modal-content h2{color:#fca5a5;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.delete-modal-content p{color:#e5e7eb;font-size:1rem;line-height:1.5;margin:0 0 1.5rem}.modal-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.confirm-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;min-width:80px;padding:10px 20px;text-transform:uppercase;transition:all .2s ease}.confirm-btn:hover{background:#dc3545}.confirm-btn:active{box-shadow:0 2px 8px #dc262633;transform:translateY(0)}.cancel-btn{background:linear-gradient(135deg,#6b7280,#4b5563);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;min-width:80px;padding:10px 20px;text-transform:uppercase;transition:all .2s ease}.cancel-btn:hover{background:#6c757d}.cancel-btn:active{box-shadow:0 2px 8px #6b728033;transform:translateY(0)}@media (max-width:480px){.delete-modal-content{margin:1rem;padding:1.5rem}.delete-modal-content h2{font-size:1.25rem}.modal-buttons{flex-direction:column;gap:.5rem}.cancel-btn,.confirm-btn{padding:12px 20px;width:100%}}.admin-page{background:#0b0f19;padding-top:80px}.admin-container,.admin-page{color:#f9fafb;min-height:100vh}.admin-container{margin:0 auto;max-width:1200px;padding:2rem}.admin-header{border-bottom:2px solid #1f2937;margin-bottom:2rem;padding:2rem 0;text-align:center}.admin-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:#f9fafb;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.admin-header p{color:#9ca3af;font-size:1.1rem;margin:0}.admin-error,.admin-loading{color:#9ca3af;font-size:1.2rem;padding:3rem;text-align:center}.admin-error{color:#ef4444}.retry-btn{background:#6366f1;border:none;border-radius:8px;box-shadow:0 2px 4px #6366f133;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem;transition:all .2s ease}.retry-btn:hover{background:#4f46e5;box-shadow:0 4px 8px #6366f14d;transform:translateY(-1px)}.admin-tabs{border-bottom:2px solid #1f2937;display:flex;gap:1rem;margin-bottom:2rem}.tab-btn{background:#0000;border:none;border-bottom:3px solid #0000;border-radius:8px 8px 0 0;color:#9ca3af;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.tab-btn:hover{background:#6366f11a;color:#e5e7eb}.tab-btn.active{background:#6366f11a;border-bottom-color:#6366f1;color:#6366f1}.admin-content{background:#1f2937;border:1px solid #374151;border-radius:12px;box-shadow:0 4px 6px #0000004d;padding:2rem}.admin-section h2{align-items:center;color:#f9fafb;display:flex;font-size:1.8rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.no-data{color:#6b7280;font-size:1.1rem;font-style:italic;padding:3rem;text-align:center}.users-table{border:1px solid #374151;border-radius:8px;box-shadow:0 2px 4px #0000004d;overflow:hidden;width:100%}.table-header{background:linear-gradient(135deg,#111827,#1f2937);border-bottom:2px solid #374151;color:#e5e7eb;font-weight:600}.table-header,.table-row{display:grid;grid-template-columns:2fr 2fr 1fr 1.5fr 2fr;padding:1rem}.table-row{background:#1f2937;border-bottom:1px solid #374151;transition:all .2s ease}.table-row:hover{background:#111827;box-shadow:0 2px 4px #0003}.table-row:last-child{border-bottom:none}.header-cell{color:#d1d5db;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.table-cell{align-items:center;color:#d1d5db;display:flex;font-size:.95rem}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-name{color:#f9fafb;font-size:1rem;font-weight:600}.user-id{color:#6b7280;font-size:.8rem;font-style:italic}.role-badge{border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.admin-role{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 2px 4px #dc262633;color:#fff}.user-role{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 2px 4px #05966933;color:#fff}.action-buttons{align-items:center;display:flex;gap:.5rem}.action-btn{border:none;border-radius:6px;box-shadow:0 1px 3px #0000004d;cursor:pointer;display:inline-block;font-size:.8rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.make-admin-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.make-admin-btn:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 3px 6px #6366f14d;transform:translateY(-1px)}.remove-btn{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff}.remove-btn:hover{background:linear-gradient(135deg,#d97706,#ea580c);box-shadow:0 3px 6px #f59e0b4d;transform:translateY(-1px)}.delete-btn{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.delete-btn:hover{background:linear-gradient(135deg,#b91c1c,#dc2626);box-shadow:0 3px 6px #dc26264d;transform:translateY(-1px)}.current-user-badge{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:6px;box-shadow:0 2px 4px #0ea5e933;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem}.action-btn:focus,.retry-btn:focus,.tab-btn:focus{outline:2px solid #6366f1;outline-offset:2px}.admin-loading{align-items:center;display:flex;flex-direction:column;gap:1rem}.admin-loading:before{animation:spin 1s linear infinite;border:4px solid #374151;border-radius:50%;border-top-color:#6366f1;content:"";height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body.light-theme .admin-page{background:#fff;color:#1f2937}body.light-theme .admin-container{color:#1f2937}body.light-theme .admin-header{border-bottom:2px solid #e5e7eb}body.light-theme .admin-header h1{color:#111827}body.light-theme .admin-error,body.light-theme .admin-header p,body.light-theme .admin-loading{color:#6b7280}body.light-theme .admin-error{color:#dc2626}body.light-theme .admin-tabs{border-bottom:2px solid #e5e7eb}body.light-theme .tab-btn{color:#6b7280}body.light-theme .tab-btn:hover{background:#6366f10d;color:#374151}body.light-theme .tab-btn.active{background:#6366f10d;color:#6366f1}body.light-theme .admin-content{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 6px #0000000d}body.light-theme .admin-section h2{color:#111827}body.light-theme .no-data{color:#9ca3af}body.light-theme .users-table{border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000d}body.light-theme .table-header{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:2px solid #e5e7eb;color:#374151}body.light-theme .table-row{background:#fff;border-bottom:1px solid #f3f4f6}body.light-theme .table-row:hover{background:#f9fafb;box-shadow:0 2px 4px #00000005}body.light-theme .header-cell,body.light-theme .table-cell{color:#4b5563}body.light-theme .user-name{color:#111827}body.light-theme .user-id{color:#9ca3af}body.light-theme .action-btn{box-shadow:0 1px 3px #0000001a}body.light-theme .admin-loading:before{border:4px solid #e5e7eb}@media (max-width:1024px){.table-header,.table-row{grid-template-columns:2fr 2fr 1fr 2fr}.table-header .header-cell:nth-child(4),.table-row .table-cell:nth-child(4){display:none}}@media (max-width:768px){.admin-container{padding:1rem}.admin-header h1{font-size:2rem}.admin-tabs{background:#1f2937;border-radius:8px;box-shadow:0 2px 4px #0000004d;flex-direction:column;gap:0;overflow:hidden}body.light-theme .admin-tabs{background:#fff;box-shadow:0 2px 4px #0000000d}.tab-btn{border-bottom:1px solid #374151;border-radius:0;padding:.75rem 1rem}body.light-theme .tab-btn{border-bottom:1px solid #e5e7eb}.tab-btn.active{border-bottom-color:#6366f1}.tab-btn.active,body.light-theme .tab-btn.active{background:#6366f11a}.table-header{display:none}.table-row{background:#1f2937;border:1px solid #374151;border-radius:8px;box-shadow:0 2px 4px #0000004d;display:block;margin-bottom:1rem;padding:1.5rem}body.light-theme .table-row{background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000d}.table-cell{display:block;margin-bottom:.5rem;padding:.25rem 0}.table-cell:before{color:#6366f1;content:attr(data-label);display:block;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.action-buttons{align-items:stretch;flex-direction:column;gap:.5rem}.action-btn{text-align:center}}@media (max-width:480px){.admin-header h1{font-size:1.75rem}.admin-content{padding:1rem}.user-info{gap:.5rem}.user-name{font-size:1.1rem}.tab-btn{font-size:1rem}}@media print{.admin-page{background:#fff!important}.action-buttons,.admin-tabs{display:none!important}.admin-content{border:1px solid #000!important;box-shadow:none!important}.table-row:hover{background:#fff!important}}
/*# sourceMappingURL=main.3d5629ba.css.map*/