: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.real-time-editor{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;margin-top:2rem}.editor-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f3f4}.editor-header h2{color:#333;margin-bottom:.5rem;font-size:1.8rem}.editor-header p{color:#666;margin-bottom:1rem}.editor-controls{display:flex;justify-content:center;gap:1rem}.control-btn{background:#f8f9fa;border:1px solid #e1e5e9;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.control-btn:hover{background:#e9ecef}.control-btn.active{background:#667eea;color:#fff;border-color:#667eea}.editor-content{display:grid;grid-template-columns:1fr 300px;gap:2rem}.editor-main{display:flex;flex-direction:column;gap:1.5rem}.editor-field{background:#f8f9fa;border-radius:12px;padding:1.5rem;transition:all .3s ease;border:2px solid transparent}.editor-field.active{border-color:#667eea;background:#f0f4ff}.field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.field-label{font-weight:600;color:#333;font-size:1rem}.field-status{display:flex;align-items:center;gap:.5rem}.status-icon{font-size:1.2rem}.status-text{font-weight:500;font-size:.9rem}.field-input-container{position:relative}.field-input{width:100%;padding:.75rem;border:1.5px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.field-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.field-input::placeholder{color:#9ca3af}.character-count{position:absolute;top:.75rem;right:.75rem;font-size:.8rem;color:#6b7280;background:#ffffffe6;padding:.25rem .5rem;border-radius:4px}.field-suggestions{margin-top:1rem;padding-top:1rem;border-top:1px solid #e1e5e9}.suggestion-group{margin-bottom:1rem}.suggestion-group h4{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:#333}.suggestion-group ul{list-style:none;padding:0;margin:0}.suggestion-item{padding:.5rem 0;font-size:.9rem;line-height:1.4}.suggestion-item.issue{color:#dc2626}.suggestion-item.suggestion{color:#059669}.editor-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-section{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.5rem}.sidebar-section h3{color:#333;margin-bottom:1rem;font-size:1.1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.analyzing-indicator{display:flex;align-items:center;gap:.5rem;color:#667eea;font-size:.9rem;margin-bottom:1rem}.spinner{width:16px;height:16px;border:2px solid #e1e5e9;border-top:2px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.analysis-summary{display:flex;flex-direction:column;gap:.5rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#f8f9fa;border-radius:6px;font-size:.9rem}.summary-label{font-weight:500;color:#333}.summary-status{font-weight:600}.quick-tips{display:flex;flex-direction:column;gap:.75rem}@media (max-width: 1024px){.editor-content{grid-template-columns:1fr}.editor-sidebar{order:-1}}@media (max-width: 768px){.real-time-editor{padding:1rem}.editor-header h2{font-size:1.5rem}.editor-field{padding:1rem}.field-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.social-media-optimizer{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;margin-top:2rem}.optimizer-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f3f4}.optimizer-header h2{color:#333;margin-bottom:.5rem;font-size:1.8rem}.optimizer-header p{color:#666;margin:0}.optimizer-content{display:grid;grid-template-columns:1fr 350px;gap:2rem}.optimizer-main{display:flex;flex-direction:column;gap:2rem}.field-info{font-size:.8rem;color:#6b7280;margin-top:.25rem}.file-input{margin-top:.5rem;padding:.5rem;border:1px dashed #d1d5db;border-radius:6px;background:#f9fafb;cursor:pointer}.file-input:hover{border-color:#667eea;background:#f0f4ff}.generate-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;margin-bottom:1.5rem}.generate-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #667eea4d}.meta-tags-preview h4{color:#333;margin-bottom:1rem;font-size:1rem}.meta-tags-code{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.5;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.optimizer-sidebar{display:flex;flex-direction:column;gap:1.5rem}.preview-section{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.5rem}.preview-controls{display:flex;gap:.5rem;margin-bottom:1rem}.preview-btn{flex:1;padding:.5rem;border:1px solid #e1e5e9;background:#f8f9fa;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.preview-btn:hover{background:#e9ecef}.preview-btn.active{background:#667eea;color:#fff;border-color:#667eea}.preview-container{border:1px solid #e1e5e9;border-radius:8px;overflow:hidden;background:#fff}.social-preview{padding:1rem}.facebook-preview{background:#f0f2f5}.preview-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.preview-avatar{width:40px;height:40px;background:#667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.preview-info{flex:1}.preview-site{font-weight:600;color:#333;font-size:.9rem}.preview-time{color:#6b7280;font-size:.8rem}.preview-content{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e1e5e9}.preview-title{font-weight:600;color:#333;margin-bottom:.5rem;font-size:1rem}.preview-description{color:#6b7280;margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.preview-url{color:#667eea;font-size:.8rem}.preview-image{margin-top:1rem;border-radius:8px;overflow:hidden}.preview-image img{width:100%;height:auto;display:block}.twitter-preview{background:#fff}.preview-name{font-weight:600;color:#333;font-size:.9rem}.preview-handle{color:#6b7280;font-size:.8rem}.preview-text{color:#333;font-size:.9rem;line-height:1.4;margin-bottom:.5rem}@media (max-width: 1024px){.optimizer-content{grid-template-columns:1fr}.optimizer-sidebar{order:-1}}@media (max-width: 768px){.social-media-optimizer{padding:1rem}.optimizer-header h2{font-size:1.5rem}.config-grid{grid-template-columns:1fr}.config-section{padding:1rem}.preview-controls{flex-direction:column}}.schema-generator{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;margin-top:2rem}.generator-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f3f4}.generator-header h2{color:#333;margin-bottom:.5rem;font-size:1.8rem}.generator-header p{color:#666;margin:0}.generator-content{display:grid;grid-template-columns:1fr 300px;gap:2rem}.generator-main{display:flex;flex-direction:column;gap:2rem}.config-section{background:#f8f9fa;border-radius:12px;padding:1.5rem}.config-section h3{color:#333;margin-bottom:1.5rem;font-size:1.2rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.config-field{display:flex;flex-direction:column}.config-field label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:.9rem}.config-field input,.config-field textarea,.config-field select{padding:.75rem;border:1.5px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.config-field input:focus,.config-field textarea:focus,.config-field select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.config-field textarea{resize:vertical;min-height:80px}.action-section{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.5rem}.action-controls{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center}.action-controls select{padding:.5rem;border:1px solid #e1e5e9;border-radius:6px;background:#fff}.generate-btn,.copy-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.generate-btn:hover,.copy-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #667eea4d}.schema-preview h4{color:#333;margin-bottom:1rem;font-size:1rem}.schema-code{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.5;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.generator-sidebar{display:flex;flex-direction:column;gap:1.5rem}.tips-section{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.5rem}.tips-section h3{color:#333;margin-bottom:1rem;font-size:1.1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.tips-list{display:flex;flex-direction:column;gap:.75rem}.tip-item{padding:.75rem;background:#f0f9ff;border-left:3px solid #0ea5e9;border-radius:6px;font-size:.9rem;line-height:1.4}.tip-item strong{color:#0c4a6e}@media (max-width: 1024px){.generator-content{grid-template-columns:1fr}.generator-sidebar{order:-1}}@media (max-width: 768px){.schema-generator{padding:1rem}.generator-header h2{font-size:1.5rem}.config-grid{grid-template-columns:1fr}.action-controls{flex-direction:column;align-items:stretch}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(120deg,#7f9cf5,#a78bfa);min-height:100vh;color:#333;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{width:100vw;max-width:none;margin:1.5rem 0 0;padding:0;background:none;box-shadow:none;border-radius:0;display:flex;flex-direction:column;align-items:center;position:relative;z-index:10}.header-inner{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 16px #7f9cf514;border-radius:18px;padding:1.2rem 2.5rem;max-width:1200px;width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;z-index:11}.header-inner h1{margin:0 auto .2rem;display:flex;align-items:center;gap:.5rem;text-align:center;font-size:1.4rem;font-weight:700;background:linear-gradient(90deg,#6366f1,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.01em}.header-inner p{margin:.1rem auto 0;text-align:center;font-size:.98rem;color:#888;line-height:1.4;font-weight:400}.app-main{display:flex;justify-content:center;align-items:flex-start;gap:2.2rem;width:fit-content;max-width:100vw;margin:0 auto;padding:1.2rem 2rem;box-sizing:border-box}.app-main-outer{max-width:1200px;margin:0 auto;padding:1.2rem 2.5rem;width:100%;box-sizing:border-box;position:relative;z-index:1;overflow:visible!important}.app-main-inner{display:flex;gap:2.2rem;justify-content:flex-start;align-items:flex-start;width:100%;position:relative;z-index:1;overflow:visible!important}.app-main-inner.centered{justify-content:center}.seo-form-container,.seo-results{width:100%;max-width:520px;min-width:320px;box-sizing:border-box;background:#ffffffd1;-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2);border-radius:32px;padding:2.2rem 2.5rem;box-shadow:0 8px 40px #7f9cf521;margin-bottom:0;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.input-mode-switch{display:flex;background:#f3f6fd;border-radius:14px;padding:.5rem;margin-bottom:1.2rem;gap:.5rem}.mode-btn{flex:1;padding:.85rem 1.1rem;border:none;border-radius:10px;background:transparent;color:#6366f1;font-weight:500;cursor:pointer;transition:all .3s;font-size:1rem;letter-spacing:.01em}.mode-btn.active{background:linear-gradient(90deg,#6366f1,#a78bfa);color:#fff;box-shadow:0 2px 10px #7f9cf521}.mode-btn:hover{background:#e0e7ff;color:#4f46e5}.seo-form h2{font-size:1.5rem;margin-bottom:.3rem;color:#222;text-align:left;font-weight:700}.form-subtitle{text-align:left;color:#888;margin-bottom:1.2rem;font-size:.98rem;line-height:1.5}.form-group{margin-bottom:1.1rem;border-bottom:1px solid #f3f6fd;padding-bottom:1.1rem}.form-group:last-child{border-bottom:none}.form-group label{display:flex;justify-content:flex-start;align-items:center;font-weight:600;margin-bottom:.5rem;color:#333;font-size:1.05rem}.required{color:#ef4444}.char-count{font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:1.1rem 1.3rem;border:2px solid #e0e7ff;border-radius:14px;font-size:1rem;transition:all .3s;background:#f8fafc;resize:vertical;font-family:inherit;margin-bottom:.2rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 4px #7f9cf514;background:#fff}.form-group input.error,.form-group textarea.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.92rem;margin-top:.2rem;display:block}.help-text{font-size:.92rem;color:#888;margin-top:.5rem;line-height:1.5;padding:.5rem .5rem .5rem .8rem;background:#f8fafc;border-radius:8px;border-left:3px solid #6366f1}.fetch-url-btn,.submit-btn{width:100%;padding:1.1rem 2rem;background:linear-gradient(90deg,#6366f1,#a78bfa);color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem;box-shadow:0 2px 10px #7f9cf521}.fetch-url-btn:hover:not(:disabled),.submit-btn:hover:not(:disabled){transform:translateY(-2px) scale(1.03);box-shadow:0 8px 25px #7f9cf52e}.fetch-url-btn:disabled,.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.test-url-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #6366f121}.test-url-btn:hover{transform:translateY(-1px) scale(1.04);box-shadow:0 4px 12px #6366f12e}.loading-spinner{width:24px;height:24px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.seo-results{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:2rem;box-shadow:0 20px 60px #0000001a;animation:slideUp .6s ease-out .2s both;min-height:600px}.seo-results h2{font-size:2rem;margin-bottom:2rem;text-align:center;color:#333;font-weight:700}.score-section{display:flex;align-items:center;justify-content:center;gap:3rem;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;box-shadow:0 10px 30px #0000000d}.score-circle{width:160px;height:160px;border:12px solid;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.score-circle:hover{transform:scale(1.05)}.score-number{font-size:3.5rem;font-weight:700;line-height:1}.score-label{font-size:1.2rem;color:#666;margin-top:.5rem;font-weight:500}.score-info h3{font-size:2rem;margin-bottom:.75rem;font-weight:700}.score-info p{color:#666;font-size:1.1rem;line-height:1.5}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.metric-card{background:#fff;border-radius:18px;box-shadow:0 4px 18px #7f9cf51a;padding:1.3rem 1.5rem;margin-bottom:1.2rem;min-width:0;display:flex;flex-direction:column;gap:.5rem}.metric-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000001a}.metric-card h4{font-size:1.15rem;font-weight:600;margin-bottom:.7rem;color:#333;letter-spacing:.01em}.metric-item{display:flex;justify-content:space-between;align-items:center;font-size:1.02rem;padding:.3rem 0;border-bottom:1px solid #f3f6fd}.metric-item:last-child{border-bottom:none}.metric-item span:first-child{color:#888;font-weight:500}.metric-item span:not(:first-child){color:#222;font-weight:600;font-size:1.08rem}.long-tail-keywords{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.keyword-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.95rem;font-weight:500;transition:all .3s ease;box-shadow:0 2px 10px #667eea4d}.keyword-tag:hover{transform:scale(1.05);box-shadow:0 4px 15px #667eea66}.suggestions{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:1.5rem;border-radius:20px;border-left:6px solid #f59e0b;box-shadow:0 10px 30px #f59e0b1a}.suggestions h3{font-size:1.4rem;margin-bottom:1rem;color:#92400e;font-weight:600}.recommendations-list{display:flex;flex-direction:column;gap:1rem}.recommendation-item{background:#ffffffe6;border-radius:12px;padding:1.25rem;border-left:4px solid #f59e0b;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.recommendation-item:hover{transform:translate(8px);box-shadow:0 8px 25px #0000001a}.recommendation-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.recommendation-message{color:#92400e;font-weight:500;flex:1;font-size:1.05rem;line-height:1.5}.recommendation-meta{display:flex;gap:.75rem;flex-shrink:0}.priority-badge,.impact-badge{color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.app-footer{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 0;text-align:center;color:#666;font-size:1rem;margin-top:auto;max-width:1200px;margin-left:auto;margin-right:auto;width:100%;border-radius:0 0 18px 18px}@media (max-width: 1100px){.app-main{flex-direction:column;align-items:center;gap:1.5rem}.seo-form-container,.seo-results{max-width:100%;min-width:0}}@media (max-width: 768px){.app-header{margin:1rem 0 0;padding:1rem 0}.app-header h1{font-size:2.5rem}.app-header p{font-size:1.1rem}.app-main{padding:1.5rem 1rem}.seo-form-container,.seo-results{padding:1.5rem}.input-mode-switch{flex-direction:column;gap:.5rem}.mode-btn{padding:1rem}.score-section{flex-direction:column;text-align:center;gap:1.5rem;padding:2rem}.score-circle{width:120px;height:120px}.score-number{font-size:2.5rem}.recommendation-header{flex-direction:column;gap:.75rem}.recommendation-meta{align-self:flex-start}.long-tail-keywords{flex-direction:column}.keyword-tag{text-align:center}}@media (max-width: 480px){.app-header{margin:.5rem 0 0;padding:.5rem 0}.app-header h1{font-size:2rem}.seo-form h2,.seo-results h2{font-size:1.8rem}.score-circle{width:100px;height:100px}.score-number{font-size:2rem}.metric-card{padding:1.5rem}}@media (max-width: 1200px){.layout-row{display:block}.side-blank{display:none}.main-center{max-width:100vw}}@media (max-width: 900px){.app-main{flex-direction:column;gap:1.5rem;padding:1.2rem .5rem}.seo-form-container,.seo-results{width:100%;padding:1.2rem .8rem;border-radius:18px}}.analysis-progress{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:4px;transition:width .3s ease;position:relative}.progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-text{text-align:center;font-weight:600;color:#374151;margin-bottom:1rem;font-size:1.1rem}.analysis-steps{display:flex;flex-direction:column;gap:.5rem}.step{padding:.75rem 1rem;background:#fff;border-radius:8px;border-left:4px solid #e5e7eb;font-size:.95rem;color:#6b7280;transition:all .3s ease;opacity:.7}.step.completed{border-left-color:#10b981;color:#374151;opacity:1;background:linear-gradient(135deg,#f0fdf4,#ecfdf5)}.step.completed:before{content:"✅ ";margin-right:.5rem}@media (max-width: 768px){.analysis-progress{padding:1rem;margin:1.5rem 0}.step{font-size:.9rem;padding:.6rem .8rem}}.performance-optimized{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}img.lazy{opacity:0;transition:opacity .3s ease-in-out}img.lazy.loaded{opacity:1}.critical-content{contain:layout style paint}.optimized-animation{will-change:transform,opacity;transform:translateZ(0)}.font-display-swap{font-display:swap}.responsive-image{max-width:100%;height:auto;display:block}.layout-stable{min-height:100px;contain:layout}.preload-hint{position:absolute;top:-9999px;left:-9999px;width:1px;height:1px;overflow:hidden}.performance-indicator{position:fixed;top:10px;right:10px;background:#000c;color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;z-index:9999;display:none}.performance-indicator.show{display:block}.offline-indicator{position:fixed;top:0;left:0;right:0;background:#ef4444;color:#fff;text-align:center;padding:8px;font-size:14px;z-index:10000;display:none}.offline-indicator.show{display:block}.loading-optimized{position:relative;overflow:hidden}.loading-optimized:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:loading-shimmer 1.5s infinite}@keyframes loading-shimmer{0%{left:-100%}to{left:100%}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.seo-form-container,.seo-results{border:2px solid #000}.metric-card{border:1px solid #000}}@media (prefers-color-scheme: dark){.app{background:#1a1a1a;color:#fff}.seo-form-container,.seo-results{background:#2d2d2d;color:#fff}.metric-card{background:#3d3d3d;color:#fff}}.yoast-seo-results{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.yoast-header{display:flex;align-items:center;padding:20px;background:linear-gradient(135deg,#a3b9f8,#7c3aed);color:#fff;gap:20px}.yoast-score-container{flex-shrink:0}.yoast-score-circle{width:80px;height:80px;border-radius:50%;background:#fff3;display:flex;flex-direction:column;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.3)}.yoast-score-number{font-size:24px;font-weight:700;line-height:1}.yoast-score-label{font-size:12px;opacity:.9;margin-top:2px}.yoast-focus-keyword{flex:1}.yoast-focus-keyword h3{margin:0 0 8px;font-size:16px;font-weight:600}.keyword-display{background:#fff3;padding:8px 12px;border-radius:6px;font-weight:500;display:inline-block}.yoast-tabs{display:flex;background:#f8f9fa;border-bottom:1px solid #e9ecef}.yoast-tab{flex:1;padding:12px 16px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;color:#6c757d;transition:all .2s ease;border-bottom:3px solid transparent}.yoast-tab:hover{background:#e9ecef;color:#495057}.yoast-tab.active{background:#fff;color:#7c3aed;border-bottom-color:#7c3aed}.yoast-content{padding:20px}.yoast-content h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#212529}.yoast-check-item{border:1px solid #e9ecef;border-radius:6px;margin-bottom:12px;overflow:hidden}.yoast-check-header{display:flex;align-items:center;padding:16px;background:#f8f9fa;cursor:pointer;transition:background-color .2s ease}.yoast-check-header:hover{background:#e9ecef}.yoast-check-icon{font-size:18px;margin-right:12px;flex-shrink:0}.yoast-check-title{flex:1;font-weight:500;color:#212529}.yoast-check-status{margin-right:12px;font-size:14px;font-weight:500}.yoast-check-toggle{font-size:12px;color:#6c757d;transition:transform .2s ease}.yoast-check-details{padding:16px;background:#fff;border-top:1px solid #e9ecef}.yoast-check-details h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#495057}.yoast-issues ul,.yoast-suggestions ul{margin:0;padding-left:20px}.yoast-issue-item,.yoast-suggestion-item{margin-bottom:4px;color:#495057;line-height:1.5}.yoast-issue-item{color:#dc3545}.yoast-suggestion-item{color:#28a745}.yoast-metrics{margin-top:12px}.yoast-metric{background:#f8f9fa;padding:8px 12px;border-radius:4px;font-size:14px;color:#495057;font-weight:500}.yoast-info-box{background:#e3f2fd;border:1px solid #bbdefb;border-radius:6px;padding:16px;text-align:center;color:#1976d2}.yoast-recommendations-list{display:flex;flex-direction:column;gap:16px}.yoast-recommendation-item{border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.yoast-recommendation-header{display:flex;align-items:center;padding:12px 16px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.yoast-priority-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;margin-right:12px}.yoast-priority-badge.high{background:#f8d7da;color:#721c24}.yoast-priority-badge.medium{background:#fff3cd;color:#856404}.yoast-recommendation-type{font-weight:500;color:#495057;text-transform:capitalize}.yoast-recommendation-content{padding:16px}.yoast-recommendation-issues,.yoast-recommendation-suggestions{margin-bottom:16px}.yoast-recommendation-issues h4,.yoast-recommendation-suggestions h4{margin:0 0 8px;font-size:14px;font-weight:600}.yoast-recommendation-issues h4{color:#dc3545}.yoast-recommendation-suggestions h4{color:#28a745}.yoast-recommendation-issues ul,.yoast-recommendation-suggestions ul{margin:0;padding-left:20px}.yoast-recommendation-issues li{color:#dc3545;margin-bottom:4px}.yoast-recommendation-suggestions li{color:#28a745;margin-bottom:4px}@media (max-width: 768px){.yoast-header{flex-direction:column;text-align:center;gap:16px}.yoast-tabs{flex-wrap:wrap}.yoast-tab{min-width:120px}.yoast-check-header{flex-wrap:wrap;gap:8px}.yoast-check-title{flex:1 1 100%;order:2}.yoast-check-icon{order:1}.yoast-check-status{order:3}.yoast-check-toggle{order:4}}.analysis-mode-selector{display:flex;justify-content:center;margin-bottom:30px;gap:10px}.mode-btn{padding:12px 24px;border:2px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.mode-btn:hover{border-color:#6366f1;color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #6366f126}.mode-btn.active{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border-color:#6366f1;box-shadow:0 4px 12px #6366f14d}.mode-btn.active:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}@media (max-width: 768px){.analysis-mode-selector{flex-direction:column;align-items:center}.mode-btn{width:100%;max-width:300px;justify-content:center}}.yoast-real-time-checker{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-top:20px;overflow:hidden}.checker-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.checker-header h4{margin:0;font-size:14px;font-weight:600;color:#495057}.analyzing-indicator{font-size:12px;color:#6c757d;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.checker-items{max-height:300px;overflow-y:auto}.checker-item{border-bottom:1px solid #f1f3f4}.checker-item:last-child{border-bottom:none}.checker-item-header{display:flex;align-items:center;padding:12px 16px;gap:12px}.checker-icon{font-size:16px;flex-shrink:0}.checker-title{flex:1;font-size:14px;font-weight:500;color:#212529}.checker-status{font-size:12px;font-weight:500}.checker-details{padding:0 16px 12px;background:#f8f9fa}.checker-issues,.checker-suggestions{margin-top:8px}.checker-issue{font-size:12px;color:#dc3545;margin-bottom:4px;line-height:1.4}.checker-suggestion{font-size:12px;color:#28a745;margin-bottom:4px;line-height:1.4}@media (max-width: 768px){.checker-item-header{flex-wrap:wrap;gap:8px}.checker-title{flex:1 1 100%;order:2}.checker-icon{order:1}.checker-status{order:3}}.blog-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.blog-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0;box-shadow:0 4px 20px #0000001a}.blog-header-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.blog-header h1{margin:0;font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-header p{margin:.5rem 0 0;font-size:1.1rem;opacity:.9}.blog-main{max-width:1200px;margin:0 auto;padding:2rem}.blog-container{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}.blog-content{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden}.blog-navigation{display:flex;background:#f8fafc;border-bottom:1px solid #e2e8f0}.nav-btn{flex:1;padding:1rem 1.5rem;background:none;border:none;font-size:1rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent}.nav-btn:hover{background:#f1f5f9;color:#475569}.nav-btn.active{color:#6366f1;border-bottom-color:#6366f1;background:#fff}.blog-section,.yoast-section{padding:2rem}.yoast-intro{text-align:center;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px}.yoast-intro h2{margin:0 0 1rem;color:#1e293b;font-size:1.8rem}.yoast-intro p{margin:0;color:#64748b;font-size:1.1rem}.blog-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.sidebar-section h3{margin:0 0 1rem;color:#1e293b;font-size:1.2rem;font-weight:600}.sidebar-section p{margin:0 0 1rem;color:#64748b;font-size:.95rem}.sidebar-btn{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#6366f1,#a78bfa);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.sidebar-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.popular-posts{list-style:none;padding:0;margin:0}.popular-posts li{margin-bottom:.75rem}.popular-posts a{color:#475569;text-decoration:none;font-size:.95rem;line-height:1.4;transition:color .3s ease}.popular-posts a:hover{color:#6366f1}.tools-list{list-style:none;padding:0;margin:0}.tools-list li{margin-bottom:.75rem}.tools-list a{color:#475569;text-decoration:none;font-size:.95rem;transition:color .3s ease}.tools-list a:hover{color:#6366f1}.blog-footer{background:#1e293b;color:#fff;text-align:center;padding:2rem;margin-top:3rem}.blog-footer p{margin:0;font-size:.95rem;opacity:.8}@media (max-width: 1024px){.blog-container{grid-template-columns:1fr}.blog-sidebar{order:-1}}@media (max-width: 768px){.blog-main{padding:1rem}.blog-header-inner{padding:0 1rem}.blog-header h1{font-size:2rem}.blog-navigation{flex-direction:column}.nav-btn{border-bottom:1px solid #e2e8f0;border-right:none}.nav-btn.active{border-bottom-color:#6366f1}}.header-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;position:relative;z-index:12}.style-selector-btn{font-size:.95rem;padding:.5rem 1.1rem;border-radius:8px}.function-tabs{display:flex;gap:.25rem;margin:0;flex-wrap:nowrap}.function-tab{font-size:.95rem;padding:.5rem 1.1rem;border-radius:8px;min-width:0}.blog-btn{font-size:.95rem;padding:.5rem 1.1rem;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;font-weight:500;margin-left:.25rem;transition:all .2s}.blog-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);color:#fff}@media (max-width: 900px){.header-actions{flex-wrap:wrap;gap:.25rem}.function-tabs{flex-wrap:wrap}}@media (max-width: 600px){.header-actions{flex-direction:column;align-items:stretch;gap:.25rem}.function-tabs{flex-wrap:wrap;justify-content:flex-start}.function-tab,.style-selector-btn,.blog-btn{width:100%;margin-bottom:.25rem;font-size:1rem}}.keyword-research-container{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;margin-top:2rem}.keyword-search-section{margin-bottom:2rem}.search-input-group{display:flex;gap:1rem;margin-bottom:1.5rem}.keyword-input{flex:1;padding:1rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff}.keyword-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.analyze-btn{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.analyze-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.analyze-btn:disabled{opacity:.6;cursor:not-allowed}.keyword-suggestions{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin-top:1rem}.keyword-suggestions h4{margin:0 0 1rem;color:#333}.suggestions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.suggestion-item{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease}.suggestion-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.suggestion-keyword{font-weight:600;color:#333;margin-bottom:.5rem;display:block}.suggestion-metrics{display:flex;gap:1rem;font-size:.9rem;margin-bottom:.5rem}.suggestion-type{font-size:.8rem;color:#666;background:#f1f3f4;padding:.25rem .5rem;border-radius:4px;display:inline-block}.analysis-results{margin-top:2rem}.analysis-tabs{display:flex;background:#f8f9fa;border-radius:12px;padding:.5rem;margin-bottom:2rem;gap:.5rem;flex-wrap:wrap}.tab-btn{background:transparent;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;color:#666}.tab-btn:hover{background:#667eea1a;color:#667eea}.tab-btn.active{background:#667eea;color:#fff}.tab-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000d}.keyword-analysis{max-width:800px}.analysis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f1f3f4}.analysis-header h3{margin:0;color:#333}.analysis-summary{display:flex;gap:1rem}.difficulty-badge,.volume-badge{background:#f8f9fa;padding:.75rem 1rem;border-radius:8px;text-align:center;min-width:100px}.difficulty-label,.volume-label{display:block;font-size:.8rem;color:#666;margin-bottom:.25rem}.difficulty-score,.volume-score{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.difficulty-level,.volume-trend{display:block;font-size:.8rem;color:#666}.detail-section h4{color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.difficulty-breakdown,.volume-analysis{display:grid;gap:.5rem}.difficulty-factor{background:#f8f9fa;padding:.75rem;border-radius:6px;font-size:.9rem}.difficulty-explanation{background:#e7f3ff;padding:1rem;border-radius:8px;margin-top:1rem;color:#0056b3;font-size:.9rem}.recommendations-list{list-style:none;padding:0}.recommendation-item{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:.5rem;border-left:4px solid #667eea}.keywords-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.keyword-card{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease}.keyword-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.keyword-text{font-weight:600;color:#333;margin-bottom:.5rem;display:block}.keyword-type{font-size:.8rem;color:#666;background:#e1e5e9;padding:.25rem .5rem;border-radius:4px;display:inline-block;margin-bottom:.5rem}.keyword-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.metric{text-align:center}.metric-label{display:block;font-size:.8rem;color:#666;margin-bottom:.25rem}.metric-value{display:block;font-weight:600;color:#333}.opportunities-list{display:grid;gap:1.5rem}.opportunity-section h4{color:#333;margin-bottom:1rem}.opportunity-keywords{display:grid;gap:.5rem}.opportunity-keyword{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:6px;padding:.75rem;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.opportunity-keyword:hover{border-color:#667eea;background:#f0f4ff}.keyword-text{font-weight:500;color:#333}.keyword-volume{color:#666;font-size:.9rem}.keyword-difficulty{font-weight:600;font-size:.9rem}.no-opportunities{text-align:center;padding:2rem;color:#666;background:#f8f9fa;border-radius:8px}.report-exporter{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;margin-top:2rem}.exporter-header{text-align:center;margin-bottom:2rem}.exporter-header h3{color:#333;margin-bottom:.5rem}.exporter-header p{color:#666;margin:0}.export-formats{margin-bottom:2rem}.format-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.format-card{background:#fff;border:2px solid #e1e5e9;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:1rem}.format-card:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea26;transform:translateY(-2px)}.format-icon{font-size:2rem;flex-shrink:0}.format-info{flex:1}.format-info h4{margin:0 0 .5rem;color:#333}.format-info p{margin:0;color:#666;font-size:.9rem}.format-action{flex-shrink:0}.export-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.export-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #667eea4d}.export-btn:disabled{opacity:.6;cursor:not-allowed}.export-status{text-align:center;padding:1rem;border-radius:8px;margin-bottom:2rem;font-weight:500}.export-status.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.export-status.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.export-info,.export-tips{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.export-info h4,.export-tips h4{color:#333;margin-bottom:1rem}.report-contents,.tips-list{list-style:none;padding:0;margin:0}.report-contents li,.tips-list li{padding:.5rem 0;border-bottom:1px solid #e1e5e9}.report-contents li:last-child,.tips-list li:last-child{border-bottom:none}.advanced-content-analysis{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;margin-top:2rem}.analysis-header{text-align:center;margin-bottom:2rem}.analysis-header h3{color:#333;margin-bottom:.5rem}.analysis-results{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000d}.analysis-overview{margin-bottom:2rem}.analysis-overview h4{color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f1f3f4}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.metric-item{background:#f8f9fa;padding:1rem;border-radius:8px;text-align:center}.metric-label{display:block;font-size:.9rem;color:#666;margin-bottom:.5rem}.metric-value{display:block;font-size:1.5rem;font-weight:700;color:#333}.analysis-details{display:grid;gap:2rem}.detail-section{background:#f8f9fa;border-radius:8px;padding:1.5rem}.detail-section h5{color:#333;margin-bottom:1rem;font-size:1.1rem}.detail-section p{margin:.5rem 0;color:#555}.detail-section ul{list-style:none;padding:0;margin:0}.detail-section li{background:#fff;padding:.75rem;border-radius:6px;margin-bottom:.5rem;border-left:3px solid #667eea}.detail-section li:last-child{margin-bottom:0}@media (max-width: 768px){.function-tabs{flex-direction:column;align-items:stretch}.function-tab{text-align:center}.search-input-group{flex-direction:column}.analyze-btn{width:100%}.suggestions-grid,.keywords-grid,.format-grid{grid-template-columns:1fr}.format-card{flex-direction:column;text-align:center}.analysis-summary{flex-direction:column;gap:.5rem}.difficulty-badge,.volume-badge{min-width:auto}.keyword-metrics{grid-template-columns:1fr;gap:.25rem}.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.keyword-research-container,.report-exporter,.advanced-content-analysis,.tab-content{padding:1rem}.metrics-grid{grid-template-columns:1fr}.analysis-header{flex-direction:column;gap:1rem;text-align:center}}.style-selector{position:relative}.style-dropdown{position:absolute;top:110%;left:0;background:#fff;border-radius:12px;box-shadow:0 8px 25px #00000026;border:1px solid #e2e8f0;min-width:200px;z-index:1000;margin-top:.25rem;overflow:hidden;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.style-option{width:100%;padding:1rem 1.2rem;background:none;border:none;text-align:left;cursor:pointer;transition:all .2s;font-size:.95rem;color:#333;border-bottom:1px solid #f1f5f9}.style-option:last-child{border-bottom:none}.style-option:hover{background:#f8fafc}.style-option.active{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);color:#0369a1}.style-option .style-description{font-size:.8rem;color:#64748b;font-weight:400;display:block;margin-top:.25rem}.style-option.active .style-description{color:#0c4a6e}.advanced-content-title{font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;display:block;text-align:left}
