*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #ff5722;--primary-dark: #f4511e;--success: #10b981;--danger: #ef4444;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--gray-50);color:var(--gray-900)}code{font-family:Courier New,monospace}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{background:#fff;border-bottom:1px solid var(--gray-200);padding:1rem 0;margin-bottom:2rem}.header-content{display:flex;justify-content:space-between;align-items:center}.header h1{font-size:1.5rem;color:var(--gray-900)}.btn{padding:.5rem 1rem;border-radius:.375rem;border:none;font-weight:500;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--gray-200);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-300)}.btn-sm{padding:.25rem .75rem;font-size:.875rem}.board-selector{margin-bottom:2rem}.board-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.board-tab{padding:.5rem 1rem;border:2px solid var(--gray-300);background:#fff;border-radius:.5rem;font-weight:500;transition:all .2s}.board-tab:hover{border-color:var(--primary)}.board-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.sort-buttons{display:flex;gap:.5rem}.post-list{display:flex;flex-direction:column;gap:1rem}.post-card{background:#fff;border-radius:.5rem;padding:1rem;border:1px solid var(--gray-200);display:flex;gap:1rem}.post-votes{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:3rem}.vote-btn{background:var(--gray-100);border:1px solid var(--gray-300);border-radius:.25rem;padding:.25rem .5rem;font-size:1.25rem;transition:all .2s}.vote-btn:hover{background:var(--gray-200)}.vote-btn.active-up{background:var(--success);color:#fff;border-color:var(--success)}.vote-btn.active-down{background:var(--danger);color:#fff;border-color:var(--danger)}.vote-count{font-weight:700;font-size:1.125rem;color:var(--gray-700)}.post-content{flex:1}.post-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.5rem}.post-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;background:#dcfce7;color:#166534}.status-fixed,.status-added,.status-done{background:#dcfce7;color:#166534}.admin-comment{background:#fef9e7;border-left:3px solid #f59e0b;padding:.75rem;margin:.75rem 0;border-radius:.25rem}.admin-comment-label{font-weight:600;color:#92400e;font-size:.875rem;margin-bottom:.25rem}.admin-comment-text{color:var(--gray-700);line-height:1.5}.post-description{color:var(--gray-600);line-height:1.5;margin-bottom:.5rem}.post-meta{font-size:.875rem;color:var(--gray-500)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:.5rem;padding:1.5rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-title{font-size:1.5rem;font-weight:600}.close-btn{background:none;border:none;font-size:1.5rem;color:var(--gray-500);padding:0;width:2rem;height:2rem}.close-btn:hover{color:var(--gray-700)}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--gray-700)}.form-input,.form-textarea{width:100%;padding:.5rem;border:1px solid var(--gray-300);border-radius:.375rem;font-size:1rem}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #ff57221a}.form-textarea{resize:vertical;min-height:100px}.form-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}.error-message{background:#fee;color:var(--danger);padding:.75rem;border-radius:.375rem;margin-bottom:1rem;border:1px solid var(--danger)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--gray-500)}.empty-state h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--gray-600)}.loading{text-align:center;padding:2rem;color:var(--gray-500)}.admin-toggle{position:fixed;bottom:2rem;right:2rem;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--primary);color:#fff;border:none;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .2s;z-index:999}.admin-toggle:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}.admin-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.admin-panel{background:#fff;border-radius:.5rem;padding:1.5rem;max-width:700px;width:100%;max-height:90vh;overflow-y:auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--gray-200)}.admin-header h2{margin:0;color:var(--gray-900)}.admin-login{padding:2rem 0}.admin-login h3{margin-bottom:1rem;color:var(--gray-700)}.admin-content{display:flex;flex-direction:column;gap:2rem}.admin-section{padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.admin-section:last-child{border-bottom:none}.admin-section h3{margin-bottom:1rem;color:var(--gray-800)}.admin-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.admin-section-header h3{margin:0}.admin-list{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto}.admin-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--gray-50);border-radius:.375rem;gap:1rem}.admin-post-item{flex-direction:column;align-items:stretch}.admin-post-content{display:flex;flex-direction:column;gap:.75rem;width:100%}.admin-post-controls{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.status-controls{display:flex;align-items:center;gap:.5rem}.status-controls label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.status-select{padding:.25rem .5rem;border:1px solid var(--gray-300);border-radius:.375rem;font-size:.875rem;background:#fff;cursor:pointer}.status-select:focus{outline:none;border-color:var(--primary)}.comment-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1001;padding:1rem}.comment-modal{background:#fff;border-radius:.5rem;padding:1.5rem;max-width:600px;width:100%;box-shadow:0 20px 25px -5px #0000001a}.comment-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.comment-modal-header h3{margin:0;font-size:1.125rem;color:var(--gray-900)}.comment-modal-body{margin-bottom:1rem}.comment-modal-footer{display:flex;gap:.5rem;justify-content:flex-end}.admin-item>div{flex:1;min-width:0}.admin-item strong{display:block;color:var(--gray-900);margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-item-meta{font-size:.875rem;color:var(--gray-500)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}@media (max-width: 640px){.controls{flex-direction:column;align-items:stretch}.sort-buttons{justify-content:center}.post-card{flex-direction:column}.post-votes{flex-direction:row;justify-content:center}.admin-toggle{bottom:1rem;right:1rem;width:3rem;height:3rem;font-size:1.25rem}.admin-item{flex-direction:column;align-items:stretch}.admin-section-header{flex-direction:column;align-items:stretch;gap:.5rem}}
