.progress-section{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.04)}.progress-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.status-indicator{width:14px;height:14px;border-radius:50%;position:relative;flex-shrink:0}.status-indicator .pulse{position:absolute;inset:-4px;border-radius:50%;background:inherit;opacity:.4;animation:pulse 1.5s ease-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:.4}to{transform:scale(2.5);opacity:0}}.status-text h2{font-size:1.125rem;font-weight:600;margin:0}.status-text p{font-size:.875rem;color:#64748b;margin:.25rem 0 0}.progress-bar-container{position:relative;height:10px;background:#f1f5f9;border-radius:999px;overflow:hidden;margin-bottom:1.5rem}.progress-bar{height:100%;border-radius:999px;transition:width .4s ease;background:linear-gradient(90deg,#4f46e5,#6366f1)}.progress-text{position:absolute;top:50%;right:0;transform:translateY(-50%);font-size:.75rem;font-weight:600;color:#0f172a;padding-right:.5rem}.progress-bar.animated{position:relative;overflow:hidden}.progress-bar-shine{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4) 50%,transparent);animation:shine 1.5s ease-in-out infinite}@keyframes shine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.eta-display{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;margin-bottom:1rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;font-size:.8125rem;color:#92400e}.eta-display svg{flex-shrink:0}.crawl-speed{color:#b45309;font-size:.75rem}.progress-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-gap:1rem;gap:1rem}.progress-stats .stat{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#f8fafc;border-radius:12px;text-align:center}.progress-stats .stat-value{font-size:1.5rem;font-weight:700;color:#0f172a;line-height:1.2}.progress-stats .stat-label{font-size:.75rem;color:#64748b;margin-top:.25rem;text-transform:uppercase;letter-spacing:.025em}.error-message{margin-top:1rem;padding:.875rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:.875rem}.tabs{gap:.25rem;margin-bottom:1rem;background:#f1f5f9;padding:.25rem;border-radius:12px;width:-moz-fit-content;width:fit-content}.tab,.tabs{display:flex}.tab{align-items:center;gap:.5rem;padding:.625rem 1rem;background:transparent;border:none;color:#64748b;cursor:pointer;border-radius:10px;font-size:.875rem;font-weight:500;transition:all .2s}.tab svg{width:16px;height:16px}.tab.active,.tab:hover{color:#0f172a}.tab.active{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}.tab-content{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:1.5rem;min-height:300px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.crawl-summary{display:flex;flex-direction:column;gap:2rem}.crawl-summary .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.summary-section{padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.summary-section:last-child{border-bottom:none;padding-bottom:0}.summary-section h3{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.score-card-large{display:flex;align-items:center;gap:2rem;padding:1.5rem;background:#f8fafc;border-radius:12px}.score-card-large .score-circle{width:120px;height:120px;border-radius:50%;border:6px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}.score-card-large .score-circle .score-value{font-size:2.5rem;font-weight:700;line-height:1}.score-card-large .score-circle .score-label{font-size:.875rem;color:#64748b}.score-description p{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;margin:0}.score-description .score-good{color:#16a34a}.score-description .score-warning{color:#d97706}.score-description .score-poor{color:#dc2626}.summary-section .issues-overview{display:flex;gap:1rem}.summary-section .issue-stat{flex:1 1;padding:1.25rem;border-radius:10px;text-align:center;background:#f8fafc;border:1px solid #e2e8f0}.summary-section .issue-stat.critical{background:#fef2f2;border-color:#fecaca}.summary-section .issue-stat.critical .issue-count{color:#dc2626}.summary-section .issue-stat.warning{background:#fffbeb;border-color:#fde68a}.summary-section .issue-stat.warning .issue-count{color:#d97706}.summary-section .issue-stat.info{background:#eff6ff;border-color:#bfdbfe}.summary-section .issue-stat.info .issue-count{color:#2563eb}.summary-section .issue-stat .issue-count{display:block;font-size:2rem;font-weight:700;line-height:1;margin-bottom:.25rem}.summary-section .issue-stat .issue-label{font-size:.8125rem;color:#64748b;font-weight:500}.top-issues{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.top-issue-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f8fafc;border-radius:8px;border-left:3px solid}.top-issue-item.severity-critical{border-left-color:#dc2626}.top-issue-item.severity-warning{border-left-color:#d97706}.top-issue-item.severity-info{border-left-color:#2563eb}.top-issue-item .issue-info{display:flex;align-items:center;gap:.75rem;flex:1 1;min-width:0}.top-issue-item .issue-title{font-size:.875rem;font-weight:500;color:#0f172a;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.issue-count-badge{font-size:.75rem;color:#64748b;background:#e2e8f0;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}.low-score-pages{display:flex;flex-direction:column;gap:.5rem}.low-score-page-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f8fafc;border-radius:8px}.low-score-page-item .page-score{font-size:1.125rem;font-weight:700;min-width:40px}.low-score-page-item .page-url{flex:1 1;font-size:.875rem;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-data.success{display:flex;align-items:center;gap:.5rem;color:#16a34a;font-weight:500}.crawl-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.stat-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:10px}.stat-item svg{color:#64748b;flex-shrink:0}.stat-item .stat-value{display:block;font-size:1.25rem;font-weight:600;color:#0f172a}.stat-item .stat-label{display:block;font-size:.75rem;color:#64748b}.btn-sm{padding:.5rem 1rem;font-size:.8125rem}.recent-pages h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#0f172a}.page-list{display:flex;flex-direction:column;gap:.5rem}.page-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f8fafc;border-radius:10px;font-size:.875rem;transition:background .2s}.page-item:hover{background:#f1f5f9}.status-code{min-width:36px;font-family:var(--font-mono,monospace)}.page-url{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#334155}.page-score{font-weight:600}.issues-list{display:flex;flex-direction:column;gap:.75rem}.issue-card{padding:1rem 1.25rem;background:#fff;border-radius:10px;border:1px solid #e2e8f0;border-left:4px solid;transition:box-shadow .2s}.issue-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.06)}.issue-card.severity-critical{border-left-color:#ef4444}.issue-card.severity-warning{border-left-color:#f59e0b}.issue-card.severity-info{border-left-color:#3b82f6}.issue-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.severity-badge{padding:.25rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.severity-badge.critical{background:#fef2f2;color:#dc2626}.severity-badge.warning{background:#fffbeb;color:#d97706}.severity-badge.info{background:#eff6ff;color:#2563eb}.issue-count{font-size:.8125rem;color:#64748b}.issue-title{font-size:.9375rem;font-weight:600;margin-bottom:.375rem;color:#0f172a}.issue-description{font-size:.8125rem;color:#64748b;line-height:1.5}.affected-urls{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.affected-urls ul{list-style:none;padding:0;margin:0}.affected-urls li{font-size:.625rem;color:#64748b;padding:.1875rem 0;word-break:break-all;font-family:var(--font-mono,monospace)}.affected-urls .more-urls{color:#4f46e5;font-weight:500;font-family:inherit}.pages-table{overflow-x:auto}.pages-table table{width:100%;border-collapse:collapse}.pages-table td,.pages-table th{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #f1f5f9}.pages-table th{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc}.pages-table th:first-child{border-radius:10px 0 0 0}.pages-table th:last-child{border-radius:0 10px 0 0}.pages-table td{font-size:.875rem;color:#334155}.pages-table tr:hover td{background:#f8fafc}.url-cell{max-width:300px;font-family:var(--font-mono,monospace);font-size:.8125rem}.title-cell,.url-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title-cell{max-width:200px}.depth-badge{min-width:24px;background:#e0f2fe;color:#0369a1}.depth-badge,.priority-badge{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 .5rem;font-size:.75rem;font-weight:600;border-radius:6px}.priority-badge{min-width:32px}.priority-badge.high{background:#dcfce7;color:#16a34a}.priority-badge.medium{background:#fef3c7;color:#d97706}.priority-badge.low,.source-badge{background:#f1f5f9;color:#64748b}.source-badge{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 .5rem;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em;border-radius:4px}.source-badge.sitemap{background:#f3e8ff;color:#9333ea}.source-badge.homepage{background:#dbeafe;color:#2563eb}.source-badge.link{background:#e0f2fe;color:#0284c7}.no-data{text-align:center;color:#94a3b8;padding:3rem 2rem;font-size:.9375rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.btn svg{width:16px;height:16px}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover:not(:disabled){background:#4338ca}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#e2e8f0;color:#334155}.btn:disabled{opacity:.6;cursor:not-allowed}.export-buttons{display:flex;gap:.5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem}.spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.empty-state svg{width:56px;height:56px;color:#94a3b8;margin-bottom:.75rem}.empty-state h2{font-size:1.0625rem;font-weight:600;margin:0 0 .375rem;color:#0f172a}.empty-state p{color:#64748b;font-size:.9375rem;margin-bottom:1.25rem}.stats-overview{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:1rem;overflow:hidden;max-width:100%;box-sizing:border-box}.score-circle-wrapper{position:relative;width:80px;height:80px;flex-shrink:0}.score-ring{width:100%;height:100%}.score-ring-bg{stroke:#e2e8f0}.score-ring-fill{transition:stroke-dasharray .5s ease}.score-circle-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-value{font-size:1.25rem;font-weight:700;line-height:1}.score-delta{font-size:.625rem;font-weight:600;padding:.125rem .3125rem;border-radius:4px;margin-top:.1875rem}.score-delta.up{background:#dcfce7;color:#16a34a}.score-delta.down{background:#fef2f2;color:#dc2626}.stats-inline{flex:1 1;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 0;font-size:1rem;color:#475569}.stat-inline{white-space:nowrap}.stat-inline strong{font-weight:700;font-size:1.125rem;color:#0f172a}.stat-inline.critical strong{color:#ef4444}.stat-inline.warning strong{color:#f59e0b}.stat-inline.info strong{color:#3b82f6}.stat-sep{margin:0 1rem;color:#cbd5e1;font-size:.625rem}.stat-changes-inline{gap:.5rem;margin-left:1rem}.change-badge,.stat-changes-inline{display:inline-flex;align-items:center}.change-badge{gap:.25rem;padding:.25rem .625rem;border-radius:5px;font-size:.75rem;font-weight:600;white-space:nowrap}.change-badge.fixed{background:#dcfce7;color:#16a34a}.change-badge.new{background:#fef2f2;color:#dc2626}.loading-skeleton{padding:0}.skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.skeleton-title{width:200px;height:28px;border-radius:6px}.skeleton-btn,.skeleton-title{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.skeleton-btn{width:100px;height:36px;border-radius:8px}.skeleton-stats{display:flex;gap:1.5rem;padding:1.25rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:1rem}.skeleton-score-circle{width:80px;height:80px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:50%;flex-shrink:0}.skeleton-stat-row{flex:1 1;display:flex;align-items:center;justify-content:space-around;gap:1.25rem}.skeleton-stat-item{width:50px;border-radius:6px}.skeleton-stat-item,.skeleton-tabs{height:40px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.skeleton-tabs{width:300px;border-radius:8px;margin-bottom:1rem}.skeleton-content{width:100%;height:300px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:12px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.stats-overview{flex-direction:column;align-items:center;gap:1rem;padding:1rem}.stats-inline{justify-content:center;font-size:.875rem}.stat-changes-inline{width:100%;justify-content:center;margin-left:0;margin-top:.5rem}.skeleton-stats{flex-direction:column;align-items:center}.skeleton-stat-row{flex-wrap:wrap;justify-content:center}}.tabs-bar{display:flex;gap:0;border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.tab-btn{padding:.625rem 1.25rem;background:none;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s}.tab-btn:hover{color:#0f172a}.tab-btn.active{color:#4f46e5;border-bottom-color:#4f46e5}.tab-btn.tab-link{text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.tab-btn.tab-link:hover{color:#4f46e5}.tab-btn.tab-link svg{opacity:.5}.tab-btn.tab-link:hover svg{opacity:1}.priority-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem}.priority-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.75rem}.priority-header h3{font-size:.9375rem;font-weight:600;color:#0f172a;margin:0}.priority-header span{font-size:.8125rem;color:#64748b}.priority-list{display:flex;flex-direction:column;gap:.5rem}.priority-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;background:#f8fafc;border-radius:6px;cursor:pointer;transition:background .15s}.priority-item:hover{background:#f1f5f9}.priority-rank{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#4f46e5;color:#fff;border-radius:4px;font-size:.75rem;font-weight:600;flex-shrink:0}.priority-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.priority-dot.critical{background:#ef4444}.priority-dot.warning{background:#f59e0b}.priority-dot.info{background:#3b82f6}.priority-title{flex:1 1;font-size:.875rem;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.priority-count{font-size:.75rem;color:#64748b;flex-shrink:0}.priority-item svg{color:#94a3b8;flex-shrink:0}.crawl-history,.issues-section{margin-bottom:1.5rem;margin-top:1.5rem}.crawl-history h2,.issues-section h2{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#0f172a}.crawl-history h2 svg,.issues-section h2 svg{width:18px;height:18px;color:#4f46e5}.crawl-list{display:flex;flex-direction:column;gap:.5rem}.crawl-item{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:#fff;border-radius:10px;border:1px solid #e2e8f0;text-decoration:none;color:inherit;transition:all .2s}.crawl-item:hover{border-color:#4f46e5;box-shadow:0 4px 12px rgba(79,70,229,.08)}.crawl-info{display:flex;align-items:center;gap:.75rem}.crawl-date{font-size:.8125rem;color:#64748b}.crawl-stats{display:flex;align-items:center;gap:1.25rem;font-size:.875rem;color:#334155}.crawl-score{font-weight:600}.crawl-progress{color:#4f46e5;font-weight:500}.status-badge{padding:.25rem .625rem;border-radius:999px;font-size:.75rem;font-weight:500}.badge-success{background:#f0fdf4;color:#16a34a}.badge-warning{background:#fffbeb;color:#d97706}.badge-error{background:#fef2f2;color:#dc2626}.badge-info{background:#eff6ff;color:#2563eb}.badge-secondary{background:#f1f5f9;color:#64748b}.sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(15,23,42,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:150;opacity:0;transition:opacity .25s ease;touch-action:none}.sidebar-overlay.visible{opacity:1}.links-analysis{padding:1rem 0}.links-summary{margin-bottom:1.5rem}.links-summary .summary-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.links-summary .summary-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;text-align:center}.links-summary .summary-label{display:block;font-size:.75rem;color:#64748b;margin-bottom:.25rem}.links-summary .summary-value{display:block;font-size:1.5rem;font-weight:600;color:#0f172a}.links-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem}.links-section h3{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#0f172a;margin:0 0 1rem}.links-section .section-description{font-size:.8125rem;color:#64748b;margin:-.5rem 0 1rem}.links-table{overflow-x:auto}.links-table table{width:100%;border-collapse:collapse}.links-table td,.links-table th{padding:.625rem .75rem;text-align:left;border-bottom:1px solid #e2e8f0;font-size:.8125rem}.links-table th{background:#f8fafc;font-weight:600;color:#475569}.links-table .url-cell{color:#4f46e5;word-break:break-all;max-width:500px}.links-table .count-cell{text-align:right;font-weight:500;color:#0f172a;width:100px}.orphan-section h3{color:#f59e0b}.orphan-list{list-style:none;padding:0;margin:0}.orphan-list li{padding:.5rem 0;border-bottom:1px solid #f1f5f9;font-size:.8125rem;color:#4f46e5;word-break:break-all}.orphan-list li:last-child{border-bottom:none}.broken-links-report{padding:1rem 0}.broken-summary{margin-bottom:1rem}.broken-summary .summary-alert{display:flex;align-items:center;gap:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;color:#dc2626}.broken-summary .summary-alert strong{font-weight:600}.broken-links-list{display:flex;flex-direction:column;gap:.75rem}.broken-link-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.broken-link-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.broken-url{font-size:.875rem;font-weight:500;color:#dc2626;word-break:break-all}.status-code{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}.status-code.error{background:#fef2f2;color:#dc2626}.broken-link-sources{font-size:.8125rem}.broken-link-sources .sources-label{display:block;color:#64748b;margin-bottom:.375rem}.broken-link-sources ul{list-style:none;padding:0;margin:0}.broken-link-sources li{padding:.25rem 0;color:#475569;word-break:break-all}.broken-link-sources .more-sources{color:#94a3b8;font-style:italic}.no-broken-links{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#22c55e}.no-broken-links svg{margin-bottom:.75rem}.no-broken-links h3{font-size:1rem;font-weight:600;margin:0 0 .25rem;color:#0f172a}.no-broken-links p{font-size:.875rem;color:#64748b;margin:0}@media (max-width:768px){.links-summary .summary-grid{grid-template-columns:repeat(2,1fr)}}.projects-main{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.search-filter-bar .btn-add-project{flex-shrink:0;margin-left:auto;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:8px;min-height:40px;background:transparent;color:#4f46e5;border:1px solid #4f46e5}.search-filter-bar .btn-add-project:hover:not(:disabled){background:rgba(79,70,229,.08);color:#4338ca;border-color:#4338ca}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.25rem;gap:1.25rem}.project-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:border-color .2s ease,box-shadow .2s ease}.project-card:hover{border-color:#c7d2fe;box-shadow:0 4px 12px rgba(79,70,229,.08)}.project-header{display:flex;justify-content:space-between;align-items:center}.project-domain{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.1rem}.project-domain svg{flex-shrink:0;color:#4f46e5}.project-name{color:#64748b;font-size:.875rem;margin:-.5rem 0 0}.project-stats{display:flex;gap:1rem;padding:.75rem 0;flex-wrap:wrap}.project-stats .stat{display:flex;flex-direction:column;min-width:0}.project-stats .stat-label{font-size:.6875rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-weight:600}.project-stats .stat-value{font-size:1.125rem;font-weight:700;color:#0f172a;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.3}.project-stats .stat-status{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;width:-moz-fit-content;width:fit-content;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;background:#f8fafc;border:1px solid #e2e8f0}.project-stats .stat-status svg{flex-shrink:0}.project-stats .no-crawl{color:#94a3b8;font-size:.875rem;font-style:italic;padding:.25rem 0}.project-last-crawl{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.project-last-crawl svg{flex-shrink:0;color:#64748b}.project-footer{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem;border-top:1px solid #f1f5f9}.project-footer .btn{flex:1 1;justify-content:center;font-size:.875rem;padding:.625rem 1rem;border-radius:8px;font-weight:500;min-height:40px;text-decoration:none;-webkit-tap-highlight-color:transparent}.project-footer .btn svg{flex-shrink:0}.project-footer .btn-secondary{background:transparent;color:#475569;border:1px solid #e2e8f0}.project-footer .btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#334155}.project-footer .btn-primary{background:#4f46e5;color:#fff;border:none}.project-footer .btn-primary:hover:not(:disabled){background:#4338ca;color:#fff}.project-actions .btn-icon{background:none;border:none;padding:.5rem;cursor:pointer;color:#64748b;border-radius:.375rem;transition:all .2s}.project-actions .btn-icon:hover{background:#f1f5f9;color:#ef4444}.usage-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:.8125rem;color:#64748b;margin-bottom:1.25rem;flex-wrap:wrap;font-weight:500}.usage-separator{color:#cbd5e1}.usage-feature{display:flex;align-items:center;gap:.25rem;color:#10b981}.usage-feature svg{flex-shrink:0}.usage-plan{margin-left:auto;padding:.25rem .75rem;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border-radius:6px;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.025em}.search-filter-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.search-input-wrapper{flex:1 1;min-width:200px;max-width:400px;position:relative;display:flex;align-items:center}.search-filter-bar .search-input-wrapper svg{position:absolute;left:.875rem;color:#94a3b8;pointer-events:none}.search-filter-bar .search-input{width:100%;padding:.625rem 2.5rem .625rem 2.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff;transition:all .2s}.search-filter-bar .search-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.search-filter-bar .search-input::placeholder{color:#94a3b8}.search-clear{position:absolute;right:.5rem;background:none;border:none;padding:.25rem .5rem;font-size:1.25rem;color:#94a3b8;cursor:pointer;line-height:1}.search-clear:hover{color:#64748b}.filter-controls{display:flex;gap:.5rem}.filter-select{padding:.625rem 2rem .625rem .875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right .75rem center;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .2s}.filter-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.dashboard-page .results-info{font-size:.8125rem;color:#64748b;margin-bottom:1rem}.dashboard-page .no-results{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#94a3b8}.dashboard-page .no-results svg{margin-bottom:.75rem;opacity:.5}.dashboard-page .no-results p{margin-bottom:1rem;color:#64748b}.dashboard-page .empty-state-container{display:flex;justify-content:center;align-items:center;min-height:400px}.dashboard-page .empty-state{text-align:center;padding:3rem}.dashboard-page .empty-state .empty-icon{width:4rem;height:4rem;color:#94a3b8;margin-bottom:1rem}.dashboard-page .empty-state h3{margin-bottom:.5rem}.dashboard-page .empty-state p{color:#64748b;margin-bottom:1.5rem}.dashboard-page .modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.dashboard-page .modal{background:#fff;border-radius:.75rem;padding:1.5rem;width:100%;max-width:400px;margin:1rem}.dashboard-page .modal h2{margin-bottom:1.5rem}.dashboard-page .form-group{margin-bottom:1rem}.dashboard-page .form-group label{display:block;margin-bottom:.5rem;font-weight:500}.dashboard-page .form-group input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem}.dashboard-page .form-error{display:flex;align-items:center;gap:.5rem;color:#ef4444;font-size:.875rem;margin-bottom:1rem}.dashboard-page .modal-actions{display:flex;gap:.75rem;margin-top:1.5rem}.dashboard-page .modal-actions .btn{flex:1 1;min-height:44px}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.projects-main{overflow-x:hidden;max-width:100%;min-width:0;box-sizing:border-box;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.usage-banner{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.75rem 1rem;font-size:.8125rem;margin-bottom:1rem;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.usage-plan{margin-left:auto;font-size:.6875rem;padding:.25rem .5rem;border-radius:4px}.usage-separator{display:none}.usage-feature{font-size:.8125rem}.usage-feature svg{width:14px;height:14px}.search-filter-bar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:0}.search-filter-bar .btn-add-project{order:0;margin-left:0;width:100%;min-height:44px;padding:.625rem 1rem;font-size:.875rem;justify-content:center;border-radius:8px;-webkit-tap-highlight-color:transparent;background:transparent;color:#4f46e5;border:1px solid #4f46e5}.search-filter-bar .btn-add-project:hover:not(:disabled){background:rgba(79,70,229,.08);color:#4338ca;border-color:#4338ca}.search-filter-bar .search-input-wrapper{order:1;max-width:none;width:100%}.search-filter-bar .search-input-wrapper svg{width:18px;height:18px;left:.875rem}.search-filter-bar .search-input{font-size:.9375rem;padding:.625rem 2.5rem;border-radius:8px;min-height:44px;border:1px solid #e2e8f0}.search-filter-bar .filter-controls{order:2;display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;width:100%}.search-filter-bar .filter-select{width:100%;min-height:44px;font-size:.875rem;padding:.625rem 2rem .625rem .875rem;border-radius:8px;border:1px solid #e2e8f0}.dashboard-page .results-info{font-size:.8125rem;margin-bottom:.75rem;color:#64748b}.projects-grid{grid-template-columns:1fr;gap:1rem;min-width:0}.project-card{min-width:0;padding:1rem;border-radius:12px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem}.project-header{margin-bottom:0;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.project-domain{font-size:1rem;font-weight:600;gap:.5rem;min-width:0}.project-domain span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-domain svg{width:20px;height:20px;flex-shrink:0}.project-name{font-size:.8125rem;color:#64748b;margin:0;padding-left:calc(20px + .5rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-actions .btn-icon{min-width:44px;min-height:44px;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;-webkit-tap-highlight-color:transparent}.project-actions .btn-icon svg{width:18px;height:18px}.project-stats{display:flex;gap:0;padding:.75rem 0;margin:0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.project-stats .stat{flex:1 1;text-align:center;padding:0 .5rem;min-width:0}.project-stats .stat:not(:last-child){border-right:1px solid #f1f5f9}.project-stats .stat-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-weight:600;color:#94a3b8}.project-stats .stat-value{font-size:1.0625rem;font-weight:700;line-height:1.25;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.project-stats .stat-status{font-size:.75rem;gap:.25rem;padding:.25rem .5rem;border-radius:6px;justify-content:center;margin:0 auto;max-width:-moz-fit-content;max-width:fit-content}.project-stats .stat-status svg{width:14px;height:14px}.project-last-crawl{font-size:.75rem;padding:0;color:#94a3b8;display:flex;align-items:center;gap:.375rem}.project-last-crawl svg{width:14px;height:14px;flex-shrink:0}.project-footer{display:flex;gap:.5rem;padding-top:.75rem;margin-top:.25rem;border-top:1px solid #f1f5f9}.project-footer .btn{flex:1 1;min-height:44px;padding:.625rem .75rem;font-size:.8125rem;font-weight:600;border-radius:8px;gap:.375rem;justify-content:center}.project-footer .btn svg{width:16px;height:16px}.project-footer .btn-primary{background:#4f46e5;color:#fff;border:none}.project-footer .btn-primary:hover:not(:disabled){background:#4338ca}.project-footer .btn-secondary{background:transparent;border:1px solid #e2e8f0;color:#475569}.project-footer .btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#334155}.dashboard-page .no-results{padding:2.5rem 1rem;gap:1rem}.dashboard-page .no-results svg{width:32px;height:32px;color:#94a3b8}.dashboard-page .no-results p{font-size:.9375rem;color:#64748b}.dashboard-page .empty-state-container{min-height:320px;padding:1rem 0}.dashboard-page .empty-state{padding:2rem 1.25rem;gap:1rem}.dashboard-page .empty-state .empty-icon{width:3.5rem;height:3.5rem;color:#94a3b8}.dashboard-page .empty-state h3{font-size:1.125rem}.dashboard-page .empty-state p{font-size:.9375rem;color:#64748b}.dashboard-page .modal-overlay{padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));align-items:flex-end}.dashboard-page .modal{width:100%;max-width:none;margin:0;border-radius:12px 12px 0 0;padding:1.5rem max(1rem,env(safe-area-inset-left)) max(1.5rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-right))}.dashboard-page .modal h2{font-size:1.125rem;margin-bottom:1.25rem}.dashboard-page .modal-actions{gap:.5rem;margin-top:1.25rem}.dashboard-page .modal-actions .btn{min-height:48px;font-size:.9375rem}}.competitors-page{overflow-x:hidden;max-width:100%;min-width:0;box-sizing:border-box}.competitors-page .page-header--one-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0;flex-wrap:nowrap;min-width:0}.competitors-page .page-header--one-row .breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#64748b;margin:0;flex:1 1;min-width:0;overflow:hidden}.competitors-page .page-header--one-row .breadcrumb :global(svg){color:#cbd5e1;flex-shrink:0}.competitors-page .page-header--one-row .breadcrumb-link{color:#64748b;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.competitors-page .page-header--one-row .breadcrumb-link:hover{color:#4f46e5}.competitors-page .page-header--one-row .breadcrumb-current{color:#1e293b;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.competitors-page .page-header--one-row .back-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;color:#64748b;cursor:pointer;text-decoration:none;transition:background .15s,color .15s;flex-shrink:0}.competitors-page .page-header--one-row .back-btn:hover{background:#f1f5f9;color:#1e293b}.competitors-page .page-header--one-row .domain-label{font-size:.8125rem;color:#64748b;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0;max-width:180px}.competitors-page .content{max-width:1200px}@media (max-width:768px){.competitors-page .page-header--one-row{margin-bottom:.5rem;padding-bottom:.5rem;gap:.375rem}.competitors-page .page-header--one-row .breadcrumb{font-size:.6875rem}.competitors-page .page-header--one-row .back-btn{width:40px;height:40px;min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent}.competitors-page .page-header--one-row .domain-label{font-size:.75rem;max-width:120px}}