@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
:root{--bg-primary:#fafafa;--bg-secondary:#fff;--bg-tertiary:#f5f5f5;--bg-card:#fff;--bg-hover:#ea580c0a;--text-primary:#171717;--text-secondary:#525252;--text-muted:#a3a3a3;--accent-primary:#ea580c;--accent-secondary:#c2410c;--accent-gradient:linear-gradient(135deg,#ea580c 0%,#c2410c 100%);--border-color:#e5e5e5;--border-active:#ea580c66;--success:#16a34a;--error:#dc2626;--warning:#d97706;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 8px #0000000f;--shadow-lg:0 4px 16px #00000014;--shadow-glow:none}.hidden-in-ui{display:none}.visible-in-ui{display:block}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:17px}body{background:var(--bg-primary)}.main{min-height:100vh;padding:1.5rem 1rem}.container{max-width:900px;margin:0 auto}.header{text-align:center;margin-bottom:2rem}.logo{background:var(--text-primary);border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:inline-flex}.logo svg{stroke:#fff;width:24px;height:24px}.title{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.subtitle{color:var(--text-muted);font-size:.875rem;font-weight:400}.input-section{margin-bottom:1.5rem}.form-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1rem}.location-select-wrapper{margin-bottom:1rem}.location-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.375rem;margin-bottom:.375rem;font-size:.75rem;font-weight:500;display:flex}.location-label svg{color:var(--accent-primary);width:14px;height:14px}.location-select{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding:.5rem 2.5rem .5rem .75rem;font-family:inherit;font-size:.875rem;transition:all .2s}.location-select:focus{border-color:var(--border-active);outline:none;box-shadow:0 0 0 2px #ea580c14}.location-select:disabled{opacity:.5;cursor:not-allowed}.location-select option{background:var(--bg-secondary);color:var(--text-primary)}.input-wrapper{margin-bottom:.75rem;position:relative}.keyword-textarea{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;min-height:100px;color:var(--text-primary);resize:none;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:all .15s}.keyword-textarea:focus{border-color:var(--border-active);outline:none;box-shadow:0 0 0 2px #ea580c14}.keyword-textarea::placeholder{color:var(--text-muted)}.keyword-textarea.error{border-color:var(--error)}.line-counter{color:var(--text-muted);background:var(--bg-secondary);border-radius:var(--radius-sm);padding:.125rem .375rem;font-size:.6875rem;position:absolute;bottom:.5rem;right:.5rem}.line-counter span{color:var(--accent-primary);font-weight:600}.line-counter.error span{color:var(--error)}.error-message{color:var(--error);margin-bottom:.75rem;font-size:.75rem}.submit-button{background:var(--text-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.375rem;width:100%;padding:.625rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.submit-button:hover:not(:disabled){background:#000}.submit-button:active:not(:disabled){transform:scale(.98)}.submit-button:disabled{opacity:.5;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{border-radius:var(--radius-sm);color:var(--error);background:#dc26260f;border:1px solid #dc262626;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.625rem .875rem;font-size:.8125rem;display:flex}.results-section{animation:.2s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.toggle-container{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.625rem 1rem;display:flex}.toggle-label{color:var(--text-muted);font-size:.75rem;font-weight:500;transition:color .15s}.toggle-label.active{color:var(--text-primary)}.toggle-switch{background:var(--bg-tertiary);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;width:40px;height:22px;transition:all .15s;position:relative}.toggle-switch:hover{border-color:var(--border-active)}.toggle-slider{background:var(--text-primary);border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:2px;left:2px}.toggle-switch.active .toggle-slider{background:var(--accent-primary);transform:translate(18px)}.results-container{animation:.2s fadeIn}.results-title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:flex}.results-title svg{color:var(--accent-primary);width:16px;height:16px}.no-results{text-align:center;color:var(--text-muted);background:var(--bg-card);border-radius:var(--radius-sm);border:1px solid var(--border-color);padding:2rem;font-size:.875rem}.sources-grid{flex-direction:column;gap:.5rem;display:flex}.source-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);gap:.75rem;padding:.875rem;transition:all .15s;display:flex}.source-card:hover{border-color:var(--border-active)}.source-rank,.source-position{background:var(--text-primary);border-radius:var(--radius-sm);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.6875rem;font-weight:600;display:flex}.source-position{background:var(--bg-tertiary);color:var(--text-secondary)}.source-content{flex:1;min-width:0}.source-header{align-items:center;gap:.375rem;margin-bottom:.25rem;display:flex}.source-favicon{border-radius:2px;width:14px;height:14px}.source-domain{color:var(--accent-primary);font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s}.source-domain:hover{color:var(--accent-secondary)}.source-occurrence{flex-wrap:wrap;align-items:center;gap:.375rem;margin-bottom:.25rem;display:flex}.occurrence-badge{color:var(--accent-primary);border-radius:var(--radius-sm);background:#ea580c1a;padding:.125rem .375rem;font-size:.6875rem;font-weight:600;display:inline-flex}.keywords-list{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;overflow:hidden}.source-title{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.source-url{color:var(--accent-primary);word-break:break-all;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .15s}.source-url:hover{color:var(--accent-secondary);text-decoration:underline}.keywords-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.keyword-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden}.keyword-card.full-width{grid-column:span 2}.keyword-card-header{background:var(--bg-tertiary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.625rem .875rem;display:flex}.keyword-name{color:var(--text-primary);font-size:.8125rem;font-weight:600}.source-count{color:var(--text-muted);background:var(--bg-secondary);border-radius:var(--radius-sm);padding:.125rem .5rem;font-size:.6875rem}.keyword-card-sources{flex-direction:column;gap:.375rem;max-height:280px;padding:.625rem;display:flex;overflow-y:auto}.source-item{background:var(--bg-tertiary);border-radius:var(--radius-sm);gap:.5rem;padding:.5rem;transition:all .15s;display:flex}.source-item:hover{background:var(--bg-hover)}.source-item-rank{background:var(--bg-secondary);border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:.625rem;font-weight:600;display:flex}.source-item-content{flex:1;min-width:0}.source-item-header{align-items:center;gap:.375rem;margin-bottom:.25rem;display:flex}.source-favicon-sm{border-radius:2px;flex-shrink:0;width:12px;height:12px}.source-url-sm{color:var(--accent-primary);word-break:break-all;font-size:.6875rem;line-height:1.3;text-decoration:none}.source-url-sm:hover{color:var(--accent-secondary);text-decoration:underline}.source-title-sm{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.3;display:-webkit-box;overflow:hidden}.no-sources{color:var(--text-muted);text-align:center;padding:.75rem;font-size:.8125rem}@media (max-width:768px){.keywords-grid{grid-template-columns:1fr}.keyword-card.full-width{grid-column:span 1}}@media (max-width:640px){.title{font-size:1.25rem}.subtitle{font-size:.8125rem}.toggle-container{flex-direction:column;gap:.5rem}.toggle-label{order:2}.toggle-switch{order:1}.source-card{flex-direction:column}.source-rank,.source-position{width:100%;height:auto;padding:.375rem}}.analysis-section{margin-top:2rem;margin-bottom:2rem;animation:.4s fadeIn}.analysis-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;display:flex;position:relative;overflow:hidden}.analysis-card:before{display:none}.analysis-header{background:var(--text-primary);color:#fff;border-bottom:2px solid var(--accent-primary);align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.sparkle-icon{color:var(--accent-primary);filter:drop-shadow(0 0 8px #ea580c80);font-size:1.25rem;animation:2s infinite pulse}.analysis-header h3{color:#fff;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:1rem;font-weight:600}.analysis-content{color:var(--text-secondary);padding:1.5rem;font-size:.9375rem;line-height:1.6}.markdown-body h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:600}.markdown-body h3:first-child{margin-top:0}.markdown-body p{margin-bottom:1rem}.markdown-body ul{margin-bottom:1rem;padding-left:1.5rem;list-style-type:disc}.markdown-body li{margin-bottom:.5rem}.markdown-body strong{color:var(--text-primary);font-weight:600}.analysis-card.loading{min-height:200px}.skeleton-text{background:var(--bg-tertiary);border-radius:var(--radius-sm);height:1rem;margin-bottom:.75rem;animation:1.5s infinite pulse}.skeleton-text.short{width:60%}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.progress-container-button{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.progress-container{background:var(--bg-tertiary);border-radius:2px;height:4px;margin-top:1rem;overflow:hidden}.progress-bar{background:var(--accent-gradient);height:100%;transition:width .3s}.export-container{justify-content:center;margin:1.5rem 0;display:flex}.export-button{background:var(--accent-gradient);color:#fff;border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-md);border:none;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.export-button:hover{box-shadow:var(--shadow-lg);opacity:.95;transform:translateY(-1px)}.export-button:active{transform:translateY(0)}@media print{body{color:#000!important;background:#fff!important;padding:0!important;font-size:12pt!important}.main{padding:0!important}.container{max-width:100%!important;margin:0!important}.no-print{display:none!important}.hidden-in-ui,.visible-in-ui{display:block!important}.results-container{page-break-before:always;margin-top:2rem!important}.results-container:first-of-type{page-break-before:avoid}.analysis-section{page-break-after:avoid}.analysis-card{box-shadow:none!important;border:2px solid #000!important}.analysis-header{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#000!important}.source-card,.keyword-card,.source-item{page-break-inside:avoid;border:1px solid #ddd!important}.source-rank,.source-position{-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#fff!important;background:#000!important}.occurrence-badge{-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#92400e!important;background:#fef3c7!important;border:1px solid #fbbf24!important}.keywords-grid{display:block!important}.keyword-card{width:100%!important;margin-bottom:1.5rem!important}.keyword-card-header{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#f3f4f6!important}.keyword-card-sources{max-height:none!important;overflow:visible!important}.header{margin-bottom:3rem!important}.logo{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#000!important}.logo svg{stroke:#fff!important}.skeleton-text,.progress-container{display:none!important}}.progress-bar-button{background:var(--accent-primary);opacity:.2;height:100%;transition:width .3s;position:absolute;top:0;left:0}.progress-text{z-index:1;color:#fff;font-size:.8125rem;font-weight:600;position:relative}
