button{width:100%;padding:12px 16px;border-radius:12px;border:none;font-size:15px;font-weight:600;background:#4b6cb7;color:#fff;cursor:pointer;transition:.25s ease}button:hover{background:#39589d}button:active{transform:scale(.97)}button[disabled]{opacity:.6;cursor:not-allowed}button.active{background:#fff;color:#4b6cb7;border:2px solid #fff;box-shadow:0 0 10px #fff6}.auth{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;padding:10px}.auth .buttons{display:flex;gap:12px;margin:20px 0}.auth form{width:100%;max-width:420px;background:#fff;padding:24px;border-radius:18px;box-shadow:0 8px 25px #00000026;display:flex;flex-direction:column;gap:16px;animation:fadeIn .35s ease;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.auth .buttons{width:100%;justify-content:center;gap:8px}.auth form{padding:20px 16px;border-radius:14px;gap:14px}}input{width:100%;padding:12px 14px;font-size:15px;border-radius:10px;border:2px solid #e2e2e2;background:#fafafa;transition:.25s ease;outline:none;box-sizing:border-box}input:focus{border-color:#4b6cb7;background:#fff;box-shadow:0 0 8px #4b6cb740}input::placeholder{color:#9a9a9a}input.error{border-color:#d9534f!important;background:#ffecec}@media (max-width: 480px){input{padding:10px 12px;font-size:14px}}@keyframes example{0%{rotate:0deg}to{rotate:360deg}}.loading>svg{height:20px;rotate:0;animation:example 4s linear infinite}.header{height:100px;margin-bottom:70px;display:flex;justify-content:space-evenly;border-bottom:1px solid gray}header>a>h2{margin:0;text-align:center;transition:.4s}header>a>h2:hover,header>a:hover{color:var(--accent-color, #2563eb)}header>a:hover{transform:translateY(-4px)}header>a{line-height:100px;text-decoration:none;font-size:18px;font-weight:600;color:var(--DarkGray);transition:.4s}@media only screen and (max-width: 475px){.header{flex-direction:column;height:fit-content;margin:0 auto}header>a{margin:0 auto;line-height:54px;font-size:18px;font-weight:600}}footer{height:80px;margin-top:80px;border-top:1px solid gray;display:flex;justify-content:space-evenly;line-height:20px;text-align:center}footer div{width:100%}footer>div>i{width:40px;margin:20px 10px 10px}footer>.icons{display:flex;justify-content:center}footer>div>p>a{color:var(--DarkGray);text-decoration:none}@media only screen and (max-width: 768px){footer{flex-direction:column}}.pop-up{margin:5px 15px;padding:10px;font-size:16px;border-radius:20px;text-align:center;cursor:pointer;animation:move-in 1s ease-in-out}@keyframes move-in{0%{transform:translate(600px)}90%{transform:translate(-15px)}to{transform:translate(0)}}@keyframes move-out{0%{transform:translate(600px)}90%{transform:translate(-15px)}to{transform:translate(0)}}@media only screen and (max-width: 1024px){.pop-up{margin:5px auto}}.messages{position:fixed;width:530px;height:20%;right:0;top:2%;overflow:hidden;transform:translate(0)}@media only screen and (max-width: 1024px){.messages{left:0;right:0;width:90%;max-width:100%}}.pin{background-color:#000000a6;color:#fff;height:18px;margin:10px;padding:2px;border-radius:4px;z-index:1}.post-info{display:flex;flex-direction:column;background:var(--card-bg, #ffffff);border-radius:1rem;box-shadow:0 4px 20px #0000000d;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.post-info:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.img{position:relative;height:200px;background-color:#f3f4f6;background-size:cover;background-position:center;display:flex;justify-content:space-between;padding:.75rem}.left,.right{display:flex;flex-direction:column;gap:.4rem}.right{align-items:flex-end}.text{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.post-title{font-size:1.25rem;font-weight:600;color:var(--text-color, #111827);line-height:1.4;transition:color .2s ease}.text a{text-decoration:none}.text a:hover .post-title{color:var(--accent-color, #2563eb)}.post-desc{font-size:.95rem;color:#4b5563;line-height:1.6}.post-info-pin{background:#fffc;color:#1f2937;font-size:.8rem;font-weight:500;padding:.35rem .6rem;border-radius:.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);white-space:nowrap}.post-info-pin:hover{background:#fff}@media (max-width: 768px){.img{height:160px}.text{padding:1rem}.post-title{font-size:1.1rem}}@media (prefers-color-scheme: dark){.post-info{--card-bg: #1f2937}.post-title{--text-color: #f9fafb}.post-desc{color:#d1d5db}.post-info-pin{background:#1f2937cc;color:#f3f4f6}}.posts{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:2rem;background:var(#f9fafb);transition:background .3s ease}.post-info-square{display:flex;flex-direction:column;background:var(--card-bg, #ffffff);border-radius:1rem;box-shadow:0 4px 20px #0000000d;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.post-info-square:hover{transform:translateY(-4px);box-shadow:0 6px 24px #00000014}.post-info-square img{width:100%;height:180px;object-fit:cover}.post-info-square-content{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.post-info-square h2{font-size:1.1rem;font-weight:600;color:var(--text-color, #111827);line-height:1.4}.post-info-square p{font-size:.95rem;color:#4b5563;margin-bottom:.5rem;line-height:1.5}.post-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#6b7280;margin-top:auto}.post-likes{display:flex;align-items:center;gap:.3rem;font-size:.9rem;color:#ef4444}@media (max-width: 768px){.posts{padding:1.5rem;gap:1rem}.post-info-square img{height:160px}.post-info-square-content{padding:1rem}}@media (max-width: 360px){.posts{display:block}.post-info{margin-top:10px}}.banner{margin:20px;display:flex;position:relative;min-height:600px;box-shadow:2px 2px 10px #3a6ea580;border-radius:10px}.banner>.img{border-radius:0 200px;height:540px;width:calc(100% - 60px);margin:30px;overflow:hidden;background-image:url(/assets/HomeImg-BjjsO6-v.jpg);background-position:50% 20%;background-repeat:no-repeat;background-size:cover}.banner>.text{flex-basis:100%;padding:30px;margin:auto}.banner>.text>span{font-size:18px}@media only screen and (max-width: 768px){.banner{flex-direction:column}.banner>.img{border-radius:0 50px;margin:20px auto 0;height:290px}.banner>.text>h1{margin-top:0}.banner>.text{padding:20px}}.sep{margin:80px 20px;text-align:center}button.add-post{width:35%;height:60px;text-decoration:none;background-color:#4ea43f;font-size:30px;display:block;margin:5px auto}button.add-post:hover{background:#1c7a15}.add-link{text-decoration:none}button.show-gallery{width:35%;height:60px;text-decoration:none;background-color:#936842;font-size:30px;display:block;margin:5px auto}button.show-gallery:hover{background-color:#7a3e10}@media only screen and (max-width: 768px){button.add-post,button.show-gallery{width:75%;font-size:21px}}.account-page{max-width:600px;margin:4rem auto;padding:2rem 2.5rem;background:var(--card-bg, #fff);border-radius:1.5rem;box-shadow:0 4px 30px #00000014;transition:background .3s,box-shadow .3s;color:var(--text-color, #1e1e1e);font-family:Inter,system-ui,sans-serif}.account-page h1{font-size:1.8rem;margin-bottom:2rem;font-weight:600;text-align:center;color:var(--LightBlue, #2563eb)}.account-page form{display:flex;flex-direction:column;gap:1.25rem}.user-data{display:flex;flex-direction:column;gap:.35rem}.user-data label{font-size:.9rem;color:#555}.user-data input{padding:.75rem 1rem;border:1px solid #ddd;border-radius:.75rem;background:#f9f9f9;font-size:1rem;transition:all .2s}.user-data input:focus{outline:none;border-color:var(--LightBlue, #2563eb);background:#fff;box-shadow:0 0 0 3px #2563eb1a}.account-page button{margin-top:.5rem;border:none;border-radius:.75rem;background:var(--LightBlue, #2563eb);color:#fff;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s ease}.account-page button:hover{background:#1e4ed8;transform:translateY(-1px)}.account-page button:active{transform:scale(.98)}.account-page button.secondary{background:#f3f4f6;color:#111}.account-page button.secondary:hover{background:#e5e7eb}@media (max-width: 480px){.account-page{padding:1.5rem}.account-page h1{font-size:1.5rem}}/*!
 * 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}.post-main{display:flex;margin:0 20px 20px}.post-main>.content{width:70%;margin:10px;box-shadow:2px 2px 10px var(--DarkGray);border-radius:10px}.post-main>.right-posts{width:30%;padding:20px}.right-posts>*{margin-top:10px}.post-main>.right-posts>.post-info{max-height:300px}.post-main>div>p>img{max-height:600px;max-width:600px;border-radius:10px}@media only screen and (max-width: 990px){.post-main{flex-direction:column}.post-main>.content{margin:0 auto;width:100%}.post-main>.right-posts{margin:10px auto;width:100%;padding:0;flex-direction:row;flex-wrap:wrap}}@media (max-width: 880px){.post-main{margin:4px}.post-main>.content{width:unset;margin:4px;box-shadow:1px 1px 2px var(--DarkGray);border-radius:10px}}@media (max-width: 360px){.post-main{margin:4px}.post-main>.content{width:unset;margin:4px;box-shadow:1px 1px 2px var(--DarkGray);border-radius:10px}}.post-header{position:relative;max-width:800px;margin:3rem auto 2rem;padding:2rem 2.5rem;background:#ffffff4d;border-radius:1.25rem;box-shadow:0 4px 30px #0000000f;display:flex;flex-direction:column;gap:1.25rem;transition:background .3s ease,box-shadow .3s ease}.post-header-top{text-align:center}.post-header-title{font-size:2rem;font-weight:700;color:var(--text-color, #111827);line-height:1.3;margin-bottom:.5rem}.post-header-meta{font-size:.95rem;color:#535b69}.post-header-desc{text-align:center;color:#374151;font-size:1.05rem;line-height:1.6;max-width:90%;margin:0 auto}.post-header-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1rem}.likes{display:flex;align-items:center;gap:.8rem}.likes-count{font-size:1rem;font-weight:500;color:#ef4444}.admin-buttons{display:flex;gap:.75rem}.admin-buttons a{text-decoration:none}.post-header button{font-weight:500;padding:.6rem 1.1rem;border-radius:.75rem;transition:all .2s ease}.post-header button:hover{transform:translateY(-1px)}.post-header-bg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.25rem;background-size:cover;background-position:center;opacity:.4;filter:brightness(.7);z-index:-1}.likes-count{width:50px}@media (max-width: 880px){.header{margin-bottom:0}.post-header{border-radius:0;margin:0;padding:1.5rem;max-width:unset}.post-header-bg{border-radius:0}}@media (max-width: 420px){.post-header-actions{justify-content:space-around}}@media (max-width: 290px){.post-header{padding:10px}.post-header-title{font-size:1.55rem}.post-header-desc{font-size:.75rem}.post-header-desc{font-size:.95rem}.admin-buttons{justify-content:center}}@media (prefers-color-scheme: dark){.post-header{--card-bg: #1f2937}.post-header-title{--text-color: #f9fafb}.post-header-meta,.post-header-desc{color:#d1d5db}}.add-comment{display:flex;flex-wrap:wrap;flex-direction:column;margin:30px}.add-comment>h4{margin:10px}.add-comment>textarea{font-family:Lato;padding:10px;margin:0;width:60%;min-height:120px;resize:none}@media only screen and (max-width: 990px){.add-comment>textarea{width:calc(100% - 20px)}}.comment{margin:30px;padding:10px;box-shadow:0 2px 10px var(--Gray);border-radius:10px;width:60%}.comment>h3{margin-top:0}.comment>h5{margin:5px 0}.comment-content>textarea{font-family:Lato;padding:10px;width:calc(100% - 20px);margin:0;min-height:120px;resize:none}.comment>button{width:130px;margin:4px}.comment-content{padding:10px}.add-comment{width:60%}.add-comment>textarea{font-family:Lato;padding:10px;width:calc(100% - 20px);margin:0;min-height:120px;resize:none}.add-comment>button{margin:4px;width:100%}@media (max-width: 360px){.comment>button{width:80px;font-size:12px;margin:4px}}@media only screen and (max-width: 990px){.comment,.add-comment{margin:20px auto;width:85%}}.post-editor{display:flex;flex-direction:column;flex-wrap:wrap;padding:5px}.post-editor>input{margin-bottom:20px}.post-editor>.desc{height:200px}.post-editor>button{margin:20px auto;height:50px;width:250px}textarea{font-size:14px;border-radius:6px;line-height:1.5;margin:5px 5px 20px;padding:5px 10px;transition:box-shadow .1s ease-in,border .1s ease-in,background-color .1s ease-in;border:2px solid #dee1e2;color:#0e0e10;background:#dee1e2;display:block}textarea:hover{border-color:#ccc}textarea:focus{outline:none;border-color:var(--DarkBlue);background:#fff}.ql-editor img{max-width:600px!important;max-height:600px!important;border-radius:10px;margin:30px}.ql-font-comic-sans{font-family:Comic Sans MS;color:#000}.ql-font-courier-new{font-family:Courier New}.ql-font-georgia{font-family:Georgia}.ql-font-helvetica{font-family:Helvetica Neuevetica}.ql-font-lucida{font-family:Lucida Bright}@media only screen and (max-width: 768px){.ql-editor img{max-width:calc(100% - 20px)!important;max-height:600px!important;margin:10px}}.search-bar{width:100%;max-width:1100px;margin:0 auto 25px;display:flex;align-items:center;gap:14px;background:#fff;padding:14px 18px;border-radius:16px;box-shadow:0 4px 14px #00000014;box-sizing:border-box}.search-bar input{flex:1}.search-bar select{padding:10px 14px;border-radius:10px;background:#f3f3f3;border:1px solid #ddd;font-size:14px;cursor:pointer;transition:.25s ease;outline:none;box-sizing:border-box}.search-bar select:hover{background:#ececec}.search-bar select:focus{background:#fff;border-color:#4b6cb7;box-shadow:0 0 6px #4b6cb740}.search-bar p{margin:0;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:600;cursor:pointer;padding:10px 14px;border-radius:10px;background:#f5f5f5;transition:.25s ease}.search-bar p:hover{background:#e9e9e9}@media (max-width: 680px){.search-bar{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.search-bar p,.search-bar select{text-align:center}}.change-pass{margin:20px}.imgs-gallery{display:flex;flex-wrap:wrap;justify-content:center}.imgs-gallery>p{position:relative}.zdjęcia{text-align:center}.x{position:absolute;top:10px;right:10px;z-index:99;color:#8b0000;font-weight:700;font-size:30px;cursor:pointer;background-color:#fff9;border-radius:5px;text-align:center;line-height:30px;width:30px;height:30px;font-family:Verdana}.imgs-gallery>p>img{border-radius:4px;margin:auto 5px}.policy{font-family:Arial,sans-serif;margin:0;padding:0;line-height:1.6;color:#333}.policy>.container{width:80%;margin:20px auto;padding:20px;background:#f9f9f9;border:1px solid #ddd}policy>div>h1,h2,h3{color:#444}.center{text-align:center}:root{font-family:Lato;--DarkBlue: #004E98;--LightBlue: #3A6EA5;--DarkGray: #444444;--Gray: #C0C0C0;--LightGray: #EBEBEB;--Orange: #f3751f;--DarkOrange: #c7610e;--Red: #e04e4e;--Green: #9ee04e;max-width:1400px;margin:0 auto;padding:0}html,body{padding:0;margin:0}
