:root{--font-size-base:12px}*{font-size:12px;font-size:var(--font-size-base)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{background-color:#f9fafb;min-height:100vh}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100}.header-container{margin:0 auto;max-width:1200px;padding:0 1rem}.header-container,.header-content{align-items:center;display:flex;justify-content:space-between}.header-content{width:100%}.logo{display:flex;flex-direction:column;gap:.25rem}.logo-title{color:teal;font-size:1.5rem;font-weight:700;margin:0}.logo-subtitle{color:#6b7280;font-size:.875rem;margin:0}.header-actions{margin-left:auto}.header-actions,.user-menu{align-items:center;display:flex;gap:1rem}.logout-button,.user-greeting{color:#374151;font-size:.875rem;font-weight:500}.logout-button{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;height:32px;padding:.5rem 1rem;transition:all .2s}.logout-button:hover{background:#e5e7eb}.logout-icon{height:16px;width:16px}.auth-buttons{align-items:center;display:flex;gap:.75rem}.auth-button{align-items:center;border-radius:6px;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;height:20px;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.login-button{background:#0000;border:1px solid teal;color:teal}.login-button:hover{background:teal;border-color:teal;color:#fff}.register-button{background:teal;border:1px solid teal;color:#fff}.register-button:hover{background:#066;border-color:#066}.auth-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.auth-button:hover:not(:disabled){background:#066}.auth-button:hover:not(:disabled):before{left:100%}.auth-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-button:active:not(:disabled){transform:translateY(0)}.nav{display:flex;gap:32px}.nav-link{background:none;border:none;color:#6b7280;cursor:pointer;font-size:12px;text-decoration:none;transition:color .2s}.nav-link:hover{color:#14b8a6}.main{margin:0 auto;max-width:1200px}.hero,.main{padding:2rem 1rem}.hero{text-align:center}.hero-title{color:teal;font-size:2rem;font-weight:600;margin-bottom:1rem}.hero-highlight{color:teal}.hero-description{color:#6b7280;font-size:1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.coupang-ad-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1rem;text-align:center}.tool-description-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #14b8a6;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.tool-description-text{color:#495057;font-size:.95rem;line-height:1.7;margin:0;text-align:justify}.seo-guide-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:16px;margin:3rem 0;padding:2rem}.guide-title{color:#212529;font-size:1.8rem;font-weight:700;margin:0 0 1rem;text-align:center}.guide-description{color:#6c757d;font-size:1.1rem;line-height:1.6;margin:0 0 2rem;text-align:center}.guide-clusters{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.guide-cluster{background:#fff;border-left:4px solid #14b8a6;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:1.5rem}.cluster-title{color:#212529;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.cluster-links{display:flex;flex-direction:column;gap:.75rem}.cluster-link{align-items:center;background:#f8f9fa;border:1px solid #0000;border-radius:8px;color:#495057;display:flex;padding:.75rem;text-decoration:none;transition:all .3s ease}.cluster-link:hover{background:#e9ecef;border-color:#14b8a6;box-shadow:0 4px 8px #14b8a633;color:#14b8a6;transform:translateY(-2px)}.link-icon{font-size:1.1rem;margin-right:.75rem}@media (max-width:768px){.guide-clusters{grid-template-columns:1fr}.guide-title{font-size:1.5rem}.guide-description{font-size:1rem}}.faq-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.category-button{background:#fff;border:1px solid #dee2e6;border-radius:20px;color:#495057;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.category-button:hover{border-color:#14b8a6;color:#14b8a6}.category-button.active{background:#14b8a6;border-color:#14b8a6;color:#fff}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.faq-question{align-items:center;background:none;border:none;color:#212529;cursor:pointer;display:flex;font-size:1rem;font-weight:500;justify-content:space-between;padding:1.5rem;text-align:left;transition:background-color .3s ease;width:100%}.faq-question:hover{background-color:#f8f9fa}.question-text{flex:1 1;margin-right:1rem}.chevron-icon{color:#6c757d;height:20px;transition:transform .3s ease;width:20px}.faq-question:hover .chevron-icon{color:#14b8a6}.faq-answer{background-color:#f8f9fa;border-top:1px solid #e9ecef;padding:0 1.5rem 1.5rem}.faq-answer p{color:#495057;line-height:1.6;margin:0}.faq-contact-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;margin-top:3rem;padding:2rem;text-align:center}.contact-title{align-items:center;color:#212529;display:flex;font-size:1.5rem;font-weight:600;gap:.5rem;justify-content:center;margin:0 0 1rem}.contact-icon{color:#14b8a6;height:24px;width:24px}.contact-description{color:#6c757d;line-height:1.6;margin:0 0 1.5rem}.contact-methods{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.contact-method{align-items:center;background:#14b8a6;color:#fff;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.contact-method:hover{background:#0d9488;box-shadow:0 4px 8px #14b8a64d;transform:translateY(-2px)}.method-icon{height:18px;width:18px}@media (max-width:768px){.faq-categories{justify-content:center}.category-button{font-size:.8rem;padding:.4rem .8rem}.faq-question{font-size:.9rem;padding:1rem}.faq-answer{padding:0 1rem 1rem}.contact-methods{align-items:center;flex-direction:column}}.tools-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.tool-card{background-color:#fff;border-left:4px solid;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:block;padding:24px;text-decoration:none;transition:box-shadow .3s}.tool-card:hover{box-shadow:0 10px 25px #00000026}.tool-card.teal{border-left-color:#14b8a6}.tool-card.blue{border-left-color:#3b82f6}.tool-card.purple{border-left-color:#8b5cf6}.tool-card.green{border-left-color:#10b981}.tool-card.orange{border-left-color:#f59e0b}.tool-card.red{border-left-color:#ef4444}.tool-header{margin-bottom:16px}.tool-header,.tool-icon{align-items:center;display:flex}.tool-icon{border-radius:8px;justify-content:center;margin-left:10px;margin-right:16px;padding:12px}.tool-icon.teal{background-color:#f0fdfa}.tool-icon.blue{background-color:#eff6ff}.tool-icon.purple{background-color:#faf5ff}.tool-icon.green{background-color:#ecfdf5}.tool-icon.orange{background-color:#fffbeb}.tool-icon.red{background-color:#fef2f2}.tool-icon-svg{height:24px;width:24px}.tool-icon.teal .tool-icon-svg{color:#14b8a6}.tool-icon.blue .tool-icon-svg{color:#3b82f6}.tool-icon.purple .tool-icon-svg{color:#8b5cf6}.tool-icon.green .tool-icon-svg{color:#10b981}.tool-icon.orange .tool-icon-svg{color:#f59e0b}.tool-icon.red .tool-icon-svg{color:#ef4444}.tool-title{color:#111827;font-size:20px;font-weight:600;margin:0}.tool-title-container{display:flex;flex-direction:column;gap:4px}.auth-required{align-items:center;color:#f59e0b;display:flex;font-size:10px;font-weight:500;gap:4px}.lock-icon{height:12px;width:12px}.token-display{align-items:center;background-color:#ecfdf5;border:1px solid #10b981;border-radius:4px;color:#065f46;display:flex;font-size:10px;font-weight:500;height:22px;padding:4px 8px}.tool-description{color:#6b7280;line-height:1.5;margin-bottom:16px}.tool-features{list-style:none;margin:0;padding:0}.tool-feature{align-items:center;color:#374151;display:flex;font-size:12px;margin-bottom:8px}.feature-dot{border-radius:50%;flex-shrink:0;height:8px;margin-right:8px;width:8px}.feature-dot.teal{background-color:#14b8a6}.feature-dot.blue{background-color:#3b82f6}.feature-dot.purple{background-color:#8b5cf6}.feature-dot.green{background-color:#10b981}.feature-dot.orange{background-color:#f59e0b}.feature-dot.red{background-color:#ef4444}.cta-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.cta-card{background-color:#fff;border-left:4px solid #14b8a6;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:block;padding:24px;text-decoration:none;transition:box-shadow .3s}.cta-title{color:#111827;font-size:20px;font-weight:700;margin-bottom:16px}.cta-description{color:#6b7280;line-height:1.5;margin-bottom:24px}.cta-button{background-color:#14b8a6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;margin-top:16px;padding:12px 32px;transition:background-color .2s}.cta-button:hover{background-color:#0d9488}.cta-features{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:1rem 0}.cta-feature{align-items:center;background-color:#14b8a61a;border-radius:6px;color:#14b8a6;display:flex;font-size:13px;font-weight:500;gap:.5rem;padding:.5rem}.cta-feature-icon{font-size:16px}.footer{background-color:#1f2937;color:#fff;margin-top:4rem}.footer-container{margin:0 auto;max-width:1200px;padding:2rem 1rem;text-align:center}.footer-text{color:#9ca3af;font-size:12px;margin:0}@media (max-width:768px){.header-container{flex-direction:column;gap:16px}.nav{gap:16px}.hero-title{font-size:28px}.hero-description{font-size:16px}.tools-grid{grid-template-columns:1fr}.tool-card{padding:16px}}.tool-page{background-color:#f9fafb;min-height:100vh}.tool-header{border-bottom:1px solid #e5e7eb;padding:1rem 0}.tool-header-container{margin:0 auto;max-width:1200px;padding:0 1rem}.back-button{align-items:center;color:#6b7280;display:flex;font-size:12px;margin-bottom:1rem;text-decoration:none;transition:color .2s}.back-button:hover{color:#14b8a6}.back-icon{height:16px;margin-right:4px;width:16px}.tool-header-content{align-items:center;display:flex;gap:1rem}.tool-page-icon{color:#14b8a6;height:32px;width:32px}.tool-page-title{color:#111827;font-size:24px;font-weight:700;margin:0 0 4px}.tool-page-subtitle{color:#6b7280;font-size:12px;margin:0}.tool-page-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.tool-layout{display:flex;flex-direction:column;gap:2rem}.input-section{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;min-width:0;padding:1.5rem}.input-header{margin-bottom:1rem}.section-title{gap:8px;margin:0 0 8px}.warning-note{background-color:#fffbeb;border:1px solid #fde68a;border-radius:4px;color:#f59e0b;font-size:12px;font-weight:400;padding:4px 8px}.token-info,.warning-note{align-items:center;display:flex;gap:8px}.token-info{background-color:#ecfdf5;border:1px solid #10b981;border-radius:8px;color:#065f46;font-weight:500;margin-bottom:16px;padding:12px}.error-message{align-items:center;background-color:#fef2f2;border:1px solid #ef4444;color:#991b1b;display:flex;gap:8px;margin-top:16px;padding:12px}.input-description{color:#6b7280;font-size:12px;margin:0}.input-stats{display:flex;gap:16px;margin-bottom:16px}.stat-item{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;color:#6b7280;font-size:12px;padding:4px 8px}.content-input,.keyword-input,.text-input,.title-input,.url-input{word-wrap:break-word;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-size:12px;height:40px;margin-bottom:1rem;max-width:100%;overflow:auto;padding:12px;resize:vertical;white-space:pre-wrap;width:100%;word-break:break-word}.content-input:focus,.keyword-input:focus,.text-input:focus,.title-input:focus,.url-input:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a;outline:none}.input-actions{display:flex;gap:1rem}.analyze-button,.extract-button,.search-button{width:10%}.analyze-button,.extract-button,.generate-button,.search-button{align-items:center;background-color:#14b8a6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:600;height:40px;justify-content:center;margin-bottom:1rem;padding:12px 24px;transition:background-color .2s}.generate-button{width:15%}.analyze-button:hover,.extract-button:hover,.generate-button:hover,.search-button:hover{background-color:#0d9488}.analyze-button:disabled,.extract-button:disabled,.generate-button:disabled,.search-button:disabled{cursor:not-allowed;opacity:.5}.results-section{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:1.5rem}.analysis-section,.stats-grid{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:1.5rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background-color:#f9fafb;border-left:4px solid #14b8a6;border-radius:6px;padding:1rem}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{background-color:#e6fffa;border-radius:8px;height:40px;justify-content:center;margin-right:1rem;width:40px}.stat-svg{color:#14b8a6;height:20px;width:20px}.stat-content h3{color:#374151;font-size:12px;font-weight:600;margin:0 0 4px}.stat-value{font-size:18px;margin:0}.score-section{grid-gap:1rem;background-color:#fff;box-shadow:0 4px 6px #0000001a;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.score-card,.score-section{border-radius:8px;padding:1.5rem}.score-card{background-color:#f9fafb;text-align:center}.score-title{color:#374151;font-size:14px;font-weight:600;margin:0 0 1rem}.score-circle{align-items:center;background-color:#14b8a6;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:80px;justify-content:center;margin:0 auto 1rem;width:80px}.score-circle.large{height:120px;width:120px}.score-value{font-size:24px;font-weight:700}.score-unit{font-size:12px;opacity:.8}.score-description{color:#6b7280;font-size:12px;margin:0}.score-level{color:#14b8a6;font-size:10px;font-weight:600;margin:4px 0 0}.seo-details-section{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:1.5rem}.seo-details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.seo-detail-item{align-items:center;background-color:#f9fafb;border-left:4px solid #14b8a6;border-radius:6px;display:flex;justify-content:space-between;padding:12px}.seo-detail-label{color:#374151;font-size:12px;font-weight:600}.seo-detail-score{color:#14b8a6;font-size:12px;font-weight:700}.api-key-section{margin-bottom:1rem}.api-key-toggle{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:12px;padding:8px 12px;transition:all .2s}.api-key-toggle:hover{background-color:#e5e7eb}.api-key-input{border:1px solid #d1d5db;border-radius:6px;font-size:12px;margin-top:8px;padding:8px 12px;width:100%}.results-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.results-actions{display:flex;gap:.5rem}.action-button{align-items:center;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:4px;padding:8px 12px;transition:all .2s}.action-button:hover{background-color:#e5e7eb}.action-icon{height:14px;width:14px}.keyword-score{font-size:10px;font-weight:700}.keyword-category{margin-top:4px}.category-tag{background-color:#e6fffa;border-radius:4px;color:#14b8a6;display:inline-block;font-size:10px;font-weight:600;padding:2px 6px}.keyword-context{color:#6b7280;font-size:11px;line-height:1.4;margin:8px 0 0}.search-summary{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:1.5rem}.search-summary .summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.search-summary .summary-stat{align-items:center;background-color:#f9fafb;border-left:4px solid #14b8a6;border-radius:6px;display:flex;padding:1rem}.search-summary .summary-icon{color:#14b8a6;height:20px;margin-right:.5rem;width:20px}.search-summary .summary-stat h4{color:#374151;font-size:12px;font-weight:600;margin:0 0 4px}.search-summary .summary-stat p{color:#111827;font-size:16px;font-weight:700;margin:0}.suggestions-section{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-top:2rem;padding:1.5rem}.suggestions-title{color:#111827;font-size:16px;font-weight:600;margin:0 0 1rem}.suggestions-list{list-style:none;margin:0;padding:0}.suggestion-item{background-color:#ecfdf5;border-left:4px solid #10b981;border-radius:4px;color:#065f46;font-size:12px;margin-bottom:8px;padding:12px}.detailed-analysis{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:1.5rem}.analysis-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.analysis-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;text-align:center}.analysis-item h4{color:#374151;font-size:12px;font-weight:600;margin:0 0 .5rem}.analysis-item p{color:#111827;font-size:18px;font-weight:700;margin:0}.keyword-density-section{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:1.5rem}.section-subtitle{color:#111827;font-size:16px;font-weight:600;margin:0 0 1rem}.keyword-list{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.keyword-item{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;display:flex;justify-content:space-between;padding:8px 12px}.keyword-word{font-size:12px}.keyword-count{color:#14b8a6;font-size:10px;font-weight:600}.keywords-grid{grid-gap:1rem;display:grid;gap:1rem;margin-bottom:2rem}.keyword-card{background-color:#f9fafb;border-left:4px solid #14b8a6;border-radius:8px;padding:1rem}.keyword-header{margin-bottom:1rem}.keyword-header,.keyword-rank{align-items:center;display:flex}.keyword-rank{background-color:#14b8a6;border-radius:50%;color:#fff;font-weight:700;height:32px;justify-content:center;margin-right:1rem;width:32px}.keyword-info{flex:1 1}.keyword-word{color:#111827;font-size:16px;font-weight:600;margin:0 0 4px}.keyword-meta{color:#6b7280;display:flex;font-size:12px;gap:1rem}.meta-icon{height:12px;margin-right:4px;width:12px}.keyword-chart{background-color:#e5e7eb;border-radius:4px;height:8px;overflow:hidden}.frequency-bar{border-radius:4px;height:100%;transition:width .3s ease}.analysis-summary{background-color:#f9fafb;border-radius:8px;padding:1.5rem}.summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.summary-stat{align-items:center;display:flex;gap:.5rem}.summary-icon{color:#14b8a6;height:20px;width:20px}.summary-stat h4{color:#374151;font-size:12px;font-weight:600;margin:0 0 2px}.summary-stat p{color:#111827;font-size:14px;font-weight:700;margin:0}.keyword-input-container{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.suggestions-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.suggestion-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.suggestion-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.source-badge{border-radius:4px;font-size:10px;font-weight:600;padding:4px 8px}.source-badge.naver{background-color:#03c75a;color:#fff}.source-badge.google{background-color:#4285f4;color:#fff}.volume-indicator{align-items:center;color:#6b7280;display:flex;font-size:10px;gap:4px}.volume-icon{height:12px;width:12px}.suggestion-keyword{color:#111827;font-size:14px;font-weight:600;margin:0 0 1rem}.suggestion-actions{display:flex;gap:.5rem}.copy-button,.search-link-button{background-color:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;font-size:10px;padding:6px 12px;transition:all .2s}.copy-button:hover,.search-link-button:hover{background-color:#f9fafb;border-color:#9ca3af}.meta-tags-container{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-bottom:2rem}.meta-section{background-color:#f9fafb;border-radius:8px;padding:1.5rem}.meta-section-title{color:#111827;font-size:16px;font-weight:600;margin:0 0 1rem}.meta-tag-item{margin-bottom:1rem}.meta-tag-item label{color:#374151;display:block;font-size:12px;font-weight:600;margin-bottom:.5rem}.meta-tag-content{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;gap:.5rem;padding:.75rem}.meta-tag-content code{background-color:initial;color:#111827;flex:1 1;font-size:12px;padding:0}.copy-btn{background-color:#14b8a6;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:4px 8px;transition:background-color .2s}.copy-btn:hover{background-color:#0d9488}.copy-icon{height:12px;width:12px}.html-preview{background-color:#1f2937;border-radius:8px;color:#fff;padding:1.5rem}.preview-title{font-size:16px;font-weight:600;margin:0 0 1rem}.html-code{position:relative}.html-code pre{background-color:#374151;border-radius:6px;font-size:11px;line-height:1.5;margin:0;overflow-x:auto;padding:1rem}.copy-all-btn{align-items:center;background-color:#14b8a6;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:10px;gap:4px;padding:6px 12px;position:absolute;right:.5rem;top:.5rem}.copy-all-btn:hover{background-color:#0d9488}.score-summary{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr auto;margin-bottom:2rem}.keyword-summary,.readability-summary{background-color:#f9fafb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.summary-title{color:#111827;font-size:16px;font-weight:600;margin:0 0 1rem}.keyword-stats,.readability-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.keyword-stat,.readability-stat{align-items:center;background-color:#fff;border-left:4px solid #14b8a6;border-radius:6px;display:flex;justify-content:space-between;padding:.75rem}.stat-label{color:#374151;font-size:12px;font-weight:600}.stat-value{color:#111827;font-size:14px;font-weight:700}.stat-value.pass{color:#10b981}.stat-value.fail{color:#ef4444}.stat-value.good{color:#10b981}.stat-value.fair{color:#f59e0b}.stat-value.poor{color:#ef4444}.input-tabs{margin-bottom:2rem}.tab-buttons{display:flex;gap:.5rem;margin-bottom:1.5rem}.tab-button{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;flex:1 1;font-size:12px;font-weight:600;padding:12px 20px;transition:all .2s}.tab-button:hover{background-color:#e5e7eb}.tab-button.active{background-color:#14b8a6;border-color:#14b8a6;color:#fff}.url-input-group,.url-input-section{margin-bottom:1rem}.url-input-group{align-items:stretch;display:flex;gap:1rem}.url-input{border:1px solid #d1d5db;border-radius:6px;flex:1 1;padding:12px}.crawl-button,.url-input{box-sizing:border-box;font-size:12px;height:44px}.crawl-button{background-color:#14b8a6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;line-height:1;padding:12px 24px;transition:background-color .2s;white-space:nowrap}.crawl-button:hover{background-color:#0d9488}.crawl-button:disabled{cursor:not-allowed;opacity:.5}.extracted-data{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-top:1rem;padding:1rem}.extracted-data h4{color:#111827;font-size:14px;font-weight:600;margin:0 0 .5rem}.data-preview{color:#6b7280;font-size:12px;margin-bottom:.5rem}.data-preview strong{color:#111827}.manual-input-section{margin-bottom:1rem}.contact-form-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 300px;margin:0 auto;max-width:1200px}.contact-form{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:12px;margin-bottom:.5rem}.form-input,.form-textarea{border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-size:12px;padding:12px;transition:border-color .2s;width:100%}.form-input:focus,.form-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.form-textarea{min-height:120px;resize:vertical}.form-actions{margin-top:2rem}.submit-button{align-items:center;background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:.5rem;padding:12px 24px;transition:all .2s}.submit-button:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.submit-button:disabled{cursor:not-allowed;opacity:.6}.submit-button.success{background:#059669}.submit-button.error{background:#dc2626}.loading-spinner,.submit-icon{height:16px;width:16px}.loading-spinner{border:2px solid #0000;border-top-color:currentcolor}.contact-info{background:#f9fafb;border-radius:12px;height:fit-content;padding:1.5rem}.info-title{color:#111827;font-size:14px;font-weight:600;margin:0 0 1rem}.info-item{color:#6b7280;font-size:12px;line-height:1.5;margin-bottom:.75rem}.info-item strong{color:#374151}@media (max-width:768px){.contact-form-container{gap:1rem;grid-template-columns:1fr}}.main-score{text-align:center}.score-comparison{display:flex;flex-direction:column;gap:1rem}.comparison-item{background-color:#f9fafb;border-radius:6px;padding:1rem;text-align:center}.comparison-item h4{color:#374151;font-size:12px;font-weight:600;margin:0 0 .5rem}.comparison-score{color:#111827;font-size:18px;font-weight:700}.checks-grid{grid-gap:1rem;display:grid;gap:1rem;margin-bottom:2rem}.check-item{background-color:#f9fafb;border-left:4px solid #e5e7eb;border-radius:8px;padding:1rem}.check-header{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.status-icon{flex-shrink:0;height:20px;width:20px}.status-icon.pass{color:#10b981}.status-icon.fail{color:#ef4444}.status-icon.warning{color:#f59e0b}.check-info{flex:1 1}.check-title{color:#111827;font-size:14px;font-weight:600;margin:0 0 2px}.check-description{color:#6b7280;font-size:12px;margin:0}.check-score{text-align:right}.score-number{color:#111827;font-size:18px;font-weight:700}.check-suggestion{background-color:#fff;border-radius:4px;margin-top:.5rem;padding:.75rem}.suggestion-text{color:#374151;font-size:12px;margin:0}.improvement-section{background-color:#f9fafb;border-radius:8px;padding:1.5rem}.improvement-title{color:#111827;font-size:16px;font-weight:600;margin:0 0 1rem}.improvement-list{grid-gap:1rem;display:grid;gap:1rem}.improvement-item{align-items:flex-start;background-color:#fff;border-left:4px solid;border-radius:6px;display:flex;gap:1rem;padding:1rem}.improvement-icon{flex-shrink:0}.improvement-content h4{color:#111827;font-size:14px;font-weight:600;margin:0 0 4px}.improvement-content p{color:#6b7280;font-size:12px;margin:0}@media (max-width:768px){.tool-layout{gap:1rem}.score-section,.score-summary,.stats-grid,.suggestions-grid{grid-template-columns:1fr}.keyword-input-container{flex-direction:column}}.upload-area{border:2px dashed #d1d5db;border-radius:8px;margin-bottom:1rem;padding:2rem;text-align:center;transition:border-color .2s}.upload-area:hover{border-color:#14b8a6}.upload-icon{color:#9ca3af;height:48px;margin:0 auto 1rem;width:48px}.upload-text{color:#111827;font-size:16px;font-weight:600;margin:0 0 .5rem}.upload-hint{color:#6b7280;font-size:12px;margin:0 0 1.5rem}.upload-button{background-color:#14b8a6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:12px 24px;transition:background-color .2s}.upload-button:hover{background-color:#0d9488}.hidden-input{display:none}.file-info{background-color:#f9fafb;border-radius:8px;margin-bottom:1rem;padding:1rem}.file-header{align-items:center;display:flex;gap:1rem}.file-icon{color:#14b8a6;height:32px;width:32px}.file-details{flex:1 1}.file-name{color:#111827;font-size:14px;font-weight:600;margin:0 0 4px}.file-size{color:#6b7280;font-size:12px;margin:0}.process-button{background-color:#14b8a6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:8px 16px;transition:background-color .2s}.process-button:hover{background-color:#0d9488}.process-button:disabled{cursor:not-allowed;opacity:.5}.settings-section{background-color:#f9fafb;border-radius:8px;margin-top:1rem;padding:1.5rem}.settings-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.settings-icon{color:#6b7280;height:20px;width:20px}.settings-title{color:#111827;font-size:16px;font-weight:600;margin:0}.settings-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.setting-item{display:flex;flex-direction:column;gap:.5rem}.setting-label{color:#374151;font-size:12px;font-weight:600}.setting-select{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:12px;padding:8px 12px}.setting-select:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a;outline:none}.setting-range{-webkit-appearance:none;background:#e5e7eb;border-radius:3px;height:6px;outline:none;width:100%}.setting-range::-webkit-slider-thumb{appearance:none;background:#14b8a6;border-radius:50%;cursor:pointer;height:18px;width:18px}.setting-range::-moz-range-thumb{background:#14b8a6;border:none;border-radius:50%;cursor:pointer;height:18px;width:18px}.setting-description{color:#6b7280;font-size:10px;line-height:1.3;margin:4px 0 0}.compression-info{display:flex;justify-content:space-between;margin-top:4px}.compression-label{color:#9ca3af;font-size:10px}.images-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.image-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.image-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.image-info{flex:1 1}.image-title{color:#111827;font-size:16px;font-weight:600;margin:0 0 4px}.image-description{color:#6b7280;font-size:12px;margin:0 0 4px}.image-dimensions{color:#9ca3af;font-size:10px;margin:0}.image-size{color:#14b8a6;font-size:10px;font-weight:600;margin:4px 0 0}.download-button{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#14b8a6;cursor:pointer;display:flex;font-size:10px;gap:4px;padding:6px 12px;transition:all .2s}.download-button:hover{background-color:#f0fdfa;border-color:#14b8a6}.download-icon{height:12px;width:12px}.image-preview{background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1rem;text-align:center}.preview-image{border-radius:4px;height:auto;max-width:100%}@media (max-width:768px){.images-grid,.settings-grid{grid-template-columns:1fr}.file-header{align-items:flex-start;flex-direction:column;gap:.5rem}.process-button{align-self:flex-end}}.contact-info-container{margin:0 auto;max-width:800px;padding:2rem}.site-intro{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;padding:2rem}.section-title{align-items:center;color:#111827;display:flex;font-size:18px;font-weight:600;gap:.5rem;margin:0 0 1rem}.section-icon{color:#10b981;height:20px;width:20px}.intro-text{color:#6b7280;font-size:14px;line-height:1.6;margin-bottom:1.5rem}.features-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-item{background:#f9fafb;border-left:4px solid #10b981;border-radius:8px;padding:1rem}.feature-item h3{color:#111827;font-size:14px;font-weight:600;margin:0 0 .5rem}.feature-item p{color:#6b7280;font-size:12px;line-height:1.5;margin:0}.contact-methods{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;padding:2rem}.contact-method{background:#f9fafb;gap:1rem;margin-bottom:1.5rem;padding:1rem}.contact-method,.method-icon{border-radius:8px;display:flex}.method-icon{align-items:center;background:#10b981;flex-shrink:0;height:48px;justify-content:center;width:48px}.method-icon .icon{color:#fff;height:24px;width:24px}.method-content{flex:1 1}.method-content h3{color:#111827;font-size:14px;font-weight:600;margin:0 0 .5rem}.method-content p{color:#6b7280;font-size:12px;line-height:1.5;margin:0 0 .5rem}.contact-link{background:#10b981;border-radius:6px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:8px 16px;text-decoration:none;transition:background-color .2s}.contact-link:hover{background:#059669}.support-list{color:#6b7280;font-size:12px;margin:.5rem 0 0;padding-left:1rem}.support-list li{margin-bottom:.25rem}.advertising-section{margin-bottom:2rem}.advertising-methods{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:1.5rem}.advertising-method{align-items:flex-start;background-color:#f0f9ff;border:1px solid #bae6fd;border-left:4px solid #0ea5e9;border-radius:8px;display:flex;gap:1rem;padding:1.5rem}.site-info{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem}.info-grid{grid-gap:.75rem;display:grid;gap:.75rem}.info-grid .info-item{color:#6b7280;font-size:12px;line-height:1.5}.info-grid .info-item strong{color:#374151}@media (max-width:768px){.contact-info-container{padding:1rem}.features-grid{grid-template-columns:1fr}.contact-method{flex-direction:column;text-align:center}.method-icon{align-self:center}}.search-info{color:#6b7280;font-size:14px;margin:0 0 1rem}.search-source-section{margin-bottom:2rem}.source-title{align-items:center;border-bottom:2px solid #e5e7eb;color:#111827;display:flex;font-size:16px;font-weight:600;gap:.5rem;margin:0 0 1rem;padding-bottom:.5rem}.source-icon{color:#10b981;height:18px;width:18px}.search-results-list{display:flex;flex-direction:column;gap:1rem}.search-result-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem;padding:1.5rem}.result-header{align-items:center;display:flex;flex-wrap:wrap;font-size:14px;gap:.5rem;line-height:1.4;margin-bottom:1rem}.result-number{color:#10b981;font-weight:600;min-width:40px}.result-source-icon{font-size:16px;min-width:20px}.result-title-container{flex:1 1;min-width:200px}.result-title-link{color:#14b8a6;font-weight:500;text-decoration:none;transition:color .2s;word-break:break-all}.result-title-link:hover{color:#0d9488;text-decoration:underline}.hashtags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.hashtag{background-color:#f0fdfa;border:1px solid #ccfbf1;border-radius:4px;color:#14b8a6;font-size:10px;font-weight:500;padding:2px 6px}.result-page-count{color:#6b7280;font-size:12px;white-space:nowrap}.keyword-analysis{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}.keyword-table{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.keyword-table table{border-collapse:collapse;font-size:12px;width:100%}.keyword-table th{background:#e5e7eb;border-bottom:1px solid #d1d5db;color:#374151;font-weight:600;padding:8px 12px;text-align:left}.keyword-table td{border-bottom:1px solid #e5e7eb;padding:6px 12px}.keyword-table tr:last-child td{border-bottom:none}.keyword-table td:first-child{color:#111827;font-weight:500}.keyword-table td:last-child{color:#6b7280;text-align:right}@media (max-width:768px){.keyword-analysis{grid-template-columns:1fr}.result-header{align-items:flex-start;flex-direction:column;gap:.25rem}.result-title{order:3;width:100%}.result-stats{margin-left:0;order:4}}.result-stats{color:#6b7280;font-size:12px;margin-left:auto;white-space:nowrap}.auth-container{margin:0 auto;max-width:400px;padding:2rem 1rem}.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:2rem}.auth-form{gap:1.5rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:600;gap:.5rem}.form-icon{color:#6b7280;height:16px;width:16px}.form-input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .2s}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.password-input-container{position:relative}.password-toggle{background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.password-toggle:hover{color:#374151}.toggle-icon{height:18px;width:18px}.auth-submit-button{align-items:center;background:teal;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;height:40px;justify-content:center;margin-top:1.5rem;padding:1rem 2rem;transition:all .3s ease}.auth-submit-button:hover:not(:disabled){background:#066}.auth-submit-button:disabled{cursor:not-allowed;opacity:.6}.auth-links{margin-top:1.5rem;text-align:center}.auth-text{color:#6b7280;font-size:.875rem}.auth-link{color:teal;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:.875rem;margin-top:1rem;padding:.75rem 1rem}.checkbox-group{justify-content:space-between}.checkbox-group,.checkbox-label{align-items:center;display:flex;gap:.5rem}.checkbox-label{color:#374151;cursor:pointer;font-size:.875rem}.checkbox-input{display:none}.checkbox-icon{color:#d1d5db;height:16px;transition:all .2s;width:16px}.checkbox-input:checked+.checkbox-icon{color:teal}.terms-link{color:teal;font-size:.75rem;font-weight:500;text-decoration:none}.terms-link:hover{text-decoration:underline}.terms-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;line-height:1.6;margin:0 auto;max-width:800px;padding:2rem}.terms-content h2{border-bottom:2px solid #e5e7eb;color:teal;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.terms-content h2:first-child{margin-top:0}.terms-content h3{color:#374151;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;margin-top:1.5rem}.terms-content p{color:#374151;margin-bottom:1rem}.terms-content ol,.terms-content ul{color:#374151;margin-bottom:1rem;padding-left:1.5rem}.terms-content li{margin-bottom:.5rem}.terms-content ol ul,.terms-content ul ul{margin-bottom:.5rem;margin-top:.5rem}.terms-footer{border-top:2px solid #e5e7eb;margin-top:3rem;padding-top:2rem;text-align:center}.terms-footer h3{color:teal;margin-bottom:.5rem}.terms-footer p{color:#6b7280;font-weight:500}.trends-ranking{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;margin:16px auto;max-width:1200px;padding:16px}.trends-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:16px}.trends-header,.trends-title{align-items:center;display:flex;gap:12px}.trends-icon{color:#3b82f6;height:24px;width:24px}.trends-title h2{color:#1f2937;font-size:20px;font-weight:700;margin:0}.trends-info{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.trends-location,.trends-time{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:6px}.location-icon,.time-icon{height:16px;width:16px}.refresh-button{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:6px;padding:8px 16px;transition:all .2s ease}.refresh-button:hover{background:#e5e7eb;border-color:#9ca3af}.refresh-button:disabled{cursor:not-allowed;opacity:.6}.refresh-icon{height:16px;width:16px}.refresh-icon.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-container{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:48px 24px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;height:32px;width:32px}.loading-container p{color:#6b7280;font-size:14px;margin:0}.error-container{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:48px 24px}.error-message{color:#dc2626;font-size:14px;margin:0;text-align:center}.retry-button{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background .2s ease}.retry-button:hover{background:#b91c1c}.trends-table{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.table-header{grid-gap:12px;background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#374151;display:grid;font-size:13px;font-weight:600;gap:12px;grid-template-columns:2fr 1fr 1fr 2fr;padding:12px 16px}.table-body{background:#fff}.trend-row{grid-gap:12px;border-bottom:1px solid #f3f4f6;display:grid;gap:12px;grid-template-columns:2fr 1fr 1fr 2fr;padding:12px 16px;transition:background .2s ease}.trend-row:hover{background:#f9fafb}.trend-row:last-child{border-bottom:none}.trend-title{color:#1f2937;font-weight:500;gap:12px}.rank-number,.trend-title{align-items:center;display:flex}.rank-number{background:#3b82f6;border-radius:50%;color:#fff;font-size:12px;font-weight:600;height:24px;justify-content:center;width:24px}.trend-volume{align-items:center;display:flex;font-size:14px;font-weight:500}.volume-high{color:#dc2626}.volume-medium{color:#ea580c}.volume-low{color:#059669}.trend-status{align-items:center;display:flex;font-size:14px;gap:6px}.status-icon{height:16px;width:16px}.status-icon.active{color:#059669}.status-icon.sustained,.status-text{color:#6b7280}.trend-analysis{color:#6b7280;font-size:13px;line-height:1.3}.last-updated{margin-top:12px;text-align:center}.last-updated p{color:#9ca3af;font-size:12px;margin:0}@media (max-width:768px){.trends-ranking{margin:16px 0;padding:16px}.trends-header{align-items:flex-start;flex-direction:column;gap:12px}.trends-title h2{font-size:20px}.trends-info{justify-content:space-between;width:100%}.table-header,.trend-row{gap:8px;grid-template-columns:1fr;padding:12px 16px}.header-analysis,.header-status,.header-title,.header-volume{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.trend-title{color:#1f2937;font-weight:600}.trend-analysis,.trend-status,.trend-volume{font-size:12px}.trend-analysis{border-top:1px solid #f3f4f6;grid-column:1/-1;margin-top:8px;padding-top:8px}}@media (max-width:480px){.trends-ranking{padding:12px}.trends-title h2{font-size:18px}.trends-info{align-items:flex-start;flex-direction:column;gap:8px}}
/*# sourceMappingURL=main.98bc66de.css.map*/