@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);.searchBar__container{flex-direction:column;margin:0 auto;max-width:400px}.searchBar__container,.searchBar__inputWrapper{align-items:center;display:flex;position:relative;width:100%}.searchBar__inputWrapper{background-color:#fff;border:1px solid #ccc;border-radius:1em;overflow:hidden;padding-right:2.5rem}.searchBar__input{background:#0000;border:none;flex:1 1;font-size:16px;outline:none;padding:10px 12px}.searchBar__clearIcon,.searchBar__icon{color:#555;cursor:pointer;font-size:16px;position:absolute;right:12px;top:12px;transition:transform .2s ease}.searchBar__clearIcon{right:35px}.searchBar__icon.active.shake{animation:shake .4s}@keyframes shake{0%{transform:rotate(0)}25%{transform:rotate(8deg)}50%{transform:rotate(-8deg)}75%{transform:rotate(4deg)}to{transform:rotate(0)}}.searchBar__results{animation:fadeIn .3s ease-in-out;background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 12px #0000001a;left:50%;max-height:300px;min-width:44em;overflow-y:auto;padding:1em;position:absolute;top:calc(100% + 8px);transform:translateX(-50%);z-index:100}.searchBar__item{border-radius:4px;color:#000;cursor:pointer;list-style:none;padding:8px 10px;transition:background-color .2s}.searchBar__item:hover{background-color:#f0f0f0}.searchBar__info{color:#666;font-size:14px;margin-top:10px;text-align:center}.searchBar__error{color:red;font-size:14px;margin-top:.5rem;text-align:center}@media only screen and (max-width:768px){.searchBar__container{max-width:8em}.searchBar__results{min-width:15em}}.navbar{align-items:center;background:#fff;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:10px 20px;position:sticky;top:0;z-index:1000}.navbar .brand-gradient{background:linear-gradient(90deg,#007bff,#00c6ff);-webkit-background-clip:text;color:#0000;cursor:pointer;font-size:1.4rem;font-weight:700}.navbar .hamburger{background:#0000;border:none;color:#333;cursor:pointer;font-size:1.4rem;margin-right:10px;transition:transform .2s ease}.navbar .hamburger:hover{transform:scale(1.1)}.navbar .navbar__center{display:flex;flex:1 1;justify-content:center}.navbar .navbar__right{position:relative}.navbar .navbar__right .navbar__avatar{border:2px solid #eee;border-radius:50%;cursor:pointer;height:36px;object-fit:cover;transition:all .2s ease;width:36px}.navbar .navbar__right .navbar__avatar:hover{border-color:#007bff}.navbar .navbar__right .navbar__icon-avatar,.navbar .navbar__right .navbar__loginIcon{color:#555;cursor:pointer;transition:color .2s ease}.navbar .navbar__right .navbar__icon-avatar:hover,.navbar .navbar__right .navbar__loginIcon:hover{color:#007bff}.navbar .navbar__right .navbar__dropdown{animation:fadeIn .2s ease;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;min-width:160px;overflow:hidden;position:absolute;right:0;top:110%}.navbar .navbar__right .navbar__dropdown div{align-items:center;cursor:pointer;display:flex;gap:8px;padding:10px 15px;transition:background .2s ease}.navbar .navbar__right .navbar__dropdown div:hover{background:#f7f7f7}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.navbar{padding:12px 8px}.hamburger{display:none}}.sidebar{animation:slideIn .3s ease-in-out;background-color:#fff;box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column;height:80vh;left:0;padding:1.5rem 1rem;position:fixed;width:260px;z-index:1000}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.sidebar__menu{display:flex;flex-direction:column;gap:1rem}.sidebar__link{border-radius:6px;color:#333;font-size:1.1rem;padding:.5rem .75rem;text-decoration:none;transition:background-color .2s}.sidebar__link:hover{background-color:#f1f5f9}.sidebar__divider{border:none;border-top:1px solid #ddd;margin:1.5rem 0}.sidebar__session{align-items:center;border-top:1px solid #eee;display:flex;flex-direction:column;gap:.75rem;margin-top:auto;padding-top:1rem}.sidebar__session .sidebar__user{color:#007bff;font-size:1.1rem;font-weight:700;text-align:center;word-break:break-word}.sidebar__session .sidebar__btn{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;max-width:200px;padding:.6rem 1.2rem;text-align:center;text-decoration:none;transition:background-color .2s;width:100%}.sidebar__session .sidebar__btn:hover{background-color:#3b82f6}.sidebar__session .sidebar__btn--secondary{background-color:#0000;border:1px solid #1e3a8a;color:#1e3a8a}.sidebar__session .sidebar__btn--secondary:hover{background-color:#e0ecff}@media(max-width:768px){.sidebar{display:none}}.bottom-bar{background:#fff;border-radius:40px;bottom:20px;box-shadow:0 4px 20px #0000001a;display:flex;gap:20px;left:50%;padding:10px 20px;position:fixed;transform:translateX(-50%);z-index:1000}.bottom-bar__item{align-items:center;border-radius:50%;color:#555;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .25s ease;width:44px}.bottom-bar__item:hover{background:#f4f4f4;transform:translateY(-2px)}.bottom-bar__item.active{background:#007bff;box-shadow:0 3px 10px #007bff66;color:#fff}.bottom-bar{display:none}@media(max-width:768px){.bottom-bar{display:flex}}.write-container{background-color:#f8fafc;display:flex;justify-content:center;min-height:100vh;padding:30px}.write-card{border-radius:16px;max-width:800px;overflow:hidden;width:100%}.write-heading{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#007bff,#00c6ff);-webkit-background-clip:text;font-weight:700}.write-img-container{display:flex;justify-content:center;margin-bottom:15px}.write-img-preview{border-radius:12px;box-shadow:0 4px 12px #00000014;max-height:300px;object-fit:cover;width:100%}.write-form{margin-top:10px}.note-text a{color:#007bff;text-decoration:none}.note-text a:hover{text-decoration:underline}.submit-btn-container{display:flex;justify-content:flex-end;margin-top:20px}@media (max-width:768px){.write-container{padding:0 1em 5em 1rem}}.singlePost{display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;padding:2rem 1rem}.singlePostWrapper{display:flex;flex-direction:column;max-width:800px;width:100%}.singlePostImg{border-radius:10px;height:auto;margin-bottom:1.5rem;max-height:400px;object-fit:cover;width:100%}.singlePostTitle{font-size:2rem;font-weight:700;margin-bottom:.75rem;position:relative;word-break:break-word}.singlePostEdit{display:flex;gap:1rem;position:absolute;right:0;top:0}.singlePostIcon{color:#6a1b9a;cursor:pointer;font-size:1.2rem;transition:color .3s ease}.singlePostIcon:hover{color:#4a148c}.singlePostInfo{color:#777;display:flex;flex-wrap:wrap;font-size:.9rem;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.singlePostAuthor .link{color:#6a1b9a;text-decoration:none}.singlePostDesc{color:#333;font-size:1.1rem;line-height:1.7}.singlePostDesc img{border-radius:8px;display:block;height:auto;margin:1rem 0;max-width:100%;width:-webkit-fill-available}.singlePostDesc h1,.singlePostDesc h2,.singlePostDesc h3{color:#4a148c;margin-top:1.5rem}.singlePostDesc code,.singlePostDesc pre{background-color:#f3f3f3;border-radius:6px;display:block;font-family:Courier New,Courier,monospace;margin-top:1rem;overflow-x:auto;padding:.5rem}.singlePostDescInput,.singlePostTitleInput{border:1px solid #ccc;border-radius:6px;font-size:1.1rem;margin-bottom:1rem;padding:.75rem 1rem;width:100%}.singlePostDescInput{min-height:200px;resize:vertical}.loaderWrapper{align-items:center;display:flex;height:50vh;justify-content:center}.error{color:#c62828;font-size:1.2rem;margin-top:3rem;text-align:center}.singlePostViews{color:#888;font-size:.9rem}@media only screen and (max-width:600px){.single{margin-bottom:2em;padding:1em}}.SignIn{align-items:center;background-color:#f5f5f5;box-sizing:border-box;display:flex;justify-content:center;min-height:80vh;overflow-x:hidden;width:100%}.SignIn_Heading{color:#1e3a8a;font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.SignIn_Content{flex-direction:row;flex-wrap:wrap;margin:1em;max-width:1200px;overflow-x:hidden;width:100%}.SignIn_Content,.SignIn_Content_Image{align-items:center;display:flex;justify-content:center}.SignIn_Content_Image{box-sizing:border-box;flex:1 1;max-width:50%;padding:1rem}.SignIn_Content_Image img{display:block;height:auto;max-width:100%;object-fit:contain}.SignIn_Content_FormContainer{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;box-sizing:border-box;flex:1 1;max-width:500px;padding:2rem;width:100%}.SignIn_Content_FormContainer_Form{display:flex;flex-direction:column;gap:1.2rem;margin:0 auto;max-width:350px;width:100%}.SignIn_Content_FormContainer_Form_Button{background-color:#1e3a8a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem;transition:background-color .3s ease}.SignIn_Content_FormContainer_Form_Button:hover{background-color:#3b82f6}.SignIn_Content_FormContainer_Form_Button:disabled{background-color:#9ca3af;cursor:not-allowed}.SignIn_Content_FormContainer_Form .google-login{display:flex;justify-content:center;margin-top:1rem}.SignIn_Content_FormContainer_Form_Footer{color:#333;font-size:.95rem;margin-top:1rem;text-align:center}.SignIn_Content_FormContainer_Form_Footer .signup-link{color:#1e3a8a;cursor:pointer;font-weight:600;margin-left:.25rem;text-decoration:underline}.SignIn_Content_FormContainer_Form_Footer .signup-link:hover{color:#3b82f6}.SignIn_Content_FormContainer_error{color:#ef4444;font-size:.85rem;font-weight:500;margin-top:-.5rem}@media(max-width:768px){.SignIn_Content{border-radius:1rem;flex-direction:column;margin:0 auto;width:90%}.SignIn_Content_Image{display:none}.SignIn_Content_FormContainer{padding:1.5rem}.SignIn_Heading{font-size:1.8rem}.SignIn_Content_FormContainer_Form_Button{font-size:.95rem}}.LabelledInput{display:flex;flex-direction:column;font-family:Inter,sans-serif;margin-bottom:1.2rem}.LabelledInput__Label{color:#1f2937;font-size:.9rem;font-weight:600;margin-bottom:.4rem}.LabelledInput__Input{background-color:#f9fafb;border:1.5px solid #d1d5db;border-radius:.5rem;color:#111827;font-size:.95rem;font-weight:400;padding:.6rem .75rem;transition:border-color .3s ease,background-color .3s ease}.LabelledInput__Input::placeholder{color:#9ca3af;font-size:.9rem}.LabelledInput__Input:focus{background-color:#eef2ff;border-color:#6366f1;outline:none}.LabelledInput__Input--Error{background-color:#fef2f2!important;border-color:#f87171!important}.LabelledInput__Input--Error::placeholder{color:#ef4444}.LabelledInput__Error{color:#dc2626;font-size:.8rem;font-weight:500;margin-top:.35rem}.LabelledInput__Input[type=number]::-webkit-inner-spin-button,.LabelledInput__Input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.LabelledInput__Input[type=number]{-moz-appearance:textfield}@media only screen and (max-width:600px){.LabelledInput__Input{font-size:.9rem;padding:.55rem}}.SignUp{align-items:center;background-color:#f5f5f5;box-sizing:border-box;display:flex;justify-content:center;min-height:80vh;overflow-x:hidden;width:100%}.SignUp_Heading{color:#1e3a8a;font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.SignUp_Content{flex-direction:row;flex-wrap:wrap;margin:1em;max-width:1200px;overflow-x:hidden;width:100%}.SignUp_Content,.SignUp_Content_Image{align-items:center;display:flex;justify-content:center}.SignUp_Content_Image{box-sizing:border-box;flex:1 1;max-width:50%;padding:1rem}.SignUp_Content_Image img{display:block;height:auto;max-width:100%;object-fit:contain}.SignUp_Content_FormContainer{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;box-sizing:border-box;flex:1 1;max-width:500px;padding:2rem;width:100%}.SignUp_Content_FormContainer_Form{display:flex;flex-direction:column;gap:1.2rem;margin:0 auto;max-width:350px;width:100%}.SignUp_Content_FormContainer_Form_Button{background-color:#1e3a8a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem;transition:background-color .3s ease}.SignUp_Content_FormContainer_Form_Button:hover{background-color:#3b82f6}.SignUp_Content_FormContainer_Form_Button:disabled{background-color:#9ca3af;cursor:not-allowed}.SignUp_Content_FormContainer_Form .google-login{display:flex;justify-content:center;margin-top:1rem}.SignUp_Content_FormContainer_Form_Footer{color:#333;font-size:.95rem;margin-top:1rem;text-align:center}.SignUp_Content_FormContainer_Form_Footer .signup-link{color:#1e3a8a;cursor:pointer;font-weight:600;margin-left:.25rem;text-decoration:underline}.SignUp_Content_FormContainer_Form_Footer .signup-link:hover{color:#3b82f6}.SignUp_Content_FormContainer_error{color:#ef4444;font-size:.85rem;font-weight:500;margin-top:-.5rem}@media(max-width:768px){.SignUp_Content{border-radius:1rem;flex-direction:column;margin:0 auto;width:90%}.SignUp_Content_Image{display:none}.SignUp_Content_FormContainer{padding:1.5rem}.SignUp_Heading{font-size:1.8rem}.SignUp_Content_FormContainer_Form_Button{font-size:.95rem}}.About{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;color:#333;line-height:1.6;margin:auto;max-width:900px;padding:1.5rem}.About_Heading{color:#1e3a8a;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.About_Subheading,.About__Subheading{color:#2563eb;font-size:1.6rem;font-weight:600;margin:1.5rem 0 .5rem}.About_Text,.About__Text{color:#444;font-size:1rem;margin-bottom:1rem}.About_Text strong,.About__Text strong{color:#1e40af}.About_Links{list-style:none;margin:1rem 0 2rem;padding:0}.About_Links li{margin:.5rem 0}.About_Links li a{align-items:center;color:#2563eb;display:inline-flex;font-weight:500;gap:.5rem;text-decoration:none;transition:color .2s ease}.About_Links li a:hover{color:#1d4ed8}.About_Links li a svg{font-size:1.2rem}@media(max-width:768px){.About{padding:0 1em 5em 1rem}.About_Heading{font-size:2rem}.About_Subheading{font-size:1.4rem}}.CopyText{cursor:pointer;transition:background .2s ease,transform .1s ease}.CopyText:hover{transform:scale(1.01)}.CopyText__Content{position:relative}.CopyText__Content__Box{align-items:center;display:flex;justify-content:flex-end;margin-bottom:.5rem}.CopyText__Content__Box__Title{filter:invert(1);height:18px;opacity:.7;transition:opacity .2s ease;width:18px}.CopyText__Content__Box__Title:hover{opacity:1}.CopyText__Content__Box__Copied{animation:fadeInOut 1s ease;color:#10b981;font-size:.85rem;margin-left:8px}.CopyText__Code{color:#f9fafb;font-family:monospace;font-size:.9rem;overflow-x:auto;white-space:pre-wrap}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-3px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-3px)}}@media(max-width:600px){.CopyText{padding:.8rem}.CopyText__Heading{font-size:1rem}.CopyText__Code{font-size:.85rem}}.MarkDown{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;font-family:Segoe UI,sans-serif;margin:auto;max-width:900px;padding:1.5rem}.MarkDown__Heading{color:#1e3a8a;font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.MarkDown hr{border:none;border-top:2px solid #e5e7eb;margin:.5rem auto 1rem;width:50%}.MarkDown__Desc{color:#555;font-size:1rem;margin-bottom:2rem;text-align:center}.CopyText{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:1rem;transition:background .2s ease}.CopyText:hover{background:#f3f4f6}.CopyText__Heading{color:#2563eb;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.CopyText__Content{background:#1f2937;border-radius:6px;color:#f9fafb;font-family:monospace;font-size:.9rem;overflow-x:auto;padding:.8rem}.CopyText__Button{background:#2563eb;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.85rem;margin-top:.5rem;padding:.4rem .8rem;transition:background .2s ease}.CopyText__Button:hover{background:#1d4ed8}@media(max-width:768px){.MarkDown{padding:0 1em 5em 1rem}.MarkDown__Heading{font-size:1.6rem}}.LandingPage_Container{background:linear-gradient(90deg,#f5f5f5,#fff);box-sizing:border-box;min-height:100vh;overflow-x:hidden;position:relative;width:100%}.LandingPage_FloatingShape{animation:float 6s ease-in-out infinite;background-color:#1e3a8a;border-radius:50%;height:100px;opacity:.1;position:absolute;width:100px}.LandingPage_FloatingShape.shape1{left:5%;top:10%}.LandingPage_FloatingShape.shape2{bottom:10%;right:5%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.LandingPage_Hero{align-items:center;display:flex;justify-content:center;padding:4rem 0}.LandingPage_Hero_Content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;max-width:1200px;width:100%}.LandingPage_Hero_Text{flex:1 1;min-width:300px}.LandingPage_Hero_Text h2{color:#1e3a8a;font-size:2.8rem;font-weight:700;margin-bottom:1rem}.LandingPage_Hero_Text p{color:#333;font-size:1.2rem;margin-bottom:1.5rem}.LandingPage_Hero_Button{background-color:#1e3a8a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.LandingPage_Hero_Button:hover{background-color:#3b82f6}.LandingPage_Hero_Illustration{align-items:center;display:flex;flex:1 1;justify-content:center;min-width:300px}.LandingPage_Hero_SVG{height:auto;max-width:500px;width:100%}.LandingPage_Section_Heading{color:#1e3a8a;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.LandingPage_Features{background-color:#f9f9f9;margin:0 6em;padding:3rem 1rem}.LandingPage_Features_Grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.LandingPage_Feature_Item{background-color:#fff;border-radius:10px;box-shadow:0 0 8px #0000000d;padding:1.5rem;transition:transform .3s ease}.LandingPage_Feature_Item h4{color:#1e3a8a;font-size:1.2rem;margin-bottom:.8rem}.LandingPage_Feature_Item p{color:#555;font-size:1rem;line-height:1.5}.LandingPage_Feature_Item:hover{transform:translateY(-5px)}.LandingPage_About{margin:0 auto;max-width:800px;padding:4rem 1rem;text-align:center}.LandingPage_About_Text{color:#444;font-size:1.1rem;line-height:1.6}.LandingPage_Footer{background-color:#1e3a8a;color:#fff;font-size:.95rem;padding:1.5rem;text-align:center}@media screen and (max-width:768px){.LandingPage_Container{padding:0 1em 5em 1rem}.LandingPage_Hero_Text{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:300px}.LandingPage_Footer{display:none}.LandingPage_Features{margin:0}}.posts{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;width:100%}.posts>div{margin-bottom:2em;max-width:600px;width:100%}.text{color:#333;font-size:1.5rem;margin-bottom:5em;text-align:center}.CardShimmer{align-items:center;display:flex;flex-direction:column;gap:1.5em;padding:2em}.CardShimmer>*{max-width:600px;width:100%}.postsButton{background-color:#00ff6e;border:none;border-radius:5px;color:#333;cursor:pointer;font-size:1.2em;font-weight:600;height:-moz-fit-content;height:fit-content;margin-top:8em;padding:1em 2em;transition:all .3s ease;width:max-content}@media (max-width:768px){.CardShimmer,.posts{padding:0 1em 5em 1rem}}.latestLabel{color:#6495ed;font-family:Roboto,sans-serif;font-style:italic;margin-left:2em;transform:rotate(-16deg);transform-origin:left}.firstPost{animation:glowingBorder 3s infinite alternate}.firstPost .latestLabel{background-color:#3498db;border-radius:5px;box-shadow:0 2px 5px #0000001a;color:#fff;font-size:12px;font-weight:700;left:-10px;padding:5px 10px;position:absolute;top:-10px}@keyframes glowingBorder{0%{border-color:#db3498;box-shadow:0 0 5px #3498db66}50%{border-color:#1abc9c;box-shadow:0 0 15px #1abc9cb3}to{border-color:#db3498;box-shadow:0 0 10px #3498db99}}.post{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;padding:1em;transition:transform .3s ease,box-shadow .3s ease}.post:hover{box-shadow:0 8px 16px #0003;transform:translateY(-5px)}.post_Content{display:flex;flex:3 1;flex-direction:column;justify-content:space-between;padding-right:1em;width:0}.post_Content_Author{color:brown;font-weight:600;margin-bottom:.5em}.post_Content_Title{color:#333;font-family:Montserrat,sans-serif;font-size:1.6em;font-weight:700;margin-bottom:.5em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post_Content_Info{color:#888;display:flex;font-size:14px;justify-content:space-between;margin-top:8px}.post_Content_Info_Views{align-items:center;display:flex;margin-left:12px}.post_Content_Info_Date{color:#777;font-family:Roboto,sans-serif;font-size:14px;font-style:italic;margin-bottom:.5em}.post_Content_Desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#555;display:-webkit-box;font-family:Merriweather,serif;font-size:15px;line-height:1.6em;overflow:hidden;text-overflow:ellipsis}.post_Img{align-self:center;border:1px solid #000;border-radius:10px;border-radius:1em;flex:1 1;height:11em;object-fit:cover;width:14em}@media only screen and (max-width:600px){.post{height:10em;width:20em}.post_Img{height:4em;width:5em}.post_Content_Author{font-size:.8em}.post_Content_Title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.2em;overflow:hidden}.post_Content_Info{margin:0}.post_Content_Info_Date{font-size:11px}.post_Content_Desc{font-size:11px;line-height:1.2em}}.home{align-items:flex-start;display:flex;gap:20px;padding:20px}.home__content{flex:3 1}.home__sidebar{align-self:flex-start;flex:1 1;height:-moz-fit-content;height:fit-content;position:sticky;top:7em}@media(max-width:768px){.home__sidebar{display:none}}.end-text{padding-bottom:1em;text-align:center}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-box{animation:shimmer 1.5s linear infinite;background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8,#e0e0e0 40px,#f6f7f8 80px);background-size:600px 100%;border-radius:4px}.PostSkeleton{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;margin:0 20px 40px 25px;padding:1em;width:50em}.PostSkeleton_Content{display:flex;flex:3 1;flex-direction:column;justify-content:space-between;padding-right:1em}.PostSkeleton_Content_Author{height:20px;margin-bottom:1em;width:120px}.PostSkeleton_Content_Title{height:25px;margin-bottom:1em;width:80%}.PostSkeleton_Content_Info_Date{height:14px;margin-bottom:1em;width:100px}.PostSkeleton_Content_Desc{height:40px;margin-bottom:1em;width:100%}.PostSkeleton_Img{align-self:center;border-radius:1em;flex:1 1;height:11em;width:14em}@media only screen and (max-width:600px){.PostSkeleton{height:7em;width:15em}.PostSkeleton_Img{height:4em;width:5em}.PostSkeleton_Content_Author,.PostSkeleton_Content_Desc,.PostSkeleton_Content_Info_Date,.PostSkeleton_Content_Title{height:12px;margin-bottom:.5em}}.top-view{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000001a;max-width:300px;padding:1rem;position:sticky;top:80px}.top-view h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.top-view .top-card{display:flex;flex-direction:column;gap:.5rem;text-decoration:none}.top-view .top-card img{border-radius:8px;height:auto;width:100%}.top-view .top-card .top-details h4{font-size:1rem;margin:0}.top-view .top-card .top-details span{color:#ff5722;font-weight:700}.top-view .top-card .top-details .date{color:gray;font-size:.85rem}.error-container{align-items:center;background-color:#f7f7f7;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}.error-container h1{font-size:3rem;margin-bottom:1rem}.error-container p{font-size:1.2rem;margin-bottom:2rem}.error-container .home-button{background-color:#007bff;border-radius:4px;color:#fff;font-size:1rem;padding:10px 20px;text-decoration:none;transition:background .3s ease}.error-container .home-button:hover{background-color:#0056b3}.profile-view p{align-items:center;display:flex;gap:.4rem;justify-content:center}.profile{background-color:#fff;border-radius:12px;box-shadow:0 0 10px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:900px;padding:1rem}.profile .profile-icon,.profile .profile-photo,.profile .profile-photo-preview{border-radius:50%;display:block;height:180px;margin:0 auto 1rem;object-fit:cover;width:180px}.profile .profile-icon{align-items:center;background:#f0f0f0;color:#ccc;display:flex;font-size:6rem;justify-content:center}.profile .profile-edit,.profile .profile-view{align-items:center;display:flex;flex-direction:column;gap:1rem}.profile .profile-edit h2,.profile .profile-view h2{color:#333;font-size:1.8rem;margin-bottom:.5rem;text-align:center}.profile .profile-edit p,.profile .profile-view p{word-wrap:break-word;color:#555;font-size:1rem;line-height:1.5;max-width:600px;text-align:center}.profile .profile-edit a,.profile .profile-view a{color:#06f;text-decoration:none;word-break:break-all}.profile .profile-edit a:hover,.profile .profile-view a:hover{text-decoration:underline}.profile .profile-edit button,.profile .profile-view button{background-color:#06f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.6rem 1.2rem;transition:background-color .3s ease}.profile .profile-edit button:hover,.profile .profile-view button:hover{background-color:#004ec2}.profile form{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:600px;width:100%}.profile form label{color:#333;font-weight:600}.profile form input,.profile form textarea{border:1px solid #ccc;border-radius:6px;font-size:1rem;outline:none;padding:.6rem;transition:border .3s ease}.profile form input:focus,.profile form textarea:focus{border-color:#06f}.profile form textarea{resize:vertical}.profile form .button-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.profile form .button-container button[type=submit]{background-color:#28a745}.profile form .button-container button[type=submit]:hover{background-color:#1e7e34}.profile form .button-container button[type=button]{background-color:#dc3545}.profile form .button-container button[type=button]:hover{background-color:#b02a37}.profile form .success{color:#28a745;font-weight:700;text-align:center}.profile form .error{color:#dc3545;font-weight:700;text-align:center}@media(max-width:768px){.profile{padding:1rem}.profile .profile-icon,.profile .profile-photo,.profile .profile-photo-preview{height:140px;width:140px}.profile form .button-container{flex-direction:column;gap:.5rem}.profile form .button-container button{width:100%}}.dashboard{margin:auto;max-width:1200px;padding:2rem}.dashboard h2{font-size:1.8rem;margin-bottom:1rem;text-align:center}.dashboard .error{color:red;text-align:center}.dashboard .dashboard__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:1rem}.dashboard .dashboard__card{background-color:#f9f9f9;border-radius:10px;box-shadow:0 2px 6px #0000001a;padding:1rem 1.2rem;transition:transform .2s ease}.dashboard .dashboard__card:hover{transform:translateY(-4px)}.dashboard .dashboard__card .dashboard__title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard .dashboard__card .dashboard__date,.dashboard .dashboard__card .dashboard__views{color:#555;font-size:.9rem;margin:.2rem 0}
/*# sourceMappingURL=main.27bf959a.css.map*/