@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login{height:100vh;width:100vw;background:#000;display:flex;align-items:center;justify-content:center}.login .card{width:50%;display:flex;background-color:#292731;border-radius:10px;min-height:80%;overflow:hidden;flex-direction:row}.login .card .left{flex:1.75;background:linear-gradient(45deg,#0000006b 30%,#6a65fb6b),url(/assets/login-COubl2Iz.png) center;background-size:cover;padding:15% 6.5% 6.5%;flex-direction:column;gap:30px;color:#fff;border-top-right-radius:100%;border-bottom-right-radius:100%}.login .card .left h1{font-size:35px}.login .card .left .welcome-text{background:linear-gradient(45deg,#00dde0,#6a65fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.login .card .left p{padding-top:10%}.login .card .right{flex:1;padding:.5%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.login .card .right h1{color:#555;font-size:xx-large}.login .card .right .welcome-text{background:linear-gradient(45deg,#00dde0,#6a65fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.login .card .right p{text-align:center;color:#f5f5f5}.login .card .right button{display:flex;align-items:center;justify-content:center;gap:10px;width:fit-content;margin:10px 0;min-width:200px;padding:12px 25px;border:1px solid rgba(128,128,128,.4);background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;font-weight:700;cursor:pointer;border-radius:5px;transition:all .3s ease-in-out}.login .card .right button:hover{background:linear-gradient(45deg,#00b2b4 30%,#5046ff);transform:scale(1.05);box-shadow:0 4px 10px #00000026;border:1px solid rgba(128,128,128,.6)}.login .card .right button:active{transform:scale(.98)}.login .card .right button:focus{outline:none;border:1px solid rgba(128,128,128,.6)}.login .card .right .icon-img{width:20px;height:20px;margin-right:2px}.login .card .right .newto{color:#8b8a8a;padding-top:30%;font-size:12px}.login .card .right .adminLink{color:#02aac1;text-decoration:underline;text-underline-offset:2px}@media (max-width: 768px){.login .card{width:90%;flex-direction:column;padding:10px}.login .left,.login .right{flex:1;padding:20px}.login .left{padding-top:30%}.login .left h1{font-size:28px}.login .right h1{font-size:24px}.login .right button{min-width:160px;padding:10px 20px}.login .right .newto{font-size:14px;padding-top:20px}}@media (max-width: 480px){.login .card{width:100%;flex-direction:column;padding:15px}.login .left{padding-top:40%}.login .left h1{font-size:24px}.login .right h1{font-size:22px}.login .right button{min-width:150px;padding:10px 18px}.login .right .newto{font-size:12px;padding-top:15px}}.register-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:10px;box-sizing:border-box}.register-content{background:#ffffff0d;border-radius:20px;padding:30px 40px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;gap:15px}.register-content .register-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.register-content .register-header h2{font-size:26px;font-weight:600;margin:0}.register-content .register-header .back-button{background:transparent;border:none;color:#868787;font-size:16px;cursor:pointer;transition:color .3s ease}.register-content .register-header .back-button:hover{color:#6a65fb}.register-content form{display:flex;flex-direction:column;gap:15px}.register-content form label{font-size:15px;font-weight:500}.register-content form label span{color:#ff6b6b}.register-content form option{color:#000}.register-content form input,.register-content form select,.register-content form textarea{padding:10px 14px;border:none;border-radius:10px;background:#ffffff26;color:#fff;font-size:14px;transition:border .3s ease,background .3s ease}.register-content form input:focus,.register-content form select:focus,.register-content form textarea:focus{outline:none;background:transparent;border:2px solid;border-image:linear-gradient(45deg,#00dde0,#6a65fb) 1;color:#fff}.register-content form select{padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="white" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:right 14px center;background-size:16px}.register-content form textarea{resize:vertical;min-height:80px}.register-content form .location-row{display:flex;gap:10px;width:100%}.register-content form .location-row input{flex:1;min-width:0}.register-content form .terms{display:flex;align-items:center;gap:10px;font-size:14px;margin-top:10px}.register-content form .terms input[type=checkbox]{width:16px;height:16px;accent-color:#00dde0;cursor:pointer}.register-content form .terms .terms-label{color:#ffffffe6}.register-content form .terms .terms-label a{color:#00dde0;text-decoration:underline}.register-content form .terms .terms-label span{color:#ff6b6b;margin-left:4px}.register-content form .submit-btn{margin-top:10px;background:linear-gradient(45deg,#00dde0 30%,#6a65fb);border:none;color:#fff;padding:12px;border-radius:10px;font-size:16px;cursor:pointer;transition:background .3s ease}.register-content form .submit-btn:hover{background:linear-gradient(45deg,#00dde0 30%,#6a65fb)}.navbar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;height:50px;width:97vw;border-bottom:1px solid var(--border);position:sticky;top:0;background-color:var(--bg);color:var(--textColor);z-index:999}.theme-light .navbar{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray}.theme-dark .navbar{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444}.navbar .icon{color:var(--textColor);display:flex;align-items:center;justify-content:center;cursor:pointer}.navbar .icon svg{font-size:24px}.navbar .icon.logo img{width:65px;height:65px;object-fit:cover}.navbar .left{display:flex;align-items:center;gap:30px}.navbar .left .search{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:5px;padding:5px}.navbar .left .search input{border:none;width:500px;background-color:transparent;color:var(--textColor);outline:none}@media (max-width: 480px){.navbar .left .search input{display:none}}.navbar .right{display:flex;align-items:center;gap:20px}@media (max-width: 480px){.navbar .right{display:none}}@media (max-width: 960px){.navbar .right{width:200px}}.navbar .right .notification-icon{position:relative}.navbar .right .notification-icon .icon-wrapper{position:relative;cursor:pointer}.navbar .right .notification-icon .icon-wrapper svg{font-size:24px}.navbar .right .notification-icon .notification-count{position:absolute;top:-5px;right:-5px;background-color:red;color:#fff;font-size:10px;font-weight:700;padding:2px 5px;border-radius:50%}.navbar .right .notification-icon .notifications-dropdown{position:absolute;top:35px;right:0;width:270px;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #1f268733;padding:12px;z-index:1000}.navbar .right .notification-icon .notifications-dropdown .notification{display:flex;justify-content:space-between;align-items:center;font-size:14px;padding:8px 10px;margin-bottom:6px;border-radius:6px;background-color:#ffffff0d;border:1px solid var(--border);color:var(--textColor)}.navbar .right .notification-icon .notifications-dropdown .notification .delete-icon{font-size:16px;cursor:pointer;color:#ff4d4f}.navbar .right .notification-icon .notifications-dropdown .notification .delete-icon:hover{color:red}.navbar .right .notification-icon .notifications-dropdown .clear-link{text-align:right;margin-top:10px;color:gray;text-decoration:underline;cursor:pointer;font-size:14px;font-weight:600}.navbar .right .notification-icon .notifications-dropdown .clear-link:hover{color:gray}.navbar .right .user{display:flex;align-items:center;gap:10px;font-weight:500}@media (max-width: 960px){.navbar .right .user{display:none}}.navbar .right .user .user-link{display:flex;align-items:center;gap:10px;color:var(--textColor);text-decoration:none}.navbar .right .user .user-link img{width:30px;height:30px;border-radius:50%;object-fit:cover}.theme-light .leftBar{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;flex:2;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:var(--bg);color:var(--textColor)}@media (max-width: 480px){.theme-light .leftBar{display:none}}.theme-light .leftBar::-webkit-scrollbar{display:none}.theme-light .leftBar .container{padding:20px}.theme-light .leftBar .container hr{margin:20px 0;border:none;height:.5px;background-color:var(--border)}.theme-light .leftBar .container .profile-pic{width:70px;height:50px;object-fit:cover;display:block;border-radius:0}.theme-light .leftBar .container .menu{display:flex;flex-direction:column;gap:20px}.theme-light .leftBar .container .menu span{font-size:12px}.theme-light .leftBar .container .menu .user{display:flex;align-items:center;gap:10px}.theme-light .leftBar .container .menu .user img{width:30px;height:30px;border-radius:50%;object-fit:cover}.theme-light .leftBar .container .menu .user span{font-size:14px}.theme-light .leftBar .container .menu .item{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;transition:all .3s ease}.theme-light .leftBar .container .menu .item img{width:30px}.theme-light .leftBar .container .menu .item span{font-weight:400;font-size:14px;transition:all .3s ease}.theme-light .leftBar .container .menu .item.active{background:linear-gradient(45deg,#00dde0,#6a65fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.theme-light .leftBar .container .menu .item.active span{font-weight:700!important;font-size:16px}.theme-dark .leftBar{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;flex:2;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:var(--bg);color:var(--textColor)}@media (max-width: 480px){.theme-dark .leftBar{display:none}}.theme-dark .leftBar::-webkit-scrollbar{display:none}.theme-dark .leftBar .container{padding:20px}.theme-dark .leftBar .container hr{margin:20px 0;border:none;height:.5px;background-color:var(--border)}.theme-dark .leftBar .container .profile-pic{width:70px;height:50px;object-fit:cover;display:block;border-radius:0}.theme-dark .leftBar .container .menu{display:flex;flex-direction:column;gap:20px}.theme-dark .leftBar .container .menu span{font-size:12px}.theme-dark .leftBar .container .menu .user{display:flex;align-items:center;gap:10px}.theme-dark .leftBar .container .menu .user img{width:30px;height:30px;border-radius:50%;object-fit:cover}.theme-dark .leftBar .container .menu .user span{font-size:14px}.theme-dark .leftBar .container .menu .item{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;transition:all .3s ease}.theme-dark .leftBar .container .menu .item img{width:30px}.theme-dark .leftBar .container .menu .item span{font-weight:400;font-size:14px;transition:all .3s ease}.theme-dark .leftBar .container .menu .item.active{background:linear-gradient(45deg,#00dde0,#6a65fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.theme-dark .leftBar .container .menu .item.active span{font-weight:700!important;font-size:16px}.theme-light .rightBar{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;flex:3;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:var(--bgSoft)}@media (max-width: 480px){.theme-light .rightBar{display:none}}@media (max-width: 960px){.theme-light .rightBar{display:none}}.theme-light .rightBar::-webkit-scrollbar{display:none}.theme-light .rightBar .container{padding:20px}.theme-light .rightBar .container .item{-webkit-box-shadow:0px 0px 15px 1px rgba(0,0,0,.09);-moz-box-shadow:0px 0px 15px 1px rgba(0,0,0,.09);box-shadow:0 0 15px 1px #00000017;padding:20px;margin-bottom:20px;background-color:var(--bg)}.theme-light .rightBar .container .item span{color:gray}.theme-light .rightBar .container .item .user{display:flex;align-items:center;justify-content:space-between;margin:20px 0;gap:2px}.theme-light .rightBar .container .item .user .userInfo{display:flex;align-items:center;gap:20px;position:relative}.theme-light .rightBar .container .item .user .userInfo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-light .rightBar .container .item .user .userInfo .online{width:12px;height:12px;border-radius:50%;background-color:#32cd32;position:absolute;top:0;left:30px}.theme-light .rightBar .container .item .user .userInfo p{font-size:small;color:var(--textColorSoft)}.theme-light .rightBar .container .item .user .userInfo span{font-size:medium;font-weight:500;color:var(--textColor)}.theme-light .rightBar .container .item .user span{display:flex;align-items:center;font-size:small}.theme-light .rightBar .container .item .user .buttons{display:flex;align-items:center;gap:10px}.theme-light .rightBar .container .item .user .buttons button{border:none;padding:5px;color:#fff;cursor:pointer}.theme-light .rightBar .container .item .user .buttons button:first-child{background:linear-gradient(45deg,#00dde0,#6a65fb)}.theme-light .rightBar .container .item .user .buttons button:last-child{background:#b7b6b6}.theme-dark .rightBar{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;flex:3;position:sticky;top:70px;height:calc(100vh - 70px);overflow:scroll;background-color:var(--bgSoft)}@media (max-width: 480px){.theme-dark .rightBar{display:none}}@media (max-width: 960px){.theme-dark .rightBar{display:none}}.theme-dark .rightBar::-webkit-scrollbar{display:none}.theme-dark .rightBar .container{padding:20px}.theme-dark .rightBar .container .item{-webkit-box-shadow:0px 0px 15px 1px rgba(0,0,0,.09);-moz-box-shadow:0px 0px 15px 1px rgba(0,0,0,.09);box-shadow:0 0 15px 1px #00000017;padding:20px;margin-bottom:20px;background-color:var(--bg)}.theme-dark .rightBar .container .item span{color:gray}.theme-dark .rightBar .container .item .user{display:flex;align-items:center;justify-content:space-between;margin:20px 0;gap:2px}.theme-dark .rightBar .container .item .user .userInfo{display:flex;align-items:center;gap:20px;position:relative}.theme-dark .rightBar .container .item .user .userInfo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-dark .rightBar .container .item .user .userInfo .online{width:12px;height:12px;border-radius:50%;background-color:#32cd32;position:absolute;top:0;left:30px}.theme-dark .rightBar .container .item .user .userInfo p{font-size:small;color:var(--textColorSoft)}.theme-dark .rightBar .container .item .user .userInfo span{font-size:medium;font-weight:500;color:var(--textColor)}.theme-dark .rightBar .container .item .user span{display:flex;align-items:center;font-size:small}.theme-dark .rightBar .container .item .user .buttons{display:flex;align-items:center;gap:10px}.theme-dark .rightBar .container .item .user .buttons button{border:none;padding:5px;color:#fff;cursor:pointer}.theme-dark .rightBar .container .item .user .buttons button:first-child{background:linear-gradient(45deg,#00dde0,#6a65fb)}.theme-dark .rightBar .container .item .user .buttons button:last-child{background:#b7b6b6}.stories-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden;box-sizing:border-box;max-width:100%}.stories-wrapper .scroll-btn{border:none;background:#0000004d;color:#fff;font-size:24px;padding:5px 10px;cursor:pointer;border-radius:5px;z-index:10;transition:background .3s}.stories-wrapper .scroll-btn:hover{background:#00000080}.stories{display:flex;align-items:center;gap:10px;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;scroll-behavior:smooth;width:100%;padding:10px 0;box-sizing:border-box;max-width:100%;min-width:0;scrollbar-width:thin;scrollbar-color:#888 transparent}.stories::-webkit-scrollbar{height:6px}.stories::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.stories::-webkit-scrollbar-thumb:hover{background:#555}.stories .story{flex:0 0 calc((100% - 20px) / 3);border-radius:10px;overflow:hidden;position:relative;background:#f0f0f0;cursor:pointer;transition:transform .2s ease}.stories .story:hover{transform:scale(1.03)}.stories .story img,.stories .story video{width:100%;height:180px;object-fit:cover;border-radius:10px;background:#e0e0e0}.stories .story span{position:absolute;bottom:5px;left:5px;color:#fff;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.8)}.stories .story:first-child img:last-child{position:absolute;bottom:35px;right:10px;width:32px;height:32px;border-radius:50%;background:#fff;padding:6px;box-shadow:0 2px 6px #00000040;object-fit:contain;cursor:pointer;transition:transform .2s ease}.stories .story:first-child img:last-child:hover{transform:scale(1.1)}@media (max-width: 900px){.stories .story{flex:0 0 calc((100% - 10px)/2)}}@media (max-width: 600px){.stories .story{flex:0 0 100%}}.story-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.story-modal .modal-content{background:#fff;padding:25px;border-radius:10px;text-align:center;width:320px}.story-modal .modal-content h3{margin-bottom:15px;color:#333}.story-modal .modal-content .type-buttons{display:flex;justify-content:center;gap:10px;margin-bottom:15px}.story-modal .modal-content .type-buttons button{flex:1;padding:10px 0;border:none;border-radius:5px;background:#f0f0f0;color:#333;font-weight:500;cursor:pointer;transition:all .3s ease}.story-modal .modal-content .type-buttons button.active,.story-modal .modal-content .type-buttons button:hover{background:#5271ff;color:#fff}.story-modal .modal-content input[type=file]{display:block;margin:10px auto;cursor:pointer;width:100%}.story-modal .modal-content .preview{width:100%;max-height:200px;object-fit:contain;border-radius:10px;margin-bottom:10px;background:#e0e0e0}.story-modal .modal-content .buttons{display:flex;gap:10px;justify-content:center;margin-top:10px}.story-modal .modal-content .buttons button{flex:1;padding:10px;border:none;border-radius:5px;background:#5271ff;color:#fff;cursor:pointer;transition:all .3s ease}.story-modal .modal-content .buttons button:hover{background:#3a5edd}.story-modal .modal-content .buttons button:last-child{background:gray}.story-modal .modal-content .buttons button:last-child:hover{background:#555}.posts{display:flex;flex-direction:column;gap:50px}.theme-light .post{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:var(--bg);color:var(--textColor)}.theme-light .post .container{padding:20px}.theme-light .post .container .user{display:flex;justify-content:space-between;align-items:center;position:relative}.theme-light .post .container .user .userInfo{display:flex;gap:20px}.theme-light .post .container .user .userInfo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-light .post .container .user .userInfo .details{display:flex;flex-direction:column}.theme-light .post .container .user .userInfo .details .name{font-weight:500}.theme-light .post .container .user .userInfo .details .date{font-size:12px}.theme-light .post .container .user .menu{position:relative;cursor:pointer}.theme-light .post .container .user .menu .dropdownMenu{position:absolute;top:25px;right:0;background-color:var(--bgSoft);border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #00000026;display:flex;flex-direction:column;min-width:120px;z-index:10}.theme-light .post .container .user .menu .dropdownMenu span{padding:10px;cursor:pointer;transition:background .2s ease}.theme-light .post .container .user .menu .dropdownMenu span:hover{background-color:var(--bg)}.theme-light .post .container .content{margin:20px 0}.theme-light .post .container .content img{width:100%;max-height:500px;object-fit:cover;margin-top:20px}.theme-light .post .container .info{display:flex;align-items:center;gap:20px}.theme-light .post .container .info .item{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px}.theme-light .post .container .sharePopup{display:flex;gap:15px;margin-top:10px;background-color:var(--bgSoft);padding:10px;border-radius:10px;box-shadow:0 4px 10px #00000026}.theme-light .post .container .sharePopup .shareItem{display:flex;align-items:center;gap:5px;cursor:pointer;font-size:14px}.theme-light .post .container .sharePopup .shareItem img{width:20px;height:20px}.theme-light .post .container .sharePopup .shareItem:hover{opacity:.8}.theme-dark .post{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:var(--bg);color:var(--textColor)}.theme-dark .post .container{padding:20px}.theme-dark .post .container .user{display:flex;justify-content:space-between;align-items:center;position:relative}.theme-dark .post .container .user .userInfo{display:flex;gap:20px}.theme-dark .post .container .user .userInfo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-dark .post .container .user .userInfo .details{display:flex;flex-direction:column}.theme-dark .post .container .user .userInfo .details .name{font-weight:500}.theme-dark .post .container .user .userInfo .details .date{font-size:12px}.theme-dark .post .container .user .menu{position:relative;cursor:pointer}.theme-dark .post .container .user .menu .dropdownMenu{position:absolute;top:25px;right:0;background-color:var(--bgSoft);border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #00000026;display:flex;flex-direction:column;min-width:120px;z-index:10}.theme-dark .post .container .user .menu .dropdownMenu span{padding:10px;cursor:pointer;transition:background .2s ease}.theme-dark .post .container .user .menu .dropdownMenu span:hover{background-color:var(--bg)}.theme-dark .post .container .content{margin:20px 0}.theme-dark .post .container .content img{width:100%;max-height:500px;object-fit:cover;margin-top:20px}.theme-dark .post .container .info{display:flex;align-items:center;gap:20px}.theme-dark .post .container .info .item{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px}.theme-dark .post .container .sharePopup{display:flex;gap:15px;margin-top:10px;background-color:var(--bgSoft);padding:10px;border-radius:10px;box-shadow:0 4px 10px #00000026}.theme-dark .post .container .sharePopup .shareItem{display:flex;align-items:center;gap:5px;cursor:pointer;font-size:14px}.theme-dark .post .container .sharePopup .shareItem img{width:20px;height:20px}.theme-dark .post .container .sharePopup .shareItem:hover{opacity:.8}.theme-light .comments{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray}.theme-light .comments img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-light .comments .write{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px 0}.theme-light .comments .write input{flex:5;padding:10px;border:1px solid var(--border);background-color:transparent;color:var(--textColor)}.theme-light .comments .write button{border:none;background:linear-gradient(45deg,#00dde0,#6a65fb);color:#fff;padding:10px;cursor:pointer;border-radius:3px}.theme-light .comments .comment{margin:30px 0;display:flex;justify-content:space-between;gap:20px}.theme-light .comments .comment .info{flex:5;display:flex;flex-direction:column;gap:3px;align-items:flex-start}.theme-light .comments .comment .info span{font-weight:500}.theme-light .comments .comment .info p{color:var(--textColorSoft)}.theme-light .comments .comment .date{flex:1;align-self:center;color:gray;font-size:12px}.theme-dark .comments{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444}.theme-dark .comments img{width:40px;height:40px;border-radius:50%;object-fit:cover}.theme-dark .comments .write{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px 0}.theme-dark .comments .write input{flex:5;padding:10px;border:1px solid var(--border);background-color:transparent;color:var(--textColor)}.theme-dark .comments .write button{border:none;background:linear-gradient(45deg,#00dde0,#6a65fb);color:#fff;padding:10px;cursor:pointer;border-radius:3px}.theme-dark .comments .comment{margin:30px 0;display:flex;justify-content:space-between;gap:20px}.theme-dark .comments .comment .info{flex:5;display:flex;flex-direction:column;gap:3px;align-items:flex-start}.theme-dark .comments .comment .info span{font-weight:500}.theme-dark .comments .comment .info p{color:var(--textColorSoft)}.theme-dark .comments .comment .date{flex:1;align-self:center;color:gray;font-size:12px}.theme-light .share{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;-webkit-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);-moz-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:var(--bg);color:var(--textColor);margin-bottom:20px}.theme-light .share .container{padding:20px}.theme-light .share .container .top{display:flex;align-items:center;gap:20px}.theme-light .share .container .top img{width:50px;height:50px;border-radius:50%;object-fit:cover}.theme-light .share .container .top input{border:none;outline:none;padding:20px 10px;background-color:transparent;width:60%;color:var(--textColor)}.theme-light .share .container .preview{position:relative;margin:15px 0}.theme-light .share .container .preview img{width:100%;max-height:300px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.theme-light .share .container .preview button{position:absolute;top:10px;right:10px;background-color:#0009;color:#fff;border:none;padding:5px 10px;border-radius:5px;cursor:pointer;font-size:12px}.theme-light .share .container .preview button:hover{background-color:#000c}.theme-light .share .container hr{margin:20px 0;border:none;height:.5px;background-color:var(--border)}.theme-light .share .container .bottom{display:flex;align-items:center;justify-content:space-between}.theme-light .share .container .bottom .left{display:flex;align-items:center;gap:20px}.theme-light .share .container .bottom .left .item{display:flex;align-items:center;gap:10px;cursor:pointer}.theme-light .share .container .bottom .left .item img{height:20px}.theme-light .share .container .bottom .left .item span{font-size:12px;color:gray}.theme-light .share .container .bottom .right button{border:none;background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;padding:10px;cursor:pointer;border-radius:3px}.theme-dark .share{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;-webkit-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);-moz-box-shadow:0px 0px 25px -10px rgba(0,0,0,.38);box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:var(--bg);color:var(--textColor);margin-bottom:20px}.theme-dark .share .container{padding:20px}.theme-dark .share .container .top{display:flex;align-items:center;gap:20px}.theme-dark .share .container .top img{width:50px;height:50px;border-radius:50%;object-fit:cover}.theme-dark .share .container .top input{border:none;outline:none;padding:20px 10px;background-color:transparent;width:60%;color:var(--textColor)}.theme-dark .share .container .preview{position:relative;margin:15px 0}.theme-dark .share .container .preview img{width:100%;max-height:300px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.theme-dark .share .container .preview button{position:absolute;top:10px;right:10px;background-color:#0009;color:#fff;border:none;padding:5px 10px;border-radius:5px;cursor:pointer;font-size:12px}.theme-dark .share .container .preview button:hover{background-color:#000c}.theme-dark .share .container hr{margin:20px 0;border:none;height:.5px;background-color:var(--border)}.theme-dark .share .container .bottom{display:flex;align-items:center;justify-content:space-between}.theme-dark .share .container .bottom .left{display:flex;align-items:center;gap:20px}.theme-dark .share .container .bottom .left .item{display:flex;align-items:center;gap:10px;cursor:pointer}.theme-dark .share .container .bottom .left .item img{height:20px}.theme-dark .share .container .bottom .left .item span{font-size:12px;color:gray}.theme-dark .share .container .bottom .right button{border:none;background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;padding:10px;cursor:pointer;border-radius:3px}.theme-light .home{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;background-color:var(--bgSoft);padding:20px 70px}@media (max-width: 480px){.theme-light .home{padding:10px}}@media (max-width: 960px){.theme-light .home{padding:20px}}.theme-dark .home{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;background-color:var(--bgSoft);padding:20px 70px}@media (max-width: 480px){.theme-dark .home{padding:10px}}@media (max-width: 960px){.theme-dark .home{padding:20px}}.theme-light .profile .images .profilePic{width:200px;height:200px;border-radius:50%;object-fit:cover;position:absolute;left:0;right:0;margin:auto;top:200px}.theme-light .profile .profileContainer .uInfo{height:auto;box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:var(--bg);color:var(--textColor);padding:20px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.theme-light .profile .profileContainer .uInfo .left{flex:1;display:flex;gap:10px}@media (max-width: 960px){.theme-light .profile .profileContainer .uInfo .left{flex-wrap:wrap}}.theme-light .profile .profileContainer .uInfo .left a{color:var(--textColorSoft)}.theme-light .profile .profileContainer .uInfo .center{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding-top:80px}.theme-light .profile .profileContainer .uInfo .center .info{width:100%;display:flex;align-items:center;justify-content:space-around}.theme-light .profile .profileContainer .uInfo .center .info .item span{font-size:12px}.theme-light .profile .profileContainer .uInfo .center .actionButtons{display:flex;gap:10px;justify-content:center;margin-top:10px}.theme-light .profile .profileContainer .uInfo .center .actionButtons button{border:none;background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer}.theme-light .profile .profileContainer .uInfo .right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:10px;position:relative}.theme-light .profile .profileContainer .uInfo .right a{color:var(--textColor)}.theme-light .profile .profileContainer .uInfo .right .menuContainer{position:relative}.theme-light .profile .profileContainer .uInfo .right .menuContainer .dropdownMenu{position:absolute;top:30px;right:0;background:var(--bgSoft);box-shadow:0 4px 10px #0000001a;border-radius:8px;overflow:hidden;z-index:10;display:flex;flex-direction:column}.theme-light .profile .profileContainer .uInfo .right .menuContainer .dropdownMenu span{padding:10px;cursor:pointer;transition:background .3s;text-align:center}.theme-light .profile .profileContainer .uInfo .right .menuContainer .dropdownMenu span:hover{background:var(--bg)}.theme-light .profile .profileContainer .uInfo .stats{display:flex;gap:50px;align-items:center;justify-content:center;width:100%;font-size:20px;margin-top:15px;margin-bottom:10px}.theme-light .profile .profileContainer .uInfo .stats span{font-size:20px;font-weight:700;background:linear-gradient(45deg,#00dde0 30%,#6a65fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.theme-light .profile .profileContainer .uInfo .stats span strong{-webkit-text-fill-color:var(--textColor);background:none}.theme-light .profile .profileContainer .about{background:var(--bg);padding:20px;border-radius:10px;margin-bottom:20px;box-shadow:0 4px 10px #0000001a}.theme-light .profile .profileContainer .about h3{margin-bottom:10px;font-size:18px;font-weight:500;color:var(--textColor)}.theme-light .profile .profileContainer .about p{font-size:14px;color:var(--textColorSoft)}.theme-dark .profile .images .profilePic{width:200px;height:200px;border-radius:50%;object-fit:cover;position:absolute;left:0;right:0;margin:auto;top:200px}.theme-dark .profile .profileContainer .uInfo{height:auto;box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:var(--bg);color:var(--textColor);padding:20px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.theme-dark .profile .profileContainer .uInfo .left{flex:1;display:flex;gap:10px}@media (max-width: 960px){.theme-dark .profile .profileContainer .uInfo .left{flex-wrap:wrap}}.theme-dark .profile .profileContainer .uInfo .left a{color:var(--textColorSoft)}.theme-dark .profile .profileContainer .uInfo .center{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding-top:80px}.theme-dark .profile .profileContainer .uInfo .center .info{width:100%;display:flex;align-items:center;justify-content:space-around}.theme-dark .profile .profileContainer .uInfo .center .info .item span{font-size:12px}.theme-dark .profile .profileContainer .uInfo .center .actionButtons{display:flex;gap:10px;justify-content:center;margin-top:10px}.theme-dark .profile .profileContainer .uInfo .center .actionButtons button{border:none;background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer}.theme-dark .profile .profileContainer .uInfo .right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:10px;position:relative}.theme-dark .profile .profileContainer .uInfo .right a{color:var(--textColor)}.theme-dark .profile .profileContainer .uInfo .right .menuContainer{position:relative}.theme-dark .profile .profileContainer .uInfo .right .menuContainer .dropdownMenu{position:absolute;top:30px;right:0;background:var(--bgSoft);box-shadow:0 4px 10px #0000001a;border-radius:8px;overflow:hidden;z-index:10;display:flex;flex-direction:column}.theme-dark .profile .profileContainer .uInfo .right .menuContainer .dropdownMenu span{padding:10px;cursor:pointer;transition:background .3s;text-align:center}.theme-dark .profile .profileContainer .uInfo .right .menuContainer .dropdownMenu span:hover{background:var(--bg)}.theme-dark .profile .profileContainer .uInfo .stats{display:flex;gap:50px;align-items:center;justify-content:center;width:100%;font-size:20px;margin-top:15px;margin-bottom:10px}.theme-dark .profile .profileContainer .uInfo .stats span{font-size:20px;font-weight:700;background:linear-gradient(45deg,#00dde0 30%,#6a65fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.theme-dark .profile .profileContainer .uInfo .stats span strong{-webkit-text-fill-color:var(--textColor);background:none}.theme-dark .profile .profileContainer .about{background:var(--bg);padding:20px;border-radius:10px;margin-bottom:20px;box-shadow:0 4px 10px #0000001a}.theme-dark .profile .profileContainer .about h3{margin-bottom:10px;font-size:18px;font-weight:500;color:var(--textColor)}.theme-dark .profile .profileContainer .about p{font-size:14px;color:var(--textColorSoft)}.theme-light .groups{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;background-color:var(--bgSoft);padding:20px}.theme-light .groups .search-bar{display:flex;justify-content:flex-start;margin-bottom:20px;width:40%;padding:10px;border-radius:8px;border:1px solid var(--border);background-color:var(--bg);color:var(--textColor)}.theme-light .groups .search-bar .searchIcon{color:var(--textColorSoft)}.theme-light .groups .search-bar input{border:none;width:40%;padding-right:10px;background-color:var(--bg);color:var(--textColor)}.theme-light .groups .section{margin-bottom:50px}.theme-light .groups .section h2{font-size:20px;font-weight:700;margin-bottom:15px;color:var(--textColor)}.theme-light .groups .section .scroll-container{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;overflow:hidden}.theme-light .groups .section .scroll-container .scroll-btn{background:var(--bg);border:none;color:var(--textColor);font-size:24px;cursor:pointer;padding:5px 10px;transition:all .3s ease-in-out;position:absolute;z-index:2;top:50%;transform:translateY(-50%);opacity:.7}.theme-light .groups .section .scroll-container .scroll-btn:hover{background:var(--bgSoft);opacity:1}.theme-light .groups .section .scroll-container .left{left:0}.theme-light .groups .section .scroll-container .right{right:0}.theme-light .groups .section .scroll-container .group-list{display:flex;padding:10px 10px 20px;gap:15px;transition:transform .4s ease-in-out;width:100%}.theme-dark .groups{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;background-color:var(--bgSoft);padding:20px}.theme-dark .groups .search-bar{display:flex;justify-content:flex-start;margin-bottom:20px;width:40%;padding:10px;border-radius:8px;border:1px solid var(--border);background-color:var(--bg);color:var(--textColor)}.theme-dark .groups .search-bar .searchIcon{color:var(--textColorSoft)}.theme-dark .groups .search-bar input{border:none;width:40%;padding-right:10px;background-color:var(--bg);color:var(--textColor)}.theme-dark .groups .section{margin-bottom:50px}.theme-dark .groups .section h2{font-size:20px;font-weight:700;margin-bottom:15px;color:var(--textColor)}.theme-dark .groups .section .scroll-container{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;overflow:hidden}.theme-dark .groups .section .scroll-container .scroll-btn{background:var(--bg);border:none;color:var(--textColor);font-size:24px;cursor:pointer;padding:5px 10px;transition:all .3s ease-in-out;position:absolute;z-index:2;top:50%;transform:translateY(-50%);opacity:.7}.theme-dark .groups .section .scroll-container .scroll-btn:hover{background:var(--bgSoft);opacity:1}.theme-dark .groups .section .scroll-container .left{left:0}.theme-dark .groups .section .scroll-container .right{right:0}.theme-dark .groups .section .scroll-container .group-list{display:flex;padding:10px 10px 20px;gap:15px;transition:transform .4s ease-in-out;width:100%}.theme-light .group-card{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;width:200px;padding:15px;background-color:var(--bg);border-radius:12px;box-shadow:0 4px 10px #0000001a;text-align:center;transition:transform .2s}.theme-light .group-card:hover{transform:scale(1.05)}.theme-light .group-card img{width:100%;border-radius:8px;height:120px;object-fit:cover}.theme-light .group-card .group-info{margin-top:10px}.theme-light .group-card .group-info h3{font-size:18px;font-weight:600;color:var(--textColorSoft)}.theme-light .group-card .group-info p{font-size:14px;color:var(--textColorSoft);margin:5px 0}.theme-light .group-card .group-info button{margin-top:8px;padding:8px 12px;border:none;border-radius:5px;background:linear-gradient(45deg,#00dde0,#6a65fb);color:#fff;cursor:pointer}.theme-light .group-card .group-info button:hover{background:linear-gradient(45deg,#6a65fb,#00dde0)}.theme-dark .group-card{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;width:200px;padding:15px;background-color:var(--bg);border-radius:12px;box-shadow:0 4px 10px #0000001a;text-align:center;transition:transform .2s}.theme-dark .group-card:hover{transform:scale(1.05)}.theme-dark .group-card img{width:100%;border-radius:8px;height:120px;object-fit:cover}.theme-dark .group-card .group-info{margin-top:10px}.theme-dark .group-card .group-info h3{font-size:18px;font-weight:600;color:var(--textColorSoft)}.theme-dark .group-card .group-info p{font-size:14px;color:var(--textColorSoft);margin:5px 0}.theme-dark .group-card .group-info button{margin-top:8px;padding:8px 12px;border:none;border-radius:5px;background:linear-gradient(45deg,#00dde0,#6a65fb);color:#fff;cursor:pointer}.theme-dark .group-card .group-info button:hover{background:linear-gradient(45deg,#6a65fb,#00dde0)}.theme-light .friends{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;background-color:var(--bgSoft);color:var(--textColor);min-height:100vh;display:flex;justify-content:center;padding:20px}.theme-light .friends .container{width:60%;background-color:var(--bg);padding:20px;border-radius:10px;box-shadow:0 0 10px #0000001a}.theme-light .friends .container h2{text-align:center;margin-bottom:15px;color:var(--textColor)}.theme-light .friends .container .searchBar{position:relative;width:82%;margin-bottom:15px}.theme-light .friends .container .searchBar .searchIcon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--textColorSoft)}.theme-light .friends .container .searchBar .searchInput{width:100%;padding:10px 40px;border:1px solid var(--border);border-radius:5px;font-size:14px;color:var(--textColor);background:var(--bgSoft)}.theme-light .friends .container .searchBar .searchInput:focus{outline:none;border-color:var(--primary)}.theme-light .friends .container .friendsList{display:flex;flex-direction:column;gap:15px}.theme-light .friends .container .friendsList .friendCard{display:flex;align-items:center;justify-content:space-between;background:var(--bgSoft);padding:12px;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.theme-light .friends .container .friendsList .friendCard:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.theme-light .friends .container .friendsList .friendCard .friendImg{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:10px}.theme-light .friends .container .friendsList .friendCard .friendInfo{display:flex;flex-direction:column;flex:1}.theme-light .friends .container .friendsList .friendCard .friendInfo .friendName{font-size:16px;font-weight:700;color:var(--textColor)}.theme-light .friends .container .friendsList .friendCard .friendInfo .friendBatch{font-size:14px;color:var(--textColorSoft)}.theme-light .friends .container .friendsList .friendCard .buttons{display:flex;gap:10px}.theme-light .friends .container .friendsList .friendCard .buttons .messageBtn{background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;border:none;padding:8px 12px;border-radius:5px;cursor:pointer;font-size:14px;font-weight:700;transition:all .3s ease-in-out}.theme-light .friends .container .friendsList .friendCard .buttons .messageBtn:hover{background:linear-gradient(45deg,#00b2b4 30%,#5046ff);transform:scale(1.05)}.theme-light .friends .container .friendsList .friendCard .buttons .removeBtn{background:var(--bgSoft);color:var(--textColorSoft);border:1px solid var(--border);padding:8px 12px;border-radius:5px;cursor:pointer;font-size:14px;font-weight:700;transition:all .3s ease-in-out}.theme-light .friends .container .friendsList .friendCard .buttons .removeBtn:hover{background:var(--border);color:var(--textColor)}.theme-dark .friends{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;background-color:var(--bgSoft);color:var(--textColor);min-height:100vh;display:flex;justify-content:center;padding:20px}.theme-dark .friends .container{width:60%;background-color:var(--bg);padding:20px;border-radius:10px;box-shadow:0 0 10px #0000001a}.theme-dark .friends .container h2{text-align:center;margin-bottom:15px;color:var(--textColor)}.theme-dark .friends .container .searchBar{position:relative;width:82%;margin-bottom:15px}.theme-dark .friends .container .searchBar .searchIcon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--textColorSoft)}.theme-dark .friends .container .searchBar .searchInput{width:100%;padding:10px 40px;border:1px solid var(--border);border-radius:5px;font-size:14px;color:var(--textColor);background:var(--bgSoft)}.theme-dark .friends .container .searchBar .searchInput:focus{outline:none;border-color:var(--primary)}.theme-dark .friends .container .friendsList{display:flex;flex-direction:column;gap:15px}.theme-dark .friends .container .friendsList .friendCard{display:flex;align-items:center;justify-content:space-between;background:var(--bgSoft);padding:12px;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.theme-dark .friends .container .friendsList .friendCard:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.theme-dark .friends .container .friendsList .friendCard .friendImg{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:10px}.theme-dark .friends .container .friendsList .friendCard .friendInfo{display:flex;flex-direction:column;flex:1}.theme-dark .friends .container .friendsList .friendCard .friendInfo .friendName{font-size:16px;font-weight:700;color:var(--textColor)}.theme-dark .friends .container .friendsList .friendCard .friendInfo .friendBatch{font-size:14px;color:var(--textColorSoft)}.theme-dark .friends .container .friendsList .friendCard .buttons{display:flex;gap:10px}.theme-dark .friends .container .friendsList .friendCard .buttons .messageBtn{background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;border:none;padding:8px 12px;border-radius:5px;cursor:pointer;font-size:14px;font-weight:700;transition:all .3s ease-in-out}.theme-dark .friends .container .friendsList .friendCard .buttons .messageBtn:hover{background:linear-gradient(45deg,#00b2b4 30%,#5046ff);transform:scale(1.05)}.theme-dark .friends .container .friendsList .friendCard .buttons .removeBtn{background:var(--bgSoft);color:var(--textColorSoft);border:1px solid var(--border);padding:8px 12px;border-radius:5px;cursor:pointer;font-size:14px;font-weight:700;transition:all .3s ease-in-out}.theme-dark .friends .container .friendsList .friendCard .buttons .removeBtn:hover{background:var(--border);color:var(--textColor)}.theme-light .super{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;background:var(--bgSoft);min-height:100vh;display:flex;justify-content:center;align-items:center}.theme-light .super .settings{background:var(--bg);color:var(--textColor);padding:40px;max-width:600px;width:100%;border-radius:12px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center}.theme-light .super h2{text-align:center;margin-bottom:25px;font-size:26px;font-weight:700}.theme-light .super .setting-item{background:var(--bg);border-radius:10px;margin-bottom:15px;padding:15px;cursor:pointer;transition:all .3s ease-in-out;font-size:18px;width:100%}.theme-light .super .setting-item .setting-title{display:flex;justify-content:space-between;font-weight:700}.theme-light .super .setting-item .setting-dropdown{margin-top:10px;padding:15px;background:var(--bgSoft);border-radius:8px;animation:dropdown .3s ease-in-out}.theme-light .super .setting-item .setting-dropdown button,.theme-light .super .setting-item .setting-dropdown label{display:block;width:100%;padding:12px;background:var(--primary);color:var(--textColor);border:none;border-radius:8px;cursor:pointer;text-align:center;font-size:16px;opacity:.9}.theme-light .super .setting-item .setting-dropdown button:hover{opacity:1}.theme-light .super .logout-btn{width:100%;padding:12px;background:gray;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;font-size:18px;text-align:center;margin-top:20px}.theme-light .super .logout-btn:hover{opacity:.85}.theme-dark .super{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;background:var(--bgSoft);min-height:100vh;display:flex;justify-content:center;align-items:center}.theme-dark .super .settings{background:var(--bg);color:var(--textColor);padding:40px;max-width:600px;width:100%;border-radius:12px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center}.theme-dark .super h2{text-align:center;margin-bottom:25px;font-size:26px;font-weight:700}.theme-dark .super .setting-item{background:var(--bg);border-radius:10px;margin-bottom:15px;padding:15px;cursor:pointer;transition:all .3s ease-in-out;font-size:18px;width:100%}.theme-dark .super .setting-item .setting-title{display:flex;justify-content:space-between;font-weight:700}.theme-dark .super .setting-item .setting-dropdown{margin-top:10px;padding:15px;background:var(--bgSoft);border-radius:8px;animation:dropdown .3s ease-in-out}.theme-dark .super .setting-item .setting-dropdown button,.theme-dark .super .setting-item .setting-dropdown label{display:block;width:100%;padding:12px;background:var(--primary);color:var(--textColor);border:none;border-radius:8px;cursor:pointer;text-align:center;font-size:16px;opacity:.9}.theme-dark .super .setting-item .setting-dropdown button:hover{opacity:1}.theme-dark .super .logout-btn{width:100%;padding:12px;background:gray;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;font-size:18px;text-align:center;margin-top:20px}.theme-dark .super .logout-btn:hover{opacity:.85}@keyframes dropdown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}html,body{height:100%;margin:0;padding:0}.theme-light .events{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px;background-color:var(--bgSoft);color:var(--textColor)}.theme-light .events h2{text-align:center;margin-bottom:20px;font-size:2rem;font-weight:700}.theme-light .events .tabs{display:flex;gap:15px;margin-bottom:20px}.theme-light .events .tabs button{background:var(--bg);color:var(--textColor);border:none;padding:12px 24px;font-size:1rem;border-radius:8px;cursor:pointer;transition:background .3s ease-in-out}.theme-light .events .tabs button.active{background:var(--primary);color:var(--textColorSoft);font-weight:700}.theme-light .events .tabs button:hover{background:linear-gradient(45deg,#6a65fb,#00dde0)}.theme-light .events .event-list{flex-grow:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;width:80%;justify-content:center;align-items:start}.theme-light .events .event-list .event-card{background:var(--bg);border-radius:10px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease-in-out}.theme-light .events .event-list .event-card:hover{transform:scale(1.05)}.theme-light .events .event-list .event-card img{width:100%;height:180px;object-fit:cover}.theme-light .events .event-list .event-card .event-info{padding:15px;text-align:center}.theme-light .events .event-list .event-card .event-info h3{font-size:1.2rem;font-weight:700;margin-bottom:5px}.theme-light .events .event-list .event-card .event-info p{font-size:1rem;color:var(--textColorSoft)}.theme-light .events .no-events{text-align:center;font-size:1.2rem;color:var(--textColorSoft);margin-top:20px}.theme-dark .events{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px;background-color:var(--bgSoft);color:var(--textColor)}.theme-dark .events h2{text-align:center;margin-bottom:20px;font-size:2rem;font-weight:700}.theme-dark .events .tabs{display:flex;gap:15px;margin-bottom:20px}.theme-dark .events .tabs button{background:var(--bg);color:var(--textColor);border:none;padding:12px 24px;font-size:1rem;border-radius:8px;cursor:pointer;transition:background .3s ease-in-out}.theme-dark .events .tabs button.active{background:var(--primary);color:var(--textColorSoft);font-weight:700}.theme-dark .events .tabs button:hover{background:linear-gradient(45deg,#6a65fb,#00dde0)}.theme-dark .events .event-list{flex-grow:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;width:80%;justify-content:center;align-items:start}.theme-dark .events .event-list .event-card{background:var(--bg);border-radius:10px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease-in-out}.theme-dark .events .event-list .event-card:hover{transform:scale(1.05)}.theme-dark .events .event-list .event-card img{width:100%;height:180px;object-fit:cover}.theme-dark .events .event-list .event-card .event-info{padding:15px;text-align:center}.theme-dark .events .event-list .event-card .event-info h3{font-size:1.2rem;font-weight:700;margin-bottom:5px}.theme-dark .events .event-list .event-card .event-info p{font-size:1rem;color:var(--textColorSoft)}.theme-dark .events .no-events{text-align:center;font-size:1.2rem;color:var(--textColorSoft);margin-top:20px}.theme-light .hallOfFame{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;padding:20px;background-color:var(--bgSoft);color:var(--textColor);text-align:center}.theme-light .hallOfFame h2{font-size:28px;font-weight:600;margin-bottom:20px}.theme-light .hallOfFame .topThree{display:flex;justify-content:center;gap:20px;margin-bottom:30px;margin-top:30px}.theme-light .hallOfFame .topThree .topCard{position:relative;width:180px;background:linear-gradient(135deg,#fc3,#ff9d00);padding:20px;border-radius:15px;text-align:center;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.theme-light .hallOfFame .topThree .topCard.rank-2{background:linear-gradient(135deg,silver,#a9a9a9)}.theme-light .hallOfFame .topThree .topCard.rank-3{background:linear-gradient(135deg,#cd7f32,#b87333)}.theme-light .hallOfFame .topThree .topCard:hover{transform:translateY(-10px);box-shadow:0 6px 15px #0003}.theme-light .hallOfFame .topThree .topCard .medal{width:80px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.theme-light .hallOfFame .topThree .topCard .profilePic{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-top:50px}.theme-light .hallOfFame .topThree .topCard .userName{display:block;font-weight:600;font-size:16px;margin-top:10px}.theme-light .hallOfFame .topThree .topCard .hatCount{display:block;font-size:14px;color:var(--textColorSoft);margin-top:5px}.theme-light .hallOfFame .scrollableList{background-color:var(--bg);padding:15px;border-radius:10px;max-width:400px;margin:auto;box-shadow:0 4px 10px #0000001a;overflow-y:auto;max-height:250px}.theme-light .hallOfFame .scrollableList .icon{fill:url(#hatGradient);width:20px;height:20px}.theme-light .hallOfFame .scrollableList .listItem{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid var(--textColorSoft)}.theme-light .hallOfFame .scrollableList .listItem:last-child{border-bottom:none}.theme-light .hallOfFame .scrollableList .listItem .rank{font-weight:700;color:var(--textColorSoft)}.theme-light .hallOfFame .scrollableList .listItem .name{flex-grow:1;text-align:left;font-weight:500;margin-left:10px}.theme-light .hallOfFame .scrollableList .listItem .hats{font-weight:700}.theme-dark .hallOfFame{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;padding:20px;background-color:var(--bgSoft);color:var(--textColor);text-align:center}.theme-dark .hallOfFame h2{font-size:28px;font-weight:600;margin-bottom:20px}.theme-dark .hallOfFame .topThree{display:flex;justify-content:center;gap:20px;margin-bottom:30px;margin-top:30px}.theme-dark .hallOfFame .topThree .topCard{position:relative;width:180px;background:linear-gradient(135deg,#fc3,#ff9d00);padding:20px;border-radius:15px;text-align:center;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.theme-dark .hallOfFame .topThree .topCard.rank-2{background:linear-gradient(135deg,silver,#a9a9a9)}.theme-dark .hallOfFame .topThree .topCard.rank-3{background:linear-gradient(135deg,#cd7f32,#b87333)}.theme-dark .hallOfFame .topThree .topCard:hover{transform:translateY(-10px);box-shadow:0 6px 15px #0003}.theme-dark .hallOfFame .topThree .topCard .medal{width:80px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.theme-dark .hallOfFame .topThree .topCard .profilePic{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-top:50px}.theme-dark .hallOfFame .topThree .topCard .userName{display:block;font-weight:600;font-size:16px;margin-top:10px}.theme-dark .hallOfFame .topThree .topCard .hatCount{display:block;font-size:14px;color:var(--textColorSoft);margin-top:5px}.theme-dark .hallOfFame .scrollableList{background-color:var(--bg);padding:15px;border-radius:10px;max-width:400px;margin:auto;box-shadow:0 4px 10px #0000001a;overflow-y:auto;max-height:250px}.theme-dark .hallOfFame .scrollableList .icon{fill:url(#hatGradient);width:20px;height:20px}.theme-dark .hallOfFame .scrollableList .listItem{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid var(--textColorSoft)}.theme-dark .hallOfFame .scrollableList .listItem:last-child{border-bottom:none}.theme-dark .hallOfFame .scrollableList .listItem .rank{font-weight:700;color:var(--textColorSoft)}.theme-dark .hallOfFame .scrollableList .listItem .name{flex-grow:1;text-align:left;font-weight:500;margin-left:10px}.theme-dark .hallOfFame .scrollableList .listItem .hats{font-weight:700}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.theme-light .alumni-map{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;background-color:var(--bgSoft);color:var(--textColor);min-height:100vh;padding:2rem}.theme-light .alumni-map h2{text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700;color:var(--textColor)}.theme-light .alumni-map .filter{display:flex;justify-content:center;margin-bottom:1.5rem}.theme-light .alumni-map .filter label{margin-right:.8rem;font-size:1rem;font-weight:600}.theme-light .alumni-map .filter select{padding:.5rem 1rem;border:1px solid var(--border);border-radius:6px;background-color:var(--bg);color:var(--textColor);font-size:1rem;cursor:pointer}.theme-light .alumni-map .filter select:focus{outline:none;border-color:#6a65fb}.theme-light .alumni-map .map-container{width:100%;height:75vh;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.theme-light .alumni-map .map-container .leaflet-container{width:100%;height:100%;background-color:#e5e5e5}.theme-light .alumni-map .map-container .leaflet-popup-content-wrapper{background-color:var(--bg);color:var(--textColor);border-radius:8px;box-shadow:0 2px 12px #0003}.theme-light .alumni-map .map-container .leaflet-popup-tip{background-color:var(--bg)}.theme-dark .alumni-map{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;background-color:var(--bgSoft);color:var(--textColor);min-height:100vh;padding:2rem}.theme-dark .alumni-map h2{text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700;color:var(--textColor)}.theme-dark .alumni-map .filter{display:flex;justify-content:center;margin-bottom:1.5rem}.theme-dark .alumni-map .filter label{margin-right:.8rem;font-size:1rem;font-weight:600}.theme-dark .alumni-map .filter select{padding:.5rem 1rem;border:1px solid var(--border);border-radius:6px;background-color:var(--bg);color:var(--textColor);font-size:1rem;cursor:pointer}.theme-dark .alumni-map .filter select:focus{outline:none;border-color:#6a65fb}.theme-dark .alumni-map .map-container{width:100%;height:75vh;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.theme-dark .alumni-map .map-container .leaflet-container{width:100%;height:100%;background-color:#e5e5e5}.theme-dark .alumni-map .map-container .leaflet-popup-content-wrapper{background-color:var(--bg);color:var(--textColor);border-radius:8px;box-shadow:0 2px 12px #0003}.theme-dark .alumni-map .map-container .leaflet-popup-tip{background-color:var(--bg)}.theme-light .hatDedication{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;max-width:800px;margin:auto;padding:20px;background:var(--bgSoft);color:var(--textColor);box-shadow:0 4px 10px #0000001a}@media (max-width: 768px){.theme-light .hatDedication{padding:15px}}.theme-light .hatDedication .infoSection{background:var(--bg);padding:15px;border-radius:8px;text-align:center;margin-bottom:20px;box-shadow:0 2px 5px #0000001a}.theme-light .hatDedication .infoSection .infoIcon{font-size:28px;color:#fc0}.theme-light .hatDedication .infoSection h3{font-size:18px;margin:10px 0}.theme-light .hatDedication .infoSection p{display:flex;align-items:center;font-size:14px;gap:8px}.theme-light .hatDedication .infoSection .icon{font-size:18px;color:#6a65fb}.theme-light .hatDedication .header{text-align:center;margin-bottom:20px}.theme-light .hatDedication .header .profilePic{width:110px;height:120px;border-radius:50%}.theme-light .hatDedication .header h2{font-size:22px}.theme-light .hatDedication .header p{font-size:16px;color:var(--textColorSoft)}.theme-light .hatDedication .dedicationForm{background:var(--bg);padding:20px;border-radius:10px;box-shadow:0 2px 5px #0000001a;margin-bottom:20px}.theme-light .hatDedication .dedicationForm h3{margin-bottom:10px}.theme-light .hatDedication .dedicationForm .error{color:red;font-size:14px;display:flex;align-items:center;gap:5px;margin-bottom:10px}.theme-light .hatDedication .dedicationForm .error .errorIcon{font-size:18px}.theme-light .hatDedication .dedicationForm input,.theme-light .hatDedication .dedicationForm textarea{width:96%;padding:12px;margin-bottom:10px;border:1px solid var(--border);border-radius:5px;background:var(--bgSoft);color:var(--textColor);transition:.3s}.theme-light .hatDedication .dedicationForm input:focus,.theme-light .hatDedication .dedicationForm textarea:focus{border-color:#6a65fb;box-shadow:0 0 5px #6a65fb80}.theme-light .hatDedication .dedicationForm button{width:20%;padding:12px;background:linear-gradient(45deg,#00dde0,#6a65fb);color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:.3s}.theme-light .hatDedication .dedicationForm button:hover{opacity:.9;transform:scale(1.02)}.theme-light .hatDedication .dedicationsList h3{margin-bottom:10px}.theme-light .hatDedication .dedicationsList .dedicationItem{background:var(--bg);border-radius:8px;padding:30px 40px 30px 30px;box-shadow:0 2px 5px #0000001a;margin-bottom:15px;text-align:left}.theme-light .hatDedication .dedicationsList .dedicationItem .dedicationHeader{display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%;flex-wrap:wrap}.theme-light .hatDedication .dedicationsList .dedicationItem .dedicationHeader .profileImage{width:45px;height:45px;border-radius:50%;box-shadow:0 2px 5px #0003}.theme-light .hatDedication .dedicationsList .dedicationItem .dedicationHeader .dedicationInfo{display:flex;align-items:center;gap:10px}.theme-light .hatDedication .dedicationsList .dedicationItem .dedicationHeader .hatImage{width:70px;height:70px;margin-left:auto}.theme-light .hatDedication .dedicationsList .dedicationItem .dedicationHeader .dedicationText{font-size:16px;font-weight:700;color:var(--textColor)}.theme-light .hatDedication .dedicationsList .dedicationItem .dedicationHeader .dedicationText .timestamp{font-size:12px;font-weight:400;color:var(--textColorSoft)}.theme-light .hatDedication .dedicationsList .dedicationItem .dedicationMessage{font-style:italic;font-size:14px;color:var(--textColorSoft);background:#ffffff1a;padding:10px;border-radius:5px;margin:10px 0}.theme-dark .hatDedication{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;max-width:800px;margin:auto;padding:20px;background:var(--bgSoft);color:var(--textColor);box-shadow:0 4px 10px #0000001a}@media (max-width: 768px){.theme-dark .hatDedication{padding:15px}}.theme-dark .hatDedication .infoSection{background:var(--bg);padding:15px;border-radius:8px;text-align:center;margin-bottom:20px;box-shadow:0 2px 5px #0000001a}.theme-dark .hatDedication .infoSection .infoIcon{font-size:28px;color:#fc0}.theme-dark .hatDedication .infoSection h3{font-size:18px;margin:10px 0}.theme-dark .hatDedication .infoSection p{display:flex;align-items:center;font-size:14px;gap:8px}.theme-dark .hatDedication .infoSection .icon{font-size:18px;color:#6a65fb}.theme-dark .hatDedication .header{text-align:center;margin-bottom:20px}.theme-dark .hatDedication .header .profilePic{width:110px;height:120px;border-radius:50%}.theme-dark .hatDedication .header h2{font-size:22px}.theme-dark .hatDedication .header p{font-size:16px;color:var(--textColorSoft)}.theme-dark .hatDedication .dedicationForm{background:var(--bg);padding:20px;border-radius:10px;box-shadow:0 2px 5px #0000001a;margin-bottom:20px}.theme-dark .hatDedication .dedicationForm h3{margin-bottom:10px}.theme-dark .hatDedication .dedicationForm .error{color:red;font-size:14px;display:flex;align-items:center;gap:5px;margin-bottom:10px}.theme-dark .hatDedication .dedicationForm .error .errorIcon{font-size:18px}.theme-dark .hatDedication .dedicationForm input,.theme-dark .hatDedication .dedicationForm textarea{width:96%;padding:12px;margin-bottom:10px;border:1px solid var(--border);border-radius:5px;background:var(--bgSoft);color:var(--textColor);transition:.3s}.theme-dark .hatDedication .dedicationForm input:focus,.theme-dark .hatDedication .dedicationForm textarea:focus{border-color:#6a65fb;box-shadow:0 0 5px #6a65fb80}.theme-dark .hatDedication .dedicationForm button{width:20%;padding:12px;background:linear-gradient(45deg,#00dde0,#6a65fb);color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:.3s}.theme-dark .hatDedication .dedicationForm button:hover{opacity:.9;transform:scale(1.02)}.theme-dark .hatDedication .dedicationsList h3{margin-bottom:10px}.theme-dark .hatDedication .dedicationsList .dedicationItem{background:var(--bg);border-radius:8px;padding:30px 40px 30px 30px;box-shadow:0 2px 5px #0000001a;margin-bottom:15px;text-align:left}.theme-dark .hatDedication .dedicationsList .dedicationItem .dedicationHeader{display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%;flex-wrap:wrap}.theme-dark .hatDedication .dedicationsList .dedicationItem .dedicationHeader .profileImage{width:45px;height:45px;border-radius:50%;box-shadow:0 2px 5px #0003}.theme-dark .hatDedication .dedicationsList .dedicationItem .dedicationHeader .dedicationInfo{display:flex;align-items:center;gap:10px}.theme-dark .hatDedication .dedicationsList .dedicationItem .dedicationHeader .hatImage{width:70px;height:70px;margin-left:auto}.theme-dark .hatDedication .dedicationsList .dedicationItem .dedicationHeader .dedicationText{font-size:16px;font-weight:700;color:var(--textColor)}.theme-dark .hatDedication .dedicationsList .dedicationItem .dedicationHeader .dedicationText .timestamp{font-size:12px;font-weight:400;color:var(--textColorSoft)}.theme-dark .hatDedication .dedicationsList .dedicationItem .dedicationMessage{font-style:italic;font-size:14px;color:var(--textColorSoft);background:#ffffff1a;padding:10px;border-radius:5px;margin:10px 0}.theme-light .marketplace{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;background-color:var(--bgSoft);color:var(--textColor);min-height:100vh;padding:2rem}.theme-light .marketplace .marketplace-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;position:relative}.theme-light .marketplace .marketplace-header .spacer{flex:1}.theme-light .marketplace .marketplace-header .title{flex:none;font-size:2rem;font-weight:700;color:var(--textColor);text-align:center;position:absolute;left:50%;transform:translate(-50%)}.theme-light .marketplace .marketplace-header .sell-link{font-size:1rem;font-weight:600;cursor:pointer;background:linear-gradient(45deg,#00dde0,#6a65fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:opacity .3s ease}.theme-light .marketplace .marketplace-header .sell-link:hover{opacity:.8}.theme-light .marketplace .controls{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.theme-light .marketplace .controls input,.theme-light .marketplace .controls select{padding:.5rem;border:1px solid var(--border);background-color:var(--bg);color:var(--textColor);border-radius:5px;min-width:200px}.theme-light .marketplace .controls .sell-button{background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;font-weight:600}.theme-light .marketplace .items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.theme-light .marketplace .items-grid .item-card{background-color:var(--bg);border:1px solid var(--border);padding:1rem;border-radius:8px;text-align:center;transition:transform .2s ease}.theme-light .marketplace .items-grid .item-card:hover{transform:translateY(-4px);box-shadow:0 4px 10px #0000001a}.theme-light .marketplace .items-grid .item-card img{width:100%;height:150px;object-fit:cover;border-radius:5px}.theme-light .marketplace .items-grid .item-card .item-info{margin-top:10px}.theme-light .marketplace .items-grid .item-card .item-info h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:var(--textColor)}.theme-light .marketplace .items-grid .item-card .item-info .price{font-size:1rem;color:var(--textColorSoft);font-weight:600}.theme-light .marketplace .items-grid .item-card .item-info .seller{font-size:.9rem;color:var(--textColorSoft)}.theme-light .marketplace .items-grid .item-card .item-info .buy-button,.theme-light .marketplace .items-grid .item-card .item-info .info-button{background-color:#28a745;color:#fff;padding:.4rem .8rem;border:none;border-radius:5px;cursor:pointer;margin:.3rem .2rem;font-size:.9rem}.theme-light .marketplace .items-grid .item-card .item-info .info-button{background-color:#17a2b8}.theme-light .marketplace .no-items{text-align:center;font-size:1.2rem;color:var(--textColorSoft);margin-top:2rem}.theme-dark .marketplace{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;background-color:var(--bgSoft);color:var(--textColor);min-height:100vh;padding:2rem}.theme-dark .marketplace .marketplace-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;position:relative}.theme-dark .marketplace .marketplace-header .spacer{flex:1}.theme-dark .marketplace .marketplace-header .title{flex:none;font-size:2rem;font-weight:700;color:var(--textColor);text-align:center;position:absolute;left:50%;transform:translate(-50%)}.theme-dark .marketplace .marketplace-header .sell-link{font-size:1rem;font-weight:600;cursor:pointer;background:linear-gradient(45deg,#00dde0,#6a65fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:opacity .3s ease}.theme-dark .marketplace .marketplace-header .sell-link:hover{opacity:.8}.theme-dark .marketplace .controls{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.theme-dark .marketplace .controls input,.theme-dark .marketplace .controls select{padding:.5rem;border:1px solid var(--border);background-color:var(--bg);color:var(--textColor);border-radius:5px;min-width:200px}.theme-dark .marketplace .controls .sell-button{background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;font-weight:600}.theme-dark .marketplace .items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.theme-dark .marketplace .items-grid .item-card{background-color:var(--bg);border:1px solid var(--border);padding:1rem;border-radius:8px;text-align:center;transition:transform .2s ease}.theme-dark .marketplace .items-grid .item-card:hover{transform:translateY(-4px);box-shadow:0 4px 10px #0000001a}.theme-dark .marketplace .items-grid .item-card img{width:100%;height:150px;object-fit:cover;border-radius:5px}.theme-dark .marketplace .items-grid .item-card .item-info{margin-top:10px}.theme-dark .marketplace .items-grid .item-card .item-info h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:var(--textColor)}.theme-dark .marketplace .items-grid .item-card .item-info .price{font-size:1rem;color:var(--textColorSoft);font-weight:600}.theme-dark .marketplace .items-grid .item-card .item-info .seller{font-size:.9rem;color:var(--textColorSoft)}.theme-dark .marketplace .items-grid .item-card .item-info .buy-button,.theme-dark .marketplace .items-grid .item-card .item-info .info-button{background-color:#28a745;color:#fff;padding:.4rem .8rem;border:none;border-radius:5px;cursor:pointer;margin:.3rem .2rem;font-size:.9rem}.theme-dark .marketplace .items-grid .item-card .item-info .info-button{background-color:#17a2b8}.theme-dark .marketplace .no-items{text-align:center;font-size:1.2rem;color:var(--textColorSoft);margin-top:2rem}.theme-light .more-info{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;background-color:var(--bgSoft);color:var(--textColor);padding:2rem;max-width:100%;margin:0 auto;min-height:100vh}.theme-light .more-info h2{margin-bottom:1rem;font-size:1.8rem;font-weight:700;text-align:center;color:var(--textColor)}.theme-light .more-info .detail-img{width:100%;max-height:300px;object-fit:cover;border-radius:5px;margin-bottom:1rem}.theme-light .more-info p{font-size:1rem;margin:.5rem 0}.theme-light .more-info ul{list-style:disc;padding-left:1.5rem;margin-top:.5rem}.theme-light .more-info ul li{margin-bottom:.3rem}.theme-dark .more-info{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;background-color:var(--bgSoft);color:var(--textColor);padding:2rem;max-width:100%;margin:0 auto;min-height:100vh}.theme-dark .more-info h2{margin-bottom:1rem;font-size:1.8rem;font-weight:700;text-align:center;color:var(--textColor)}.theme-dark .more-info .detail-img{width:100%;max-height:300px;object-fit:cover;border-radius:5px;margin-bottom:1rem}.theme-dark .more-info p{font-size:1rem;margin:.5rem 0}.theme-dark .more-info ul{list-style:disc;padding-left:1.5rem;margin-top:.5rem}.theme-dark .more-info ul li{margin-bottom:.3rem}.theme-light .sell-form{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;background-color:var(--bgSoft);color:var(--textColor);padding:2rem;max-width:100%;margin:0 auto;min-height:100vh}.theme-light .sell-form h2{margin-bottom:1rem;text-align:center;font-size:1.8rem;font-weight:700}.theme-light .sell-form form{display:flex;flex-direction:column;gap:1rem}.theme-light .sell-form form input,.theme-light .sell-form form textarea{padding:.5rem;border:1px solid var(--border);border-radius:5px;background-color:var(--bg);color:var(--textColor)}.theme-light .sell-form form button{background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;padding:.6rem;border:none;border-radius:5px;font-weight:600;cursor:pointer}.theme-dark .sell-form{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;background-color:var(--bgSoft);color:var(--textColor);padding:2rem;max-width:100%;margin:0 auto;min-height:100vh}.theme-dark .sell-form h2{margin-bottom:1rem;text-align:center;font-size:1.8rem;font-weight:700}.theme-dark .sell-form form{display:flex;flex-direction:column;gap:1rem}.theme-dark .sell-form form input,.theme-dark .sell-form form textarea{padding:.5rem;border:1px solid var(--border);border-radius:5px;background-color:var(--bg);color:var(--textColor)}.theme-dark .sell-form form button{background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;padding:.6rem;border:none;border-radius:5px;font-weight:600;cursor:pointer}.theme-light .about-team{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;padding:4rem 2rem;text-align:center;position:relative;background:var(--bgSoft);overflow:hidden}.theme-light .about-team .teamHeading{font-size:2.8rem;font-weight:700;color:var(--textColor);margin-bottom:4rem;position:relative;z-index:1}.theme-light .about-team .teamHeading span{font-style:italic;color:#aaa}.theme-light .about-team .subheading{font-size:1.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--textColor);margin:3rem 0 1.5rem;font-family:Poppins,sans-serif;position:relative;display:inline-block;z-index:1}.theme-light .about-team .subheading:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:80%;height:3px;background:linear-gradient(to right,#00dde0,#6a65fb);border-radius:3px}.theme-light .about-team .team-cards-container{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;overflow-x:auto;padding:20px 0 1rem;margin-bottom:3rem;width:100%;position:relative;z-index:1}.theme-light .about-team .team-card{width:200px;height:480px;border-radius:150px;position:relative;overflow:hidden;cursor:pointer;flex-shrink:0;transition:transform .4s ease,box-shadow .4s ease;box-shadow:0 4px 20px #00000014;animation:fadeInUp .6s ease forwards;opacity:0;animation-delay:calc(.1s * var(--i))}.theme-light .about-team .team-card .card-inner{width:100%;height:100%;position:relative}.theme-light .about-team .team-card .team-image{width:100%;height:75%;object-fit:cover;filter:grayscale(100%);transition:opacity .5s ease;position:absolute;bottom:0;left:0;z-index:1}.theme-light .about-team .team-card .team-info{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#000;z-index:2;opacity:0;transition:opacity .5s ease}.theme-light .about-team .team-card .team-info .team-name{font-size:1.2rem;font-weight:700;word-break:break-word;white-space:normal;text-align:center;line-height:1.3;margin-bottom:.2rem}.theme-light .about-team .team-card .team-info .team-role{font-size:.95rem;margin-top:.3rem}.theme-light .about-team .team-card .team-info .team-links{margin-top:.6rem;display:flex;justify-content:center;gap:10px}.theme-light .about-team .team-card .team-info .team-links .icon{font-size:1.2rem;color:#000;transition:transform .3s ease}.theme-light .about-team .team-card .team-info .team-links .icon:hover{transform:scale(1.2)}.theme-light .about-team .team-card:hover{transform:translateY(-8px);box-shadow:0 6px 30px #0000001f}.theme-light .about-team .team-card:hover .team-image{opacity:0}.theme-light .about-team .team-card:hover .team-info{opacity:1}.theme-light .about-team .developer-card .team-image{height:100%;top:0;bottom:unset}.theme-light .about-team .pink{background-color:#ffc4dd}.theme-light .about-team .mint{background-color:#d3ebe3}.theme-light .about-team .blue{background-color:#94f6ff}.theme-light .about-team .yellow{background-color:#ffd147}.theme-light .about-team .green{background-color:#94ffd2}@media (max-width: 768px){.theme-light .about-team .team-card{width:150px;height:270px;border-radius:40px}.theme-light .about-team .teamHeading{font-size:2rem}}@media (max-width: 480px){.theme-light .about-team .team-card{width:140px;height:250px}.theme-light .about-team .teamHeading{font-size:1.8rem}}.theme-dark .about-team{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;padding:4rem 2rem;text-align:center;position:relative;background:var(--bgSoft);overflow:hidden}.theme-dark .about-team .teamHeading{font-size:2.8rem;font-weight:700;color:var(--textColor);margin-bottom:4rem;position:relative;z-index:1}.theme-dark .about-team .teamHeading span{font-style:italic;color:#aaa}.theme-dark .about-team .subheading{font-size:1.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--textColor);margin:3rem 0 1.5rem;font-family:Poppins,sans-serif;position:relative;display:inline-block;z-index:1}.theme-dark .about-team .subheading:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:80%;height:3px;background:linear-gradient(to right,#00dde0,#6a65fb);border-radius:3px}.theme-dark .about-team .team-cards-container{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;overflow-x:auto;padding:20px 0 1rem;margin-bottom:3rem;width:100%;position:relative;z-index:1}.theme-dark .about-team .team-card{width:200px;height:480px;border-radius:150px;position:relative;overflow:hidden;cursor:pointer;flex-shrink:0;transition:transform .4s ease,box-shadow .4s ease;box-shadow:0 4px 20px #00000014;animation:fadeInUp .6s ease forwards;opacity:0;animation-delay:calc(.1s * var(--i))}.theme-dark .about-team .team-card .card-inner{width:100%;height:100%;position:relative}.theme-dark .about-team .team-card .team-image{width:100%;height:75%;object-fit:cover;filter:grayscale(100%);transition:opacity .5s ease;position:absolute;bottom:0;left:0;z-index:1}.theme-dark .about-team .team-card .team-info{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#000;z-index:2;opacity:0;transition:opacity .5s ease}.theme-dark .about-team .team-card .team-info .team-name{font-size:1.2rem;font-weight:700;word-break:break-word;white-space:normal;text-align:center;line-height:1.3;margin-bottom:.2rem}.theme-dark .about-team .team-card .team-info .team-role{font-size:.95rem;margin-top:.3rem}.theme-dark .about-team .team-card .team-info .team-links{margin-top:.6rem;display:flex;justify-content:center;gap:10px}.theme-dark .about-team .team-card .team-info .team-links .icon{font-size:1.2rem;color:#000;transition:transform .3s ease}.theme-dark .about-team .team-card .team-info .team-links .icon:hover{transform:scale(1.2)}.theme-dark .about-team .team-card:hover{transform:translateY(-8px);box-shadow:0 6px 30px #0000001f}.theme-dark .about-team .team-card:hover .team-image{opacity:0}.theme-dark .about-team .team-card:hover .team-info{opacity:1}.theme-dark .about-team .developer-card .team-image{height:100%;top:0;bottom:unset}.theme-dark .about-team .pink{background-color:#ffc4dd}.theme-dark .about-team .mint{background-color:#d3ebe3}.theme-dark .about-team .blue{background-color:#94f6ff}.theme-dark .about-team .yellow{background-color:#ffd147}.theme-dark .about-team .green{background-color:#94ffd2}@media (max-width: 768px){.theme-dark .about-team .team-card{width:150px;height:270px;border-radius:40px}.theme-dark .about-team .teamHeading{font-size:2rem}}@media (max-width: 480px){.theme-dark .about-team .team-card{width:140px;height:250px}.theme-dark .about-team .teamHeading{font-size:1.8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.theme-light .team-footer{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;background-color:var(--bgSoft);color:var(--textColor);padding:2rem 1rem;margin-top:3rem;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.theme-light .team-footer .footer-divider{height:4px;width:100%;background:linear-gradient(to right,#00dde0,#6a65fb);margin-bottom:1.5rem}.theme-light .team-footer .footer-content{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-bottom:.8rem}.theme-light .team-footer .footer-title{font-size:1rem;font-weight:600;margin-bottom:.2rem}.theme-light .team-footer .footer-link{font-size:.95rem;color:var(--textColor);text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:color .3s ease}.theme-light .team-footer .footer-link:hover{color:var(--primary)}.theme-light .team-footer .footer-link .footer-icon{font-size:1rem}.theme-light .team-footer .copyright{font-size:.85rem;color:var(--textColorSoft);margin-top:.5rem}.theme-dark .team-footer{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;background-color:var(--bgSoft);color:var(--textColor);padding:2rem 1rem;margin-top:3rem;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.theme-dark .team-footer .footer-divider{height:4px;width:100%;background:linear-gradient(to right,#00dde0,#6a65fb);margin-bottom:1.5rem}.theme-dark .team-footer .footer-content{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-bottom:.8rem}.theme-dark .team-footer .footer-title{font-size:1rem;font-weight:600;margin-bottom:.2rem}.theme-dark .team-footer .footer-link{font-size:.95rem;color:var(--textColor);text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:color .3s ease}.theme-dark .team-footer .footer-link:hover{color:var(--primary)}.theme-dark .team-footer .footer-link .footer-icon{font-size:1rem}.theme-dark .team-footer .copyright{font-size:.85rem;color:var(--textColorSoft);margin-top:.5rem}.theme-light .profile{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;background-color:var(--bgSoft)}.theme-light .profile .images{width:100%;height:300px;position:relative}.theme-light .profile .images .cover{width:100%;height:100%;object-fit:cover}.theme-light .profile .images .coverUpload{position:absolute;top:10px;right:10px;opacity:0;width:40px;height:40px;cursor:pointer}.theme-light .profile .images .coverUploadLabel{position:absolute;top:10px;right:10px;width:40px;height:40px;background:#00000080;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;font-size:18px;transition:background .3s}.theme-light .profile .images .coverUploadLabel:hover{background:#000000b3}.theme-light .profile .images .profilePic{width:200px;height:200px;border-radius:50%;object-fit:cover;position:absolute;left:0;right:0;margin:auto;top:200px;border:4px solid white}.theme-light .profile .images .profileUpload{position:absolute;bottom:10px;left:50%;transform:translate(-50%);opacity:0;width:40px;height:40px;cursor:pointer}.theme-light .profile .images .profileUploadLabel{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:40px;height:40px;background:#00000080;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;font-size:18px;transition:background .3s}.theme-light .profile .images .profileUploadLabel:hover{background:#000000b3}.theme-light .profile .profileContainer{padding:20px 70px}@media (max-width: 480px){.theme-light .profile .profileContainer{padding:10px}}@media (max-width: 960px){.theme-light .profile .profileContainer{padding:20px}}.theme-light .profile .profileContainer .uInfo{height:auto;box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:var(--bg);color:var(--textColor);padding:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:20px}@media (max-width: 480px){.theme-light .profile .profileContainer .uInfo{flex-direction:column;height:auto;padding:20px;margin-top:100px}}.theme-light .profile .profileContainer .uInfo .left{flex:1;display:flex;gap:10px;align-items:flex-start;flex-direction:column}.theme-light .profile .profileContainer .uInfo .left .socialInputs{display:flex;flex-direction:column;gap:8px;width:200px}.theme-light .profile .profileContainer .uInfo .left .socialInputs input{border:1px solid var(--textColorSoft);border-radius:6px;padding:6px;background:var(--bgSoft);color:var(--textColor);font-size:13px;outline:none;transition:.2s ease-in}.theme-light .profile .profileContainer .uInfo .left .socialInputs input:focus{border-color:#00dde0;background:var(--bg)}.theme-light .profile .profileContainer .uInfo .left .socialIcons{display:flex;gap:12px}.theme-light .profile .profileContainer .uInfo .left .socialIcons a{color:var(--textColorSoft);transition:all .3s ease}.theme-light .profile .profileContainer .uInfo .left .socialIcons a:hover{transform:scale(1.1);color:#00dde0}.theme-light .profile .profileContainer .uInfo .center{flex:2;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding-top:80px}.theme-light .profile .profileContainer .uInfo .center span{font-size:25px;font-weight:500}.theme-light .profile .profileContainer .uInfo .center .batch{font-size:14px;color:var(--textColorSoft)}.theme-light .profile .profileContainer .uInfo .center .bio{font-size:14px;font-weight:400;color:var(--textColorSoft);margin:5px 0}.theme-light .profile .profileContainer .uInfo .center .info{display:flex;align-items:center;justify-content:center;gap:20px}.theme-light .profile .profileContainer .uInfo .center .info .item{display:flex;align-items:center;gap:5px;color:var(--textColorSoft)}.theme-light .profile .profileContainer .uInfo .center .info .item span,.theme-light .profile .profileContainer .uInfo .center .info .item input{font-size:12px;border:none;background:none;color:var(--textColor)}.theme-light .profile .profileContainer .uInfo .center .info .item input{border-bottom:1px solid var(--textColorSoft);outline:none;width:120px;text-align:center}.theme-light .profile .profileContainer .uInfo .center textarea{width:100%;height:60px;border:1px solid var(--textColorSoft);background:var(--bgSoft);color:var(--textColor);padding:8px;border-radius:8px;outline:none;resize:none;font-size:14px}.theme-light .profile .profileContainer .uInfo .center button{border:none;background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;padding:10px 22px;border-radius:8px;cursor:pointer;margin-top:10px;font-weight:500;transition:.3s ease}.theme-light .profile .profileContainer .uInfo .center button:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0003}.theme-light .profile .profileContainer .uInfo .right{padding-right:10px}.theme-light .profile .profileContainer .uInfo .right a{color:var(--textColorSoft);transition:.3s}.theme-light .profile .profileContainer .uInfo .right a:hover{color:#00dde0}.theme-light .profile .profileContainer .uInfo .stats{display:flex;gap:50px;align-items:center;justify-content:center;font-size:20px;margin-top:10px;margin-bottom:10px;flex-wrap:wrap}.theme-light .profile .profileContainer .uInfo .stats span{font-size:18px;font-weight:700;background:linear-gradient(45deg,#00dde0 30%,#6a65fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.theme-light .profile .profileContainer .uInfo .stats span strong{-webkit-text-fill-color:var(--textColor)}.theme-light .profile .profileContainer .about{background:var(--bg);box-shadow:0 0 15px -8px #0000004d;border-radius:15px;padding:20px;color:var(--textColor);margin-top:20px}.theme-light .profile .profileContainer .about h3{font-size:20px;margin-bottom:10px;color:var(--textColor)}.theme-light .profile .profileContainer .about p{font-size:14px;color:var(--textColorSoft);line-height:1.6}.theme-light .profile .profileContainer .about .aboutEdit{width:100%;height:100px;border-radius:8px;border:1px solid var(--textColorSoft);padding:10px;font-size:14px;resize:none;background:var(--bgSoft);color:var(--textColor);outline:none;transition:.2s}.theme-light .profile .profileContainer .about .aboutEdit:focus{border-color:#00dde0}.theme-dark .profile{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;background-color:var(--bgSoft)}.theme-dark .profile .images{width:100%;height:300px;position:relative}.theme-dark .profile .images .cover{width:100%;height:100%;object-fit:cover}.theme-dark .profile .images .coverUpload{position:absolute;top:10px;right:10px;opacity:0;width:40px;height:40px;cursor:pointer}.theme-dark .profile .images .coverUploadLabel{position:absolute;top:10px;right:10px;width:40px;height:40px;background:#00000080;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;font-size:18px;transition:background .3s}.theme-dark .profile .images .coverUploadLabel:hover{background:#000000b3}.theme-dark .profile .images .profilePic{width:200px;height:200px;border-radius:50%;object-fit:cover;position:absolute;left:0;right:0;margin:auto;top:200px;border:4px solid white}.theme-dark .profile .images .profileUpload{position:absolute;bottom:10px;left:50%;transform:translate(-50%);opacity:0;width:40px;height:40px;cursor:pointer}.theme-dark .profile .images .profileUploadLabel{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:40px;height:40px;background:#00000080;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;font-size:18px;transition:background .3s}.theme-dark .profile .images .profileUploadLabel:hover{background:#000000b3}.theme-dark .profile .profileContainer{padding:20px 70px}@media (max-width: 480px){.theme-dark .profile .profileContainer{padding:10px}}@media (max-width: 960px){.theme-dark .profile .profileContainer{padding:20px}}.theme-dark .profile .profileContainer .uInfo{height:auto;box-shadow:0 0 25px -10px #00000061;border-radius:20px;background-color:var(--bg);color:var(--textColor);padding:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:20px}@media (max-width: 480px){.theme-dark .profile .profileContainer .uInfo{flex-direction:column;height:auto;padding:20px;margin-top:100px}}.theme-dark .profile .profileContainer .uInfo .left{flex:1;display:flex;gap:10px;align-items:flex-start;flex-direction:column}.theme-dark .profile .profileContainer .uInfo .left .socialInputs{display:flex;flex-direction:column;gap:8px;width:200px}.theme-dark .profile .profileContainer .uInfo .left .socialInputs input{border:1px solid var(--textColorSoft);border-radius:6px;padding:6px;background:var(--bgSoft);color:var(--textColor);font-size:13px;outline:none;transition:.2s ease-in}.theme-dark .profile .profileContainer .uInfo .left .socialInputs input:focus{border-color:#00dde0;background:var(--bg)}.theme-dark .profile .profileContainer .uInfo .left .socialIcons{display:flex;gap:12px}.theme-dark .profile .profileContainer .uInfo .left .socialIcons a{color:var(--textColorSoft);transition:all .3s ease}.theme-dark .profile .profileContainer .uInfo .left .socialIcons a:hover{transform:scale(1.1);color:#00dde0}.theme-dark .profile .profileContainer .uInfo .center{flex:2;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding-top:80px}.theme-dark .profile .profileContainer .uInfo .center span{font-size:25px;font-weight:500}.theme-dark .profile .profileContainer .uInfo .center .batch{font-size:14px;color:var(--textColorSoft)}.theme-dark .profile .profileContainer .uInfo .center .bio{font-size:14px;font-weight:400;color:var(--textColorSoft);margin:5px 0}.theme-dark .profile .profileContainer .uInfo .center .info{display:flex;align-items:center;justify-content:center;gap:20px}.theme-dark .profile .profileContainer .uInfo .center .info .item{display:flex;align-items:center;gap:5px;color:var(--textColorSoft)}.theme-dark .profile .profileContainer .uInfo .center .info .item span,.theme-dark .profile .profileContainer .uInfo .center .info .item input{font-size:12px;border:none;background:none;color:var(--textColor)}.theme-dark .profile .profileContainer .uInfo .center .info .item input{border-bottom:1px solid var(--textColorSoft);outline:none;width:120px;text-align:center}.theme-dark .profile .profileContainer .uInfo .center textarea{width:100%;height:60px;border:1px solid var(--textColorSoft);background:var(--bgSoft);color:var(--textColor);padding:8px;border-radius:8px;outline:none;resize:none;font-size:14px}.theme-dark .profile .profileContainer .uInfo .center button{border:none;background:linear-gradient(45deg,#00dde0 30%,#6a65fb);color:#fff;padding:10px 22px;border-radius:8px;cursor:pointer;margin-top:10px;font-weight:500;transition:.3s ease}.theme-dark .profile .profileContainer .uInfo .center button:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0003}.theme-dark .profile .profileContainer .uInfo .right{padding-right:10px}.theme-dark .profile .profileContainer .uInfo .right a{color:var(--textColorSoft);transition:.3s}.theme-dark .profile .profileContainer .uInfo .right a:hover{color:#00dde0}.theme-dark .profile .profileContainer .uInfo .stats{display:flex;gap:50px;align-items:center;justify-content:center;font-size:20px;margin-top:10px;margin-bottom:10px;flex-wrap:wrap}.theme-dark .profile .profileContainer .uInfo .stats span{font-size:18px;font-weight:700;background:linear-gradient(45deg,#00dde0 30%,#6a65fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.theme-dark .profile .profileContainer .uInfo .stats span strong{-webkit-text-fill-color:var(--textColor)}.theme-dark .profile .profileContainer .about{background:var(--bg);box-shadow:0 0 15px -8px #0000004d;border-radius:15px;padding:20px;color:var(--textColor);margin-top:20px}.theme-dark .profile .profileContainer .about h3{font-size:20px;margin-bottom:10px;color:var(--textColor)}.theme-dark .profile .profileContainer .about p{font-size:14px;color:var(--textColorSoft);line-height:1.6}.theme-dark .profile .profileContainer .about .aboutEdit{width:100%;height:100px;border-radius:8px;border:1px solid var(--textColorSoft);padding:10px;font-size:14px;resize:none;background:var(--bgSoft);color:var(--textColor);outline:none;transition:.2s}.theme-dark .profile .profileContainer .about .aboutEdit:focus{border-color:#00dde0}.theme-light .chatContainer{--textColor: black;--bg: white;--bgSoft: #f6f3f3;--textColorSoft: black;--border: lightgray;display:flex;justify-content:center;height:100vh;background-color:var(--bgSoft);flex-wrap:wrap}.theme-dark .chatContainer{--textColor: whitesmoke;--bg: #222;--bgSoft: #333;--textColorSoft: lightgray;--border: #444;display:flex;justify-content:center;height:100vh;background-color:var(--bgSoft);flex-wrap:wrap}.chatContainer .chatCard{display:flex;width:95%;height:85%;margin-top:10px;background:var(--bg);border-radius:20px;box-shadow:0 4px 20px var(--border);overflow:visible;max-height:100vh}.chatContainer .chatList{width:30%;padding:1rem;border-right:1px solid var(--border);background:var(--bgSoft);display:flex;flex-direction:column;gap:1rem}.chatContainer .chatList h3{color:var(--textColor);margin-bottom:1rem}.chatContainer .chatList .chatSearch{padding:.5rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--textColor);outline:none}.chatContainer .chatList .chatPreviewsWrapper{flex:1;overflow-y:auto;max-height:100%}.chatContainer .chatList .chatPreviewsWrapper .chatPreview{display:flex;align-items:center;gap:.8rem;padding:.6rem;border-radius:10px;margin-bottom:.8rem;background:var(--bg);cursor:pointer;transition:.3s ease}.chatContainer .chatList .chatPreviewsWrapper .chatPreview:hover{background:var(--bgHover)}.chatContainer .chatList .chatPreviewsWrapper .chatPreview .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(45deg,#00dde0,#6a65fb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;overflow:hidden}.chatContainer .chatList .chatPreviewsWrapper .chatPreview .avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chatContainer .chatList .chatPreviewsWrapper .chatPreview .info span{font-weight:600;color:var(--textColor)}.chatContainer .chatList .chatPreviewsWrapper .chatPreview .info p{font-size:.8rem;color:var(--textColorSoft);margin:0}.chatContainer .chatWindow{width:70%;display:flex;flex-direction:column;background:var(--bgSoft)}.chatContainer .chatWindow .chatHeader{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(45deg,#00dde0,#6a65fb);color:#fff;position:relative}.chatContainer .chatWindow .chatHeader .userDetails{display:flex;align-items:center;gap:.8rem}.chatContainer .chatWindow .chatHeader .userDetails .avatar{width:40px;height:40px;background:#fff;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.5rem}.chatContainer .chatWindow .chatHeader .chatActions{position:relative;display:flex;align-items:center;gap:1rem;font-size:1.2rem;cursor:pointer}.chatContainer .chatWindow .chatHeader .chatActions .menuTrigger{cursor:pointer;font-size:1.2rem;padding:0 .6rem;-webkit-user-select:none;user-select:none;transition:.2s}.chatContainer .chatWindow .chatHeader .chatActions .menuTrigger:hover{opacity:.8}.chatContainer .chatWindow .chatHeader .chatActions .menuDropdown{position:absolute;top:100%;right:0;background-color:var(--bgColor);border-radius:6px;padding:.5rem 0;box-shadow:0 2px 8px #0000001a;z-index:10;min-width:150px;background-color:var(--bg);border:1px solid var(--borderColor)}.chatContainer .chatWindow .chatHeader .chatActions .menuDropdown .menuItem{padding:.5rem 1rem;display:flex;align-items:center;gap:1rem;cursor:pointer;font-size:small;color:var(--textColor)}.chatContainer .chatWindow .chatHeader .chatActions .menuDropdown .menuItem:hover{background-color:var(--bgSoft)}.chatContainer .chatWindow .chatHeader .chatActions .menuDropdown .menuItem .iconStyle{font-size:1rem;color:var(--textColor)}.chatContainer .chatWindow .chatBody{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.chatContainer .chatWindow .chatBody .message{max-width:60%;padding:.02rem 1rem;border-radius:12px;font-size:.8rem;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap}.chatContainer .chatWindow .chatBody .message.me{background:linear-gradient(45deg,#00dde0,#6a65fb);color:#fff;align-self:flex-end;border-bottom-right-radius:0}.chatContainer .chatWindow .chatBody .message.other{background:var(--bg);color:var(--textColor);align-self:flex-start;border-bottom-left-radius:0}.chatContainer .chatWindow .chatInput{display:flex;align-items:center;padding:.8rem;border-top:1px solid var(--border);background:var(--bg)}.chatContainer .chatWindow .chatInput .emojiWrapper{position:relative}.chatContainer .chatWindow .chatInput .emojiWrapper .emojiToggle{background:none;border:none;cursor:pointer;font-size:1.4rem;color:var(--textColor)}.chatContainer .chatWindow .chatInput .emojiWrapper .emoji-picker-wrapper{position:absolute;bottom:40px;left:0;z-index:999;max-height:250px;max-width:300px;overflow-x:auto;overflow-y:auto;white-space:nowrap;border-radius:12px;box-shadow:0 0 10px #0000001a}.chatContainer .chatWindow .chatInput .emojiWrapper .emoji-picker-wrapper .EmojiPickerReact{width:100%!important}.chatContainer .chatWindow .chatInput .emojiWrapper .emoji-picker-wrapper input.epr-search{width:90%!important;max-width:250px!important;margin:8px auto!important;display:block!important;padding:6px 12px!important;border-radius:6px!important;font-size:13px!important}.chatContainer .chatWindow .chatInput .attachment-wrapper{position:relative}.chatContainer .chatWindow .chatInput .attachment-wrapper .icon{cursor:pointer;font-size:1.2rem}.chatContainer .chatWindow .chatInput .attachment-wrapper .attachment-options{position:absolute;bottom:40px;left:0;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.4rem;display:flex;flex-direction:row;gap:.4rem;z-index:20}.chatContainer .chatWindow .chatInput .attachment-wrapper .attachment-options svg{font-size:1.2rem;cursor:pointer;color:var(--textColor)}.chatContainer .chatWindow .chatInput .attachment-wrapper .attachment-options svg:hover{color:linear-gradient(45deg,#00DDE0,#6a65fb)}.chatContainer .chatWindow .chatInput input[type=text]{flex:1;padding:.6rem .9rem;border-radius:20px;border:1px solid var(--border);outline:none;color:var(--textColor);background:var(--bgSoft);margin:0 .6rem}.chatContainer .chatWindow .chatInput .chatInputBox{resize:none;border:1px solid var(--border);border-radius:20px;padding:10px 15px;width:100%;max-height:150px;overflow-y:auto;font-size:14px;font-family:inherit;outline:none;transition:border .2s ease-in-out;margin:5px;background-color:var(--inputBackground);color:var(--textColor)}.chatContainer .chatWindow .chatInput .chatInputBox:focus{border:1px solid linear-gradient(45deg,#00DDE0,#6a65fb)}.chatContainer .chatWindow .chatInput .chatInputBox::placeholder{color:#aaa}.chatContainer .chatWindow .chatInput button{color:#fff;border:none;border-radius:50%;padding:.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.chatContainer .chatWindow .chatInput .sendbtn{background:linear-gradient(45deg,#00dde0,#6a65fb)}.chatContainer .chatWindow .chatInput .icon{font-size:1.3rem;color:var(--textColor);cursor:pointer;margin-right:.5rem}.epr-cat-btn:before{display:inline-block;width:24px;height:24px;content:"";background-size:cover}.emoji-picker-wrapper{max-height:400px;overflow-y:auto}
