*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .3s ease,color .3s ease}body.light-theme{background-color:#f5f7fa;color:#333}body.dark-theme{background-color:#1a1a1a;color:#e0e0e0}.App{min-height:100vh}.main-container{display:flex;margin-top:60px;min-height:calc(100vh - 60px)}.content{flex:1 1;margin-left:250px;margin-right:320px;min-width:0;overflow-x:auto;padding:20px;transition:margin-left .3s ease}.content.sidebar-collapsed{margin-left:60px}@media (max-width:1600px){.content{margin-right:0}.adsense-sidebar{display:none}}@media (max-width:1200px){.content{margin-left:60px;margin-right:0;padding:15px}.sidebar{width:60px}.sidebar .nav-item{padding:12px 8px;text-align:center}.sidebar .nav-item span{display:none}}@media (max-width:768px){.content{margin-left:0;margin-right:0;padding:10px}.sidebar{transform:translateX(-100%);z-index:1001}.sidebar.mobile-open{transform:translateX(0)}}.rich-editor{background:#fff;border:1px solid #e9ecef;border-radius:8px}.editor-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:15px}.upload-section{align-items:center;display:flex;gap:10px}.upload-hint{color:#6c757d;font-size:.85rem;font-style:italic}.btn-info{background:#17a2b8;border:none;color:#fff}.btn-info:hover{background:#138496}.guidelines-panel{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-top:15px;padding:20px}.guidelines-panel h4{border-bottom:2px solid #28a745;color:#2c3e50;margin-bottom:20px;padding-bottom:8px}.format-section{background:#fff;border-left:4px solid #28a745;border-radius:6px;margin-bottom:20px;padding:15px}.format-section h5{color:#28a745;margin-bottom:12px}.format-rules{font-size:.9rem;line-height:1.6}.format-rules strong{color:#495057;display:block;margin:10px 0 5px}.format-rules code{background:#e9ecef;border-radius:3px;font-family:Consolas,monospace;font-size:.85rem;margin-right:10px;padding:2px 6px}.note{background:#fff3cd;border-left:3px solid #ffc107;border-radius:4px;color:#856404;font-size:.85rem;margin-top:10px;padding:8px 12px}.editor-block{border-bottom:1px solid #f1f3f4;position:relative}.editor-block:last-child{border-bottom:none}.block-controls{align-items:center;background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:8px 12px}.add-block-menu,.block-actions{display:flex;gap:5px}.btn-icon{align-items:center;background:none;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:4px 6px;transition:all .2s ease}.btn-icon:hover{background:#e9ecef}.btn-icon:disabled{cursor:not-allowed;opacity:.5}.btn-icon.btn-danger{border-color:#dc3545;color:#dc3545}.btn-icon.btn-danger:hover{background:#f8d7da}.block-content{padding:15px}.heading-block{align-items:center;display:flex;gap:10px}.heading-level{background:#fff;min-width:60px;padding:8px}.heading-input,.heading-level{border:1px solid #ced4da;border-radius:4px}.heading-input{flex:1 1;font-size:1.1rem;font-weight:600;padding:8px 12px}.text-block{border:1px solid #ced4da;border-radius:4px;font-family:inherit;line-height:1.6;min-height:300px;padding:12px;resize:vertical;width:100%}.sql-block{border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.sql-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;gap:8px;padding:10px 15px}.sql-label{color:#495057;font-weight:600}.sql-textarea{background:#f8f9fa;border:none;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9rem;line-height:1.5;min-height:400px;padding:15px;resize:vertical;width:100%}.sql-preview{border-top:1px solid #e9ecef}.sql-preview-header{background:#e9ecef;color:#495057;font-size:.85rem;font-weight:600;padding:8px 15px}.sql-highlighted{background:#1e1e1e;color:#d4d4d4;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9rem;line-height:1.4;margin:0;overflow-x:auto;padding:20px;white-space:pre}.image-block{border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.image-upload{background:#f8f9fa;padding:20px;text-align:center}.image-input{display:none}.image-upload-label{align-items:center;background:#28a745;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;gap:8px;padding:10px 20px;transition:background .3s ease}.image-upload-label:hover{background:#218838}.image-preview{padding:15px}.preview-image{border-radius:6px;height:auto;margin-bottom:10px;max-width:100%}.image-alt,.image-caption{border:1px solid #ced4da;border-radius:4px;margin-bottom:10px;padding:8px 12px;width:100%}.add-first-block{background:#f8f9fa;padding:15px;text-align:center}.article-body{line-height:1.7}.article-heading{color:#2c3e50;font-weight:600;margin:30px 0 20px}.article-heading:first-child{margin-top:0}.article-text{margin-bottom:20px}.article-sql-block{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:30px 0;overflow:hidden}.sql-block-header{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;font-weight:600;justify-content:space-between;padding:12px 20px}.sql-block-header,.sql-title{align-items:center;display:flex}.sql-title{gap:8px}.sql-icon{font-size:1.2rem}.sql-content{background:#1e1e1e;margin:0;padding:0}.sql-actions{display:flex;gap:10px}.sql-block-header .sql-actions .btn{background:#fff;border:1px solid #dee2e6;color:#495057;font-size:.8rem;font-weight:500;padding:4px 8px}.sql-block-header .sql-actions .btn:hover{background:#f8f9fa;color:#28a745}.btn-sm{font-size:.85rem;padding:6px 12px}.article-image-block{margin:30px 0;text-align:center}.article-image{border-radius:8px;box-shadow:0 4px 12px #0000001a;height:auto;max-width:100%}.image-caption{color:#6c757d;font-size:.9rem;font-style:italic;margin-top:10px}.table-editor{border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.table-controls{background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;gap:10px;padding:10px 15px}.table-container{overflow-x:auto}.editor-table{border-collapse:collapse;width:100%}.editor-table td,.editor-table th{border:1px solid #dee2e6;padding:8px}.editor-table th{background:#f8f9fa}.table-cell-input,.table-header-input{background:#0000;border:none;font-family:inherit;padding:4px;width:100%}.table-header-input{font-weight:600}.article-table-block{margin:30px 0;overflow-x:auto}.article-table{border:1px solid #dee2e6;border-collapse:collapse;border-radius:6px;overflow:hidden;width:100%}.article-table th{background:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;padding:12px 15px;text-align:left}.article-table td{border-bottom:1px solid #dee2e6;padding:12px 15px}.article-table tr:last-child td{border-bottom:none}.article-table tr:nth-child(2n){background:#f8f9fa}.dark-theme .table-editor{border-color:#555}.dark-theme .table-controls{background:#404040;border-color:#555}.dark-theme .editor-table td,.dark-theme .editor-table th{border-color:#555}.dark-theme .editor-table th{background:#404040}.dark-theme .table-cell-input,.dark-theme .table-header-input{color:#e0e0e0}.dark-theme .article-table{border-color:#555}.dark-theme .article-table th{background:#404040}.dark-theme .article-table td,.dark-theme .article-table th{border-color:#555;color:#e0e0e0}.dark-theme .article-table tr:nth-child(2n){background:#3a3a3a}.text-editor{border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.text-toolbar{background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;gap:8px;padding:8px 12px}.toolbar-btn{background:none;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;font-size:12px;padding:4px 8px;transition:all .2s ease}.toolbar-btn:hover{background:#e9ecef}.text-editor .text-block{border:none;font-family:inherit;line-height:1.6;min-height:300px;padding:15px;resize:vertical}.dark-theme .rich-editor{background:#2d2d2d;border-color:#404040}.dark-theme .block-controls{background:#404040;border-color:#555}.dark-theme .btn-icon{border-color:#555;color:#e0e0e0}.dark-theme .btn-icon:hover{background:#555}.dark-theme .heading-input,.dark-theme .heading-level,.dark-theme .image-alt,.dark-theme .image-caption,.dark-theme .text-block{background:#3a3a3a;border-color:#555;color:#e0e0e0}.dark-theme .sql-block{border-color:#555}.dark-theme .sql-header{background:#404040;border-color:#555}.dark-theme .sql-label{color:#e0e0e0}.dark-theme .sql-preview-header{background:#555;color:#e0e0e0}.dark-theme .add-first-block,.dark-theme .image-upload{background:#404040}.dark-theme .text-editor{border-color:#555}.dark-theme .text-toolbar{background:#404040;border-color:#555}.dark-theme .toolbar-btn{border-color:#555;color:#e0e0e0}.dark-theme .toolbar-btn:hover{background:#555}.dark-theme .text-block{background:#2d2d2d;color:#e0e0e0}.dark-theme .admin-container{background:#1a1a1a}.dark-theme .admin-container>div{background:#2d2d2d!important;border-color:#404040!important}.dark-theme .heading-level{background:#3a3a3a;border-color:#555;color:#e0e0e0}.dark-theme .sql-textarea{background:#2d2d2d;color:#e0e0e0}.dark-theme .article-heading{color:#e0e0e0}.dark-theme .sql-block-header .sql-actions .btn{background:#404040;border-color:#555;color:#e0e0e0}.dark-theme .sql-block-header .sql-actions .btn:hover{background:#555;color:#28a745}.adsense-sidebar{background:#f8f9fa;border-left:1px solid #e9ecef;height:calc(100vh - 60px);overflow-y:auto;padding:20px;position:fixed;right:0;top:60px;width:320px}.adsense-container{display:flex;flex-direction:column;gap:20px}.adsense-header{color:#6c757d;font-size:.8rem;letter-spacing:1px;margin-bottom:10px;text-align:center;text-transform:uppercase}.adsense-placeholder{align-items:center;background:#e9ecef;border:2px dashed #adb5bd;border-radius:8px;display:flex;justify-content:center;min-height:250px}.ad-content{color:#6c757d;text-align:center}.ad-content p{font-weight:500;margin:5px 0}.ad-content small{font-size:.75rem;opacity:.7}.header{align-items:center;background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;height:60px;justify-content:space-between;left:0;padding:0 20px;position:fixed;right:0;top:0;z-index:1000}.header h1{font-size:1.5rem;font-weight:600}.header-actions{align-items:center;display:flex;gap:15px;justify-content:flex-end;min-width:450px}.search-container{position:relative}.search-input{background:#fff3;border:none;border-radius:20px;color:#fff;padding:8px 35px 8px 12px;transition:all .3s ease;width:300px}.search-input::placeholder{color:#ffffffb3}.search-input:focus{background:#ffffff4d;outline:none;width:350px}.search-icon{color:#ffffffb3;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.search-results{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;margin-top:5px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.search-result-item{border-bottom:1px solid #f1f3f4;cursor:pointer;padding:12px 16px;transition:background .2s ease}.search-result-item:hover{background:#f8f9fa}.search-result-item:last-child{border-bottom:none}.result-title{color:#2c3e50;font-weight:500;margin-bottom:4px}.result-category{color:#6c757d;font-size:.85rem}.user-menu{align-items:center;border-radius:20px;cursor:pointer;display:flex;gap:10px;padding:8px 12px;transition:background .3s ease}.user-menu:hover{background:#ffffff1a}.admin-link{align-items:center;border-radius:4px;color:inherit;display:flex;padding:4px;text-decoration:none;transition:background .3s ease}.admin-link:hover{background:#ffffff1a}.logout-btn{align-items:center;background:none;border:none;border-radius:4px;color:inherit;cursor:pointer;display:flex;padding:4px;transition:background .3s ease}.logout-btn:hover{background:#ffffff1a}.login-link{border-radius:20px;color:inherit;padding:8px 16px;text-decoration:none;transition:background .3s ease}.login-link:hover{background:#ffffff1a}.theme-toggle{align-items:center;background:none;border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;padding:8px;transition:background .3s ease}.theme-toggle:hover{background:#ffffff1a}.dark-theme .sidebar{background:#2d2d2d;color:#e0e0e0}.dark-theme .nav-item{color:#b0b0b0}.dark-theme .nav-item.active,.dark-theme .nav-item:hover{background:#3a3a3a;color:#28a745}.dark-theme .data-table,.dark-theme .login-card,.dark-theme .script-content,.dark-theme .section-card,.dark-theme .stat-card{background:#2d2d2d;border-color:#404040;color:#e0e0e0}.dark-theme .code-content{background:#1e1e1e;color:#e0e0e0}.dark-theme .code-header{background:#404040;border-color:#555}.dark-theme .form-input,.dark-theme .form-textarea{background:#3a3a3a;border-color:#555;color:#e0e0e0}.dark-theme .table th{background:#404040;color:#e0e0e0}.dark-theme .table tr:hover{background:#3a3a3a}.dark-theme .code-title,.dark-theme .login-title,.dark-theme .page-title,.dark-theme .script-title,.dark-theme .section-title{color:#e0e0e0}.dark-theme .page-description,.dark-theme .result-category,.dark-theme .script-description,.dark-theme .script-meta,.dark-theme .section-description,.dark-theme .stat-label{color:#b0b0b0}.dark-theme .search-results{background:#2d2d2d;border-color:#404040}.dark-theme .search-result-item:hover{background:#3a3a3a}.dark-theme .form-label,.dark-theme .result-title{color:#e0e0e0}.dark-theme .code-block,.dark-theme .script-item,.dark-theme .table td,.dark-theme .table th{border-color:#404040}.dark-theme .script-link{color:#28a745}.dark-theme .script-link:hover{color:#20c997}.dark-theme .page-container>div:last-child{background:#2d2d2d!important;color:#e0e0e0}.dark-theme .page-container>div:last-child h2{color:#e0e0e0!important}.dark-theme .page-container>div:last-child>div:last-child,.dark-theme .script-content>div:last-child{background:#2d2d2d!important;border-color:#404040!important}.dark-theme .page-container>div:last-child>div:last-child h3,.dark-theme .script-content>div:last-child h3{color:#e0e0e0!important}.dark-theme .page-container>div:last-child>div:last-child ul,.dark-theme .script-content>div:last-child ul{color:#b0b0b0!important}.page-container>div:last-child>div:last-child ul,.script-content>div:last-child ul{margin-left:20px}.category-tabs{border-bottom:2px solid #e9ecef;display:flex;margin-bottom:30px}.tab-button{align-items:center;background:none;border:none;border-bottom:3px solid #0000;color:#6c757d;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:8px;padding:15px 25px;transition:all .3s ease}.tab-button:hover{background:#f8f9fa;color:#28a745}.tab-button.active{background:#f0fff4;border-bottom-color:#28a745;color:#28a745}.tab-content{min-height:400px}.articles-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 15px;padding:0 10px}.article-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:25px;transition:all .3s ease}.article-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.article-header{margin-bottom:15px}.article-title{font-size:1.3rem;line-height:1.4;margin-bottom:10px}.article-link{color:#2c3e50;font-weight:600;text-decoration:none;transition:color .3s ease}.article-link:hover{color:#28a745}.article-meta{color:#6c757d;display:flex;font-size:.85rem;gap:15px}.article-description{color:#495057;line-height:1.6;margin-bottom:15px}.article-category{background:#e8f5e8;border-radius:20px;color:#28a745;display:inline-block;font-size:.8rem;font-weight:500;padding:4px 12px}.dark-theme .category-tabs{border-color:#404040}.dark-theme .tab-button{color:#b0b0b0}.dark-theme .tab-button:hover{background:#3a3a3a;color:#28a745}.dark-theme .tab-button.active{background:#2d2d2d;color:#28a745}.dark-theme .article-card{background:#2d2d2d;border-color:#404040;color:#e0e0e0}.dark-theme .article-link{color:#e0e0e0}.dark-theme .article-link:hover{color:#28a745}.dark-theme .article-description{color:#b0b0b0}.dark-theme .article-category{background:#1a4d1a;color:#28a745}.faqs-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 15px;padding:0 10px}.faq-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:25px;transition:all .3s ease}.faq-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.faq-header{margin-bottom:15px}.faq-question{color:#2c3e50;font-size:1.2rem;font-weight:600;line-height:1.4;margin-bottom:10px}.faq-meta{align-items:center;color:#6c757d;display:flex;font-size:.85rem;gap:15px}.difficulty-badge{border-radius:12px;font-size:.75rem;font-weight:500;padding:4px 8px;text-transform:uppercase}.difficulty-badge.beginner{background:#d4edda;color:#155724}.difficulty-badge.intermediate{background:#fff3cd;color:#856404}.difficulty-badge.advanced{background:#f8d7da;color:#721c24}.faq-answer{color:#495057;line-height:1.6;margin-bottom:15px}.faq-category{background:#e8f0fe;border-radius:20px;color:#1976d2;display:inline-block;font-size:.8rem;font-weight:500;padding:4px 12px}.dark-theme .faq-card{background:#2d2d2d;border-color:#404040;color:#e0e0e0}.dark-theme .faq-question{color:#e0e0e0}.dark-theme .faq-answer{color:#b0b0b0}.dark-theme .faq-category{background:#1a3a5c;color:#64b5f6}.about-content{margin:0 auto;max-width:1000px}.founder-section{margin-bottom:50px}.founder-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;display:flex;gap:30px;padding:40px}.founder-image{flex-shrink:0}.profile-pic{border:4px solid #28a745;border-radius:50%;height:150px;object-fit:cover;width:150px}.founder-info h2{color:#2c3e50;margin-bottom:10px}.founder-info h3{color:#28a745;font-weight:500;margin-bottom:15px}.experience-badge{align-items:center;background:#e8f5e8;border-radius:20px;color:#28a745;display:flex;font-weight:500;gap:8px;margin-bottom:20px;padding:8px 16px;width:-webkit-fit-content;width:fit-content}.mission-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:50px}.mission-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:30px;text-align:center}.mission-card h3{color:#2c3e50;margin:20px 0 15px}.story-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;margin-bottom:40px;padding:40px}.story-section h2{color:#2c3e50;margin-bottom:25px}.story-section p{color:#495057;line-height:1.7;margin-bottom:20px}.values-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:40px}.values-section h2{color:#2c3e50;margin-bottom:25px}.values-list{list-style:none;padding:0}.values-list li{border-bottom:1px solid #e9ecef;color:#495057;line-height:1.6;padding:15px 0}.values-list li:last-child{border-bottom:none}.authors-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:50px}.author-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:30px;transition:transform .3s ease}.author-card:hover{transform:translateY(-5px)}.author-header{align-items:center;display:flex;gap:20px;margin-bottom:20px}.author-image{border:3px solid #28a745;border-radius:50%;height:80px;object-fit:cover;width:80px}.author-name{color:#2c3e50;margin-bottom:5px}.author-title{color:#28a745;font-weight:500;margin-bottom:10px}.author-experience{align-items:center;color:#6c757d;display:flex;font-size:.9rem;gap:5px}.author-specialization{background:#f8f9fa;border-radius:6px;font-size:.9rem;margin-bottom:15px;padding:10px}.author-bio{color:#495057;line-height:1.6;margin-bottom:20px}.author-contributions h4{color:#2c3e50;margin-bottom:15px}.contributions-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}.contribution-item{align-items:center;display:flex;font-size:.9rem;font-weight:500;gap:8px}.join-authors{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:40px;text-align:center}.join-authors h2{color:#2c3e50;margin-bottom:20px}.contact-info{color:#495057;margin-top:20px}.footer{background:#2c3e50;color:#fff;margin-top:60px}.footer-content{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:40px 20px 20px}.disclaimer-section{margin-bottom:40px}.disclaimer-card{background:#ffc1071a;border:1px solid #ffc107;border-radius:8px;box-sizing:border-box;display:flex;gap:15px;padding:20px;width:100%}.disclaimer-text h3{color:#ffc107;margin-bottom:15px}.disclaimer-text p{line-height:1.6;margin-bottom:10px}.footer-links{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.footer-section h4{color:#28a745;margin-bottom:15px}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:8px}.footer-section a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#28a745}.footer-bottom{border-top:1px solid #34495e;flex-wrap:wrap;gap:10px;justify-content:space-between;padding-top:20px}.copyright,.footer-bottom{align-items:center;display:flex}.copyright{color:#bdc3c7;gap:8px}.footer-tagline{color:#bdc3c7;font-style:italic}.dark-theme .adsense-sidebar{background:#2d2d2d;border-color:#404040}.dark-theme .author-card,.dark-theme .founder-card,.dark-theme .join-authors,.dark-theme .mission-card,.dark-theme .story-section,.dark-theme .values-section{background:#2d2d2d;color:#e0e0e0}.dark-theme .author-specialization{background:#404040}.dark-theme .section-title{color:#e0e0e0!important}.dark-theme .section-description{color:#b0b0b0!important}.dark-theme .section-card{background:#2d2d2d!important;border-color:#404040!important;color:#e0e0e0}.dark-theme .data-table h3{color:#e0e0e0}.dark-theme .data-table h3,.dark-theme .data-table>div:first-child{background:#2d2d2d!important;border-bottom:1px solid #404040!important}.dark-theme .data-table>div:first-child h3{color:#e0e0e0!important}.footer{margin-left:250px;margin-right:320px}@media (max-width:1600px){.footer{margin-right:0}}@media (max-width:1200px){.footer{margin-left:60px}}@media (max-width:768px){.footer{margin-left:0}}@media (max-width:1400px){.footer-content{padding:30px 15px 15px}}@media (max-width:1200px){.footer-content{max-width:100%;padding:25px 15px 15px}.footer-links{gap:20px;grid-template-columns:repeat(2,1fr)}.disclaimer-card{flex-direction:column;padding:15px;text-align:center}.articles-grid,.faqs-grid,.section-grid{grid-template-columns:1fr}}@media (max-width:992px){.footer-content{padding:20px 10px 10px}.footer-links{gap:25px;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:15px;text-align:center}}@media (max-width:768px){.footer-content{padding:15px 8px 8px}.author-header,.founder-card{flex-direction:column;text-align:center}.disclaimer-card{margin:0;padding:12px}.disclaimer-text h3{font-size:1.1rem}.disclaimer-text p{word-wrap:break-word;font-size:.9rem}.footer-section{padding:0 5px}.stats-grid{grid-template-columns:1fr}.admin-header{align-items:flex-start;flex-direction:column;gap:15px}}.dark-theme .script-meta{color:#e0e0e0!important;opacity:.9}.dark-theme .script-content h3{color:#e0e0e0!important}.dark-theme .script-content p{color:#b0b0b0!important}.sql-keyword{color:#569cd6;font-weight:700}.sql-string{color:#ce9178}.sql-comment{color:#6a9955;font-style:italic}.sql-number{color:#b5cea8}.sql-operator{color:#d4d4d4;font-weight:700}.sql-function{color:#dcdcaa;font-weight:700}.dark-theme .sql-keyword{color:#569cd6}.dark-theme .sql-string{color:#ce9178}.dark-theme .sql-comment{color:#6a9955}.dark-theme .sql-number{color:#b5cea8}.dark-theme .sql-operator{color:#d4d4d4}.dark-theme .sql-function{color:#dcdcaa}.sidebar{background:#fff;box-shadow:2px 0 4px #0000001a;height:calc(100vh - 60px);overflow-y:auto;position:fixed;top:60px;transition:width .3s ease;width:250px}.sidebar.collapsed{width:60px}.sidebar-nav{padding:20px 0}.nav-item{border-left:3px solid #0000;color:#666;display:block;padding:12px 20px;text-decoration:none;transition:all .3s ease}.nav-item:hover{background:#f8f9fa}.nav-item.active,.nav-item:hover{border-left-color:#28a745;color:#28a745}.nav-item.active{background:#f0fff4;font-weight:500}.nav-item-icon{display:inline-block;margin-right:10px;width:20px}.page-container{margin:0 auto;max-width:1200px}.page-header{border-bottom:2px solid #e9ecef;margin-bottom:30px;padding-bottom:20px}.page-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:10px}.page-description{color:#6c757d;font-size:1.1rem;line-height:1.6}.section-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 15px 40px;padding:0 10px}.section-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:25px;transition:all .3s ease}.section-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.section-title{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:15px}.section-description{color:#6c757d;line-height:1.6;margin-bottom:20px}.script-list{list-style:none}.script-item{border-bottom:1px solid #f1f3f4;padding:10px 0}.script-item:last-child{border-bottom:none}.script-link{color:#28a745;font-weight:500;text-decoration:none;transition:color .3s ease}.script-link:hover{color:#218838;text-decoration:underline}.script-header{background:linear-gradient(135deg,#28a745,#20c997);border-radius:12px;color:#fff;margin-bottom:30px;padding:25px}.script-title{font-size:1.6rem;font-weight:600;margin-bottom:10px}.script-meta{display:flex;font-size:.9rem;gap:20px;opacity:.9}.script-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:30px}.script-description{color:#495057;font-size:1.1rem;line-height:1.7;margin-bottom:30px}.code-block{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:20px 0;position:relative}.code-header{align-items:center;background:#e9ecef;border-bottom:1px solid #dee2e6;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:12px 20px}.code-title{color:#495057;font-weight:600}.code-actions{display:flex;gap:10px}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:6px;padding:8px 16px;transition:all .3s ease}.btn-primary{background:#28a745;color:#fff}.btn-primary:hover{background:#218838}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.code-content{background:#f8f9fa;color:#495057;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9rem;line-height:1.5;max-height:400px;overflow:auto;padding:20px;white-space:pre-wrap}.code-content::-webkit-scrollbar{height:8px;width:8px}.code-content::-webkit-scrollbar-track{background:#e9ecef;border-radius:4px}.code-content::-webkit-scrollbar-thumb{background:#6c757d;border-radius:4px}.code-content::-webkit-scrollbar-thumb:hover{background:#495057}.admin-container{margin:0 auto;max-width:1400px}.admin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.stat-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:25px;text-align:center}.stat-number{color:#28a745;font-size:2.5rem;font-weight:700;margin-bottom:10px}.stat-label{color:#6c757d;font-weight:500}.data-table{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;overflow:hidden}.table{border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid #e9ecef;padding:15px;text-align:left}.table th{color:#495057;font-weight:600}.table th,.table tr:hover{background:#f8f9fa}.form-group{margin-bottom:20px}.form-label{color:#495057;display:block;font-weight:500;margin-bottom:8px}.form-input,.form-textarea{border:1px solid #ced4da;border-radius:6px;font-size:1rem;padding:12px;transition:border-color .3s ease;width:100%}.form-input:focus,.form-textarea:focus{border-color:#28a745;box-shadow:0 0 0 3px #28a7451a;outline:none}.form-textarea{min-height:120px;resize:vertical}.login-container{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:20px}.login-card{background:#fff;border-radius:12px;box-shadow:0 8px 25px #00000026;max-width:400px;padding:40px;width:100%}.login-title{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:30px;text-align:center}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.sidebar.mobile-open{transform:translateX(0)}.search-input{width:200px}.search-input:focus{width:250px}.section-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=main.1f557d24.css.map*/