*{margin:0;padding:0;box-sizing:border-box}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:100px 40px 120px}@media (max-width: 768px){body{padding:80px 20px 200px;align-items:flex-start;min-height:100vh}}.card{background:#fff;border-radius:24px;padding:48px;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000001a;max-width:1100px;width:100%;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.card:hover{transform:translateY(-4px);box-shadow:0 30px 80px #0003,0 0 0 1px #00000026}@media (max-width: 768px){.card{padding:32px 24px;border-radius:20px}}.header{display:flex;align-items:center;gap:18px;padding:22px 28px;background:#fff;border-radius:28px;margin-bottom:36px;box-shadow:0 2px 12px #0000000a;border:1px solid rgba(0,0,0,.08);transition:all .3s ease}.header:hover{box-shadow:0 4px 16px #0000000f;transform:translateY(-1px)}@media (max-width: 768px){.header{padding:20px 24px;margin-bottom:32px;border-radius:20px;gap:16px}}.logo{width:52px;height:52px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:26px;overflow:hidden;cursor:pointer;position:relative;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px #00000014,inset 0 1px #ffffff80}.logo:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px #0000001f,inset 0 1px #fff9;border-color:#3b82f64d}.logo img{width:100%;height:100%;object-fit:cover;display:block}.logo-upload{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;top:0;left:0}.logo:hover:after{content:"↑";position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;border-radius:12px;font-weight:700}.logo-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.title{font-size:32px;font-weight:900;color:#1f2937;letter-spacing:-.8px;cursor:text;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;padding:6px 10px;margin:-6px -10px;border-radius:10px;opacity:1}@media (max-width: 768px){.title{font-size:24px}}.title:hover{background:#00000005}.title:focus{outline:none;border-color:#e5e7eb;background:#f9fafb}.stats{display:grid;grid-template-columns:1fr 1fr;gap:28px}@media (max-width: 768px){.stats{grid-template-columns:1fr;gap:16px}}.stat{background:#fff;padding:36px 48px;border-radius:28px;box-shadow:0 2px 12px #0000000a;border:1px solid rgba(0,0,0,.08);transition:all .3s ease}.stat:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}@media (max-width: 768px){.stat{padding:28px 24px;border-radius:20px}}.stat-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.stat-icon{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:17px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.stat:hover .stat-icon{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.stat-icon.blue{background:#dbeafe}.stat-icon.orange{background:#fed7aa}.stat-label{font-size:16px;color:#6b7280;font-weight:500;cursor:text;transition:all .2s;border:2px solid transparent;padding:4px 8px;margin:-4px -8px;border-radius:8px;opacity:1}.stat-label:hover{background:#00000008}.stat-label:focus{outline:none;border-color:#d1d5db;background:#f3f4f6}.stat-value{font-size:56px;font-weight:900;color:#111827;letter-spacing:-2.5px;margin-bottom:8px;cursor:text;transition:all .2s;border:2px solid transparent;padding:4px 8px;border-radius:8px;opacity:1}@media (max-width: 768px){.stat-value{font-size:52px}}.stat-value:hover{background:#00000008}.stat-value:focus{outline:none;border-color:#d1d5db;background:#f3f4f6}.stat-change{font-size:15px;color:#9ca3af;font-weight:500;cursor:text;transition:all .2s;border:2px solid transparent;padding:4px 8px;border-radius:8px;opacity:1}.stat-change:hover{background:#00000008}.stat-change:focus{outline:none;border-color:#d1d5db;background:#f3f4f6}.controls{position:fixed;bottom:60px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:100;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px;border-radius:16px}@media (max-width: 768px){.controls{bottom:70px;flex-direction:column;width:calc(100% - 40px);max-width:400px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}}.btn{padding:16px 28px;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;box-shadow:0 4px 12px #00000026}@media (max-width: 768px){.btn{width:100%;padding:18px 28px}}.btn i{font-size:16px}.btn-download{background:linear-gradient(135deg,#111827,#1f2937);color:#fff}.btn:active{transform:scale(.96)}.btn-download:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.btn-twitter{background:linear-gradient(135deg,#000,#1f2937);color:#fff}.btn-twitter:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.btn-templates{background:#fff;color:#111827;border:2px solid rgba(0,0,0,.08);box-shadow:0 4px 12px #00000014}.btn-templates:hover{transform:translateY(-2px);background:#fafafa;box-shadow:0 8px 20px #00000026}.templates-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.templates-content{background:#fff;border-radius:24px;padding:40px;max-width:700px;width:100%;max-height:80vh;overflow-y:auto}@media (max-width: 768px){.templates-content{padding:24px;border-radius:20px;max-height:90vh}}.templates-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.templates-header h2{font-size:28px;color:#111827}@media (max-width: 768px){.templates-header h2{font-size:22px}}.close-btn{background:#f3f4f6;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-btn:hover{background:#e5e7eb}.templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}@media (max-width: 768px){.templates-grid{grid-template-columns:1fr;gap:16px}}.template-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:16px;padding:24px;cursor:pointer;transition:all .2s}@media (max-width: 768px){.template-card{padding:20px}}.template-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}@media (max-width: 768px){.template-card:active{transform:scale(.98)}}.template-emoji{font-size:32px;margin-bottom:12px}.template-title{font-size:20px;font-weight:700;color:#111827;margin-bottom:8px}.template-desc{font-size:14px;color:#6b7280;margin-bottom:16px}.template-stats{display:flex;gap:12px;font-size:12px;color:#9ca3af}.watermark{text-align:center;margin-top:28px;padding-top:24px;border-top:1px solid rgba(0,0,0,.06);font-size:12px;color:#9ca3af;display:flex;align-items:center;justify-content:center;gap:10px;position:relative}.watermark.hidden{display:none}.watermark-text{font-size:12px;color:#9ca3af;font-weight:500}.app-header{position:fixed;top:24px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:14px;z-index:50;background:#fffffffa;padding:12px 24px;border-radius:16px;box-shadow:0 8px 32px #0000001f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.app-header:hover{box-shadow:0 10px 36px #00000026;transform:translate(-50%) translateY(-1px)}.app-logo{width:32px;height:32px;border-radius:8px;object-fit:cover;transition:all .3s ease}.app-header:hover .app-logo{transform:scale(1.05)}.app-name{font-size:18px;font-weight:700;color:#111827;letter-spacing:-.5px}@media (max-width: 768px){.app-header{top:16px;padding:10px 20px;gap:12px}.app-logo{width:28px;height:28px}.app-name{font-size:16px}}.toggle-switch{position:relative;display:inline-block;width:32px;height:18px}.toggle-switch.hide-in-download{display:none}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e5e7eb;transition:.3s;border-radius:18px}.toggle-slider:before{position:absolute;content:"";height:14px;width:14px;left:2px;bottom:2px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#3b82f6}input:checked+.toggle-slider:before{transform:translate(14px)}@media (max-width: 768px){.watermark{margin-top:20px;padding-top:20px;margin-bottom:20px}}.legal-page{min-height:100vh;padding:120px 20px 80px;display:flex;justify-content:center;align-items:flex-start}.legal-content{max-width:800px;width:100%;background:#fff;padding:60px;border-radius:24px;box-shadow:0 20px 60px #00000026}@media (max-width: 768px){.legal-content{padding:30px 20px;border-radius:16px}}.legal-content h1{font-size:42px;font-weight:700;color:#111827;margin-bottom:8px;letter-spacing:-1px}@media (max-width: 768px){.legal-content h1{font-size:32px}}.legal-content .last-updated{color:#6b7280;font-size:14px;margin-bottom:40px}.legal-content section{margin-bottom:40px}.legal-content h2{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:16px;margin-top:32px}.legal-content p{font-size:16px;line-height:1.7;color:#374151;margin-bottom:16px}.legal-content ul,.legal-content ol{margin-left:24px;margin-bottom:16px}.legal-content li{font-size:16px;line-height:1.7;color:#374151;margin-bottom:8px}.legal-content a{color:#3b82f6;text-decoration:none;transition:color .2s}.legal-content a:hover{color:#2563eb;text-decoration:underline}.contact-info{font-size:18px;font-weight:600;margin:20px 0}.social-links{list-style:none;margin-left:0}.social-links li{margin-bottom:12px}.site-footer{position:fixed;bottom:0;left:0;right:0;background:transparent;padding:8px 20px 12px;z-index:30;pointer-events:none}.footer-content{max-width:1200px;margin:0 auto;text-align:center;display:flex;justify-content:center;align-items:center;gap:8px;font-size:11px;pointer-events:auto}.footer-content a{color:#ffffffb3;text-decoration:none;transition:all .2s;padding:2px 6px;border-radius:4px}.footer-content a:hover{color:#fff;background:#ffffff1a}.footer-content span{color:#fff6;font-size:10px}.footer-credit{text-align:center;margin-top:6px;font-size:10px;color:#ffffff80;pointer-events:auto}.footer-credit a{color:#ffffffb3;text-decoration:none;font-weight:600;transition:all .2s;padding:2px 4px;border-radius:3px}.footer-credit a:hover{color:#fff;background:#ffffff1a}@media (max-width: 768px){.footer-content{font-size:10px;gap:6px;flex-wrap:wrap}.footer-credit{font-size:9px;margin-top:4px}}.home-page{padding-bottom:40px}.home-content{max-width:900px;margin:80px auto 0;padding:0 40px;position:relative;z-index:1}@media (max-width: 768px){.home-content{padding:0 20px;margin-top:80px}}.content-section{background:#fffffff2;padding:40px;border-radius:24px;margin-bottom:24px;box-shadow:0 4px 20px #00000014}@media (max-width: 768px){.content-section{padding:24px;border-radius:16px}}.content-section h2{font-size:32px;font-weight:700;color:#111827;margin-bottom:16px;letter-spacing:-.5px}.content-section h3{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:16px}@media (max-width: 768px){.content-section h2{font-size:24px}.content-section h3{font-size:20px}}.content-section p{font-size:16px;line-height:1.7;color:#374151;margin-bottom:16px}.content-section ul,.content-section ol{margin-left:24px;margin-bottom:16px}.content-section li{font-size:16px;line-height:1.7;color:#374151;margin-bottom:12px}.content-section a{color:#3b82f6;text-decoration:none;font-weight:500}.content-section a:hover{text-decoration:underline}.font-selector-wrapper{margin-top:20px;display:flex;justify-content:center;position:relative;z-index:10}.font-options{display:inline-flex;gap:8px;background:#fffffff2;padding:8px;border-radius:16px;box-shadow:0 4px 20px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.font-option{width:44px;height:44px;border:2px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative}.font-option:hover{background:#0000000d;border-color:#00000026}.font-option.active{background:#1f2937;border-color:#1f2937}.font-option.active .font-preview{color:#fff!important;transition:none}.font-preview{font-size:20px;font-weight:500;color:#374151;text-align:center;line-height:1;-webkit-user-select:none;user-select:none}.font-option:hover .font-preview{color:#000}@media (max-width: 768px){.font-selector-wrapper{margin-top:16px;width:100%}.font-options{gap:6px;padding:6px}.font-option{width:40px;height:40px}.font-preview{font-size:18px}}.style-controls-wrapper{margin-top:16px;margin-bottom:40px;display:flex;justify-content:center;gap:12px;position:relative;z-index:10}.control-group{display:inline-flex}.control-options{display:inline-flex;gap:8px;background:#fffffff2;padding:8px;border-radius:16px;box-shadow:0 4px 20px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.control-option{width:44px;height:44px;border:2px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative}.control-option:hover{background:#0000000d;border-color:#00000026}.control-option.active{background:#1f2937;border-color:#1f2937}.control-option.active .control-label{color:#fff!important;transition:none}.control-label{font-size:16px;font-weight:600;color:#374151;text-align:center;line-height:1;-webkit-user-select:none;user-select:none}.control-option:hover .control-label{color:#000}.color-option{padding:6px}.color-preview{width:100%;height:100%;border-radius:8px;border:2px solid rgba(0,0,0,.1);transition:all .2s}.color-option.active .color-preview{border-color:#1f2937;border-width:3px}.border-rounded{border-radius:24px!important}.border-rounded .header,.border-rounded .stat{border-radius:28px!important}.border-sharp{border-radius:12px!important}.border-sharp .header,.border-sharp .stat,.border-sharp .logo{border-radius:8px!important}.border-sharp .stat-icon{border-radius:6px!important}.border-pill{border-radius:80px!important}.border-pill .header,.border-pill .stat{border-radius:40px!important}.border-pill .logo{border-radius:24px!important}.border-pill .stat-icon{border-radius:16px!important}@media (max-width: 768px){.border-rounded,.border-rounded .header,.border-rounded .stat{border-radius:20px!important}.border-sharp{border-radius:8px!important}.border-sharp .header,.border-sharp .stat,.border-sharp .logo{border-radius:6px!important}.border-sharp .stat-icon{border-radius:4px!important}.border-pill{border-radius:60px!important}.border-pill .header,.border-pill .stat{border-radius:30px!important}.border-pill .logo{border-radius:18px!important}.border-pill .stat-icon{border-radius:12px!important}}.card-compact{max-width:900px;padding:36px}.card-compact .header{padding:18px 24px;margin-bottom:28px}.card-compact .stat{padding:28px 36px}.card-compact .stat-value{font-size:48px}.card-compact .title{font-size:28px}.card-large{max-width:1300px;padding:60px}.card-large .header{padding:28px 36px;margin-bottom:44px}.card-large .stat{padding:44px 56px}.card-large .stat-value{font-size:64px}.card-large .title{font-size:38px}@media (max-width: 768px){.card-compact{padding:28px 20px}.card-compact .header{padding:16px 20px;margin-bottom:24px}.card-compact .stat{padding:24px 20px}.card-compact .stat-value{font-size:44px}.card-compact .title{font-size:22px}.card-large{padding:36px 28px}.card-large .header{padding:24px 28px;margin-bottom:36px}.card-large .stat{padding:32px 28px}.card-large .stat-value{font-size:56px}.card-large .title{font-size:28px}}@media (max-width: 768px){.style-controls-wrapper{flex-direction:column;gap:8px;margin-top:12px;margin-bottom:60px;align-items:center;width:100%}.control-group{width:auto}.control-options{gap:6px;padding:6px}.control-option{width:40px;height:40px}.control-label{font-size:14px}}
