:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"DM Serif Display",serif}.app{background-color:#1d3251;color:#fff;min-height:100vh}.navbar{background-color:#1d3251;padding:1.5rem 0;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(93,219,207,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo-text{color:#5ddbcf;font-size:1.5rem;font-weight:700;letter-spacing:.1em}.logo-subtext{color:#5ddbcf;font-size:.75rem;letter-spacing:.2em}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-cta{background-color:#30c7b5;color:#1d3251;border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;border-radius:4px;transition:transform .2s,opacity .3s}.hero{padding:6rem 2rem;min-height:90vh;display:flex;align-items:center;position:relative}.hero-content{max-width:1080px;margin:0 auto;position:relative;z-index:1}@media(min-width:1025px){.hero-content{padding-right:25%}}.hero h1{font-size:3rem;line-height:1.2;margin-bottom:2rem;color:#fff}.hero-question{font-size:1.3rem;margin-bottom:1.5rem;color:#fff}.hero-description{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#e0e0e0}.cta-button{background-color:#30c7b5;color:#1d3251;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;cursor:pointer;border-radius:4px;margin-top:1rem;transition:transform .2s,box-shadow .3s}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #30c7b54d}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.services{padding:6rem 2rem;background-color:#1f3049}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#30c7b5}.services-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;max-width:1200px;margin:0 auto}.service-card{background-color:#243a5e;padding:40px 20px;border-radius:8px;border:1px solid rgba(48,199,181,.2);transition:transform .3s,border-color .3s;flex:0 1 350px;text-align:center}.service-card:hover{transform:translateY(-5px);border-color:#5ddbcf}.service-card h3{color:#30c7b5;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#e0e0e0;line-height:1.6}.service-icon{font-size:3rem;margin-bottom:1rem;display:inline-block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.service-card:hover .service-icon{transform:scale(1.1);transition:transform .3s ease}@media(max-width:768px){.service-card{flex:1 1 300px}}@media(max-width:480px){.service-card{flex:1 1 100%}}.desktop-break{display:block;flex-basis:100%;height:0}@media(max-width:968px){.desktop-break{display:none}}.contact{padding:6rem 2rem;background-color:#1a2942;text-align:center;margin:2%}.contact h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.contact p{font-size:1.2rem;margin-bottom:2rem;color:#e0e0e0}.contact-button{background-color:#5ddbcf;color:#1d3251;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;cursor:pointer;border-radius:4px;transition:transform .2s,box-shadow .3s}.contact-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #5ddbcf4d}.footer{background-color:#0f1c2e;padding:2rem;text-align:center;color:#5ddbcf;font-size:.9rem}@media(max-width:768px){.nav-container,.nav-menu{flex-direction:column;gap:1rem}.hero h1{font-size:2rem}.hero-question{font-size:1.1rem}.hero-description{font-size:1rem}.services h2,.contact h2{font-size:2rem}.services-grid{grid-template-columns:1fr}}.navbar{background-color:transparent;padding:1.5rem 0;position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid transparent;transition:all .3s ease}.navbar.scrolled{background-color:#1a2942;border-bottom:1px solid rgba(93,219,207,.1);box-shadow:0 2px 10px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{display:flex;align-items:center;z-index:101}.logo-img{height:50px;width:auto}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.hamburger span{width:25px;height:3px;background-color:#30c7b5;transition:all .3s ease;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-menu-wrapper{display:flex;align-items:center;gap:2rem}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.nav-menu a{color:#30c7b5;text-decoration:none;font-size:.85rem;letter-spacing:.05em;transition:opacity .3s}.nav-menu a:hover{opacity:.7}.nav-cta{background-color:#30c7b5;color:#1a2942;border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;border-radius:4px;transition:transform .2s,opacity .3s;white-space:nowrap}.nav-cta:hover{transform:translateY(-2px);opacity:.9}@media(max-width:768px){.hamburger{display:flex}.nav-menu-wrapper{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background-color:#1f3049;flex-direction:column;justify-content:center;gap:2rem;padding:2rem;transition:right .3s ease;box-shadow:-5px 0 15px #0000004d}.nav-menu-wrapper.open{right:0}.nav-menu{flex-direction:column;gap:1.5rem;width:100%}.nav-menu li{width:100%;text-align:center}.nav-menu a{display:block;padding:.5rem;font-size:1rem}.nav-cta{width:100%;padding:1rem}}@media(max-width:768px){.nav-container{flex-direction:row}.nav-menu-wrapper.open:before{content:"";position:fixed;inset:0;background-color:#00000080;z-index:-1}}.footer{background-color:#1d3251;padding:3rem 2rem 2rem;color:#fff}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;margin-bottom:2rem}.footer-logo{height:60px;width:auto}.footer-nav{display:flex;gap:3rem;align-items:center}.footer-nav a{color:#fff;text-decoration:none;font-size:.95rem;transition:color .3s}.footer-nav a:hover{color:#30c7b5}.footer-contact{display:flex;flex-direction:column;gap:.5rem}.footer-contact p{margin:0;color:#fff;font-size:.95rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-bottom p{color:#fff;font-size:.9rem;margin:0}@media(max-width:768px){.footer-nav{flex-direction:column;gap:1rem}.footer-top{gap:1.5rem}.footer-contact{font-size:.85rem}}.modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background-color:#1f3049;border-radius:12px;padding:2.5rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;border:1px solid rgba(93,219,207,.2);box-shadow:0 20px 60px #00000080}.modal-content .form-group label{color:#fff}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#5ddbcf;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.modal-close:hover{opacity:.7}.modal-title{color:#5ddbcf;font-size:2rem;margin-bottom:2rem;text-align:center}.success-message,.error-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-weight:600}.success-message{background-color:#30c7b533;color:#30c7b5;border:1px solid #30C7B5}.error-message{background-color:#ff646433;color:#ff6464;border:1px solid #ff6464}.contact-form{display:flex;flex-direction:column;gap:.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;min-width:0;margin-bottom:5px}.form-group input{width:100%;max-width:100%}.form-group label{color:#5ddbcf;font-size:.9rem;font-weight:600}.modal-content .form-group input[type=text],.modal-content .form-group input[type=url],.modal-content .form-group input[type=date],.modal-content .form-group input[type=time],.modal-content .form-group select,.form-group input,.form-group textarea,.form-group select{background-color:#243a5e;border:1px solid rgba(93,219,207,.3);border-radius:6px;padding:.75rem;color:#fff;font-size:1rem;font-family:inherit;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#30c7b5;box-shadow:0 0 0 3px #30c7b51a}.form-group textarea{resize:vertical;width:100%}.form-group select{cursor:pointer}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.submit-button{background-color:#30c7b5;color:#1a2942;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;border-radius:6px;transition:transform .2s,box-shadow .3s,opacity .3s;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #30c7b54d}.submit-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){.modal-content{padding:2rem 1.5rem}.modal-title{font-size:1.5rem}.form-row{grid-template-columns:1fr}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#243a5e;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#30c7b5;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#5ddbcf}.post-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.post-card-link{text-decoration:none;color:inherit;display:block}.post-card-image{width:100%;height:250px;overflow:hidden;background:#f0f0f0}.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-card-image img{transform:scale(1.05)}.post-card-content{padding:1.5rem;text-align:left}.post-card-meta{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;font-size:.9rem}.post-date{color:#666}.post-card-title{margin:0 0 1rem;font-size:1.5rem;color:#1d3251;line-height:1.3}.post-card-excerpt{color:#666;line-height:1.6;margin:0 0 1rem}.read-more{color:#00d1ff;font-weight:600;display:inline-flex;align-items:center;transition:color .3s ease}.post-card:hover .read-more{color:#00b8e6}@media(max-width:640px){.post-card-image{height:200px}.post-card-title{font-size:1.25rem}}.blog-hero{background:linear-gradient(135deg,#1d3251,#2a4a6f);color:#fff;padding:6rem 2rem 4rem;text-align:center}.blog-hero h1{margin:0 0 1rem;font-size:3rem}.blog-hero p{font-size:1.25rem;opacity:.9;margin:0}.blog-content{padding:4rem 2rem;min-height:50vh}.tag-filter{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;justify-content:center}.filter-tag{padding:.5rem 1.5rem;border:2px solid #e0e0e0;background:#fff;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#666}.filter-tag:hover{border-color:#00d1ff;color:#00d1ff}.filter-tag.active{background:#00d1ff;border-color:#00d1ff;color:#fff}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.loading,.no-posts{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:#fff}@media(max-width:768px){.blog-hero{padding:4rem 2rem 3rem}.blog-hero h1{font-size:2rem}.blog-hero p{font-size:1rem}.posts-grid{grid-template-columns:1fr}.tag-filter{justify-content:flex-start}}.blog-post{padding-top:0}.post-header{margin-bottom:1rem}.post-hero-image{width:100%;height:500px;overflow:hidden;background:#f0f0f0}.post-hero-image img{width:100%;height:100%;object-fit:cover}.post-header-content{padding:3rem 2rem 0;text-align:center}.post-meta{display:block;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1.5rem;font-size:.95rem}.post-meta time{color:#fff;font-weight:500}.post-tags{display:none;flex-wrap:wrap;gap:.5rem}.post-tag{background:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600}.post-header-content h1{font-size:3rem;line-height:1.2;color:#30c7b5;margin:0;text-align:center}.post-content{padding:0 2rem 4rem}.post-body{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8;color:#fff}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin:2rem 0 1rem;color:#30c7b5;line-height:1.3}.post-body h2{font-size:2rem;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem}.post-body h3{font-size:1.5rem}.post-body p{margin:1.5rem 0}.post-body a{color:#00d1ff;text-decoration:none;border-bottom:1px solid #00D1FF}.post-body a:hover{color:#00b8e6;border-bottom-color:#00b8e6}.post-body img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.post-body ul,.post-body ol{margin:1.5rem 0;padding-left:2rem}.post-body li{margin:.5rem 0}.post-body blockquote{margin:2rem 0;padding:1rem 1.5rem;border-left:4px solid #00D1FF;background:#f9f9f9;font-style:italic}.post-body code{background:#f4f4f4;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.post-body pre{background:#f4f4f4;padding:1rem;border-radius:5px;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:none;padding:0}.post-footer{padding:3rem 2rem;border-top:2px solid #e0e0e0}.back-button{padding:.75rem 2rem;background:#1d3251;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.back-button:hover{background:#2a4a6f}.loading-post,.post-not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.post-not-found h1{font-size:2.5rem;color:#1d3251;margin-bottom:1rem}.post-not-found p{font-size:1.2rem;color:#666;margin-bottom:2rem}@media(max-width:768px){.post-hero-image{height:300px}.post-header-content{padding:2rem 1rem 0}.post-header-content h1{font-size:2rem}.post-content{padding:0 1rem 3rem}.post-body{font-size:1rem}.post-body h2{font-size:1.5rem}.post-body h3{font-size:1.25rem}.post-footer{padding:2rem 1rem}}.admin-panel{min-height:calc(100vh - 60px);background:#f5f5f5;padding:2rem}.admin-container{max-width:1200px;margin:0 auto}.admin-header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.admin-header-section h1{margin:0;color:#1d3251}.btn-create{padding:.75rem 1.5rem;background:#3eb407;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-create:hover{background:#359806}.empty-state{background:#fff;padding:4rem 2rem;border-radius:10px;text-align:center;box-shadow:0 2px 10px #0000001a}.empty-state p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.posts-table-container{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.posts-table{width:100%;border-collapse:collapse}.posts-table thead{background:#1d3251;color:#fff}.posts-table th{padding:1rem;text-align:left;font-weight:600}.posts-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s ease}.posts-table tbody tr:hover{background:#f9f9f9}.posts-table td{padding:1rem}.post-title{display:flex;align-items:center;gap:1rem}.post-thumbnail{width:60px;height:40px;object-fit:cover;border-radius:4px}.badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600}.badge-draft{background:#e0e0e0;color:#666}.badge-scheduled{background:#fff3cd;color:#856404}.badge-published{background:#d4edda;color:#155724}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{display:inline-block;padding:.25rem .5rem;background:#e3f2fd;color:#1976d2;border-radius:4px;font-size:.85rem}.action-buttons{display:flex;gap:.5rem}.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-edit{background:#00d1ff;color:#fff}.btn-edit:hover{background:#00b8e6}.btn-delete{background:#f44336;color:#fff}.btn-delete:hover{background:#d32f2f}.admin-footer{margin-top:2rem;text-align:center}.btn-view-blog{padding:.75rem 2rem;background:#1d3251;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background .3s ease}.btn-view-blog:hover{background:#2a4a6f}.loading{text-align:center;padding:4rem;font-size:1.2rem;color:#666}@media(max-width:968px){.admin-panel{padding:1rem}.admin-header-section{flex-direction:column;gap:1rem;text-align:center}.posts-table-container{overflow-x:auto}.posts-table{min-width:800px}}@media(max-width:640px){.post-title{flex-direction:column;align-items:flex-start}.action-buttons{flex-direction:column}.btn-edit,.btn-delete{width:100%}}.post-editor-container{min-height:100vh;background:#f5f5f5;padding:2rem}.post-editor{max-width:900px;margin:0 auto;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.post-editor h1{margin:0 0 2rem;color:#1d3251}.message{padding:1rem;border-radius:5px;margin-bottom:1.5rem;text-align:center}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input[type=text],.form-group input[type=url],.form-group input[type=date],.form-group input[type=time],.form-group select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;box-sizing:border-box;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#00d1ff}.image-preview{margin-top:1rem;border-radius:5px;overflow:hidden;max-width:100%}.image-preview img{max-width:100%;height:auto;display:block}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0}.btn-primary,.btn-secondary{padding:.75rem 2rem;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:#00d1ff;color:#fff}.btn-primary:hover:not(:disabled){background:#00b8e6}.btn-secondary{background:#e0e0e0;color:#333}.btn-secondary:hover:not(:disabled){background:#d0d0d0}.btn-primary:disabled,.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.ql-container{font-size:1rem;min-height:400px}.ql-editor{min-height:400px}@media(max-width:768px){.post-editor-container{padding:1rem}.post-editor{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d3251,#2a4a6f)}.login-box{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 10px 40px #0003;width:100%;max-width:400px}.login-box h2{margin:0 0 2rem;text-align:center;color:#1d3251}.password-input{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;margin-bottom:1rem;box-sizing:border-box}.password-input:focus{outline:none;border-color:#00d1ff}.login-button{width:100%;padding:1rem;background:#00d1ff;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s ease}.login-button:hover{background:#00b8e6}.error-message{color:#d32f2f;margin:.5rem 0;font-size:.9rem}.admin-header{background:#1d3251;padding:1rem 2rem;display:flex;justify-content:flex-end}.logout-button{padding:.5rem 1.5rem;background:#d32f2f;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:.9rem}.logout-button:hover{background:#b71c1c}.loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}
