@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap";.menu-button{background-color:#1e1e1e;color:#6bbf5b;width:100%;height:auto;padding:.75rem 1rem;font-size:1rem;font-weight:800;font-family:Anton,sans-serif;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:grid;place-content:center;box-sizing:border-box;transition:all .2s ease}.menu-button:hover,.menu-button:focus{background-color:#383838;transform:scale(1.02)}.menu-button:active{transform:scale(.98)}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--sidebar-width: 280px}html{box-sizing:border-box;overflow-x:hidden}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;min-height:100dvh;width:100%;overflow-x:hidden;font-family:Anton,sans-serif;color:#fff;background-color:#1e1e1e;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;display:flex;flex-direction:column}.app-container{min-height:100dvh;display:flex;flex-direction:column;background-color:#1e1e1e}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}@media(min-width:1024px){body{font-family:Poppins,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Anton,sans-serif}}ul,ol,li{list-style:none;margin:0;padding:0}.header-container{display:flex!important;align-items:center;justify-content:space-between;background-color:#000;height:75px;padding:0 1.5rem;border-bottom:1px solid rgba(107,191,91,.3);position:sticky;top:0;z-index:1100;width:100%;box-sizing:border-box}.header-left{flex:1;display:flex;align-items:center}.header-center{display:none;justify-content:center;align-items:center;gap:1.5rem;flex:2}@media(min-width:1024px){.header-center{display:flex}}.header-center .header-link{color:#6bbf5b;text-decoration:none;font-size:.85rem;font-weight:600;text-transform:uppercase;transition:color .2s}.header-center .header-link:hover{color:#b3ffb3}.header-center .header-link.active{border-bottom:2px solid #6BBF5B}.header-center .desktop-nav-image{height:35px;width:auto;margin-right:1rem}.header-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:1rem}.header-logo-text{font-family:Anton,sans-serif;color:#6bbf5b;text-decoration:none;font-size:1.4rem;font-weight:700;white-space:nowrap}@media(max-width:1024px){.header-logo-text{display:none}}.header-login-btn{background:#6bbf5b;color:#000!important;padding:.5rem 1.2rem;border-radius:6px;font-weight:700;text-decoration:none;font-size:.85rem;transition:transform .2s}.header-login-btn:hover{transform:scale(1.05)}.header-user-pill{display:flex;align-items:center;gap:.6rem;background:#ffffff14;padding:.3rem .6rem;border-radius:50px;border:1px solid rgba(107,191,91,.2)}.header-user-pill .header-avatar-box{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#6bbf5b;display:flex;align-items:center;justify-content:center}.header-user-pill .header-avatar-box img{width:100%;height:100%;object-fit:cover}.header-user-pill .header-avatar-box .avatar-letter{color:#000;font-weight:700;font-size:.9rem}.header-user-pill .header-username{color:#fff;font-size:.8rem;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:600px){.header-user-pill .header-username{display:none}}.header-user-pill .header-logout-btn{background:#ff4757;color:#fff;border:none;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;cursor:pointer}.header-hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;background:#000;border:2px solid #6BBF5B;border-radius:8px;cursor:pointer}@media(min-width:1024px){.header-hamburger{display:none}}.header-hamburger span{display:block;width:20px;height:2px;background:#6bbf5b;transition:all .3s ease}.header-hamburger.active{border-color:#ff4757}.header-hamburger.active span{background:#ff4757}.header-hamburger.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.header-hamburger.active span:nth-child(2){opacity:0}.header-hamburger.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}:global .post-card{display:flex;flex-direction:row;gap:1rem;background-color:#2a2a2a;border:1px solid #444;border-radius:12px;padding:1rem;transition:transform .2s ease,border-color .2s ease;height:100%}:global .post-card:hover{border-color:#6bbf5b;transform:translateY(-3px)}:global .card-image-link{flex-shrink:0}:global .card-image,:global .image-placeholder{width:80px;height:80px;object-fit:cover;border-radius:8px;background-color:#1a1a1a;display:block}:global .card-content{display:flex;flex-direction:column;justify-content:flex-start;flex:1;min-width:0}:global .card-title-link{text-decoration:none;margin-bottom:.5rem}:global .card-title-link h2{font-size:1.15rem;margin:0;color:#6bbf5b;line-height:1.3;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:global .card-title-link:hover h2{color:#9dd492}:global .card-content p{font-size:.9rem;color:#ccc;margin:0;line-height:1.5;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}:global .card-content time{font-size:.75rem;color:#777;margin-top:.75rem;text-transform:uppercase;font-weight:700}@media(min-width:768px){:global .post-card{flex-direction:column;padding:0;overflow:hidden}:global .card-image,:global .image-placeholder{width:100%;height:auto;aspect-ratio:16/10;border-radius:12px 12px 0 0}:global .card-content{padding:1.25rem}:global .card-title-link h2{font-size:1.4rem;-webkit-line-clamp:2}:global .card-content p{font-size:.95rem;-webkit-line-clamp:3}}.blog-post-container{max-width:1400px;margin:0 auto;padding:3rem 2rem;min-height:80vh}.post-detail-layout{display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.post-detail-layout{flex-direction:row;align-items:flex-start;gap:5rem}}.post-visual-side{width:100%}@media(min-width:1024px){.post-visual-side{flex:1.8;position:sticky;top:100px}}.post-visual-side .navigation-wrapper-simple{margin-top:2rem;width:100%}.post-visual-side .visit-button-full{display:block;width:100%;background-color:#6bbf5b;color:#121212;text-align:center;padding:1.2rem;border-radius:12px;font-weight:900;text-decoration:none;font-size:1.1rem;letter-spacing:1px;transition:all .3s ease;box-shadow:0 4px 20px #6bbf5b33}.post-visual-side .visit-button-full:hover{transform:translateY(-3px);box-shadow:0 8px 25px #6bbf5b66}.post-info-side{width:100%}@media(min-width:1024px){.post-info-side{flex:1;min-width:350px}}.post-info-side .post-header{margin-bottom:2rem}.post-info-side .post-header .post-title{font-family:Anton,sans-serif;font-size:3rem;color:#fff;line-height:1.1;margin-bottom:.5rem}.post-info-side .post-header .post-date{color:#6bbf5b;font-weight:700;font-size:.9rem}.post-description-lead{font-size:1.2rem;color:#6bbf5b;line-height:1.6;margin-bottom:2.5rem;font-style:italic;padding-left:1rem;border-left:3px solid #6BBF5B}.post-main-content{color:#e0e0e0;line-height:1.8;font-size:1.1rem}.post-main-content h3{color:#fff;font-family:Anton,sans-serif;font-size:1.8rem;margin:2.5rem 0 1rem}.post-main-content p{margin-bottom:1.5rem}.tags-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #222}.tags-container-flex{display:flex;flex-wrap:wrap;gap:.6rem}.tag-pill{color:#888;background:#1a1a1a;border:1px solid #333;padding:.4rem .8rem;border-radius:6px;font-size:.7rem;font-weight:700;text-decoration:none}.tag-pill:hover{border-color:#6bbf5b;color:#fff}.admin-layout{display:flex;min-height:100vh;background-color:#080808;color:#fff;font-family:Poppins,sans-serif}.admin-sidebar{width:280px;background-color:#111;border-right:1px solid #222;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;padding:2rem 1rem;z-index:100}.admin-sidebar .admin-brand{color:#6bbf5b;font-family:Anton,sans-serif;margin-bottom:3rem;text-align:center;font-size:1.5rem}.admin-nav{flex:1;display:flex;flex-direction:column;gap:.5rem}.admin-nav .admin-nav-link{color:#888;text-decoration:none;padding:.8rem 1rem;border-radius:10px;font-weight:500;transition:all .2s ease}.admin-nav .admin-nav-link:hover,.admin-nav .admin-nav-link.active{background:#6bbf5b1a;color:#6bbf5b}.admin-nav .admin-nav-link.super{border:1px dashed gold;margin-top:1rem}.admin-logout-btn{width:100%;padding:.8rem;background:transparent;border:1px solid #ff4757;color:#ff4757;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s}.admin-logout-btn:hover{background:#ff4757;color:#fff}.admin-main{flex:1;padding:4rem;overflow-x:hidden}.admin-main h1{font-family:Anton,sans-serif;margin-bottom:2rem;font-size:2.5rem}.admin-main h1 span{color:#6bbf5b}.table-container{background:#111;border-radius:12px;border:1px solid #222;overflow:hidden;margin:1.5rem 0}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:1rem;text-align:left;border-bottom:1px solid #222}.admin-table th{background:#1a1a1a;color:#6bbf5b;font-size:.8rem;text-transform:uppercase;font-weight:700}.admin-table tr:hover{background:#ffffff05}.admin-table .td-img img{width:60px;height:40px;object-fit:cover;border-radius:4px}.admin-table .td-title-info{display:flex;flex-direction:column;gap:4px}.admin-table .td-title-info code{font-size:.7rem;color:#666}.admin-table .mini-tag{background:#222;color:#888;padding:2px 8px;border-radius:4px;font-size:.7rem;margin-right:4px;border:1px solid #333}.admin-table .td-empty{text-align:center;padding:4rem!important;color:#555;font-style:italic}.admin-table-tools{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.admin-table-tools .search-input-wrapper{position:relative;flex:1;max-width:450px}.admin-table-tools .search-input-wrapper .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);opacity:.4}.admin-table-tools .search-input-wrapper input{width:100%;padding:.8rem 1rem .8rem 2.8rem;background:#161616;border:1px solid #333;border-radius:50px;color:#fff}.admin-table-tools .search-input-wrapper input:focus{border-color:#6bbf5b;outline:none}.pill{font-size:.65rem;font-weight:800;padding:3px 8px;border-radius:4px}.pill.primary{background:#6bbf5b;color:#000}.pill.secondary{background:#333;color:#aaa}.admin-actions{display:flex;gap:.5rem}.admin-actions button,.admin-actions .admin-btn-edit{padding:.5rem 1rem;border-radius:6px;font-size:.75rem;cursor:pointer;background:#222;color:#fff;border:1px solid #333;text-decoration:none}.admin-actions button.danger,.admin-actions .admin-btn-edit.danger{color:#ff4757}.admin-actions button.danger:hover,.admin-actions .admin-btn-edit.danger:hover{background:#ff4757;color:#fff}.admin-actions button.save,.admin-actions .admin-btn-edit.save{background:#6bbf5b;color:#000;border:none;font-weight:700}.admin-actions button:hover,.admin-actions .admin-btn-edit:hover{background:#333}.admin-btn-primary{background:#6bbf5b;color:#000;padding:.8rem 1.5rem;border-radius:8px;font-weight:700;text-decoration:none;font-size:.9rem}.admin-btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px)}.admin-pagination .pagination-btn{background:#1a1a1a;border:1px solid #333;color:#fff;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer}.admin-pagination .pagination-btn:disabled{opacity:.3;cursor:not-allowed}.admin-pagination .page-indicator{color:#666}.admin-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.admin-card{background:#161616;border:1px solid #222;padding:2.5rem;border-radius:20px;text-decoration:none;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease}.admin-card .admin-card-icon{font-size:2.5rem;background:#000;padding:1rem;border-radius:12px}.admin-card h3{color:#fff;margin:0 0 5px;font-size:1.3rem}.admin-card p{color:#666;font-size:.85rem;margin:0}.admin-card:hover{border-color:#6bbf5b;transform:translateY(-5px);background:#1c1c1c}.admin-login-page{height:100vh;display:flex;align-items:center;justify-content:center;background:#000}.admin-login-page .admin-login-form{background:#111;padding:3.5rem;border-radius:20px;border:1px solid #6BBF5B;width:100%;max-width:420px;text-align:center}.admin-login-page .admin-login-form h1{font-family:Anton,sans-serif;margin-bottom:.5rem}.admin-login-page .admin-login-form p.subtitle{color:#666;margin-bottom:2.5rem;font-size:.9rem}.admin-login-page .admin-login-form input{width:100%;padding:1rem;margin-bottom:1.2rem;background:#1a1a1a;border:1px solid #333;color:#fff;border-radius:10px;box-sizing:border-box}.admin-login-page .admin-login-form input:focus{border-color:#6bbf5b;outline:none}.admin-login-btn{width:100%;padding:1rem;background-color:#6bbf5b!important;color:#000!important;border:none;border-radius:10px;font-weight:800;cursor:pointer;text-transform:uppercase;letter-spacing:1px}.admin-login-btn:disabled{opacity:.5;background-color:#444!important;cursor:not-allowed}.admin-entry-form{background:#111;padding:2.5rem;border-radius:20px;border:1px solid #222}.admin-entry-form .form-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem}@media(max-width:992px){.admin-entry-form .form-grid{grid-template-columns:1fr}}.admin-entry-form label{display:block;color:#6bbf5b;font-weight:700;margin:1.5rem 0 .5rem;font-size:.85rem}.admin-entry-form input[type=text],.admin-entry-form input[type=url],.admin-entry-form textarea{width:100%;padding:.9rem;background:#1a1a1a;border:1px solid #333;color:#fff;border-radius:10px;font-family:inherit}.admin-entry-form input[type=text]:focus,.admin-entry-form input[type=url]:focus,.admin-entry-form textarea:focus{border-color:#6bbf5b;outline:none}.admin-entry-form .content-editor{height:400px;font-family:Courier New,Courier,monospace;font-size:.95rem}.admin-entry-form .categories-selector{background:#000;padding:1.2rem;border-radius:12px;border:1px solid #222;max-height:250px;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.admin-entry-form .categories-selector .cat-checkbox{margin:0;font-size:.8rem;color:#888;display:flex;align-items:center;gap:8px}.admin-error-msg{background:#ff47571a;color:#ff4757;padding:.8rem;border-radius:8px;font-size:.85rem;text-align:center}.tag-create-form .form-row{display:flex;gap:1rem}@media(max-width:600px){.tag-create-form .form-row{flex-direction:column}}.editing-row{background:#6bbf5b0d!important}.editing-row input,.editing-row select{background:#000;border:1px solid #6BBF5B;color:#fff;padding:5px;border-radius:4px}.admin-pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin:2rem 0}.admin-pagination .pagination-btn{background:#222!important;border:1px solid #444!important;color:#fff!important;padding:.6rem 1.2rem!important;border-radius:8px!important;cursor:pointer;font-weight:700;font-size:.85rem;transition:all .2s}.admin-pagination .pagination-btn:hover:not(:disabled){border-color:#6bbf5b!important;background:#333!important}.admin-pagination .pagination-btn:disabled{opacity:.2;cursor:not-allowed}.admin-pagination .page-indicator{color:#888;font-size:.9rem}.admin-pagination .page-indicator span{color:#6bbf5b;font-weight:700}.search-input-wrapper{background:#111;border:1px solid #333;border-radius:50px;display:flex;align-items:center;padding:.2rem 1rem}.search-input-wrapper input{background:transparent!important;border:none!important;color:#fff;padding:.7rem;width:100%;outline:none}.welcome-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;width:100%;max-width:800px;margin:0 auto}.welcome-content .main-logo{width:100%;max-width:300px;height:auto;margin-bottom:2rem}.welcome-content #initial-message{font-family:Poppins,sans-serif;font-size:1.25rem;color:#e0e0e0;margin-bottom:3rem;line-height:1.6;max-width:500px;border-left:3px solid #6BBF5B;padding-left:1rem}@media(min-width:992px){.welcome-content{padding:6rem 2rem}.welcome-content #initial-message{font-size:1.5rem}}.loading-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;opacity:.6;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.4}50%{opacity:.7}to{opacity:.4}}.logo-container{display:flex;justify-content:center;width:100%}.logo{width:180px;height:auto;margin-top:1.2rem;object-fit:contain}@media(min-width:768px){.logo{width:260px;margin-top:1rem}}.main-footer{background-color:#6bbf5b;width:100%;padding:1rem;color:#1e1e1e;font-size:.85rem;box-sizing:border-box;font-weight:600;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-column{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.social-icons{display:flex;gap:.75rem}.social-icons a{display:flex;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;background-color:#1e1e1e;color:#fff;border-radius:50%;transition:transform .2s ease-in-out}.social-icons a:hover{transform:scale(1.1)}.social-handle,.footer-info a,.footer-info p{color:#1e1e1e;text-decoration:none;font-size:.85rem}.footer-info a:hover,.social-handle:hover{text-decoration:underline}.copyright{font-size:.8rem;opacity:.9;margin:0}.footer-support p{margin:0 0 .5rem;font-size:.85rem}.support-button{background-color:#1e1e1e;color:#fff;padding:.6rem 1.2rem;border-radius:4px;font-weight:700;text-decoration:none;text-transform:uppercase;font-size:.85rem;transition:background-color .2s ease}.support-button:hover{background-color:#4d4d4d}@media(min-width:769px){.main-footer{flex-direction:row;justify-content:space-around;align-items:center;padding:1rem 2rem;min-height:7vh;font-size:1rem;gap:0}.footer-social{align-items:flex-start}}.main-footer{flex-direction:row;align-items:center;justify-content:space-between;padding:.6rem 1rem;gap:0}.footer-desktop-only{display:none}.footer-copyright-mobile{font-size:.75rem;color:#1e1e1e;margin:0;opacity:.8}@media(min-width:769px){.main-footer{flex-direction:row;justify-content:space-around;align-items:center;padding:1rem 2rem;min-height:7vh;gap:0}.footer-desktop-only{display:contents}.footer-copyright-mobile{display:none}}.sidebar{position:fixed;top:0;left:0;width:280px;height:100dvh;background-color:#6bbf5b;z-index:2000;display:flex;flex-direction:column;padding:1.5rem;transform:translate(-100%);transition:transform .3s ease-in-out;box-shadow:10px 0 30px #00000080;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box}.sidebar::-webkit-scrollbar{display:none}.sidebar{transform:translate(-100%)}.sidebar.is-open{transform:translate(0)}.close-button{align-self:flex-end;background-color:#ff4757;border:none;color:#fff;font-size:1.2rem;cursor:pointer;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;flex-shrink:0;transition:background-color .2s ease,transform .2s ease}.close-button:hover{background-color:#c0392b;transform:scale(1.1)}.sidebar-nav{flex:1}.sidebar-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.sidebar-nav li{padding:0;margin:0;width:100%}.sidebar-nav ul,.sidebar-nav li{list-style:none!important;padding:0;margin:0}.sidebar .menu-button{width:100%;height:auto;padding:.9rem 1rem;font-size:1rem;border-radius:10px;background-color:#1e1e1e;color:#fff;border:1px solid rgba(255,255,255,.1)}.sidebar .menu-button:hover{filter:brightness(1.2);transform:scale(1.01)}.sidebar .menu-button.profile-link-highlight{background-color:#333;border:2px solid white;color:#6bbf5b}.sidebar .menu-button.login-link-highlight{background-color:#6bbf5b;color:#000}.sidebar-footer{padding-top:1.5rem;margin-top:auto;border-top:1px solid rgba(0,0,0,.15);display:flex;flex-direction:column;align-items:center;gap:.75rem}.handle-text{color:#1e1e1e;font-weight:700;font-size:.85rem}.sidebar-logout{background:#ff4757;color:#fff;border:none;padding:.5rem 1.2rem;border-radius:6px;font-weight:700;font-size:.85rem;cursor:pointer;width:100%;transition:filter .2s}.sidebar-logout:hover{filter:brightness(1.2)}.search-wrapper{display:flex;justify-content:center;width:100%;padding:1rem 0}.search-form{display:flex;align-items:center;width:100%;max-width:500px;background-color:#fff;border-radius:9999px;border:2px solid #6BBF5B;overflow:hidden;transition:box-shadow .2s ease}.search-form:focus-within{box-shadow:0 0 0 3px #6bbf5b80}.search-input{flex-grow:1;height:48px;padding:0 1.25rem;border:none;background:transparent;font-size:1rem;color:#333}.search-input:focus{outline:none}.search-button{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:60px;height:48px;background-color:#6bbf5b;border:none;cursor:pointer;color:#1e1e1e;transition:background-color .2s ease}.search-button:hover{background-color:#8ccd80}.search-wrapper--small{padding:2rem 0}.search-wrapper--small .search-form{max-width:400px;border-width:1px}.search-wrapper--small .search-input{height:40px;font-size:.9rem;padding:0 1rem}.search-wrapper--small .search-button{width:50px;height:40px;font-size:1.1rem}.no-results{color:#ccc;text-align:center;font-size:1.2rem;padding:2rem;background-color:#2a2a2a;border-radius:12px;margin-top:2rem}.posts-grid{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto}@media(min-width:768px){.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;padding:2rem 0;width:100%}}.post-navigation{display:flex;justify-content:center;align-items:center;gap:1rem;padding:2rem 0}.center-button{background-color:#6bbf5b;color:#121212;border:none;padding:.8rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:700;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:transform .2s ease;text-align:center}.center-button:hover{transform:scale(1.05)}.arrow-button{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:#6bbf5b;border-radius:50%;color:#121212;text-decoration:none;font-size:1.5rem;transition:transform .2s ease}.arrow-button:hover{transform:scale(1.1)}.arrow-button.disabled{background-color:#3a3a3a;cursor:not-allowed;opacity:.5;pointer-events:none}.settings-card{max-width:640px;margin:2rem auto;padding:2rem;background:#1a1a1a;border-radius:16px;border:1px solid rgba(107,191,91,.2);color:#fff}.settings-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.settings-avatar-box{width:64px;height:64px;border-radius:50%;background:#6bbf5b;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.settings-avatar{width:100%;height:100%;object-fit:cover}.settings-avatar-letter{font-size:1.8rem;font-weight:700;color:#000}.settings-user-info h2{margin:0 0 .25rem;font-size:1.3rem;color:#6bbf5b}.settings-user-info p{margin:0;font-size:.85rem;opacity:.6}.settings-section{margin-bottom:2rem}.settings-section h3{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:#6bbf5b;margin:0 0 1rem;opacity:.8}.section-hint{font-size:.85rem;opacity:.6;margin:0 0 1rem}.setting-toggle{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;user-select:none}.setting-toggle span:first-child{font-size:.95rem}.setting-toggle input[type=checkbox]{display:none}.setting-toggle input:checked+.toggle-track{background:#6bbf5b}.setting-toggle input:checked+.toggle-track .toggle-thumb{transform:translate(18px)}.toggle-track{width:38px;height:20px;background:#ffffff26;border-radius:10px;position:relative;transition:background .2s;flex-shrink:0}.toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s}.tags-grid{display:flex;flex-wrap:wrap;gap:.5rem}.tag-pill-btn{padding:.5rem 1rem;border-radius:50px;border:1px solid rgba(107,191,91,.4);background:transparent;color:#ffffffb3;font-size:.85rem;cursor:pointer;transition:all .2s}.tag-pill-btn:hover{border-color:#6bbf5b;color:#fff}.tag-pill-btn.active{background:#6bbf5b;border-color:#6bbf5b;color:#000;font-weight:700}.settings-footer{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.status-msg{font-size:.9rem;margin:0}.status-msg.success{color:#6bbf5b}.status-msg.error{color:#ff4757}.save-btn{background:#6bbf5b;color:#000;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;transition:filter .2s,transform .2s}.save-btn:hover:not(:disabled){filter:brightness(1.1);transform:scale(1.02)}.save-btn:disabled{opacity:.6;cursor:not-allowed}.tag-filter-container{position:relative;margin-bottom:1.5rem;width:100%}.tag-filter-container .tag-filter-input{width:100%;padding:.7rem 1rem;background:#0000004d;border:1px solid #444;border-radius:10px;color:#fff;font-size:.9rem;outline:none;transition:border-color .2s}.tag-filter-container .tag-filter-input:focus{border-color:#6bbf5b}.tag-filter-container .clear-search{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;font-size:1.5rem;cursor:pointer;line-height:1}.tag-filter-container .clear-search:hover{color:#fff}.tags-grid{display:flex;flex-wrap:wrap;gap:.75rem;max-height:300px;overflow-y:auto;padding-right:5px}.tags-grid::-webkit-scrollbar{width:6px}.tags-grid::-webkit-scrollbar-thumb{background:#333;border-radius:10px}.tag-pill-btn{padding:.5rem 1rem;background:transparent;border:1px solid #444;color:#888;border-radius:50px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s ease}.tag-pill-btn:hover{border-color:#6bbf5b;color:#6bbf5b}.tag-pill-btn.active{background-color:#6bbf5b;border-color:#6bbf5b;color:#121212}.no-results-msg{text-align:center;color:#666;font-style:italic;font-size:.9rem;padding:1rem}.page-fade-enter-active,.page-fade-exit-active{transition:opacity .25s ease,transform .25s ease}.page-fade-enter-from,.page-fade-exit-to{opacity:0;transform:translateY(8px)}.page-fade-enter-to,.page-fade-exit-from{opacity:1;transform:translateY(0)}.page-loader{display:flex;justify-content:center;align-items:center;height:50vh;color:#6bbf5b;font-size:1.2rem}.critical-error{text-align:center;padding:3rem;background:#ff00000d;border:1px dashed #ff4757;border-radius:12px;margin:2rem auto;max-width:600px}.critical-error p{color:#ff4757;font-weight:700}.critical-error button{margin-top:1rem;background:#6bbf5b;border:none;padding:.5rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:700}.api-down-message{text-align:center;padding:3rem;background:#ff00000d;border:1px dashed #ff4757;border-radius:12px;margin:2rem auto;max-width:600px}.api-down-message p{color:#ff4757;font-weight:700}.api-down-message button{margin-top:1rem;background:#6bbf5b;border:none;padding:.5rem 1.5rem;border-radius:8px;cursor:pointer}
