*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;width:100%;top:0;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-img{width:40px;height:40px;background:linear-gradient(135deg,#3a3f4a,#2c3e50);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.logo-img:before{content:"";position:absolute;width:32px;height:20px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 C40 20, 30 30, 20 40 Q25 45, 35 45 Q45 40, 50 35 Q55 40, 65 45 Q75 45, 80 40 C70 30, 60 20, 50 10 Z" fill="white"/><path d="M50 35 C45 45, 40 55, 35 65 Q40 70, 50 70 Q60 70, 65 65 C60 55, 55 45, 50 35 Z" fill="white"/><path d="M20 40 Q30 50, 50 50 Q70 50, 80 40" stroke="%232196F3" stroke-width="3" fill="none"/></svg>') center/contain no-repeat}.logo-text{font-size:1.5rem;font-weight:600;color:#2c3e50}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-links a:hover{color:#2196f3}.dropdown{position:relative}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:200px;box-shadow:0 8px 16px #0000001a;border-radius:8px;z-index:1;top:100%;left:0;padding:1rem 0}.dropdown-content a{color:#333;padding:.5rem 1rem;text-decoration:none;display:block;transition:background-color .3s}.dropdown-content a:hover{background-color:#f8f9fa}.dropdown:hover .dropdown-content{display:block}.cta-button{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:25px;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2196f366}.btn-primary{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;padding:1rem 2rem;border:none;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #2196f366}.btn-secondary{background:transparent;color:#2196f3;padding:1rem 2rem;border:2px solid #2196F3;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.btn-secondary:hover{background:#2196f3;color:#fff;transform:translateY(-3px)}.hero{background:linear-gradient(135deg,#f8f9fa,#fff);padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><pattern id="tools" patternUnits="userSpaceOnUse" width="100" height="100"><rect width="100" height="100" fill="none"/><path d="M20 20 L30 10 L40 20 L30 30 Z" fill="%23f0f0f0"/><circle cx="70" cy="30" r="5" fill="%23f0f0f0"/><rect x="60" y="60" width="20" height="3" fill="%23f0f0f0"/><path d="M25 70 Q35 60, 45 70" stroke="%23f0f0f0" stroke-width="2" fill="none"/></pattern></defs><rect width="100%" height="100%" fill="url(%23tools)" opacity="0.3"/></svg>') center/cover;opacity:.1}.hero-content{position:relative;z-index:1}.hero h1{font-size:3.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.2}.hero .subtitle{font-size:1.3rem;color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero .description{font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:120px 0 60px;text-align:center}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.content-section{padding:80px 0}.content-section:nth-child(2n){background-color:#f8f9fa}.content-section h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:2rem;text-align:center}.content-section h3{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem}.content-section p{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:1.5rem}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.card h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.card p{color:#666;line-height:1.6}.icon{width:60px;height:60px;background:linear-gradient(135deg,#2196f3,#1976d2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-size:1.5rem}.large-icon{width:80px;height:80px;font-size:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#2196f3,#1976d2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-size:1.5rem}.feature-card h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.value-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;text-align:center;border-left:4px solid #2196F3}.value-card h3{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.blog-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.blog-image{width:100%;height:200px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#adb5bd}.blog-content{padding:1.5rem}.blog-meta{color:#666;font-size:.9rem;margin-bottom:.5rem}.blog-card h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.blog-card p{color:#666;line-height:1.6;margin-bottom:1rem}.read-more{color:#2196f3;text-decoration:none;font-weight:600;transition:color .3s}.read-more:hover{color:#1976d2}.cta-section{padding:80px 0;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-section .btn-primary{background:linear-gradient(135deg,#2196f3,#1976d2);font-size:1.2rem;padding:1rem 2.5rem}footer{background-color:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#2196f3}.footer-section p,.footer-section a{color:#bdc3c7;text-decoration:none;line-height:1.6}.footer-section a:hover{color:#2196f3}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;color:#bdc3c7}.coming-soon{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #dee2e6;border-radius:12px;padding:3rem;text-align:center;margin:2rem 0}.coming-soon h3{color:#6c757d;margin-bottom:1rem}.coming-soon p{color:#6c757d}@media (max-width: 768px){.nav-links{flex-direction:column;gap:1rem}.hero h1,.page-header h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.features-grid,.content-grid,.values-grid,.blog-grid{grid-template-columns:1fr}.container{padding:0 15px}.content-section{padding:60px 0}}@media (max-width: 480px){.hero h1,.page-header h1,.content-section h2{font-size:2rem}.card,.feature-card,.value-card{padding:1.5rem}}.post-stats{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#6b7280}.like-button{transition:all .2s ease}.like-button:hover{transform:scale(1.05)}.like-button.liked{color:#dc2626}.search-highlight{background-color:#fef3cd;padding:.125rem .25rem;border-radius:.25rem}.ProseMirror{outline:none!important;color:#000!important;background-color:#fff!important;min-height:300px;padding:1rem;border:none}.ProseMirror p{margin:1em 0;color:#000!important}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{color:#000!important;font-weight:700;margin:1.5em 0 .5em}.ProseMirror h1{font-size:2em}.ProseMirror h2{font-size:1.5em}.ProseMirror h3{font-size:1.17em}.ProseMirror ul,.ProseMirror ol{margin:1em 0;padding-left:2em;color:#000!important}.ProseMirror li{margin:.5em 0;color:#000!important}.ProseMirror a{color:#2563eb;text-decoration:underline}.ProseMirror a:hover{color:#1d4ed8}.ProseMirror img{max-width:100%;height:auto;border-radius:8px;margin:1em 0}.ProseMirror blockquote{border-left:4px solid #e5e7eb;padding-left:1rem;margin:1em 0;font-style:italic;color:#6b7280}.ProseMirror code{background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-family:ui-monospace,monospace;color:#000}.ProseMirror pre{background-color:#f3f4f6;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1em 0}.ProseMirror pre code{background:none;padding:0;color:#000}.ProseMirror iframe{border-radius:8px;margin:1em 0}.ProseMirror .twitter-embed,.ProseMirror .linkedin-embed{margin:1em 0;padding:1em;border-radius:8px}.ProseMirror .twitter-embed{border:1px solid #e1e8ed;background:#f7f9fa}.ProseMirror .linkedin-embed{border:1px solid #0077b5;background:#f3f6f8}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:1em 0;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.linkedin-embed{border:1px solid #e5e7eb;border-radius:.375rem;padding:1rem;margin:1em 0;background-color:#f9fafb}.linkedin-embed a{color:#0077b5;text-decoration:none;font-weight:600}.linkedin-embed a:hover{text-decoration:underline}.share-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.share-button{transition:all .2s ease}.share-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.sort-button-active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 2px 4px #2563eb40}.search-results-info{background:#eff6ff;border:1px solid #dbeafe;border-radius:.5rem;padding:.75rem 1rem;margin:1rem 0}@media (max-width: 768px){.post-stats{font-size:.75rem;gap:.5rem}.share-buttons{justify-content:center}.search-and-sort{flex-direction:column;align-items:stretch}}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.engagement-stats{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin:1rem 0}.engagement-stat{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#6b7280}.scheduled-indicator{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.char-counter{font-size:.75rem;color:#6b7280}.char-counter.warning{color:#d97706}.char-counter.danger{color:#dc2626}
