/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components,utilities;.post-list-item{border:1px solid #ddd;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;background-color:#fff;box-shadow:0 2px 4px #0000000d;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out}.post-list-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-3px)}.post-list-item h2{margin-top:0;margin-bottom:.5rem;color:#333}.post-list-item .post-meta{font-size:.9rem;color:#666;margin-bottom:1rem;display:flex;justify-content:space-between}.post-list-item p{color:#444;line-height:1.6}.post-link{color:inherit;text-decoration:none}.category-tag{display:inline-block;background-color:#e9ecef;color:#495057;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:600;margin-right:8px;margin-bottom:8px;text-decoration:none;transition:all .2s ease-in-out}.category-tag:hover{background-color:#007bff;color:#fff}.home-page{max-width:800px;margin:2rem auto}.post-list-item{background-color:#fff;padding:1.5rem;margin-bottom:1rem;margin-top:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d}.post-list:hover{cursor:pointer}.post-list-item h2 a{text-decoration:none;color:#333}.post-list-item h2 a:hover{color:#007bff}.pagination-controls{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:1rem;background-color:#f8f9fa;border-radius:8px}.pagination-controls .page-info{font-weight:600;color:#495057}.pagination-controls .pagination-buttons{display:flex;gap:10px}.pagination-controls .btn{padding:8px 16px;border:1px solid #007bff;background-color:#007bff;color:#fff;border-radius:5px;cursor:pointer;font-weight:500;transition:all .2s ease-in-out}.pagination-controls .btn:hover:not(:disabled){background-color:#0056b3;border-color:#0056b3}.pagination-controls .btn:disabled{background-color:#cce5ff;border-color:#cce5ff;color:#6c757d;cursor:not-allowed}.post-full{max-width:800px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014}.post-full h1{font-size:2.5rem;margin-top:0;margin-bottom:1rem;line-height:1.2}.post-full-meta{display:flex;justify-content:space-between;align-items:center;color:#555;font-style:italic;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.post-categories{display:flex;flex-wrap:wrap;gap:2rem}.post-full-content pre{background-color:#f4f4f4;padding:1rem;border-radius:5px;white-space:pre-wrap;word-wrap:break-word;font-family:Courier New,Courier,monospace;line-height:1.6}.post-full-content p{line-height:1.7;margin:0 0 1.5rem;font-size:1.1rem;color:#333}.post-full-content h1,.post-full-content h2,.post-full-content h3,.post-full-content h4,.post-full-content h5,.post-full-content h6{margin:2.5rem 0 1.5rem;font-weight:700;line-height:1.3}.post-full-content h1{font-size:2.2rem}.post-full-content h2{font-size:1.8rem}.post-full-content h3{font-size:1.5rem}.post-full-content h4{font-size:1.2rem}.post-full-content a{color:#007bff;text-decoration:none;transition:text-decoration .2s ease-in-out}.post-full-content a:hover{text-decoration:underline}.post-full-content ul,.post-full-content ol{padding-left:2rem;margin-bottom:1.5rem}.post-full-content li{margin-bottom:.5rem;line-height:1.6}.post-full-content blockquote{margin:0 0 1.5rem;padding:.5rem 1.5rem;border-left:4px solid #007bff;background-color:#f8f9fa;color:#6c757d;font-style:italic}.post-full-content blockquote p{margin-bottom:0}.post-full-content pre{background-color:#2d2d2d;color:#f8f8f2;padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem;font-family:Fira Code,Courier New,Courier,monospace;font-size:.95rem}.post-full-content pre code{padding:0;background-color:transparent;color:inherit}.post-full-content p>code,.post-full-content li>code{background-color:#e9ecef;color:#c7254e;padding:.2rem .4rem;border-radius:4px;font-family:Fira Code,Courier New,Courier,monospace;font-size:90%}.post-full-content hr{border:0;height:2px;background:linear-gradient(to right,transparent,#ddd,transparent);margin:3rem 0}.post-full-content img{max-width:100%;height:auto;display:block;margin:2rem auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.login-page{max-width:400px;margin:4rem auto;padding:2rem;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000000d;background-color:#fff}.login-page h2{text-align:center;margin-bottom:1.5rem;color:#333}.login-form .form-group{margin-bottom:1.5rem}.login-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#555}.login-form input{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box}.login-form input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.login-button{width:100%;padding:.8rem;border:none;border-radius:4px;background-color:#007bff;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out}.login-button:hover{background-color:#0056b3}.admin-dashboard{max-width:1000px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:2px solid #f0f0f0;padding-bottom:1rem}.dashboard-header h2{margin:0;color:#333}.posts-table{width:100%;border-collapse:collapse}.posts-table th,.posts-table td{padding:12px 15px;vertical-align:middle}.posts-table thead th{background-color:#f8f9fa;font-weight:700;color:#495057;border-bottom:2px solid #dee2e6}.posts-table tbody tr{border-bottom:1px solid #ddd}.posts-table tbody tr:nth-of-type(2n){background-color:#f8f9fa}.posts-table tbody tr:hover{background-color:#e9ecef}.posts-table th:nth-child(1),.posts-table td:nth-child(1){width:45%;text-align:left}.posts-table th:nth-child(2),.posts-table td:nth-child(2){width:20%;text-align:left}.posts-table th:nth-child(3),.posts-table td:nth-child(3){width:15%;text-align:center}.posts-table th:nth-child(4),.posts-table td:nth-child(4){width:20%;text-align:center}.posts-table .action-buttons{display:flex;gap:10px;justify-content:center}.action-buttons .btn{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;text-decoration:none;color:#fff;font-size:.9rem;font-weight:500;display:inline-block;text-align:center;transition:opacity .2s ease-in-out}.action-buttons .btn:hover{opacity:.85}.action-buttons .edit-btn{background-color:#007bff}.action-buttons .delete-btn{background-color:#dc3545}.dashboard-header .create-post-btn{padding:8px 16px;background-color:#28a745;color:#fff;border-radius:5px;text-decoration:none;font-weight:600;transition:background-color .2s ease}.dashboard-header .create-post-btn:hover{background-color:#218838}.loading-message,.error-message{text-align:center;padding:2rem}@media (max-width: 768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.posts-table thead{display:none}.posts-table tr{display:block;margin-bottom:1.5rem;border:1px solid #ddd;border-radius:5px;padding:1rem}.posts-table td{display:block;width:100%;text-align:left;border-bottom:none;padding:.75rem .25rem}.posts-table td:not(:last-child){border-bottom:1px dotted #ccc}.posts-table td:before{content:attr(data-label);display:block;font-weight:700;margin-bottom:.25rem;color:#333}.posts-table td[data-label=Actions]:before{display:none}.posts-table td[data-label=Actions]{padding-top:1rem}.posts-table .action-buttons{justify-content:flex-start}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.posts-table tbody tr{animation:fadeInUp .5s ease-out forwards}.posts-table tbody tr:nth-child(1){animation-delay:.1s}.posts-table tbody tr:nth-child(2){animation-delay:.2s}.navbar{background-color:#333;color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700}.navbar-links{list-style:none;margin:0;padding:0;display:flex;align-items:center}.navbar-links li{margin-left:1.5rem}.navbar a{color:#fff;text-decoration:none;transition:color .3s ease-in-out}.navbar a:hover{color:#61dafb}.navbar-user-greeting span{color:#ccc;cursor:default}.logout-button{background:none;border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:inherit;padding:0;transition:color .3s ease-in-out}.logout-button:hover{color:#61dafb}.create-post-page{max-width:800px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d}.page-title{font-size:1.8rem}.create-post-page h2{text-align:center;margin-bottom:2rem;color:#333}.create-post-form .form-group{margin-bottom:1.5rem}.create-post-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#555}.create-post-form .form-control{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box;font-family:inherit}.create-post-form .form-control:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.create-post-form .markdown-input{min-height:400px;resize:vertical;font-family:Fira Code,Courier New,Courier,monospace}.create-post-form .submit-btn{width:100%;padding:.8rem;border:none;border-radius:4px;background-color:#28a745;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out}.create-post-form .submit-btn:hover{background-color:#218838}.create-post-form .submit-btn:disabled{background-color:#a5d6a7;cursor:not-allowed}.create-post-page .error-message{color:#dc3545;text-align:center;margin-bottom:1rem}
