body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.admin-container{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#e8e6e3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;overflow:hidden;width:100%}.admin-header{background:#0000004d;border-bottom:1px solid #e8e6e31a;padding:2rem 0}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.header-content button{background:linear-gradient(135deg,#8b7355,#a8a29e);border:none;border-radius:8px;cursor:pointer;font-size:1rem;height:3rem}.admin-title{color:#e8e6e3;font-size:2.5rem;font-weight:300;letter-spacing:-.02em;margin:0 0 .5rem}.admin-subtitle{color:#a8a29e;font-size:1.1rem;font-weight:400;margin:0}.admin-content{margin:2rem auto;padding:2rem;width:90%}.form-section{position:-webkit-sticky;position:sticky;top:2rem}.form-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fcfcfc;border:1px solid #e8e6e31a;color:#000;padding:2rem}.form-header{margin-bottom:2rem;position:relative}.form-indicator{background:linear-gradient(90deg,#8b7355,#a8a29e);border-radius:1px;height:2px;margin-top:.5rem;width:40px}.news-form{display:flex;flex-direction:column;gap:1.5rem}.form-label{color:#000}.form-input,.form-textarea{border:1px solid #e8e6e333;border-radius:8px;color:#000;font-size:1rem;padding:.875rem 1rem;transition:all .2s ease}.form-input:focus,.form-textarea:focus{border-color:#8b7355;outline:none}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280}.form-textarea{font-family:inherit;min-height:100px;resize:vertical}.file-input-wrapper{position:relative}.file-input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%}.file-input-display{background:#0000004d;border:2px dashed #e8e6e34d;border-radius:8px;cursor:pointer;padding:2rem;text-align:center;transition:all .2s ease}.file-input-display:hover{border-color:#8b7355}.upload-icon{color:#a8a29e;height:24px;margin-bottom:.5rem;width:24px}.file-input-display span{font-size:.875rem}.image-preview-box{align-items:center;border:1px solid #e8e6e333;border-radius:8px;display:flex;height:200px;justify-content:center;overflow:hidden;transition:all .2s ease;width:100%}.image-preview-box:hover{border-color:#8b73554d}.preview-placeholder{align-items:center;display:flex;flex-direction:column;gap:.75rem}.placeholder-icon{height:48px;opacity:.5;width:48px}.preview-placeholder span{font-size:.875rem;font-weight:500}.image-preview-box .preview-image{border:none;border-radius:0;height:100%;object-fit:cover;width:100%}.submit-button{border:none;border-radius:8px;color:#1a1a1a;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:1rem 2rem;transition:all .2s ease}.submit-button:hover{box-shadow:0 4px 12px #8b73554d;transform:translateY(-1px)}.section-header{align-items:center;border-bottom:1px solid #e8e6e31a;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.section-title{color:#e8e6e3;font-size:1.5rem;font-weight:400;margin:0}.article-count{background:#8b735533;border-radius:20px;color:#8b7355;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.news-grid{display:flex;flex-direction:column;gap:1.5rem}.news-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#28282899;border:1px solid #e8e6e31a;border-radius:12px;overflow:hidden;transition:all .3s ease}.news-card:hover{border-color:#8b73554d;box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.news-image-container{height:200px;overflow:hidden}.news-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.news-card:hover .news-image{transform:scale(1.05)}.news-content{padding:1.5rem}.news-meta{margin-bottom:.75rem}.news-date{color:#8b7355;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.news-title{color:#e8e6e3;font-size:1.25rem;font-weight:400;line-height:1.4;margin:0 0 .75rem}.news-description{color:#a8a29e;line-height:1.6;margin:0 0 1.5rem}.news-actions{border-top:1px solid #e8e6e31a;display:flex;gap:.75rem;padding-top:1rem}.action-button{align-items:center;background:#0000;border:1px solid #e8e6e333;border-radius:6px;color:#a8a29e;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.action-button svg{height:16px;width:16px}.edit-button:hover{background:#8b73551a;border-color:#8b7355;color:#8b7355}.delete-button:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444}@media (max-width:768px){.admin-content{gap:2rem;grid-template-columns:1fr;padding:2rem 1rem}.form-section{position:static}.admin-title{font-size:2rem}.header-content{padding:0 1rem}}@media (max-width:480px){.form-card{padding:1.5rem}.news-content{padding:1rem}.admin-header{padding:1.5rem 0}}.text-editor{width:100%}.newpost-container{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:1200px;padding:2rem}.form-title{color:#20464b;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.post-form .form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.post-form label{color:#333;font-weight:600;margin-bottom:.5rem}.form-input{border:1px solid #ddd;padding:.75rem;transition:all .3s ease}.form-input:focus{border-color:#20464b;box-shadow:0 0 0 3px #20464b33}.submit-btn{background:#20464b;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;padding:.85rem 1.5rem;transition:.3s ease;width:100%}.submit-btn:hover{background:#163236}.loading{align-items:center;display:flex;font-size:1.5rem;font-weight:700;height:100vh;justify-content:center}.button-group{display:flex;gap:1rem}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:10px;max-width:90%;padding:30px;text-align:center;width:400px}.modal-content h2{color:#111827;font-size:20px;margin-bottom:20px}.modal-content input[type=file]{margin-bottom:10px;margin-top:10px}.modal-content p{color:#374151;font-size:14px;margin-bottom:16px}.modal-buttons{display:flex;justify-content:space-between;margin-top:20px}.modal-buttons button{border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:8px 16px}.modal-buttons button:first-child{background-color:#15803d;color:#fff}.modal-buttons button:last-child{background-color:#e5e7eb}.login-container{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.login-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#282828cc;border:1px solid #e8e6e31a;border-radius:12px;box-shadow:0 8px 25px #0000004d;max-width:420px;padding:3rem;width:100%}.login-header{margin-bottom:2.5rem;text-align:center}.login-title{color:#e8e6e3;font-size:2rem;font-weight:300;letter-spacing:-.02em;margin:0 0 .5rem}.login-indicator{background:linear-gradient(90deg,#8b7355,#a8a29e);border-radius:1px;height:2px;margin:.75rem auto;width:60px}.login-subtitle{color:#a8a29e;font-size:1rem;font-weight:400;margin:0}.login-form{gap:1.5rem}.form-group,.login-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{color:#a8a29e;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.form-input{background:#0000004d;border:1px solid #e8e6e333;border-radius:8px;color:#e8e6e3;font-size:1rem;padding:1rem;transition:all .2s ease}.form-input:focus{background:#00000080;border-color:#8b7355;outline:none}.form-input::placeholder{color:#6b7280}.error-message{align-items:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#fca5a5;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:.5rem;padding:.875rem 1rem}.error-icon{flex-shrink:0;height:18px;width:18px}.login-button{align-items:center;background:linear-gradient(135deg,#8b7355,#a8a29e);border:none;border-radius:8px;color:#1a1a1a;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;margin-top:1rem;padding:1rem 2rem;transition:all .2s ease}.login-button:hover{box-shadow:0 4px 12px #8b73554d;transform:translateY(-1px)}.login-button:active{transform:translateY(0)}.login-icon{height:20px;width:20px}.login-footer{border-top:1px solid #e8e6e31a;margin-top:2rem;padding-top:1.5rem;text-align:center}.demo-credentials{background:#0000004d;border:1px solid #e8e6e31a;border-radius:6px;color:#6b7280;font-size:.875rem;margin:0;padding:.75rem 1rem}@media (max-width:480px){.login-container{padding:1rem}.login-card{padding:2rem}.login-title{font-size:1.75rem}}
/*# sourceMappingURL=main.a1753c19.css.map*/