body{margin:0;font-family:-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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--color-bg: #f4f6f9;--color-surface: #ffffff;--color-border: #e2e8f0;--color-text: #1a202c;--color-text-muted: #4a5568;--color-text-faint: #718096;--color-primary: #4c51bf;--color-primary-hover: #434190;--color-accent: #5a67d8;--color-success: #38a169;--color-success-hover: #2f855a;--color-danger: #e53e3e;--color-danger-hover: #c53030;--color-sidebar: #2d3748;--color-sidebar-active: #4a5568;--color-sidebar-hover: #4a5590;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--radius: 10px;--radius-sm: 6px}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:var(--color-bg);color:var(--color-text);min-height:100vh;margin:0;line-height:1.5}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:var(--color-surface);padding:40px;border-radius:15px;box-shadow:0 20px 60px #0003;width:100%;max-width:420px}.login-box h1,.login-box h2{margin-top:0;color:var(--color-text)}.form-group{margin-bottom:15px}input,textarea,select{width:100%;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font:inherit;color:var(--color-text);background:var(--color-surface);box-sizing:border-box}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4c51bf2e}textarea{min-height:90px;resize:vertical}.btn,.btn-primary{background-color:var(--color-primary);color:#fff;border:none;padding:10px 20px;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;transition:background-color .15s ease}.btn:hover,.btn-primary:hover{background-color:var(--color-primary-hover)}.btn:disabled,.btn-primary:disabled,.button-add:disabled,.button-delete:disabled{opacity:.55;cursor:not-allowed}.admin-container{display:flex;flex-direction:column;min-height:100vh;background:var(--color-bg)}.admin-header{display:flex;justify-content:space-between;align-items:center;background:var(--color-primary);color:#fff;padding:16px 32px;box-shadow:var(--shadow-sm)}.admin-header h1{font-size:1.25rem;margin:0;font-weight:600;letter-spacing:.2px}.admin-header__right{display:flex;align-items:center;gap:16px}.admin-header__user{color:#ffffffd9;font-size:.9rem}.logout-btn{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.3);padding:6px 14px;border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;transition:background-color .15s ease}.logout-btn:hover{background:#ffffff38}.admin-content{display:flex;flex:1;min-height:0}.sidebar{width:220px;background:var(--color-sidebar);color:#fff;padding:16px 12px;display:flex;flex-direction:column;gap:4px;flex-shrink:0}.sidebar-item{padding:10px 14px;cursor:pointer;border-radius:var(--radius-sm);font-size:.95rem;transition:background-color .12s ease;-webkit-user-select:none;user-select:none}.sidebar-item:hover{background:var(--color-sidebar-hover)}.sidebar-item.active{background:var(--color-sidebar-active);font-weight:600}.main-content{flex:1;padding:24px 32px;overflow-x:auto}.content-section{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:24px;margin:0 auto 24px;max-width:960px}.content-section h2{margin:0 0 18px;color:var(--color-text);font-size:1.25rem;font-weight:600}.content-section table{width:100%;border-collapse:collapse;margin-top:8px}.content-section th,.content-section td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--color-border);font-size:.93rem;vertical-align:top}.content-section th{background:#f7fafc;color:var(--color-text-muted);font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px}.content-section tr:hover td{background:#f9fafb}.article-form,.project-form{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--color-border)}.article-form input[type=text],.article-form input[type=email],.article-form input[type=number],.article-form textarea,.project-form input,.project-form textarea{width:100%;box-sizing:border-box}.articles-list,.projects-list{display:flex;flex-direction:column;gap:14px}.article-card,.project-card{background:#fdfdfe;border:1px solid var(--color-border);padding:18px;border-radius:var(--radius);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:10px}.article-card h3,.project-card h3{margin:0;color:var(--color-text);font-size:1.05rem}.article-card p,.project-card p{margin:0;color:var(--color-text-muted)}.button-add,.article-form .button-add,.project-form .button-add-project{align-self:flex-start;padding:8px 16px;background-color:var(--color-success);color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;font-weight:600;transition:background-color .15s ease}.button-add:hover,.article-form .button-add:hover,.project-form .button-add-project:hover{background-color:var(--color-success-hover)}.button-delete{align-self:flex-start;padding:8px 16px;background-color:var(--color-danger);color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;font-weight:600;transition:background-color .15s ease}.button-delete:hover{background-color:var(--color-danger-hover)}.success-message{color:var(--color-success);margin-bottom:10px}.cropper-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.cropper-modal{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-md);width:100%;max-width:560px;display:flex;flex-direction:column;overflow:hidden}.cropper-modal__header{padding:18px 22px 8px}.cropper-modal__header h3{margin:0 0 6px;color:var(--color-text);font-size:1.1rem;font-weight:600}.cropper-modal__hint{margin:0;color:var(--color-text-muted);font-size:.88rem}.cropper-stage{position:relative;width:100%;height:360px;background:#000}.cropper-controls{padding:14px 22px 0;display:flex;align-items:center;gap:12px}.cropper-zoom-label{font-size:.9rem;color:var(--color-text-muted);flex:0 0 auto}.cropper-controls input[type=range]{flex:1;width:auto;padding:0;border:none;background:transparent}.cropper-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px 18px}@media (max-width: 720px){.admin-content{flex-direction:column}.sidebar{width:100%;flex-direction:row;overflow-x:auto;padding:8px;gap:8px}.sidebar-item{white-space:nowrap}.main-content{padding:16px}}
