@charset "UTF-8";.searchBar{max-width:600px;margin:0 auto 0 0;box-shadow:0 15px 45px #0000001a;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#fff,#f8f9fa);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideUp .6s cubic-bezier(.4,0,.2,1)}.searchBar .type{display:flex;background:#00000005;padding:6px;border-radius:12px 12px 0 0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.searchBar .type button{padding:10px 24px;border:none;cursor:pointer;background:transparent;text-transform:capitalize;font-weight:600;font-size:14px;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;color:#666;flex:1;border-radius:10px;margin:0 3px}.searchBar .type button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.searchBar .type button:hover{transform:translateY(-1px);color:#333;background:#ffffffb3;box-shadow:0 4px 15px #0000001a}.searchBar .type button:hover:before{left:100%}.searchBar .type button.active{background:linear-gradient(135deg,#000,#333);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.searchBar .type button.active:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.searchBar .type button:first-child{margin-left:0}.searchBar .type button:last-child{margin-right:0}.searchBar form{display:flex;justify-content:space-between;align-items:center;padding:12px;gap:10px;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:0 0 12px 12px;position:relative}.searchBar form:before{content:"";position:absolute;top:0;left:12px;right:12px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)}@media (max-width: 738px){.searchBar form{flex-direction:column;gap:16px;padding:20px}}.searchBar form input{border:none;padding:12px 16px;border-radius:12px;background:#ffffffe6;box-shadow:0 3px 15px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:14px;font-weight:500;color:#333;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid transparent;width:160px}.searchBar form input::placeholder{color:#999;font-weight:400;transition:color .3s ease}.searchBar form input:focus{outline:none;transform:translateY(-2px);box-shadow:0 8px 30px #0000001a;border-color:#fece5199;background:#fff}.searchBar form input:focus::placeholder{color:#bbb}.searchBar form input:hover{transform:translateY(-1px);box-shadow:0 6px 25px #00000014}@media (max-width: 1366px){.searchBar form input{padding:10px 12px;font-size:13px}.searchBar form input:nth-child(2),.searchBar form input:nth-child(3){width:120px}}@media (max-width: 1024px){.searchBar form input{width:160px}.searchBar form input:nth-child(2),.searchBar form input:nth-child(3){width:160px}}@media (max-width: 738px){.searchBar form input{width:100%;padding:18px 20px;font-size:16px}.searchBar form input:nth-child(2),.searchBar form input:nth-child(3){width:100%}}.searchBar form button{border:none;cursor:pointer;background:linear-gradient(135deg,#fece51,gold);padding:12px 20px;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 15px #fece514d;position:relative;overflow:hidden;min-width:52px;display:flex;align-items:center;justify-content:center}.searchBar form button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}.searchBar form button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 30px #fece5166;background:linear-gradient(135deg,gold,#ffed4e)}.searchBar form button:hover:before{left:100%}.searchBar form button:active{transform:translateY(-1px) scale(1.02);box-shadow:0 6px 25px #fece5159}@media (max-width: 738px){.searchBar form button{padding:18px 20px;width:100%;border-radius:16px}}.searchBar form button img{width:20px;height:20px;filter:brightness(0) saturate(100%) invert(23%) sepia(12%) saturate(1034%) hue-rotate(314deg) brightness(94%) contrast(88%);transition:all .3s ease}.searchBar form button:hover img{transform:scale(1.1);filter:brightness(0) saturate(100%) invert(8%) sepia(8%) saturate(1292%) hue-rotate(314deg) brightness(100%) contrast(102%)}@media (max-width: 738px){.searchBar{margin:0;border-radius:24px}.searchBar .type{padding:12px;border-radius:20px 20px 0 0}.searchBar .type button{padding:16px 24px;font-size:16px;border-radius:16px}}.homePage{display:flex;height:100%}.homePage .textContainer{flex:3}.homePage .textContainer p{color:#555}.homePage .textContainer .wrapper{padding-right:100px;display:flex;flex-direction:column;justify-content:center;gap:40px;height:100%}@media (max-width: 1366px){.homePage .textContainer .wrapper{padding-right:50px}}@media (max-width: 1024px){.homePage .textContainer .wrapper{padding:0}}@media (max-width: 738px){.homePage .textContainer .wrapper{justify-content:flex-start}}.homePage .textContainer .wrapper .title{font-size:64px;font-weight:800;line-height:1.2;color:#222;position:relative;background:linear-gradient(135deg,#000,#646464);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-2px;animation:fadeInUp 1s cubic-bezier(.4,0,.2,1);text-shadow:0 4px 20px rgba(0,0,0,.1)}@media (max-width: 1366px){.homePage .textContainer .wrapper .title{font-size:48px;letter-spacing:-1.5px}}@media (max-width: 1024px){.homePage .textContainer .wrapper .title{font-size:42px;letter-spacing:-1px}}@media (max-width: 738px){.homePage .textContainer .wrapper .title{font-size:36px;letter-spacing:-.5px}}.homePage .textContainer .wrapper .title .highlight{background:linear-gradient(135deg,#d49905,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic;position:relative;animation:glow 2s ease-in-out infinite alternate}.homePage .textContainer .wrapper .title .highlight:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#fece51,gold,#fece51);border-radius:2px;animation:shimmer 2s linear infinite}.homePage .textContainer .wrapper .title:before{content:"✨";position:absolute;top:-20px;left:-30px;font-size:24px;animation:float 3s ease-in-out infinite;opacity:.7}@media (max-width: 738px){.homePage .textContainer .wrapper .title:before{font-size:18px;top:-15px;left:-20px}}.homePage .textContainer .wrapper .title .backdrop{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;z-index:-1;opacity:0;transition:opacity .3s ease}.homePage .textContainer .wrapper .title:hover .backdrop{opacity:1}.homePage .textContainer .wrapper .boxes{display:flex;gap:20px;align-items:flex-start;margin-top:-15px}@media (max-width: 738px){.homePage .textContainer .wrapper .boxes{display:none}}.homePage .textContainer .wrapper .boxes .box{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;padding:20px 24px;box-shadow:0 8px 25px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-width:140px}.homePage .textContainer .wrapper .boxes .box:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s}.homePage .textContainer .wrapper .boxes .box:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000001f;background:linear-gradient(135deg,#fff,#fafbfc)}.homePage .textContainer .wrapper .boxes .box:hover:before{left:100%}.homePage .textContainer .wrapper .boxes .box:hover h1{transform:scale(1.05);background:linear-gradient(135deg,#fece51,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.homePage .textContainer .wrapper .boxes .box h1{font-size:28px;margin:0 0 8px;font-weight:700;color:#333;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:-.5px}@media (max-width: 1366px){.homePage .textContainer .wrapper .boxes .box h1{font-size:24px}}.homePage .textContainer .wrapper .boxes .box h2{font-size:14px;font-weight:500;color:#666;margin:0;line-height:1.4;letter-spacing:.3px;transition:color .3s ease}.homePage .textContainer .wrapper .boxes .box:hover h2{color:#555}.homePage .imgContainer{flex:2;position:relative;display:flex;align-items:center}@media (max-width: 1024px){.homePage .imgContainer{display:none}}.homePage .imgContainer img{width:115%;position:absolute;right:0}@media (max-width: 1366px){.homePage .imgContainer img{width:105%}}.listPage{display:flex;height:100%}.listPage .listContainer{flex:3;height:100%}.listPage .listContainer .wrapper{height:100%;padding-right:50px;display:flex;flex-direction:column;gap:50px;overflow-y:scroll;padding-bottom:50px}@media (max-width: 1024px){.listPage .listContainer .wrapper{padding-right:0}}.listPage .mapContainer{flex:2;height:100%;background-color:#fcf5f3}@media (max-width: 1024px){.listPage .mapContainer{display:none}}.filter{display:flex;flex-direction:column;gap:10px}.filter h1{font-weight:300;font-size:24px}.filter .item{display:flex;flex-direction:column;gap:2px}.filter .item label{font-size:10px}.filter .item input,.filter .item select{width:100px;padding:10px;border:1px solid #e0e0e0;border-radius:5px;font-size:14px}.filter .top input{width:100%}.filter .bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.filter .bottom button{width:100px;padding:10px;border:none;cursor:pointer;background-color:#fece51;border-radius:8px}.filter .bottom button img{width:24px;height:24px}.card{display:flex;gap:20px}.card .imageContainer{flex:2;height:200px}@media (max-width: 1024px){.card .imageContainer{display:none}}.card .imageContainer img{width:100%;height:100%;object-fit:cover;border-radius:10px}.card .textContainer{flex:3;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.card .textContainer img{width:16px;height:16px}.card .textContainer .titlee{font-size:20px;font-weight:600;color:#444;transition:all .4s ease}.card .textContainer .titlee:hover{color:#000;scale:1.01}.card .textContainer .address{font-size:14px;display:flex;align-items:center;gap:5px;color:#888}.card .textContainer .price{font-size:20px;font-weight:300;padding:5px;border-radius:5px;background-color:#fecd5170;width:max-content}.card .textContainer .bottom{display:flex;justify-content:space-between;gap:10px}.card .textContainer .bottom .features{display:flex;gap:20px;font-size:14px}.card .textContainer .bottom .features .feature{display:flex;align-items:center;gap:5px;background-color:#f5f5f5;padding:5px;border-radius:5px}.card .textContainer .bottom .icons{display:flex;gap:20px}.card .textContainer .bottom .icons .icon{border:1px solid #999;padding:2px 5px;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center}.card .textContainer .bottom .icons .icon:hover{background-color:#d3d3d3}.map{width:100%;height:100%;border-radius:20px}.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}}.popupContainer{display:flex;gap:20px}.popupContainer img{width:64px;height:48px;object-fit:cover;border-radius:5px}.popupContainer .textContainer{display:flex;flex-direction:column;justify-content:space-between}.singlePage{display:flex;height:100%}@media (max-width: 1024px){.singlePage{flex-direction:column;overflow:scroll}}.singlePage .details{flex:3;height:100%;overflow-y:scroll;box-shadow:0 8px 32px #00000014}@media (max-width: 1024px){.singlePage .details{flex:none;height:max-content;margin-bottom:20px;border-radius:24px}}.singlePage .details .wrapper{padding:0;max-width:100%}.singlePage .details .wrapper .owner-header{display:flex;justify-content:space-between;align-items:center;padding:30px 40px;background:linear-gradient(135deg,#fece51,gold);border-radius:24px 24px 0 0}@media (max-width: 1024px){.singlePage .details .wrapper .owner-header{border-radius:24px 24px 0 0;padding:24px 30px;flex-direction:column;gap:20px;align-items:flex-start}}.singlePage .details .wrapper .owner-header .owner-info{display:flex;align-items:center;gap:16px}.singlePage .details .wrapper .owner-header .owner-info .owner-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.9);box-shadow:0 4px 15px #0000001a}@media (max-width: 738px){.singlePage .details .wrapper .owner-header .owner-info .owner-avatar{width:50px;height:50px}}.singlePage .details .wrapper .owner-header .owner-info .owner-details{display:flex;flex-direction:column;gap:2px}.singlePage .details .wrapper .owner-header .owner-info .owner-details .owner-name{font-size:20px;font-weight:700;color:#000;margin:0;letter-spacing:-.3px}@media (max-width: 738px){.singlePage .details .wrapper .owner-header .owner-info .owner-details .owner-name{font-size:18px}}.singlePage .details .wrapper .owner-header .owner-info .owner-details .owner-email{font-size:14px;color:#000000b3;margin:0;font-weight:500}.singlePage .details .wrapper .owner-header .owner-info .owner-details .listing-date{font-size:12px;color:#0009;font-weight:500;margin-top:2px}.singlePage .details .wrapper .owner-header .action-buttons{display:flex;gap:12px}@media (max-width: 1024px){.singlePage .details .wrapper .owner-header .action-buttons{width:100%;justify-content:stretch}}.singlePage .details .wrapper .owner-header .action-buttons button{padding:12px 20px;border:none;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:8px;letter-spacing:.3px}@media (max-width: 1024px){.singlePage .details .wrapper .owner-header .action-buttons button{flex:1;justify-content:center}}.singlePage .details .wrapper .owner-header .action-buttons button img{width:16px;height:16px}.singlePage .details .wrapper .owner-header .action-buttons button:hover{transform:translateY(-2px)}.singlePage .details .wrapper .owner-header .action-buttons button:active{transform:translateY(0)}.singlePage .details .wrapper .owner-header .action-buttons .message-btn{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;box-shadow:0 4px 15px #1a1a1a40}.singlePage .details .wrapper .owner-header .action-buttons .message-btn img{filter:brightness(0) invert(1)}.singlePage .details .wrapper .owner-header .action-buttons .message-btn:hover{background:linear-gradient(135deg,#000,#1a1a1a);box-shadow:0 6px 20px #1a1a1a59}.singlePage .details .wrapper .owner-header .action-buttons .save-btn{background:linear-gradient(135deg,#fff,#f8f9fa);color:#000;box-shadow:0 4px 15px #0000001a;border:2px solid rgba(0,0,0,.1)}.singlePage .details .wrapper .owner-header .action-buttons .save-btn img{filter:brightness(0)}.singlePage .details .wrapper .owner-header .action-buttons .save-btn:hover{background:linear-gradient(135deg,#f8f9fa,#e9ecef);box-shadow:0 6px 20px #00000026}.singlePage .details .wrapper .owner-header .action-buttons .save-btn.saved{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border-color:transparent}.singlePage .details .wrapper .owner-header .action-buttons .save-btn.saved img{filter:brightness(0) invert(1)}.singlePage .details .wrapper .owner-header .action-buttons .save-btn.saved:hover{background:linear-gradient(135deg,#b91c1c,#dc2626)}.singlePage .details .wrapper .owner-header .action-buttons .save-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.singlePage .details .wrapper .owner-header .action-buttons .save-btn:disabled:hover{transform:none}.singlePage .details .wrapper .property-header{padding:40px 40px 30px;border-bottom:1px solid rgba(0,0,0,.05)}@media (max-width: 1024px){.singlePage .details .wrapper .property-header{padding:30px}}.singlePage .details .wrapper .property-header .property-title-section .property-badges{display:flex;gap:12px;margin-bottom:16px}.singlePage .details .wrapper .property-header .property-title-section .property-badges span{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.singlePage .details .wrapper .property-header .property-title-section .property-badges .property-type-badge{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#495057;border:1px solid rgba(0,0,0,.1)}.singlePage .details .wrapper .property-header .property-title-section .property-badges .listing-type-badge{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.singlePage .details .wrapper .property-header .property-title-section .property-title{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}@media (max-width: 1366px){.singlePage .details .wrapper .property-header .property-title-section .property-title{font-size:32px}}@media (max-width: 1024px){.singlePage .details .wrapper .property-header .property-title-section .property-title{font-size:28px}}@media (max-width: 738px){.singlePage .details .wrapper .property-header .property-title-section .property-title{font-size:24px}}.singlePage .details .wrapper .property-header .property-title-section .property-location{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding:12px 16px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;width:fit-content}.singlePage .details .wrapper .property-header .property-title-section .property-location img{width:18px;height:18px;filter:brightness(.6)}.singlePage .details .wrapper .property-header .property-title-section .property-location span{color:#495057;font-weight:500;font-size:15px}.singlePage .details .wrapper .property-header .property-title-section .price-container{display:flex;flex-direction:column;gap:4px}.singlePage .details .wrapper .property-header .property-title-section .price-container .price{font-size:32px;font-weight:700;background:linear-gradient(135deg,#fece51,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}@media (max-width: 1366px){.singlePage .details .wrapper .property-header .property-title-section .price-container .price{font-size:28px}}@media (max-width: 738px){.singlePage .details .wrapper .property-header .property-title-section .price-container .price{font-size:24px}}.singlePage .details .wrapper .property-header .property-title-section .price-container .price-type{font-size:14px;color:#666;font-weight:500}.singlePage .details .wrapper .property-images{padding:0 40px 40px}@media (max-width: 1024px){.singlePage .details .wrapper .property-images{padding:0 30px 30px}}.singlePage .details .wrapper .property-description{padding:0 40px 40px;border-bottom:1px solid rgba(0,0,0,.05)}@media (max-width: 1024px){.singlePage .details .wrapper .property-description{padding:0 30px 30px}}.singlePage .details .wrapper .property-description .section-title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 20px;letter-spacing:-.3px;position:relative;padding-left:20px}.singlePage .details .wrapper .property-description .section-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:linear-gradient(135deg,#fece51,gold);border-radius:2px}.singlePage .details .wrapper .property-description .description-content{background:linear-gradient(135deg,#fff,#f8f9fa);padding:30px;border-radius:16px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px #0000000d}.singlePage .details .wrapper .property-description .description-content p{margin-bottom:16px;line-height:1.7;color:#444;font-size:15px}.singlePage .details .wrapper .property-description .description-content p:last-child{margin-bottom:0}.singlePage .details .wrapper .property-description .description-content h1,.singlePage .details .wrapper .property-description .description-content h2,.singlePage .details .wrapper .property-description .description-content h3,.singlePage .details .wrapper .property-description .description-content h4,.singlePage .details .wrapper .property-description .description-content h5,.singlePage .details .wrapper .property-description .description-content h6{color:#1a1a1a;margin-bottom:12px}.singlePage .details .wrapper .property-specs{padding:0 40px 40px}@media (max-width: 1024px){.singlePage .details .wrapper .property-specs{padding:0 30px 30px}}.singlePage .details .wrapper .property-specs .section-title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 20px;letter-spacing:-.3px;position:relative;padding-left:20px}.singlePage .details .wrapper .property-specs .section-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:linear-gradient(135deg,#fece51,gold);border-radius:2px}.singlePage .details .wrapper .property-specs .specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.singlePage .details .wrapper .property-specs .specs-grid .spec-item{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 15px #0000000f}.singlePage .details .wrapper .property-specs .specs-grid .spec-item img{width:24px;height:24px;background:linear-gradient(135deg,#fece51,gold);padding:12px;border-radius:12px;box-shadow:0 4px 12px #fece5140}.singlePage .details .wrapper .property-specs .specs-grid .spec-item .spec-details{display:flex;flex-direction:column;gap:2px}.singlePage .details .wrapper .property-specs .specs-grid .spec-item .spec-details .spec-label{font-size:14px;color:#666;font-weight:500}.singlePage .details .wrapper .property-specs .specs-grid .spec-item .spec-details .spec-value{font-size:16px;font-weight:600;color:#1a1a1a}.singlePage .features{flex:2;background:linear-gradient(135deg,#fcf5f3,#f8f4f1);height:100%;overflow-y:scroll}@media (max-width: 1024px){.singlePage .features{flex:none;height:max-content;margin:0 20px 20px;border-radius:24px}}.singlePage .features .wrapper{padding:40px 30px;display:flex;flex-direction:column;gap:32px}@media (max-width: 1024px){.singlePage .features .wrapper{padding:30px}}.singlePage .features .wrapper .section-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 20px;letter-spacing:-.3px;position:relative;padding-left:20px}.singlePage .features .wrapper .section-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:linear-gradient(135deg,#fece51,gold);border-radius:2px}.singlePage .features .wrapper .info-section .info-grid,.singlePage .features .wrapper .info-section .nearby-grid,.singlePage .features .wrapper .info-section .details-grid,.singlePage .features .wrapper .nearby-section .info-grid,.singlePage .features .wrapper .nearby-section .nearby-grid,.singlePage .features .wrapper .nearby-section .details-grid,.singlePage .features .wrapper .property-details-section .info-grid,.singlePage .features .wrapper .property-details-section .nearby-grid,.singlePage .features .wrapper .property-details-section .details-grid{display:flex;flex-direction:column;gap:16px;padding:24px;background:linear-gradient(135deg,#fff,#fafbfc);border-radius:16px;box-shadow:0 8px 25px #0000000f;border:1px solid rgba(0,0,0,.05)}.singlePage .features .wrapper .info-section .info-item,.singlePage .features .wrapper .info-section .nearby-item,.singlePage .features .wrapper .nearby-section .info-item,.singlePage .features .wrapper .nearby-section .nearby-item,.singlePage .features .wrapper .property-details-section .info-item,.singlePage .features .wrapper .property-details-section .nearby-item{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.05)}.singlePage .features .wrapper .info-section .info-item:last-child,.singlePage .features .wrapper .info-section .nearby-item:last-child,.singlePage .features .wrapper .nearby-section .info-item:last-child,.singlePage .features .wrapper .nearby-section .nearby-item:last-child,.singlePage .features .wrapper .property-details-section .info-item:last-child,.singlePage .features .wrapper .property-details-section .nearby-item:last-child{border-bottom:none;padding-bottom:0}.singlePage .features .wrapper .info-section .info-item img,.singlePage .features .wrapper .info-section .nearby-item img,.singlePage .features .wrapper .nearby-section .info-item img,.singlePage .features .wrapper .nearby-section .nearby-item img,.singlePage .features .wrapper .property-details-section .info-item img,.singlePage .features .wrapper .property-details-section .nearby-item img{width:24px;height:24px;background:linear-gradient(135deg,#fece51,gold);padding:12px;border-radius:12px;box-shadow:0 4px 12px #fece5140}.singlePage .features .wrapper .info-section .info-item .info-content,.singlePage .features .wrapper .info-section .info-item .nearby-content,.singlePage .features .wrapper .info-section .nearby-item .info-content,.singlePage .features .wrapper .info-section .nearby-item .nearby-content,.singlePage .features .wrapper .nearby-section .info-item .info-content,.singlePage .features .wrapper .nearby-section .info-item .nearby-content,.singlePage .features .wrapper .nearby-section .nearby-item .info-content,.singlePage .features .wrapper .nearby-section .nearby-item .nearby-content,.singlePage .features .wrapper .property-details-section .info-item .info-content,.singlePage .features .wrapper .property-details-section .info-item .nearby-content,.singlePage .features .wrapper .property-details-section .nearby-item .info-content,.singlePage .features .wrapper .property-details-section .nearby-item .nearby-content{display:flex;flex-direction:column;gap:4px}.singlePage .features .wrapper .info-section .info-item .info-content .info-label,.singlePage .features .wrapper .info-section .info-item .info-content .nearby-label,.singlePage .features .wrapper .info-section .info-item .nearby-content .info-label,.singlePage .features .wrapper .info-section .info-item .nearby-content .nearby-label,.singlePage .features .wrapper .info-section .nearby-item .info-content .info-label,.singlePage .features .wrapper .info-section .nearby-item .info-content .nearby-label,.singlePage .features .wrapper .info-section .nearby-item .nearby-content .info-label,.singlePage .features .wrapper .info-section .nearby-item .nearby-content .nearby-label,.singlePage .features .wrapper .nearby-section .info-item .info-content .info-label,.singlePage .features .wrapper .nearby-section .info-item .info-content .nearby-label,.singlePage .features .wrapper .nearby-section .info-item .nearby-content .info-label,.singlePage .features .wrapper .nearby-section .info-item .nearby-content .nearby-label,.singlePage .features .wrapper .nearby-section .nearby-item .info-content .info-label,.singlePage .features .wrapper .nearby-section .nearby-item .info-content .nearby-label,.singlePage .features .wrapper .nearby-section .nearby-item .nearby-content .info-label,.singlePage .features .wrapper .nearby-section .nearby-item .nearby-content .nearby-label,.singlePage .features .wrapper .property-details-section .info-item .info-content .info-label,.singlePage .features .wrapper .property-details-section .info-item .info-content .nearby-label,.singlePage .features .wrapper .property-details-section .info-item .nearby-content .info-label,.singlePage .features .wrapper .property-details-section .info-item .nearby-content .nearby-label,.singlePage .features .wrapper .property-details-section .nearby-item .info-content .info-label,.singlePage .features .wrapper .property-details-section .nearby-item .info-content .nearby-label,.singlePage .features .wrapper .property-details-section .nearby-item .nearby-content .info-label,.singlePage .features .wrapper .property-details-section .nearby-item .nearby-content .nearby-label{font-weight:600;color:#1a1a1a;font-size:15px}.singlePage .features .wrapper .info-section .info-item .info-content .info-value,.singlePage .features .wrapper .info-section .info-item .info-content .nearby-distance,.singlePage .features .wrapper .info-section .info-item .nearby-content .info-value,.singlePage .features .wrapper .info-section .info-item .nearby-content .nearby-distance,.singlePage .features .wrapper .info-section .nearby-item .info-content .info-value,.singlePage .features .wrapper .info-section .nearby-item .info-content .nearby-distance,.singlePage .features .wrapper .info-section .nearby-item .nearby-content .info-value,.singlePage .features .wrapper .info-section .nearby-item .nearby-content .nearby-distance,.singlePage .features .wrapper .nearby-section .info-item .info-content .info-value,.singlePage .features .wrapper .nearby-section .info-item .info-content .nearby-distance,.singlePage .features .wrapper .nearby-section .info-item .nearby-content .info-value,.singlePage .features .wrapper .nearby-section .info-item .nearby-content .nearby-distance,.singlePage .features .wrapper .nearby-section .nearby-item .info-content .info-value,.singlePage .features .wrapper .nearby-section .nearby-item .info-content .nearby-distance,.singlePage .features .wrapper .nearby-section .nearby-item .nearby-content .info-value,.singlePage .features .wrapper .nearby-section .nearby-item .nearby-content .nearby-distance,.singlePage .features .wrapper .property-details-section .info-item .info-content .info-value,.singlePage .features .wrapper .property-details-section .info-item .info-content .nearby-distance,.singlePage .features .wrapper .property-details-section .info-item .nearby-content .info-value,.singlePage .features .wrapper .property-details-section .info-item .nearby-content .nearby-distance,.singlePage .features .wrapper .property-details-section .nearby-item .info-content .info-value,.singlePage .features .wrapper .property-details-section .nearby-item .info-content .nearby-distance,.singlePage .features .wrapper .property-details-section .nearby-item .nearby-content .info-value,.singlePage .features .wrapper .property-details-section .nearby-item .nearby-content .nearby-distance{font-size:14px;color:#666;font-weight:500;margin:0}.singlePage .features .wrapper .info-section .details-grid .detail-item,.singlePage .features .wrapper .nearby-section .details-grid .detail-item,.singlePage .features .wrapper .property-details-section .details-grid .detail-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.05)}.singlePage .features .wrapper .info-section .details-grid .detail-item:last-child,.singlePage .features .wrapper .nearby-section .details-grid .detail-item:last-child,.singlePage .features .wrapper .property-details-section .details-grid .detail-item:last-child{border-bottom:none;padding-bottom:0}.singlePage .features .wrapper .info-section .details-grid .detail-item .detail-label,.singlePage .features .wrapper .nearby-section .details-grid .detail-item .detail-label,.singlePage .features .wrapper .property-details-section .details-grid .detail-item .detail-label{font-weight:600;color:#1a1a1a;font-size:14px}.singlePage .features .wrapper .info-section .details-grid .detail-item .detail-value,.singlePage .features .wrapper .nearby-section .details-grid .detail-item .detail-value,.singlePage .features .wrapper .property-details-section .details-grid .detail-item .detail-value{color:#666;font-size:14px;text-align:right;font-weight:500}.singlePage .features .wrapper .location-section .map-wrapper .map-container{width:100%;height:240px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#fff,#fafbfc);box-shadow:0 8px 25px #00000014;border:1px solid rgba(0,0,0,.05);position:relative;z-index:1}.singlePage .features .wrapper .location-section .map-wrapper .coordinates-info{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#fff,#fafbfc);border-radius:12px;margin-top:16px;border:1px solid rgba(0,0,0,.05)}.singlePage .features .wrapper .location-section .map-wrapper .coordinates-info .coordinates-label{font-weight:600;color:#1a1a1a;font-size:14px}.singlePage .features .wrapper .location-section .map-wrapper .coordinates-info .coordinates-value{color:#666;font-size:14px;font-weight:500}.singlePage .details::-webkit-scrollbar,.singlePage .features::-webkit-scrollbar{width:4px}.singlePage .details::-webkit-scrollbar-track,.singlePage .features::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.singlePage .details::-webkit-scrollbar-thumb,.singlePage .features::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.singlePage .details::-webkit-scrollbar-thumb:hover,.singlePage .features::-webkit-scrollbar-thumb:hover{background:#b1b1b1}.singlePage .location-section .map-container *{z-index:1!important}.singlePage .location-section .map-container .leaflet-control-container,.singlePage .location-section .map-container .leaflet-control{z-index:2!important}@media (max-width: 1366px){.singlePage .details .wrapper .owner-header{padding:25px 35px}.singlePage .details .wrapper .property-header,.singlePage .details .wrapper .property-images,.singlePage .details .wrapper .property-description,.singlePage .details .wrapper .property-specs{padding-left:35px;padding-right:35px}.singlePage .features .wrapper{padding:35px 25px}}@media (max-width: 1024px){.singlePage .details .wrapper .owner-header .action-buttons button{padding:14px 18px;font-size:13px}.singlePage .details .wrapper .property-specs .specs-grid{grid-template-columns:1fr}}@media (max-width: 738px){.singlePage{margin:0 -37px 0 -20px}.singlePage .details .wrapper .owner-header{padding:10px}.singlePage .details .wrapper .owner-header .owner-info{gap:12px}.singlePage .details .wrapper .owner-header .action-buttons{gap:8px}.singlePage .details .wrapper .owner-header .action-buttons button{padding:12px 16px;font-size:12px}.singlePage .details .wrapper .owner-header .action-buttons button img{width:14px;height:14px}.singlePage .details .wrapper .property-header,.singlePage .details .wrapper .property-images,.singlePage .details .wrapper .property-description,.singlePage .details .wrapper .property-specs{padding-left:10px;padding-right:10px}.singlePage .details .wrapper .property-header .property-title-section .property-badges{flex-wrap:wrap;gap:8px}.singlePage .features .wrapper{padding:10px;gap:24px}.singlePage .features .wrapper .info-section .info-grid,.singlePage .features .wrapper .info-section .nearby-grid,.singlePage .features .wrapper .info-section .details-grid,.singlePage .features .wrapper .nearby-section .info-grid,.singlePage .features .wrapper .nearby-section .nearby-grid,.singlePage .features .wrapper .nearby-section .details-grid,.singlePage .features .wrapper .property-details-section .info-grid,.singlePage .features .wrapper .property-details-section .nearby-grid,.singlePage .features .wrapper .property-details-section .details-grid{padding:20px;gap:12px}.singlePage .features .wrapper .info-section .info-item,.singlePage .features .wrapper .info-section .nearby-item,.singlePage .features .wrapper .nearby-section .info-item,.singlePage .features .wrapper .nearby-section .nearby-item,.singlePage .features .wrapper .property-details-section .info-item,.singlePage .features .wrapper .property-details-section .nearby-item{gap:12px;padding:12px 0}.singlePage .features .wrapper .info-section .info-item img,.singlePage .features .wrapper .info-section .nearby-item img,.singlePage .features .wrapper .nearby-section .info-item img,.singlePage .features .wrapper .nearby-section .nearby-item img,.singlePage .features .wrapper .property-details-section .info-item img,.singlePage .features .wrapper .property-details-section .nearby-item img{width:20px;height:20px;padding:10px}.singlePage .features .wrapper .location-section .map-wrapper .map-container{height:200px}.singlePage .features .wrapper .location-section .map-wrapper .coordinates-info{flex-direction:column;gap:8px;text-align:center}}.slider{width:100%;height:350px;display:flex;gap:20px}@media (max-width: 738px){.slider{height:280px}}.slider .fullSlider{position:absolute;width:100vw;height:100vh;top:0;left:0;background-color:#000;display:flex;justify-content:space-between;align-items:center;z-index:9999}.slider .fullSlider .arrow{flex:1;display:flex;align-items:center;justify-content:center}.slider .fullSlider .arrow img{width:50px}@media (max-width: 1024px){.slider .fullSlider .arrow img{width:30px}}@media (max-width: 738px){.slider .fullSlider .arrow img{width:20px}}.slider .fullSlider .arrow img.right{transform:rotate(180deg)}.slider .fullSlider .imgContainer{flex:10}.slider .fullSlider .imgContainer img{width:100%;height:100%;object-fit:cover}.slider .fullSlider .close{position:absolute;top:0;right:0;color:#fff;font-size:36px;font-weight:700;padding:50px;cursor:pointer}.slider img{width:100%;height:100%;object-fit:cover;border-radius:10px;cursor:pointer}.slider .bigImage{flex:3}@media (max-width: 738px){.slider .bigImage{flex:2}}.slider .smallImages{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:20px}@media (max-width: 738px){.slider .smallImages{flex:1}}.slider .smallImages img{height:100px}@media (max-width: 738px){.slider .smallImages img{height:80px}}.chat{height:100%;display:flex;flex-direction:column}.chat .messages{flex:1;display:flex;flex-direction:column;gap:20px;overflow-y:scroll}.chat .messages h1{font-weight:300}.chat .messages .message{background-color:#fff;padding:20px;border-radius:10px;display:flex;align-items:center;gap:20px;cursor:pointer}.chat .messages .message img{width:40px;height:40px;border-radius:50%;object-fit:cover}.chat .messages .message span{font-weight:700}.chat .chatBox{flex:1;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between}.chat .chatBox .top{background-color:#f7c14b85;padding:20px;font-weight:700;display:flex;align-items:center;justify-content:space-between}.chat .chatBox .top .user{display:flex;align-items:center;gap:20px}.chat .chatBox .top .user img{width:30px;height:30px;border-radius:50%;object-fit:cover}.chat .chatBox .top .close{cursor:pointer}.chat .chatBox .center{height:350px;overflow:scroll;padding:20px;display:flex;flex-direction:column;gap:20px}.chat .chatBox .center .chatMessage{width:50%}.chat .chatBox .center .chatMessage.own{align-self:flex-end;text-align:right}.chat .chatBox .center .chatMessage span{font-size:12px;background-color:#f7c14b39;padding:2px;border-radius:5px}.chat .chatBox .bottom{border-top:2px solid rgba(247,193,75,.5215686275);height:60px;display:flex;align-items:center;justify-content:space-between}.chat .chatBox .bottom textarea{flex:3;height:100%;border:none;padding:20px}.chat .chatBox .bottom button{flex:1;background-color:#f7c14b85;height:100%;border:none;cursor:pointer}.list{display:flex;flex-direction:column;gap:50px}.profilePage{display:flex;height:100vh;max-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (max-width: 1024px){.profilePage{flex-direction:column;height:auto;min-height:100vh}}.profilePage .details{flex:3;overflow-y:auto;padding:20px 0;background-color:#fff}@media (max-width: 1024px){.profilePage .details{flex:none;padding:15px 0}}.profilePage .details .wrapper{padding:0 40px 50px;display:flex;flex-direction:column;gap:40px;max-width:800px}@media (max-width: 1024px){.profilePage .details .wrapper{padding:0 20px 30px;gap:30px}}.profilePage .details .wrapper .title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media (max-width: 1024px){.profilePage .details .wrapper .title{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:15px}}.profilePage .details .wrapper .title h1{font-size:28px;font-weight:600;color:#2c3e50;margin:0;line-height:1.2}@media (max-width: 1024px){.profilePage .details .wrapper .title h1{font-size:24px}}.profilePage .details .wrapper .title button{padding:12px 24px;background-color:#fece51;color:#2c3e50!important;cursor:pointer;border:none;border-radius:6px;font-size:14px!important;font-weight:500!important;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;white-space:nowrap;min-height:44px}.profilePage .details .wrapper .title button:hover{background-color:#fed36a;color:#2c3e50!important;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.profilePage .details .wrapper .title button:active{transform:translateY(0)}.profilePage .details .wrapper .title button:focus{outline:2px solid #fece51;outline-offset:2px}@media (max-width: 1024px){.profilePage .details .wrapper .title button{width:100%;padding:14px 24px;font-size:16px!important;min-height:48px}}.profilePage .details .wrapper .info{display:flex;flex-direction:column;gap:24px;background-color:#f8f9fa;padding:30px;border-radius:12px;border:1px solid #e9ecef}@media (max-width: 1024px){.profilePage .details .wrapper .info{padding:20px;gap:20px}}.profilePage .details .wrapper .info .info-item{display:flex;align-items:center;gap:16px}@media (max-width: 1024px){.profilePage .details .wrapper .info .info-item{flex-direction:column;align-items:flex-start;gap:8px}}.profilePage .details .wrapper .info .info-item .label{font-size:16px;font-weight:500;color:#6c757d;min-width:80px}@media (max-width: 1024px){.profilePage .details .wrapper .info .info-item .label{font-size:14px;min-width:auto}}.profilePage .details .wrapper .info .info-item .value{font-size:16px;font-weight:600;color:#2c3e50}@media (max-width: 1024px){.profilePage .details .wrapper .info .info-item .value{font-size:16px}}.profilePage .details .wrapper .info .info-item .user-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #fece51;box-shadow:0 2px 8px #0000001a}@media (max-width: 1024px){.profilePage .details .wrapper .info .info-item .user-avatar{width:60px;height:60px}}.profilePage .details .wrapper .info .info-item .user-icon{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #fece51;box-shadow:0 2px 8px #0000001a}@media (max-width: 1024px){.profilePage .details .wrapper .info .info-item .user-icon{width:60px;height:60px}}.profilePage .chatContainer{flex:2;background-color:#fcf5f3;height:100%;border-left:1px solid #e9ecef}@media (max-width: 1024px){.profilePage .chatContainer{flex:none;height:500px;border-left:none;border-top:1px solid #e9ecef}}.profilePage .chatContainer .wrapper{padding:20px;height:100%;display:flex;flex-direction:column}@media (max-width: 1024px){.profilePage .chatContainer .wrapper{padding:15px}}@media (max-width: 480px){.profilePage .details .wrapper{padding:0 15px 20px}.profilePage .details .wrapper .title h1{font-size:22px}.profilePage .details .wrapper .info{padding:15px}.profilePage .details .wrapper .info .info-item .label{font-size:13px}.profilePage .details .wrapper .info .info-item .value{font-size:15px}}.login{height:100vh;display:flex;margin-top:-30px;overflow:hidden}.login .formContainer{flex:3;height:100%;display:flex;align-items:center;justify-content:center;padding:20px 40px}@media (max-width: 1024px){.login .formContainer{flex:1;padding:20px}}.login .formContainer form{display:flex;flex-direction:column;gap:24px;width:100%;max-width:420px;background:linear-gradient(135deg,#fffffff2,#fffc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:40px 35px;box-shadow:0 20px 40px #00000014,0 0 0 1px #fff3;border:1px solid rgba(254,206,81,.1);animation:slideInUp .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 738px){.login .formContainer form{padding:30px 25px;gap:20px;margin:10px;border-radius:16px}}.login .formContainer form h1{font-size:36px;font-weight:800;text-align:center;margin:0 0 8px;background:linear-gradient(135deg,#000,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px;animation:fadeInDown .8s cubic-bezier(.4,0,.2,1) .2s both}@media (max-width: 1024px){.login .formContainer form h1{font-size:32px}}@media (max-width: 738px){.login .formContainer form h1{font-size:28px}}.login .formContainer form h1:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,#fece51,gold);border-radius:2px}.login .formContainer form input{width:100%;padding:16px 20px;border:2px solid rgba(200,200,200,.3);border-radius:12px;font-size:15px;font-weight:500;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) .3s both}.login .formContainer form input::placeholder{color:#888;font-weight:400}.login .formContainer form input:focus{outline:none;border-color:#fece51;background:#ffffffe6;transform:translateY(-1px);box-shadow:0 8px 25px #fece5126}.login .formContainer form input:hover:not(:focus){border-color:#fece5180}.login .formContainer form button{padding:16px 20px;border-radius:12px;border:none;background:linear-gradient(135deg,#fece51,gold);color:#000;font-weight:700;font-size:15px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.5px;box-shadow:0 6px 20px #fece514d;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) .4s both}.login .formContainer form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #fece5166;background:linear-gradient(135deg,gold,#ffed4e)}.login .formContainer form button:active:not(:disabled){transform:translateY(0)}.login .formContainer form button:disabled{background:linear-gradient(135deg,#e0e0e0,#f0f0f0);color:#999;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #0000001a}.login .formContainer form .error{color:#ff4757;background:#ff47571a;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:500;text-align:center;border:1px solid rgba(255,71,87,.2);animation:fadeInUp .5s ease}.login .formContainer form a{font-size:14px;color:#666;text-align:center;text-decoration:none;font-weight:500;transition:all .3s ease;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) .5s both}.login .formContainer form a:hover{color:#fece51;transform:translateY(-1px)}.login .imgContainer{flex:2;display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 1024px){.login .imgContainer{display:none}}.login .imgContainer img{width:100%;max-width:450px;filter:drop-shadow(0 15px 35px rgba(0,0,0,.1));animation:slideInRight .8s cubic-bezier(.4,0,.2,1);transition:transform .3s ease}@media (max-width: 1366px){.login .imgContainer img{width:80%}}@media (max-width: 738px){.login .formContainer{padding:15px}.login .formContainer form{gap:18px}.login .formContainer form h1{font-size:26px}.login .formContainer form input,.login .formContainer form button{padding:14px 18px;font-size:14px}}.register{height:100vh;display:flex;margin-top:-30px;overflow-y:hidden}.register .formContainer{flex:3;height:100%;display:flex;align-items:center;justify-content:center;padding:20px 40px}@media (max-width: 1024px){.register .formContainer{flex:1;padding:20px}}.register .formContainer form{display:flex;flex-direction:column;gap:22px;width:100%;max-width:420px;background:linear-gradient(135deg,#fffffff2,#fffc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:40px 35px;box-shadow:0 20px 40px #00000014,0 0 0 1px #fff3;border:1px solid rgba(254,206,81,.1);animation:slideInUp .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 738px){.register .formContainer form{padding:30px 25px;gap:18px;margin:10px;border-radius:16px}}.register .formContainer form h1{font-size:36px;font-weight:800;text-align:center;margin:0 0 8px;background:linear-gradient(135deg,#000,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px;animation:fadeInDown .8s cubic-bezier(.4,0,.2,1) .2s both}@media (max-width: 1024px){.register .formContainer form h1{font-size:32px}}@media (max-width: 738px){.register .formContainer form h1{font-size:28px}}.register .formContainer form h1:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,#fece51,gold);border-radius:2px}.register .formContainer form input{width:100%;padding:16px 20px;border:2px solid rgba(200,200,200,.3);border-radius:12px;font-size:15px;font-weight:500;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) .3s both}.register .formContainer form input::placeholder{color:#888;font-weight:400}.register .formContainer form input:focus{outline:none;border-color:#fece51;background:#ffffffe6;transform:translateY(-1px);box-shadow:0 8px 25px #fece5126}.register .formContainer form input:hover:not(:focus){border-color:#fece5180}.register .formContainer form input:nth-child(3){animation-delay:.35s}.register .formContainer form input:nth-child(4){animation-delay:.4s}.register .formContainer form input:nth-child(5){animation-delay:.45s}.register .formContainer form button{padding:16px 20px;border-radius:12px;border:none;background:linear-gradient(135deg,#fece51,gold);color:#000;font-weight:700;font-size:15px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.5px;box-shadow:0 6px 20px #fece514d;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) .5s both}.register .formContainer form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #fece5166;background:linear-gradient(135deg,gold,#ffed4e)}.register .formContainer form button:active:not(:disabled){transform:translateY(0)}.register .formContainer form button:disabled{background:linear-gradient(135deg,#e0e0e0,#f0f0f0);color:#999;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #0000001a}.register .formContainer form .error{color:#ff4757;background:#ff47571a;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:500;text-align:center;border:1px solid rgba(255,71,87,.2);animation:fadeInUp .5s ease}.register .formContainer form a{font-size:14px;color:#666;text-align:center;text-decoration:none;font-weight:500;transition:all .3s ease;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) .6s both}.register .formContainer form a:hover{color:#fece51;transform:translateY(-1px)}.register .imgContainer{flex:2;display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 1024px){.register .imgContainer{display:none}}.register .imgContainer img{width:85%;max-width:450px;filter:drop-shadow(0 15px 35px rgba(0,0,0,.1));animation:slideInRight .8s cubic-bezier(.4,0,.2,1);transition:transform .3s ease}.register .imgContainer img:hover{transform:scale(1.02)}@media (max-width: 1366px){.register .imgContainer img{width:80%}}.layout{height:100vh;max-width:1366px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;display:flex;flex-direction:column}@media (max-width: 1366px){.layout{max-width:1280px}}@media (max-width: 1024px){.layout{max-width:768px;padding-left:5px;padding-right:5px}}@media (max-width: 738px){.layout{max-width:640px;padding-left:10px;padding-right:10px}}.layout .content{height:calc(100vh - 100px)}.title{font-size:64px;font-weight:800;line-height:1.2;color:#222;position:relative;background:linear-gradient(135deg,#000,#646464);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-2px;animation:fadeInUp 1s cubic-bezier(.4,0,.2,1);text-shadow:0 4px 20px rgba(0,0,0,.1)}@media (max-width: 1366px){.title{font-size:48px;letter-spacing:-1.5px}}@media (max-width: 1024px){.title{font-size:42px;letter-spacing:-1px}}@media (max-width: 738px){.title{font-size:36px;letter-spacing:-.5px}}.title .highlight{background:linear-gradient(135deg,#d49905,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:italic;position:relative;animation:glow 2s ease-in-out infinite alternate}.title .highlight:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#fece51,gold,#fece51);border-radius:2px;animation:shimmer 2s linear infinite}.title:before{content:"✨";position:absolute;top:-20px;left:-30px;font-size:24px;animation:float 3s ease-in-out infinite;opacity:.7}@media (max-width: 738px){.title:before{font-size:18px;top:-15px;left:-20px}}.title .backdrop{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;z-index:-1;opacity:0;transition:opacity .3s ease}.title:hover .backdrop{opacity:1}@keyframes glow{0%{text-shadow:0 0 10px rgba(254,206,81,.3)}to{text-shadow:0 0 20px rgba(254,206,81,.6)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}nav{height:100px;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);position:sticky;top:0;z-index:1000;animation:slideDown .8s ease-out}@media (max-width: 1024px){nav{padding:0 20px}}@media (max-width: 738px){nav{padding:0 16px;height:80px}}nav a{transition:all .4s cubic-bezier(.4,0,.2,1);color:#212121c6;position:relative;font-weight:500;font-size:15px;letter-spacing:.3px;padding:8px 16px;border-radius:12px;overflow:hidden}@media (max-width: 738px){nav a{display:none}}nav a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(254,206,81,.1),transparent);transition:left .6s}nav a:hover{color:#212121e5;transform:translateY(-2px);background:#fece5114;box-shadow:0 4px 15px #0000001a}nav a:hover:before{left:100%}nav a:hover:after{width:80%}nav .left{flex:3;display:flex;align-items:center;gap:40px}@media (max-width: 1366px){nav .left{gap:30px}}@media (max-width: 1024px){nav .left{gap:20px}}nav .left .logo{font-weight:800;font-size:24px;display:flex;align-items:center;gap:12px;background:none!important;box-shadow:none!important;transform:none!important;padding:0!important;position:relative;overflow:visible}nav .left .logo:before{display:none}nav .left .logo:after{display:none}nav .left .logo:hover{background:none!important;box-shadow:none!important;transform:scale(1.05)!important}nav .left .logo img{width:32px;height:32px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:all .3s ease}nav .left .logo img:hover{transform:rotate(5deg) scale(1.1)}nav .left .logo span{background:linear-gradient(135deg,#333,#666);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:22px;letter-spacing:-.5px}@media (max-width: 1024px){nav .left .logo span{display:none}}@media (max-width: 738px){nav .left .logo span{display:initial;font-size:20px}}nav .right{flex:2;display:flex;align-items:center;justify-content:flex-end;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:16px 24px;border:1px solid rgba(255,255,255,.3);margin-left:20px}@media (max-width: 1024px){nav .right{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;box-shadow:none;padding:0;margin-left:0}}nav .right a{padding:12px 20px;margin:0 8px;border-radius:12px;font-weight:600;font-size:14px;background:#ffffffb3;border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}nav .right a:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}nav .right .user{display:flex;align-items:center;font-weight:600;background:#ffffffe6;padding:12px 20px;border-radius:16px;box-shadow:0 4px 15px #00000014;transition:all .3s ease}nav .right .user:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001f}nav .right .user img{width:42px;height:42px;border-radius:50%;object-fit:cover;margin-right:16px;border:2px solid rgba(254,206,81,.3);transition:all .3s ease}nav .right .user img:hover{border-color:#fece5199;transform:scale(1.05)}nav .right .user span{color:#333;font-size:15px}@media (max-width: 738px){nav .right .user span{display:none}}nav .right .user .logout{padding:12px 20px;background:linear-gradient(135deg,#ff4757,#ff3742);cursor:pointer;border:none;position:relative;border-radius:12px;margin-left:16px;font-weight:600;color:#fff;font-size:14px;box-shadow:0 4px 15px #ff47574d;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}nav .right .user .logout:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}nav .right .user .logout:hover:not(:disabled){transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #ff475766;background:linear-gradient(135deg,#ff3742,#ff2d3a)}nav .right .user .logout:hover:not(:disabled):before{left:100%}nav .right .user .logout:active:not(:disabled){transform:translateY(-1px) scale(1.02);box-shadow:0 4px 15px #ff47574d}nav .right .user .logout:disabled{opacity:.6;cursor:not-allowed;transform:none;background:linear-gradient(135deg,#ccc,#999);box-shadow:0 2px 8px #0000001a}nav .right .user .logout:disabled:before{display:none}@media (max-width: 738px){nav .right .user .logout{padding:10px 16px;font-size:13px;margin-left:12px}}nav .right .user .profile{padding:12px 20px;background:linear-gradient(135deg,#fece51,gold);cursor:pointer;border:none;position:relative;border-radius:12px;margin-left:16px;font-weight:600;color:#333;box-shadow:0 4px 15px #fece514d;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:visible}nav .right .user .profile:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s;border:none}nav .right .user .profile:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #fece5166;background:linear-gradient(135deg,gold,#ffed4e);border:none}nav .right .user .profile .notification{position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#ff3232,#ff5050);color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 2px 8px #ff32324d;animation:pulse 2s infinite;border:2px solid white}nav .right .register{background:linear-gradient(135deg,#fece51,gold)!important;color:#333!important;font-weight:700!important;border:none!important;box-shadow:0 4px 15px #fece514d;position:relative;overflow:hidden}nav .right .register:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}nav .right .register:hover{background:linear-gradient(135deg,gold,#ffed4e)!important;transform:translateY(-3px) scale(1.05)!important;box-shadow:0 8px 25px #fece5166!important}nav .right .register:hover:before{left:100%}nav .right .menuIcon{display:none;z-index:999;padding:0;transition:all .3s ease}nav .right .menuIcon:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026;background:#fff}nav .right .menuIcon img{width:24px;height:24px;cursor:pointer;transition:all .3s ease}nav .right .menuIcon img:hover{transform:scale(1.1)}@media (max-width: 738px){nav .right .menuIcon{display:flex;align-items:center;justify-content:center}}nav .right .menu{position:fixed;top:0;right:-100%;background:linear-gradient(135deg,#000000f2,#212121e6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;height:100vh;width:300px;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;gap:30px;border-left:1px solid rgba(255,255,255,.1)}nav .right .menu.active{right:-5%}nav .right .menu a{color:#fffc;padding:16px 32px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);width:80%;text-align:center;font-weight:500;transition:all .3s ease}nav .right .menu a:hover{color:#fff;background:#fece5133;border-color:#fece514d;transform:translate(-5px)}nav .right .menu a:before{display:none}nav .right .menu a:after{display:none}@media (max-width: 738px){nav .right .menu a{display:block}}.profileUpdatePage{height:100vh;display:flex;margin-top:-40px}.profileUpdatePage .formContainer{flex:3;height:100%;display:flex;align-items:center;justify-content:center;padding:20px 40px}@media (max-width: 1024px){.profileUpdatePage .formContainer{flex:1;padding:20px}}.profileUpdatePage .formContainer form{display:flex;flex-direction:column;gap:24px;width:100%;max-width:420px;background:linear-gradient(135deg,#fffffff2,#fffc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:40px 35px;box-shadow:0 20px 40px #00000014,0 0 0 1px #fff3;border:1px solid rgba(254,206,81,.1);animation:slideInUp .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 738px){.profileUpdatePage .formContainer form{padding:30px 25px;gap:20px;margin:10px;border-radius:16px}}.profileUpdatePage .formContainer form h1{font-size:36px;font-weight:800;text-align:center;margin:0 0 8px;background:linear-gradient(135deg,#000,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px;position:relative;animation:fadeInDown .8s cubic-bezier(.4,0,.2,1) .2s both}@media (max-width: 1024px){.profileUpdatePage .formContainer form h1{font-size:32px}}@media (max-width: 738px){.profileUpdatePage .formContainer form h1{font-size:28px}}.profileUpdatePage .formContainer form h1:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,#fece51,gold);border-radius:2px}.profileUpdatePage .formContainer form .item{display:flex;flex-direction:column;gap:8px;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) .3s both}.profileUpdatePage .formContainer form .item label{font-size:14px;font-weight:600;color:#444;margin-bottom:4px;letter-spacing:.3px;text-transform:uppercase}.profileUpdatePage .formContainer form .item input{width:100%;padding:16px 20px;border:2px solid rgba(200,200,200,.3);border-radius:12px;font-size:15px;font-weight:500;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.profileUpdatePage .formContainer form .item input::placeholder{color:#888;font-weight:400}.profileUpdatePage .formContainer form .item input:focus{outline:none;border-color:#fece51;background:#ffffffe6;transform:translateY(-1px);box-shadow:0 8px 25px #fece5126}.profileUpdatePage .formContainer form .item input:hover:not(:focus){border-color:#fece5180}.profileUpdatePage .formContainer form button{padding:16px 20px;border-radius:12px;border:none;background:linear-gradient(135deg,#fece51,gold);color:#000;font-weight:700;font-size:15px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.5px;box-shadow:0 6px 20px #fece514d;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) .4s both}.profileUpdatePage .formContainer form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #fece5166;background:linear-gradient(135deg,gold,#ffed4e)}.profileUpdatePage .formContainer form button:active:not(:disabled){transform:translateY(0)}.profileUpdatePage .formContainer form button:disabled{background:linear-gradient(135deg,#e0e0e0,#f0f0f0);color:#999;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #0000001a}.profileUpdatePage .formContainer form .error-message{color:#ff4757;background:#ff47571a;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:500;text-align:center;border:1px solid rgba(255,71,87,.2);animation:fadeInUp .5s ease}.profileUpdatePage .formContainer form .success-message{color:#2ed573;background:#2ed5731a;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:500;text-align:center;border:1px solid rgba(46,213,115,.2);animation:fadeInUp .5s ease}.profileUpdatePage .sideContainer{flex:2;background:linear-gradient(135deg,#fcf5f3,#fff8e1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:40px;position:relative}@media (max-width: 1024px){.profileUpdatePage .sideContainer{display:none}}.profileUpdatePage .sideContainer .avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid rgba(254,206,81,.3);box-shadow:0 15px 35px #0000001a,0 0 0 1px #fff3;filter:drop-shadow(0 10px 25px rgba(0,0,0,.05));animation:slideInRight .8s cubic-bezier(.4,0,.2,1);transition:transform .3s ease}.profileUpdatePage .sideContainer .avatar:hover{transform:scale(1.05)}@media (max-width: 1366px){.profileUpdatePage .sideContainer .avatar{width:120px;height:120px}}.profileUpdatePage .sideContainer .user-info{text-align:center;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .2s both}.profileUpdatePage .sideContainer .user-info h3{font-size:28px;font-weight:700;margin:0 0 8px;background:linear-gradient(135deg,#000,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}@media (max-width: 1366px){.profileUpdatePage .sideContainer .user-info h3{font-size:24px}}.profileUpdatePage .sideContainer .user-info p{font-size:16px;color:#666;font-weight:500;margin:0;opacity:.8}@media (max-width: 1366px){.profileUpdatePage .sideContainer .user-info p{font-size:14px}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 738px){.profileUpdatePage .formContainer{padding:15px}.profileUpdatePage .formContainer form{gap:18px}.profileUpdatePage .formContainer form h1{font-size:26px}.profileUpdatePage .formContainer form .item label{font-size:12px}.profileUpdatePage .formContainer form .item input,.profileUpdatePage .formContainer form button{padding:14px 18px;font-size:14px}.profileUpdatePage .sideContainer .avatar{width:100px;height:100px}.profileUpdatePage .sideContainer .user-info h3{font-size:20px}.profileUpdatePage .sideContainer .user-info p{font-size:12px}}.newPostPage{display:flex;height:100vh}@media (max-width: 1024px){.newPostPage{flex-direction:column;height:auto;min-height:100vh}}.newPostPage .formContainer{flex:3;overflow-y:auto;padding:40px}@media (max-width: 1366px){.newPostPage .formContainer{padding:30px}}@media (max-width: 1024px){.newPostPage .formContainer{padding:20px;flex:1}}@media (max-width: 738px){.newPostPage .formContainer{padding:15px}}.newPostPage .formContainer h1{font-size:48px;font-weight:800;margin-bottom:30px;text-align:center;background:linear-gradient(135deg,#000,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-2px;position:relative}@media (max-width: 1366px){.newPostPage .formContainer h1{font-size:42px;margin-bottom:25px}}@media (max-width: 1024px){.newPostPage .formContainer h1{font-size:36px;margin-bottom:20px;letter-spacing:-1px}}@media (max-width: 738px){.newPostPage .formContainer h1{font-size:32px;letter-spacing:-.5px}}.newPostPage .formContainer h1:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#fece51,gold);border-radius:2px}@media (max-width: 738px){.newPostPage .formContainer h1:after{width:60px;height:3px}}.newPostPage .formContainer .message{margin-bottom:25px;padding:15px 20px;border-radius:12px;font-weight:500;display:flex;align-items:center;justify-content:space-between;font-size:15px}@media (max-width: 738px){.newPostPage .formContainer .message{padding:12px 16px;font-size:14px}}.newPostPage .formContainer .message .close-btn{background:none;border:none;font-size:18px;cursor:pointer;opacity:.7;padding:0;margin-left:10px}.newPostPage .formContainer .message .close-btn:hover{opacity:1}.newPostPage .formContainer .message.error-message{background:#ff47571a;color:#ff4757;border:1px solid rgba(255,71,87,.2)}.newPostPage .formContainer .message.success-message{background:#2ecc711a;color:#27ae60;border:1px solid rgba(46,204,113,.2)}.newPostPage .formContainer .wrapper{background:linear-gradient(135deg,#fffffff2,#fffc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:40px;box-shadow:0 20px 40px #00000014,0 0 0 1px #fff3;border:1px solid rgba(254,206,81,.1)}@media (max-width: 1366px){.newPostPage .formContainer .wrapper{padding:35px}}@media (max-width: 1024px){.newPostPage .formContainer .wrapper{padding:30px;border-radius:16px}}@media (max-width: 738px){.newPostPage .formContainer .wrapper{padding:25px 20px;border-radius:12px}}.newPostPage .formContainer .wrapper form{display:flex;flex-direction:column;gap:30px}.newPostPage .formContainer .wrapper form .form-section h3{font-size:22px;font-weight:700;color:#333;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid rgba(254,206,81,.3);background:linear-gradient(135deg,#fece51,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 1024px){.newPostPage .formContainer .wrapper form .form-section h3{font-size:20px;margin-bottom:18px}}@media (max-width: 738px){.newPostPage .formContainer .wrapper form .form-section h3{font-size:18px;margin-bottom:15px}}.newPostPage .formContainer .wrapper form .item-row{display:flex;gap:20px}@media (max-width: 1024px){.newPostPage .formContainer .wrapper form .item-row{flex-direction:column;gap:15px}}.newPostPage .formContainer .wrapper form .item-row .item{flex:1}.newPostPage .formContainer .wrapper form .item{display:flex;flex-direction:column;gap:8px}.newPostPage .formContainer .wrapper form .item label{font-size:15px;font-weight:600;color:#444;letter-spacing:.3px}@media (max-width: 738px){.newPostPage .formContainer .wrapper form .item label{font-size:14px}}.newPostPage .formContainer .wrapper form .item input,.newPostPage .formContainer .wrapper form .item select{padding:16px 20px;border:2px solid rgba(200,200,200,.3);border-radius:12px;font-size:15px;font-weight:500;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box}@media (max-width: 738px){.newPostPage .formContainer .wrapper form .item input,.newPostPage .formContainer .wrapper form .item select{padding:14px 16px;font-size:14px}}.newPostPage .formContainer .wrapper form .item input::placeholder,.newPostPage .formContainer .wrapper form .item select::placeholder{color:#888;font-weight:400}.newPostPage .formContainer .wrapper form .item input:focus,.newPostPage .formContainer .wrapper form .item select:focus{outline:none;border-color:#fece51;background:#ffffffe6;box-shadow:0 8px 25px #fece5126}.newPostPage .formContainer .wrapper form .item input:hover:not(:focus):not(:disabled),.newPostPage .formContainer .wrapper form .item select:hover:not(:focus):not(:disabled){border-color:#fece5180}.newPostPage .formContainer .wrapper form .item input:disabled,.newPostPage .formContainer .wrapper form .item select:disabled{background:#f0f0f080;color:#999;cursor:not-allowed}.newPostPage .formContainer .wrapper form .item select{cursor:pointer}.newPostPage .formContainer .wrapper form .item select:disabled{cursor:not-allowed}.newPostPage .formContainer .wrapper form .item.description .ql-toolbar{border:2px solid rgba(200,200,200,.3);border-bottom:none;border-radius:12px 12px 0 0;background:#ffffffe6}.newPostPage .formContainer .wrapper form .item.description .ql-container{border:2px solid rgba(200,200,200,.3);border-top:none;border-radius:0 0 12px 12px;background:#ffffffb3}.newPostPage .formContainer .wrapper form .item.description .ql-container .ql-editor{min-height:200px;font-size:15px;padding:20px}@media (max-width: 738px){.newPostPage .formContainer .wrapper form .item.description .ql-container .ql-editor{min-height:150px;font-size:14px;padding:16px}}.newPostPage .formContainer .wrapper form .item.description .ql-container .ql-editor:before{color:#888;font-weight:400}.newPostPage .formContainer .wrapper form .item.description:focus-within .ql-toolbar,.newPostPage .formContainer .wrapper form .item.description:focus-within .ql-container{border-color:#fece51}.newPostPage .formContainer .wrapper form .item.description:focus-within .ql-container{background:#ffffffe6;box-shadow:0 8px 25px #fece5126}.newPostPage .formContainer .wrapper form .sendButton{padding:18px 30px;border-radius:12px;border:none;background:linear-gradient(135deg,#fece51,gold);color:#000;font-weight:700;font-size:16px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 6px 20px #fece514d;margin-top:10px;align-self:center;min-width:200px}@media (max-width: 738px){.newPostPage .formContainer .wrapper form .sendButton{padding:16px 25px;font-size:15px;min-width:180px}}.newPostPage .formContainer .wrapper form .sendButton:hover:not(:disabled){background:linear-gradient(135deg,gold,#ffed4e);box-shadow:0 12px 30px #fece5166}.newPostPage .formContainer .wrapper form .sendButton:disabled{background:linear-gradient(135deg,#e0e0e0,#f0f0f0);color:#999;cursor:not-allowed;box-shadow:0 4px 12px #0000001a}.newPostPage .formContainer .wrapper form .sendButton.loading{display:flex;align-items:center;justify-content:center;gap:10px}.newPostPage .formContainer .wrapper form .sendButton.loading .spinner{width:20px;height:20px;border:2px solid rgba(0,0,0,.1);border-top:2px solid #000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.newPostPage .sideContainer{flex:2;background:linear-gradient(135deg,#fcf5f3,#fff8f0);padding:40px 30px;display:flex;flex-direction:column;gap:25px;border-left:1px solid rgba(254,206,81,.2)}@media (max-width: 1366px){.newPostPage .sideContainer{padding:30px 25px}}@media (max-width: 1024px){.newPostPage .sideContainer{flex:none;padding:30px 20px;border-left:none;border-top:1px solid rgba(254,206,81,.2)}}@media (max-width: 738px){.newPostPage .sideContainer{padding:25px 15px;gap:20px}}.newPostPage .sideContainer h3{font-size:24px;font-weight:700;color:#333;text-align:center;margin-bottom:10px;background:linear-gradient(135deg,#fece51,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 1024px){.newPostPage .sideContainer h3{font-size:22px}}@media (max-width: 738px){.newPostPage .sideContainer h3{font-size:20px}}.newPostPage .sideContainer .images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;width:100%}@media (max-width: 1024px){.newPostPage .sideContainer .images-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}}@media (max-width: 738px){.newPostPage .sideContainer .images-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}}.newPostPage .sideContainer .images-grid .image-container{position:relative;background:#fffc;border-radius:12px;padding:8px;box-shadow:0 4px 15px #0000001a}.newPostPage .sideContainer .images-grid .image-container img{width:100%;height:180px;object-fit:cover;border-radius:8px}@media (max-width: 738px){.newPostPage .sideContainer .images-grid .image-container img{height:150px}}.newPostPage .sideContainer .images-grid .image-container .remove-image-btn{position:absolute;top:12px;right:12px;background:#ff4757e6;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700}@media (max-width: 738px){.newPostPage .sideContainer .images-grid .image-container .remove-image-btn{width:24px;height:24px;font-size:12px}}.newPostPage .sideContainer .images-grid .image-container .remove-image-btn:hover:not(:disabled){background:#ff4757}.newPostPage .sideContainer .images-grid .image-container .remove-image-btn:disabled{background:#c8c8c8cc;cursor:not-allowed}.newPostPage .sideContainer .no-images-text{text-align:center;color:#666;font-size:16px;font-weight:500;padding:40px 20px;background:#ffffff80;border-radius:12px;border:2px dashed rgba(254,206,81,.3)}@media (max-width: 738px){.newPostPage .sideContainer .no-images-text{font-size:14px;padding:30px 15px}}.newPostPage .sideContainer .upload-widget-container{display:flex;justify-content:center;align-items:center;min-height:120px;background:#fff9;border:2px dashed rgba(254,206,81,.4);border-radius:12px;cursor:pointer}@media (max-width: 738px){.newPostPage .sideContainer .upload-widget-container{min-height:100px}}.newPostPage .sideContainer .upload-widget-container:hover{background:#fffc;border-color:#fece5199}.newPostPage .sideContainer .upload-widget-container.disabled{opacity:.6;cursor:not-allowed}.newPostPage .sideContainer .upload-widget-container.disabled:hover{background:#fff9;border-color:#fece5166}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}*{padding:0;margin:0;box-sizing:border-box}a{text-decoration:none;color:inherit}body{font-family:Lato,sans-serif;overflow-x:hidden}
