*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#000,#1a1a2e 50%,#0f3460);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.App{display:flex;flex-direction:column;min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a2e}::-webkit-scrollbar-thumb{background:#0f3460;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#16213e}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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:#e74c3c;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:#e74c3c;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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.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:2000}.modal-content{background:linear-gradient(135deg,#1a1a2e,#0f3460);border:2px solid #4da8ff;border-radius:20px;box-shadow:0 20px 60px #000000b3;max-width:450px;padding:2rem;position:relative;width:90%}.modal-close{background:#0000;border:none;color:#fff;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem;transition:transform .3s ease}.modal-close:hover{transform:translateY(-2px)}.modal-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4da8ff);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;text-align:center}.form-group input{background:#0000004d;border:2px solid #4da8ff;border-radius:10px;color:#fff;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus{border-color:#5eb8ff;box-shadow:0 0 15px #4da8ff4d;outline:none}.form-group input::placeholder{color:#ffffff80}.submit-button{background:linear-gradient(135deg,#0f3460,#16213e);border:2px solid #4da8ff;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.submit-button:hover{background:linear-gradient(135deg,#16213e,#0f3460);box-shadow:0 0 20px #4da8ff80}.divider{margin:1.5rem 0;position:relative;text-align:center}.divider:after,.divider:before{background:#4da8ff;content:"";height:1px;position:absolute;top:50%;width:40%}.divider:before{left:0}.divider:after{right:0}.divider span{background:#0000;color:#4da8ff;font-weight:600;padding:0 1rem}.discord-button{align-items:center;background:#5865f2;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.7rem;justify-content:center;padding:1rem;transition:all .3s ease;width:100%}.discord-button:hover{background:#4752c4;box-shadow:0 0 20px #5865f280}.toggle-text{color:#ffffffb3;margin-top:1.5rem;text-align:center}.toggle-button{background:none;border:none;color:#4da8ff;cursor:pointer;font-weight:600;margin-left:.5rem;transition:color .3s ease}.toggle-button:hover{color:#5eb8ff;text-decoration:underline}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(90deg,#000,#0f3460);box-shadow:0 4px 20px #0f346080;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-logo{color:#fff;font-size:2rem;font-weight:700;text-decoration:none}.logo-container{align-items:center;display:flex;gap:.8rem}.logo-image{filter:drop-shadow(0 0 10px rgba(77,168,255,.5));height:45px;width:auto}.logo-container span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4da8ff);-webkit-background-clip:text;background-clip:text}.navbar-right{align-items:center;display:flex;gap:1rem}.login-button{background:linear-gradient(135deg,#0f3460,#16213e);border:2px solid #4da8ff;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.login-button:hover{background:linear-gradient(135deg,#16213e,#0f3460);box-shadow:0 0 20px #4da8ff80}.user-menu-container{position:relative}.user-button{align-items:center;background:linear-gradient(135deg,#0f3460,#16213e);border:2px solid #4da8ff;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;padding:.7rem 1.5rem;transition:all .3s ease}.user-button:hover{background:linear-gradient(135deg,#16213e,#0f3460);box-shadow:0 0 20px #4da8ff80}.top-views-icon{color:gold}.user-dropdown{background:linear-gradient(135deg,#1a1a2e,#0f3460);border:2px solid #4da8ff;border-radius:15px;box-shadow:0 10px 30px #00000080;min-width:200px;padding:.5rem;position:absolute;right:0;top:calc(100% + 10px)}.dropdown-item{align-items:center;background:#0000;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.7rem;padding:.8rem 1rem;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.dropdown-item:hover{background:#4da8ff33}.admin-link{color:gold}.logout-btn{color:#ff6b6b}@media (max-width:768px){.navbar-container{padding:0 1rem}.navbar-logo{font-size:1.5rem}.user-button span{display:none}}.footer{background:linear-gradient(180deg,#000,#0f3460);border-top:2px solid #4da8ff;color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2rem;max-width:1200px;padding:0 2rem}.footer-section h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4da8ff);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;margin-bottom:1rem}.footer-section h4{color:#4da8ff;font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#b0b0b0;line-height:1.6}.footer-section a{color:#b0b0b0;display:block;margin-bottom:.5rem;text-decoration:none;transition:all .3s ease}.footer-section a:hover{color:#4da8ff;padding-left:5px}.social-links{font-size:1.8rem}.social-links a{display:inline-block;margin-bottom:0;transition:all .3s ease}.social-links a:hover{color:#fff;filter:drop-shadow(0 0 10px #4da8ff);padding-left:0}.footer-bottom{border-top:1px solid #4da8ff4d;color:#b0b0b0;padding-top:2rem;text-align:center}@media (max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}.footer-section a:hover{padding-left:0}}.home{margin:0 auto;max-width:1200px}.hero,.home{padding:2rem}.hero{margin-bottom:3rem;text-align:center}.hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4da8ff);-webkit-background-clip:text;background-clip:text;font-size:3rem;margin-bottom:1rem}.hero p{color:#ffffffb3;font-size:1.3rem}.posts-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.post-card{background:linear-gradient(135deg,#1a1a2ecc,#0f3460cc);border:2px solid #4da8ff;border-radius:20px;cursor:pointer;padding:1.5rem;transition:box-shadow .3s ease,border-color .3s ease}.post-card:hover{border-color:#5eb8ff;box-shadow:0 10px 30px #4da8ff4d}.post-link{color:inherit;text-decoration:none}.post-header{justify-content:space-between;margin-bottom:1rem}.post-author,.post-header{align-items:center;display:flex}.post-author{gap:.5rem}.post-stats{color:#ffffffb3;display:flex;font-size:.9rem;gap:1rem}.post-stats span{align-items:center;display:flex;gap:.3rem}.post-content{margin-bottom:1rem}.post-content h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.post-content p{color:#fffc;line-height:1.6}.post-gallery-preview{border-radius:15px;height:200px;margin:1rem 0;overflow:hidden;position:relative}.preview-image{height:100%;object-fit:cover;width:100%}.more-photos{background:#000000b3;border-radius:20px;color:#fff;font-weight:600;padding:.5rem 1rem;position:absolute;right:10px;top:10px}.post-footer{align-items:center;border-top:1px solid #4da8ff4d;display:flex;justify-content:space-between;padding-top:1rem}.social-links{display:flex;gap:1rem}.social-links a{color:#4da8ff;font-size:1.5rem;transition:color .3s ease}.social-links a:hover{color:#5eb8ff}.edited-badge{align-items:center;color:#fff9;display:flex;font-size:.8rem;gap:.3rem}.loading-spinner{border:4px solid #4da8ff4d;height:50px;width:50px}.no-posts{color:#ffffffb3;font-size:1.2rem;padding:3rem}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.posts-container{gap:1.5rem;grid-template-columns:1fr}.home{padding:1rem}}.create-post-modal{max-height:90vh;max-width:700px;overflow-y:auto}.create-post-modal h2{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#4da8ff;display:block;font-weight:600;margin-bottom:.5rem}.form-group input[type=text],.form-group input[type=url],.form-group textarea{background:#0000004d;border:2px solid #4da8ff;border-radius:10px;color:#fff;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#5eb8ff;box-shadow:0 0 15px #4da8ff4d;outline:none}.form-group textarea{min-height:120px;resize:vertical}.file-upload{margin-bottom:1rem}.file-upload input[type=file]{display:none}.file-upload-label{align-items:center;background:linear-gradient(135deg,#0f3460,#16213e);border:2px solid #4da8ff;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.7rem;padding:1rem 2rem;transition:all .3s ease}.file-upload-label:hover{background:linear-gradient(135deg,#16213e,#0f3460);box-shadow:0 0 20px #4da8ff4d}.video-upload{background:linear-gradient(135deg,#4a0e4e,#16213e);border-color:#e91e63}.video-upload:hover{background:linear-gradient(135deg,#6a1b68,#4a0e4e);box-shadow:0 0 20px #e91e634d}.preview-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-top:1rem}.preview-item{aspect-ratio:1;border-radius:10px;overflow:hidden;position:relative}.preview-item img,.preview-item video{height:100%;object-fit:cover;width:100%}.video-preview{aspect-ratio:16/9}.remove-image{align-items:center;background:#f44336e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:5px;top:5px;transition:all .3s ease;width:30px}.remove-image:hover{background:#f44336;transform:scale(1.1)}.social-buttons-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.social-button{align-items:center;background:#0000004d;border:2px solid #4da8ff4d;border-radius:15px;color:#ffffffb3;cursor:pointer;display:flex;flex-direction:column;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;overflow:hidden;padding:1.2rem .8rem;position:relative;transition:all .3s ease}.social-button:before{content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.social-button.facebook:before{background:linear-gradient(135deg,#1877f2,#0d65d9)}.social-button.instagram:before{background:linear-gradient(135deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.social-button.tiktok:before{background:linear-gradient(135deg,#ff0050,#00f2ea)}.social-button:hover:before{opacity:.2}.social-button.active{border-color:currentColor;color:#fff;transform:scale(1.05)}.social-button.facebook.active{background:#1877f21a;border-color:#1877f2;color:#1877f2}.social-button.instagram.active{background:#e6683c1a;border-color:#e6683c;color:#e6683c}.social-button.tiktok.active{background:#ff00501a;border-color:#ff0050;color:#ff0050}.social-icon{height:32px;width:32px}.social-url-input{animation:slideDown .3s ease;margin-bottom:.8rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.social-url-input input[type=url]{background:#0000004d;border:2px solid #4da8ff;border-radius:10px;color:#fff;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.social-url-input input[type=url]:focus{border-color:#5eb8ff;box-shadow:0 0 15px #4da8ff4d;outline:none}.social-input{background:#0003;border-radius:10px;margin-bottom:1rem;padding:1rem}.social-toggle{align-items:center;display:flex;gap:.7rem;margin-bottom:.7rem}.social-toggle input[type=checkbox]{accent-color:#4da8ff;cursor:pointer;height:20px;width:20px}.social-toggle label{color:#fff;cursor:pointer;font-weight:600;margin:0}.social-input input[type=url]{background:#0000004d;border:2px solid #4da8ff80;border-radius:8px;color:#fff;font-size:.95rem;padding:.8rem;width:100%}.social-input input[type=url]:focus{border-color:#4da8ff;outline:none}.submit-button:disabled{cursor:not-allowed;opacity:.6}.create-post-modal::-webkit-scrollbar{width:8px}.create-post-modal::-webkit-scrollbar-track{background:#0000004d;border-radius:10px}.create-post-modal::-webkit-scrollbar-thumb{background:#4da8ff;border-radius:10px}.create-post-modal::-webkit-scrollbar-thumb:hover{background:#5eb8ff}@media (max-width:768px){.create-post-modal{max-width:95%;padding:1.5rem}.preview-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.social-buttons-grid{grid-template-columns:1fr}}.profile-page{margin:0 auto;max-width:1400px;min-height:calc(100vh - 200px);padding:2rem}.profile-hero{border-radius:20px;margin-bottom:3rem;overflow:hidden;position:relative}.profile-hero-bg{background:linear-gradient(135deg,#0f3460,#16213e,#4da8ff);filter:blur(50px);height:200px;left:0;opacity:.5;position:absolute;right:0;top:0}.profile-hero-content{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a2ee6,#0f3460e6);border:2px solid #4da8ff;border-radius:20px;box-shadow:0 20px 60px #00000080;display:flex;gap:2rem;padding:3rem;position:relative}.profile-avatar{flex-shrink:0;position:relative}.avatar-circle{background:linear-gradient(135deg,#0f3460,#4da8ff);border:4px solid #4da8ff;border-radius:50%;box-shadow:0 0 30px #4da8ff80;color:#fff;font-size:4rem;font-weight:700;height:150px;width:150px}.avatar-circle,.top-views-badge{align-items:center;display:flex;justify-content:center}.top-views-badge{background:linear-gradient(135deg,gold,#ffed4e);border:3px solid #fff;border-radius:50%;box-shadow:0 0 20px #ffd700cc;color:#000;font-size:1.5rem;height:50px;position:absolute;right:-10px;top:-10px;width:50px}.profile-info{flex:1 1}.profile-info h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4da8ff);-webkit-background-clip:text;background-clip:text;font-size:3rem;margin-bottom:1rem}.profile-meta{color:#b0b0b0;display:flex;flex-wrap:wrap;font-size:1.1rem;gap:2rem}.profile-meta span{align-items:center;display:flex;gap:.5rem}.profile-tabs{border-bottom:2px solid #4da8ff4d;display:flex;gap:1rem;margin:2rem 0}.tab-btn{background:#0000;border:none;color:#b0b0b0;cursor:pointer;font-size:1.2rem;font-weight:600;padding:1rem 2rem;position:relative;transition:all .3s ease}.tab-btn.active,.tab-btn:hover{color:#4da8ff}.tab-btn.active:after{background:linear-gradient(90deg,#4da8ff,#0f3460);bottom:-2px;box-shadow:0 0 10px #4da8ff80;content:"";height:2px;left:0;position:absolute;right:0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.stat-card{align-items:center;background:linear-gradient(135deg,#1a1a2ee6,#0f3460b3);border:2px solid #4da8ff4d;border-radius:15px;cursor:pointer;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.stat-card:hover{border-color:#4da8ff;box-shadow:0 10px 30px #4da8ff4d}.stat-icon{align-items:center;border-radius:15px;color:#fff;display:flex;flex-shrink:0;font-size:2rem;height:70px;justify-content:center;width:70px}.stat-icon.posts{background:linear-gradient(135deg,#4da8ff,#0f3460);box-shadow:0 5px 15px #4da8ff66}.stat-icon.views{background:linear-gradient(135deg,#00d4ff,#0077b6);box-shadow:0 5px 15px #00d4ff66}.stat-icon.verified{background:linear-gradient(135deg,#0f8,#00a86b);box-shadow:0 5px 15px #0f86}.stat-icon.pending{background:linear-gradient(135deg,orange,#ff8c00);box-shadow:0 5px 15px #ffa50066}.stat-content h3{color:#4da8ff;font-size:2.5rem;font-weight:700;margin-bottom:.3rem}.stat-content p{color:#b0b0b0;font-size:1.1rem;margin:0}.posts-section{margin-top:3rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4da8ff);-webkit-background-clip:text;background-clip:text;font-size:2rem}.create-post-btn{align-items:center;background:linear-gradient(135deg,#0f3460,#16213e);border:2px solid #4da8ff;border-radius:15px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.create-post-btn:hover{background:linear-gradient(135deg,#16213e,#0f3460);box-shadow:0 0 20px #4da8ff80}.posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.no-posts{background:linear-gradient(135deg,#1a1a2e80,#0f346080);border:2px dashed #4da8ff4d;border-radius:20px;color:#b0b0b0;grid-column:1/-1;padding:4rem 2rem;text-align:center}.no-posts svg{color:#4da8ff4d;margin-bottom:1rem}.no-posts h3{color:#4da8ff;font-size:1.5rem;margin:1rem 0}.no-posts p{color:#b0b0b0;font-size:1.1rem}.post-card-profile{background:linear-gradient(135deg,#1a1a2ee6,#0f3460b3);border:2px solid #4da8ff4d;border-radius:20px;overflow:hidden;transition:all .3s ease}.post-card-profile:hover{border-color:#4da8ff;box-shadow:0 15px 40px #4da8ff4d}.post-thumbnail{height:250px;overflow:hidden;position:relative;width:100%}.post-thumbnail img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.post-card-profile:hover .post-thumbnail img{transform:scale(1.1)}.post-overlay{align-items:flex-start;background:linear-gradient(180deg,#0000004d,#000000b3);bottom:0;display:flex;justify-content:flex-end;left:0;padding:1rem;position:absolute;right:0;top:0}.status-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.status-pending{background:#ffa500e6;color:#fff}.status-verified{background:#00ff88e6;color:#000}.status-rejected{background:#ff3232e6;color:#fff}.post-card-content{padding:1.5rem}.post-card-content h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.post-excerpt{color:#b0b0b0;line-height:1.6;margin-bottom:1rem}.post-stats-profile{border-bottom:1px solid #4da8ff33;border-top:1px solid #4da8ff33;display:flex;gap:1.5rem;margin:1rem 0;padding:1rem 0}.post-stats-profile span{align-items:center;color:#4da8ff;display:flex;font-weight:600;gap:.5rem}.verification-note{background:#4da8ff1a;border-left:3px solid #4da8ff;border-radius:5px;color:#b0b0b0;margin:1rem 0;padding:1rem}.verification-note strong{color:#4da8ff}.warnings{margin:1rem 0}.warning-item{background:#ffa5001a;border-left:3px solid orange;border-radius:5px;color:#ffb84d;font-size:.95rem;margin-bottom:.5rem;padding:.8rem}.edit-btn{align-items:center;background:linear-gradient(135deg,#0f3460,#16213e);border:2px solid #4da8ff;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:.8rem 1.5rem;transition:all .3s ease;width:100%}.edit-btn:hover{background:linear-gradient(135deg,#16213e,#0f3460);box-shadow:0 0 20px #4da8ff80}.loading-container{align-items:center;display:flex;justify-content:center;min-height:60vh}.loading-spinner{border:4px solid #4da8ff33;border-radius:50%;border-top-color:#4da8ff;height:60px;width:60px}@media (max-width:768px){.profile-hero-content{flex-direction:column;padding:2rem;text-align:center}.profile-info h1{font-size:2rem}.profile-meta{justify-content:center}.stats-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-card{flex-direction:column;text-align:center}.posts-grid{grid-template-columns:1fr}.section-header{flex-direction:column;gap:1rem}.create-post-btn{justify-content:center;width:100%}}.post-detail{margin:0 auto;max-width:900px;padding:2rem}.post-container{background:linear-gradient(135deg,#1a1a2ee6,#0f3460e6);border:2px solid #4da8ff;border-radius:20px;padding:2rem}.post-header-detail{align-items:center;border-bottom:2px solid #4da8ff4d;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.author-info{align-items:center;display:flex;gap:.7rem}.author-name{color:#4da8ff;font-size:1.2rem;font-weight:600}.top-views-badge{color:gold;font-size:1.3rem}.post-meta span{align-items:center;color:#ffffffb3;display:flex;gap:.5rem}.post-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4da8ff);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:1.5rem}.post-description{font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.post-gallery{margin:2rem 0}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.gallery-item{aspect-ratio:1;border-radius:15px;cursor:pointer;overflow:hidden;position:relative}.gallery-item img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-item:hover img{transform:scale(1.1)}.more-overlay{align-items:center;background:#000000b3;bottom:0;color:#fff;display:flex;font-size:2rem;font-weight:700;justify-content:center;left:0;position:absolute;right:0;top:0}.post-videos{margin:2rem 0}.post-videos h3{color:#4da8ff;font-size:1.5rem;margin-bottom:1rem}.videos-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.video-item{background:#0000004d;border:2px solid #4da8ff4d;border-radius:15px;overflow:hidden}.video-item video{display:block;height:auto;width:100%}.post-footer-detail{align-items:center;border-top:2px solid #4da8ff4d;display:flex;justify-content:space-between;margin-top:2rem;padding:1.5rem 0}.social-links-detail{display:flex;gap:1.5rem}.social-links-detail a{align-items:center;background:#4da8ff33;border:2px solid #4da8ff;border-radius:10px;color:#4da8ff;display:flex;font-weight:600;gap:.5rem;padding:.7rem 1.2rem;text-decoration:none;transition:all .3s ease}.social-links-detail a:hover{background:#4da8ff4d;transform:translateY(-2px)}.edited-info{align-items:center;color:#fff9;display:flex;font-size:.9rem;gap:.5rem}.comments-section{margin-top:3rem}.comments-section h2{color:#4da8ff;margin-bottom:1.5rem}.comment-form{margin-bottom:2rem}.comment-form textarea{background:#0000004d;border:2px solid #4da8ff;border-radius:10px;color:#fff;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:1rem;resize:vertical;width:100%}.comment-form textarea:focus{box-shadow:0 0 15px #4da8ff4d;outline:none}.comment-form button{background:linear-gradient(135deg,#0f3460,#16213e);border:2px solid #4da8ff;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.comment-form button:hover{box-shadow:0 0 20px #4da8ff80}.comments-list{display:flex;flex-direction:column;gap:1rem}.comment{background:#0000004d;border:1px solid #4da8ff4d;border-radius:10px;padding:1rem}.comment-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.comment-author{color:#4da8ff;font-weight:600}.top-views-badge-small{color:gold;font-size:1rem}.comment-content{color:#ffffffe6;line-height:1.6;margin-bottom:.5rem}.comment-date{color:#ffffff80;font-size:.85rem}.gallery-modal{background:#000000f2;bottom:0;left:0;position:fixed;right:0;top:0;z-index:3000}.gallery-close,.gallery-modal{align-items:center;display:flex;justify-content:center}.gallery-close{background:#4da8ff4d;border:2px solid #4da8ff;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;height:50px;position:absolute;right:2rem;top:2rem;transition:all .3s ease;width:50px;z-index:10}.gallery-close:hover{background:#4da8ff80;transform:translateY(-2px)}.gallery-nav{align-items:center;background:#4da8ff4d;border:2px solid #4da8ff;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;position:absolute;transition:all .3s ease;width:50px;z-index:10}.gallery-nav:hover{background:#4da8ff80}.gallery-nav.prev{left:2rem}.gallery-nav.next{right:2rem}.gallery-image{border-radius:10px;max-height:90vh;max-width:90%;object-fit:contain}.gallery-counter{background:#4da8ff4d;border:2px solid #4da8ff;border-radius:20px;bottom:2rem;color:#fff;font-weight:600;left:50%;padding:.7rem 1.5rem;position:absolute;transform:translateX(-50%)}@media (max-width:768px){.post-detail{padding:1rem}.post-container{padding:1.5rem}.post-title{font-size:1.8rem}.gallery-grid,.videos-grid{grid-template-columns:1fr}.social-links-detail{flex-direction:column;gap:.7rem}.post-footer-detail{align-items:flex-start;flex-direction:column;gap:1rem}.gallery-nav{font-size:1.5rem;height:40px;width:40px}.gallery-nav.prev{left:1rem}.gallery-nav.next{right:1rem}}.admin-panel{margin:0 auto;max-width:1400px;padding:2rem}.admin-header{margin-bottom:2rem;text-align:center}.admin-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,gold,#ff8c00);-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.admin-tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.tab-button{background:linear-gradient(135deg,#1a1a2ecc,#0f3460cc);border:2px solid #4da8ff;border-radius:15px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.tab-button:hover{background:linear-gradient(135deg,#0f3460cc,#1a1a2ecc)}.tab-button.active{background:linear-gradient(135deg,#0f3460,#16213e);box-shadow:0 0 20px #4da8ff80}.admin-content{min-height:400px}.verification-section{margin:0 auto;max-width:1000px}.posts-verification{display:flex;flex-direction:column;gap:2rem}.verification-card{background:linear-gradient(135deg,#1a1a2ee6,#0f3460e6);border:2px solid #4da8ff;border-radius:20px;padding:2rem}.verification-card-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.verification-card-header h3{color:#fff;flex:1 1;font-size:1.5rem}.post-author{color:#4da8ff;font-weight:600;white-space:nowrap}.post-description{color:#ffffffe6;line-height:1.6;margin-bottom:1rem}.post-photos-preview{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin:1rem 0;position:relative}.post-photos-preview img{border-radius:10px;height:150px;object-fit:cover;width:100%}.more-photos-badge{background:#000c;border-radius:20px;color:#fff;font-weight:600;padding:.5rem 1rem;position:absolute;right:10px;top:10px}.verification-actions{display:flex;gap:1rem;margin-top:1rem}.btn-view{align-items:center;background:#4da8ff33;border:2px solid #4da8ff;border-radius:10px;color:#4da8ff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.btn-view:hover{background:#4da8ff4d}.verification-details{border-top:2px solid #4da8ff4d;margin-top:1.5rem;padding-top:1.5rem}.verification-details .form-group{margin-bottom:1rem}.verification-details label{color:#4da8ff;display:block;font-weight:600;margin-bottom:.5rem}.verification-details textarea{background:#0000004d;border:2px solid #4da8ff;border-radius:10px;color:#fff;font-family:inherit;padding:.8rem;resize:vertical;width:100%}.verification-details textarea:focus{box-shadow:0 0 15px #4da8ff4d;outline:none}.action-buttons{display:flex;gap:1rem;margin-top:1.5rem}.action-buttons button{align-items:center;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease}.btn-accept{background:#4caf5033;border:2px solid #4caf50;color:#4caf50}.btn-accept:hover{background:#4caf504d}.btn-accept-warning{background:#ffc10733;border:2px solid #ffc107;color:#ffc107}.btn-accept-warning:hover{background:#ffc1074d}.btn-accept-warning:disabled{cursor:not-allowed;opacity:.5}.btn-reject{background:#f4433633;border:2px solid #f44336;color:#f44336}.btn-reject:hover{background:#f443364d}.users-section{background:linear-gradient(135deg,#1a1a2ee6,#0f3460e6);border:2px solid #4da8ff;border-radius:20px;overflow-x:auto;padding:2rem}.users-table table{border-collapse:collapse;width:100%}.users-table thead{background:#4da8ff33}.users-table th{border-bottom:2px solid #4da8ff;color:#4da8ff;font-weight:600;padding:1rem;text-align:left}.users-table td{border-bottom:1px solid #4da8ff33;color:#ffffffe6;padding:1rem}.users-table tr:hover{background:#4da8ff1a}.blocked-row{background:#f443361a}.badge{border-radius:15px;font-size:.85rem;font-weight:600;padding:.3rem .8rem}.badge-active{background:#4caf5033;color:#4caf50}.badge-blocked{background:#f4433633;color:#f44336}.badge-restricted{background:#ffc10733;color:#ffc107}.action-cell{display:flex;gap:.5rem}.btn-small{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:.5rem;transition:all .3s ease}.btn-block{background:#f4433633;border:2px solid #f44336;color:#f44336}.btn-block:hover{background:#f443364d}.btn-restrict{background:#ffc10733;border:2px solid #ffc107;color:#ffc107}.btn-restrict:hover{background:#ffc1074d}.btn-warning{background:#ff980033;border:2px solid #ff9800;color:#ff9800}.btn-warning:hover{background:#ff98004d}.no-data{color:#ffffffb3;font-size:1.2rem;padding:3rem;text-align:center}@media (max-width:768px){.admin-panel{padding:1rem}.admin-tabs{flex-direction:column}.tab-button{width:100%}.verification-card-header{flex-direction:column}.post-photos-preview{grid-template-columns:1fr}.action-buttons{flex-direction:column}.users-table{font-size:.85rem}.users-table td,.users-table th{padding:.5rem}}.legal-page{background:linear-gradient(135deg,#000,#0f3460);min-height:calc(100vh - 200px);padding:2rem}.legal-container{background:linear-gradient(135deg,#1a1a2e,#0f3460);border:2px solid #4da8ff;border-radius:20px;box-shadow:0 10px 40px #00000080;margin:0 auto;max-width:900px;padding:3rem}.legal-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4da8ff);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:1rem}.last-updated{color:#b0b0b0;font-size:.9rem;font-style:italic}.last-updated,.legal-container section{margin-bottom:2rem}.legal-container h2{color:#4da8ff;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem}.legal-container h3{color:#4da8ff;font-size:1.4rem;margin-bottom:1rem}.legal-container h4{color:#fff;font-size:1.1rem;margin-bottom:.5rem}.legal-container p,.legal-container ul{color:#e0e0e0;line-height:1.8;margin-bottom:1rem}.legal-container ul{margin-left:2rem}.legal-container li{margin-bottom:.5rem}.legal-container strong{color:#4da8ff}.legal-container a{color:#4da8ff;text-decoration:none;transition:all .3s ease}.legal-container a:hover{color:#fff;text-shadow:0 0 10px #4da8ff}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:2rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{align-items:flex-start;background:#4da8ff1a;border:1px solid #4da8ff4d;border-radius:10px;display:flex;gap:1rem;padding:1rem}.contact-item svg{color:#4da8ff;font-size:2rem;margin-top:.3rem}.contact-item h4{margin-bottom:.3rem}.contact-item a,.contact-item p{color:#e0e0e0;font-size:1rem}.contact-social{display:flex;font-size:2rem;gap:1rem}.contact-social a{color:#4da8ff;transition:all .3s ease}.contact-social a:hover{color:#fff;filter:drop-shadow(0 0 10px #4da8ff);transform:scale(1.2)}.contact-form-container{background:#0000004d;border:1px solid #4da8ff4d;border-radius:15px;padding:2rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form input,.contact-form textarea{background:#0f34604d;border:2px solid #4da8ff80;border-radius:10px;color:#fff;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#4da8ff;box-shadow:0 0 15px #4da8ff4d;outline:none}.contact-form textarea{font-family:inherit;resize:vertical}.contact-form .submit-button{background:linear-gradient(135deg,#0f3460,#16213e);border:2px solid #4da8ff;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.contact-form .submit-button:hover{background:linear-gradient(135deg,#16213e,#0f3460);box-shadow:0 0 20px #4da8ff80}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.feature-card{background:#4da8ff1a;border:2px solid #4da8ff4d;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card svg{color:#4da8ff;font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:.5rem}.feature-card p{color:#b0b0b0;font-size:.95rem;margin-bottom:0}.feature-card:hover{border-color:#4da8ff;box-shadow:0 0 20px #4da8ff4d}@media (max-width:768px){.legal-container{padding:2rem 1.5rem}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.5rem}.contact-grid,.features-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.e5e1cc3c.css.map*/