:root{--hub-bg:#f8f9fa;--card-bg:#ffffff;--text-primary:#1a1a1a;--text-secondary:#666666;--brand-pink:#ff4757;--brand-pink-hover:#ff6b81;--brand-blue:#4854f6;--brand-blue-hover:#5b66f7;--text-green:#2ecc71;--text-blue:#3498db}body{background-color:var(--hub-bg);color:#1a1a1a;font-family:'Outfit',sans-serif;font-weight:400;line-height:1.5;margin:0}.image-hub-wrapper{background-color:var(--hub-bg);background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%23e6e8eb' stroke-width='2' opacity='0.6'%3E%3Cpath d='M30 25v10M25 30h10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");overflow-x:hidden}.hub-container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.hub-hero{text-align:center;padding:100px 1rem 3rem 1rem}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;background:linear-gradient(135deg,#ff4757 0%,#c56cf0 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;color:#fff0}.hero-subtitle{font-size:1.5rem;color:var(--text-secondary);max-width:700px;margin:0 auto 2.5rem auto;font-weight:400}.filter-pills{display:inline-flex;gap:.5rem;background:#fff;padding:.5rem;border-radius:50px;box-shadow:0 2px 10px rgb(0 0 0 / .05)}.pill{padding:.5rem 1.5rem;border-radius:25px;font-weight:600;color:var(--text-secondary);cursor:default}.pill.active{background-color:#333;color:#fff}.tools-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;padding-bottom:4rem}@media (min-width:600px){.tools-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.tools-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.tools-grid{grid-template-columns:repeat(4,1fr)}}.tool-card{background:var(--card-bg);border-radius:16px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none!important;transition:all 0.2s cubic-bezier(.25,.8,.25,1);box-shadow:0 2px 8px rgb(0 0 0 / .04);border:1px solid #fff0;height:100%;min-height:240px;position:relative;overflow:hidden}.tool-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgb(0 0 0 / .08)}.card-header{margin-bottom:1rem}.brand-icon{width:42px;height:42px;color:var(--brand-pink);margin-bottom:1rem;display:flex;align-items:center}.brand-icon svg{width:100%;height:100%;stroke-width:1.5}.text-icon{font-weight:900;font-size:1.4rem;letter-spacing:-1px;justify-content:flex-start}.card-title{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.card-desc{font-size:1.15rem;color:var(--text-secondary);line-height:1.5;margin:0 0 1.5rem 0;flex-grow:1}.tool-btn{display:inline-block;padding:.6rem 1.4rem;background:linear-gradient(90deg,#ff4757 0%,#ff6b81 100%);color:#fff;border-radius:50px;font-size:1.1rem;font-weight:600;text-align:center;width:fit-content;box-shadow:0 4px 10px rgb(255 71 87 / .3);border:none;transition:transform 0.2s,box-shadow 0.2s}.tool-card:hover .tool-btn{background:#4651e6;color:#fff;transform:translateY(-2px);box-shadow:0 6px 15px rgb(70 81 230 / .4)}.comparison-wrapper{margin-top:4rem}.comp-title{margin:0 0 .5rem 0;color:#222;text-align:left}.comp-desc{color:#666;margin-bottom:2rem;text-align:left}.table-responsive{overflow-x:auto}.comp-table{width:100%;border-collapse:collapse;background:#fff}.comp-table th,.comp-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid #eee}.comp-table th{background:#fff5f6;color:var(--brand-pink);font-weight:700}.comp-table td:first-child{font-weight:600;color:#333}.comp-table td:not(:first-child){color:#555}.text-sm{line-height:1.4;color:#777!important}.section-work-way{background:#f8f9fa;padding:5rem 0}.section-title{margin-bottom:3rem;color:var(--text-primary)}.features-grid{display:grid;gap:2rem}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-img-placeholder{height:180px;background:#fff;border:1px solid #eee;border-radius:12px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.fake-ui-window{width:60%;height:70%;background:#f1f3f5;border-radius:6px;border:1px solid #ddd}.fake-mobile-frame{width:30%;height:80%;border:2px solid #333;border-radius:8px;background:#fff}.fake-code-window{font-family:monospace;color:var(--brand-blue);font-weight:700;background:#eef2ff;padding:4px 8px;border-radius:4px}body.admin-bar .image-hub-wrapper{padding-top:32px}@media screen and (max-width:782px){body.admin-bar .image-hub-wrapper{padding-top:46px}}