.App{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.loading,.error{text-align:center;padding:4rem 0;font-size:1.2rem}.error{color:#f04b49}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.post-card,.solution-card{animation:fadeIn .6s ease-out}.nav-link:focus,.cta-button:focus,.read-more:focus{outline:2px solid #1EE0C6;outline-offset:2px}@media print{.header,.footer{display:none}.main{padding:0}}:root{--color-flamingo: #F04B49;--color-yellow-orange: #FCB040;--color-java: #1EE0C6;--color-turquoise: #1EE0C6;--color-outer-space: #242E33;--color-alabaster: #F7F7F7;--color-dark-blue: #242E33;--color-primary: var(--color-flamingo);--color-secondary: var(--color-yellow-orange);--color-accent: var(--color-java);--color-dark: var(--color-outer-space);--color-light: var(--color-alabaster);--text-primary: var(--color-outer-space);--text-secondary: #666;--text-light: #999;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: var(--color-alabaster);--bg-dark: var(--color-outer-space);--color-success: #28a745;--color-warning: var(--color-yellow-orange);--color-error: var(--color-flamingo);--color-info: var(--color-java);--gradient-primary: linear-gradient(135deg, var(--color-outer-space) 0%, var(--color-java) 100%);--gradient-secondary: linear-gradient(135deg, var(--color-flamingo) 0%, var(--color-yellow-orange) 100%);--gradient-accent: linear-gradient(135deg, var(--color-java) 0%, var(--color-yellow-orange) 100%);--shadow-sm: 0 2px 4px rgba(36, 46, 51, .1);--shadow-md: 0 4px 8px rgba(36, 46, 51, .15);--shadow-lg: 0 8px 16px rgba(36, 46, 51, .2);--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}.text-flamingo{color:var(--color-flamingo)}.text-yellow-orange{color:var(--color-yellow-orange)}.text-java{color:var(--color-java)}.text-outer-space{color:var(--color-outer-space)}.text-alabaster{color:var(--color-alabaster)}.bg-flamingo{background-color:var(--color-flamingo)}.bg-yellow-orange{background-color:var(--color-yellow-orange)}.bg-java{background-color:var(--color-java)}.bg-outer-space{background-color:var(--color-outer-space)}.bg-alabaster{background-color:var(--color-alabaster)}.border-flamingo{border-color:var(--color-flamingo)}.border-yellow-orange{border-color:var(--color-yellow-orange)}.border-java{border-color:var(--color-java)}.border-outer-space{border-color:var(--color-outer-space)}.border-alabaster{border-color:var(--color-alabaster)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Sailec,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#242e33;background-color:#f7f7f7}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:Sailec Bold,sans-serif;font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;font-size:1.1rem}.header{background:#fff;box-shadow:0 2px 10px #242e331a;position:sticky;top:0;z-index:100}.header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 20px}.logo{display:flex;align-items:center;gap:.75rem;font-family:Sailec Bold,sans-serif;font-size:1.8rem;font-weight:700;color:#242e33;text-decoration:none;transition:opacity .3s ease}.logo:hover{opacity:.8}.logo-image{height:40px;width:auto;object-fit:contain}.logo-text{font-family:Sailec Bold,sans-serif;font-size:1.8rem;font-weight:700;color:#242e33}.logo-small .logo-image{height:24px}.logo-small .logo-text{font-size:1.2rem}.logo-normal .logo-image{height:40px}.logo-normal .logo-text{font-size:1.8rem}.logo-large .logo-image{height:60px}.logo-large .logo-text{font-size:2.4rem}.nav{display:flex;gap:2rem}.nav-link{color:#242e33;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#1ee0c6}.language-switcher{display:flex;gap:.5rem}.language-switcher button{background:none;border:2px solid #ddd;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease;font-weight:500}.language-switcher button.active{background:#1ee0c6;color:#fff;border-color:#1ee0c6}.hero{background:linear-gradient(135deg,#242e33,#1ee0c6);color:#fff;padding:6rem 0;text-align:center}.hero-title{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;font-weight:300}.hero-description{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:#f04b49;color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:5px;font-weight:600;transition:background .3s ease}.cta-button:hover{background:#fcb040}.solutions-preview{padding:4rem 0;background:#f7f7f7}.solutions-preview h2{text-align:center;margin-bottom:3rem;color:#242e33}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.solution-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;text-align:center;transition:transform .3s ease}.solution-card:hover{transform:translateY(-5px)}.solution-card h3{color:#242e33;margin-bottom:1rem}.blog-list-page{padding:4rem 0}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.post-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.post-card:hover{transform:translateY(-5px)}.post-image{width:100%;height:200px;object-fit:cover}.post-content{padding:1.5rem}.post-content h2{margin-bottom:1rem}.post-content h2 a{color:#242e33;text-decoration:none}.post-content h2 a:hover{color:#1ee0c6}.post-excerpt{color:#666;margin-bottom:1rem}.post-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;color:#666}.read-more{color:#1ee0c6;text-decoration:none;font-weight:500}.read-more:hover{text-decoration:underline}.blog-post-page{padding:4rem 0}.post{max-width:800px;margin:0 auto}.post-header{text-align:center;margin-bottom:3rem}.post-featured-image{width:100%;height:400px;object-fit:cover;border-radius:10px;margin-bottom:2rem}.post-content{font-size:1.1rem;line-height:1.8}.privacy-policy-page{padding:2rem 0;min-height:60vh}.privacy-policy-page .breadcrumb{position:sticky;top:80px;background-color:#fff;margin-bottom:2rem;padding:1rem 0;border-bottom:1px solid #e0e0e0;z-index:99;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.privacy-policy-page .breadcrumb a{color:var(--color-flamingo);text-decoration:none;font-weight:500}.privacy-policy-page .breadcrumb a:hover{text-decoration:underline}.privacy-policy-page .breadcrumb span{color:#666;margin:0 .5rem}.privacy-policy-page .page-header{text-align:center;margin-bottom:3rem}.privacy-policy-page .page-description{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.privacy-content{padding:2rem}.privacy-section{margin-bottom:2rem}.privacy-section h2{color:var(--color-outer-space);margin-bottom:1rem;font-size:1.4rem;border-bottom:2px solid var(--color-flamingo);padding-bottom:.5rem}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{margin-bottom:.5rem;line-height:1.6}.contact-section{margin-top:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid var(--color-teal)}.contact-section p{margin-bottom:1rem;color:#555}.contact-info{background:#f8f9fa;padding:1.5rem;border-radius:6px;margin-top:1rem;border:1px solid #e0e0e0}.contact-info p{margin-bottom:.8rem}.contact-info a{color:var(--color-flamingo);text-decoration:none;font-weight:500}.contact-info a:hover{text-decoration:underline}.solution-footer{margin-top:3rem;padding:2rem;background:#f8f9fa;border-top:1px solid #e0e0e0;text-align:center}.back-to-solutions-link,.deploy-link{margin:0 0 1rem;text-align:center}.deploy-link-button{display:inline-block;padding:.8rem 1.5rem;background:var(--color-turquoise);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .3s ease}.deploy-link-button:hover{background:#1bc4a8!important;color:#fff!important;text-decoration:none!important}.terms-link{margin:0 0 1rem;text-align:center}.terms-link-button{display:inline-block;padding:.8rem 1.5rem;background:var(--color-yellow-orange);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .3s ease}.terms-link-button:hover{background:#f39c12;color:#fff}.privacy-link{margin:0 0 1rem;text-align:center}.privacy-link-button{display:inline-block;padding:.8rem 1.5rem;background:var(--color-flamingo);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .3s ease}.privacy-link-button:hover{background:#e74c3c;color:#fff}.how-to-deploy-page,.terms-of-use-page{min-height:100vh;background:#f8f9fa;padding:2rem 0}.terms-content{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem;margin-top:2rem}.terms-section{margin-bottom:2rem}.terms-section:last-child{margin-bottom:0}.terms-section h2{color:var(--color-outer-space);margin-bottom:1rem;font-size:1.5rem;border-bottom:2px solid var(--color-yellow-orange);padding-bottom:.5rem}.terms-section p{margin-bottom:1rem;line-height:1.6}.terms-section ul{margin-bottom:1rem;padding-left:1.5rem}.terms-section li{margin-bottom:.5rem;line-height:1.6}.deploy-guide{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.deploy-header{background:linear-gradient(135deg,var(--color-turquoise),#1bc4a8);color:#fff;padding:3rem 2rem;text-align:center}.deploy-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.deploy-subtitle{font-size:1.2rem;opacity:.9;margin:0}.terms-header{background:linear-gradient(135deg,var(--color-yellow-orange),#f39c12);color:#fff!important;padding:3rem 2rem;text-align:center;border-radius:8px 8px 0 0;margin:0}.terms-header h1,.terms-header p{color:#fff!important;margin-bottom:0}.terms-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700;color:#fff!important}.terms-subtitle{font-size:1.2rem;opacity:.9;margin:0;color:#fff!important}.privacy-header{background:linear-gradient(135deg,var(--color-flamingo),#e74c3c);color:#fff!important;padding:3rem 2rem;text-align:center;border-radius:8px 8px 0 0;margin:0}.privacy-title{font-size:2.5rem;margin-bottom:1rem;font-weight:700;color:#fff!important}.privacy-subtitle{font-size:1.2rem;opacity:.9;margin:0;color:#fff!important}.terms-guide,.privacy-guide{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.terms-content,.privacy-content{margin-top:0;padding-top:2rem}.terms-content>*:first-child,.privacy-content>*:first-child{margin-top:0}.deploy-content{padding:2rem}.deploy-content h2{color:var(--color-dark-blue);font-size:1.5rem;margin:2rem 0 1rem;border-bottom:2px solid var(--color-turquoise);padding-bottom:.5rem}.deploy-content h2:first-child{margin-top:0}.deploy-content ul,.deploy-content ol{color:#666;line-height:1.7;margin-bottom:1.5rem;padding-left:2rem}.deploy-content li{margin-bottom:.5rem}.deploy-content pre{background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:1rem;margin:1rem 0;overflow-x:auto;font-family:Courier New,monospace;font-size:.9rem}.deploy-content code{background:#f8f9fa;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9rem;color:#e74c3c}.deploy-content p{color:#666;line-height:1.7;margin-bottom:1rem}.deploy-footer,.terms-footer,.privacy-footer{padding:2rem;background:#f8f9fa;border-top:1px solid #e0e0e0;text-align:center}.back-link{display:inline-block;padding:.8rem 1.5rem;background:var(--color-dark-blue);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .3s ease}.back-link:hover{background:#1a252f;color:#fff}.footer{background:#242e33;color:#fff;padding:3rem 0 1rem;margin-top:0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{margin-bottom:1rem}.footer-logo .logo-image{height:32px}.footer-logo .logo-text{color:#ecf0f1;font-size:1.2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#ecf0f1}.footer-section a{color:#bdc3c7;text-decoration:none;display:block;margin-bottom:.5rem}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #1EE0C6;padding-top:1rem;text-align:center;color:#bdc3c7}.color-palette-demo{padding:4rem 0;background:#fff}.color-palette-demo h2{text-align:center;margin-bottom:3rem;color:#242e33}.color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.color-card{padding:2rem;border-radius:12px;text-align:center;color:#fff;box-shadow:0 4px 8px #242e3326;transition:transform .3s ease}.color-card:hover{transform:translateY(-5px)}.color-card h3{margin-bottom:.5rem;font-size:1.2rem}.color-card p{font-size:.9rem;opacity:.9;margin:0}.bg-alabaster{color:#242e33;border:2px solid #e0e0e0}.solutions-page{padding:2rem 0}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:2.5rem;margin-bottom:1rem;color:#242e33}.page-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.solution-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.solution-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.solution-image{height:200px;overflow:hidden}.solution-image img{width:100%;height:100%;object-fit:cover}.solution-content{padding:1.5rem}.solution-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.solution-category{background:#1ee0c6;color:#fff;padding:8px 12px;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-block;line-height:1.2;vertical-align:middle}.solution-duration{background:#fcb040;color:#fff;padding:8px 12px;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-block;line-height:1.2;vertical-align:middle}.solution-teams{background:#f04b49;color:#fff;padding:8px 12px;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-block;line-height:1.2;vertical-align:middle}.solution-title{margin-bottom:1rem}.solution-title a{color:#242e33;text-decoration:none;font-size:1.25rem;font-weight:600;transition:color .3s ease}.solution-title a:hover{color:#1ee0c6}.solution-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.solution-technologies{margin-bottom:1.5rem}.tech-tag{display:inline-block;background:#f7f7f7;color:#242e33;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;margin-right:.5rem;margin-bottom:.5rem;border:1px solid #e0e0e0}.solution-footer{display:flex;justify-content:space-between;align-items:center}.featured-badge{background:#f04b49;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.solution-page{padding:2rem 0}.breadcrumb{position:sticky;top:80px;background-color:#fff;padding:1rem 0;margin-bottom:2rem;font-size:.9rem;color:#666;z-index:99;border-bottom:1px solid #e0e0e0;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.breadcrumb a{color:#1ee0c6;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.solution{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.solution-header{position:relative}.solution-featured-image{height:300px;overflow:hidden}.solution-featured-image img{width:100%;height:100%;object-fit:cover;object-position:left center;box-shadow:0 4px 12px #00000026;border-radius:8px}.solution-content img{box-shadow:0 4px 12px #00000026;border-radius:8px;margin:1rem 0;max-width:100%;height:auto}.solution-meta{padding:2rem;background:#fff}.solution-tags{display:block;width:100%;margin-bottom:1.5rem}.solution-tags span{display:inline-block;margin-right:1rem;margin-bottom:.5rem}.solution-category{background:#1ee0c6;color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600}.solution-duration{background:#fcb040;color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600}.solution-title{font-size:2.5rem;margin-top:1.5rem;margin-bottom:1rem;color:#242e33;line-height:1.2;clear:both;display:block}.solution-description{font-size:1.2rem;color:#666;line-height:1.6;margin-bottom:2rem}.solution-technologies h4{margin-bottom:1rem;color:#242e33;font-size:1.1rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.solution-content{padding:0 2rem 2rem}.solution-content h2{color:#242e33;margin-top:2rem;margin-bottom:1rem;font-size:1.8rem}.solution-content h3{color:#242e33;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.4rem}.solution-content h4{color:#242e33;margin-top:1.25rem;margin-bottom:.5rem;font-size:1.2rem}.solution-content p{color:#666;line-height:1.7;margin-bottom:1rem}.solution-content ul,.solution-content ol{color:#666;line-height:1.7;margin-bottom:1rem;padding-left:2rem}.solution-content li{margin-bottom:.5rem}.solution-content strong{color:#242e33;font-weight:600}.solution-content blockquote{border-left:4px solid #1EE0C6;padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:#666;background:#f7f7f7;padding:1rem 1.5rem;border-radius:0 8px 8px 0}.error{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.error h1{color:#f04b49;font-size:2rem;margin-bottom:1rem}.error p{color:#666;font-size:1.1rem;margin-bottom:2rem}.error .read-more{display:inline-block;background:#1ee0c6;color:#fff;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.error .read-more:hover{background:#17c4b3}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.logo{justify-content:center}.logo-image{height:35px}.logo-text{font-size:1.5rem}.nav{flex-wrap:wrap;justify-content:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.solutions-grid,.posts-grid{grid-template-columns:1fr}.color-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.footer-logo{text-align:center}.footer-logo .logo-image{height:28px}.solutions-grid{grid-template-columns:1fr}.solution-title{font-size:2rem}.solution-tags{flex-direction:column;align-items:flex-start}.solution-footer{flex-direction:column;align-items:flex-start;gap:1rem}}
