.dashboard-layout,.dashboard-page{display:flex;min-height:100vh;background:#f8fafc;color:#0f172a;overflow-x:hidden;width:100%}.dashboard-sidebar{width:240px;min-width:240px;height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;background:#fff;border-right:1px solid #e2e8f0;z-index:200;transition:width .2s ease,min-width .2s ease}.sidebar-header{padding:1.25rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.sidebar-close-btn{display:none;width:36px;height:36px;align-items:center;justify-content:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease,transform .15s ease}.sidebar-close-btn:hover{background:#e2e8f0;color:#0f172a}.sidebar-close-btn:active{background:#e2e8f0;transform:scale(.92)}.sidebar-close-btn svg{width:18px;height:18px}.sidebar-logo{display:flex;align-items:center;gap:.625rem;text-decoration:none;color:inherit}.sidebar-logo svg{width:22px;height:26px}.sidebar-logo .logo-text{font-size:1.5rem;font-weight:700;letter-spacing:.08em;color:var(--color-primary-600)}.dashboard-sidebar .sidebar-nav{flex:1 1;overflow-y:auto;padding:1rem 0}.dashboard-sidebar .nav-section{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e2e8f0}.dashboard-sidebar .nav-section-title{display:block;padding:0 1rem;margin-bottom:.625rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#64748b}.dashboard-sidebar .sidebar-link{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;margin:4px .5rem;color:#475569;text-decoration:none;font-size:.9375rem;font-weight:500;border-radius:8px;border:none;background:none;width:calc(100% - 1rem);cursor:pointer;transition:all .15s}.dashboard-sidebar .sidebar-link svg{width:18px;height:18px;flex-shrink:0}.dashboard-sidebar .sidebar-link:hover:not(.disabled){background:#f1f5f9;color:#0f172a}.dashboard-sidebar .sidebar-link.active{background:rgba(79,70,229,.08);color:#4f46e5}.dashboard-sidebar .sidebar-nav>.sidebar-link:first-child,.dashboard-sidebar .sidebar-nav>.sidebar-link:nth-child(2),.dashboard-sidebar .sidebar-nav>.sidebar-link:nth-child(3){font-size:1rem;font-weight:600}.sidebar-link.disabled{opacity:.5;cursor:not-allowed}.coming-soon-badge{margin-left:auto;padding:.125rem .375rem;background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.sidebar-footer{padding:1rem;border-top:1px solid #e2e8f0}.sidebar-contact{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.75rem;text-decoration:none}.sidebar-contact:hover{color:#4f46e5}.sidebar-contact svg{width:16px;height:16px}.sidebar-logo-icon{width:22px;height:26px;flex-shrink:0}.sidebar-logo-icon svg{width:100%;height:100%}.sidebar-collapse-btn{display:none;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;transition:all .15s;margin-left:auto;flex-shrink:0}.sidebar-collapse-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.sidebar-collapse-btn svg{width:14px;height:14px}@media (min-width:769px){.sidebar-collapse-btn{display:flex}}.dashboard-sidebar.collapsed{width:64px;min-width:64px}.dashboard-sidebar.collapsed .sidebar-header{padding:.875rem .5rem;flex-direction:column;gap:.5rem}.dashboard-sidebar.collapsed .sidebar-logo{justify-content:center}.dashboard-sidebar.collapsed .sidebar-collapse-btn{margin-left:0;width:32px;height:32px}.dashboard-sidebar.collapsed .sidebar-link{justify-content:center;padding:.75rem;margin:2px .5rem;width:calc(100% - 1rem)}.dashboard-sidebar.collapsed .sidebar-nav{padding:.5rem 0}.dashboard-sidebar.collapsed .sidebar-footer{padding:.75rem;display:none}.dashboard-page.sidebar-collapsed .dashboard-content,.dashboard-page.sidebar-collapsed .dashboard-main{margin-left:64px}.dashboard-content{flex:1 1;margin-left:240px;display:flex;flex-direction:column;min-height:100vh;background:#f8fafc;transition:margin-left .2s ease}.content-header{justify-content:space-between;padding:.875rem 1.25rem;background:hsla(0,0%,100%,.9);border-bottom:1px solid #e2e8f0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.content-header,.header-left{display:flex;align-items:center}.header-left{gap:.75rem}.page-title{font-size:1.0625rem;font-weight:600;margin:0;color:#0f172a}.header-right{display:flex;align-items:center;gap:.5rem}.header-notification{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;transition:all .15s}.header-notification:hover{background:#f1f5f9;color:#0f172a}.header-notification svg{width:18px;height:18px}.header-user-wrapper{position:relative}.header-user{padding:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s}.header-user:hover{background:#f1f5f9}.header-user-avatar{width:28px;height:28px;border-radius:6px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600;color:#fff}.header-user-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden;z-index:200}.dropdown-user-info{padding:.875rem 1rem}.dropdown-user-name{display:block;font-size:.8125rem;font-weight:600;color:#0f172a}.dropdown-user-email{display:block;font-size:.6875rem;color:#64748b;margin-top:2px}.dropdown-divider{height:1px;background:#e2e8f0}.dropdown-item{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;color:#475569;font-size:.8125rem;text-decoration:none;background:none;border:none;width:100%;cursor:pointer;transition:all .15s}.dropdown-item:hover{background:#f1f5f9;color:#0f172a}.dropdown-item svg{width:16px;height:16px}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout:hover{background:rgba(220,38,38,.08)}.dashboard-main{flex:1 1;padding:1.25rem 1.5rem;min-height:100vh;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.dashboard-page>.dashboard-main{margin-left:240px;transition:margin-left .2s ease}.dashboard-page.sidebar-collapsed>.dashboard-main{margin-left:64px}.dashboard-content .dashboard-main,.dashboard-page.sidebar-collapsed .dashboard-content .dashboard-main{margin-left:0}.dashboard-layout>.dashboard-main{margin-left:240px;transition:margin-left .2s ease}.dashboard-layout.sidebar-collapsed>.dashboard-main{margin-left:64px}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.dashboard-header .header-content{flex:1 1}.dashboard-header .breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#64748b;margin-bottom:.375rem}.dashboard-header .breadcrumb a{color:#4f46e5;text-decoration:none;transition:color .2s}.dashboard-header .breadcrumb a:hover{color:#4338ca;text-decoration:underline}.dashboard-header .page-title{display:flex;align-items:center;gap:.625rem;font-size:1.25rem;font-weight:600;color:#0f172a;margin:0}.dashboard-header .page-title svg{width:22px;height:22px;color:#4f46e5}.mobile-menu-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:none;border-radius:8px;color:#475569;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .2s ease,color .2s ease,transform .1s ease}.mobile-menu-btn:hover{background:#f1f5f9;color:#334155}.mobile-menu-btn:active{background:#e2e8f0;transform:scale(.96)}.mobile-menu-btn svg{width:22px;height:22px;flex-shrink:0}.mobile-menu-btn span{display:block;width:20px;height:2px;background:currentColor;border-radius:1px;transition:transform .2s ease,opacity .2s ease}.mobile-menu-btn span+span{margin-top:5px}@media (max-width:1024px){.dashboard-main{padding:1.5rem}.stats-row{grid-template-columns:repeat(2,1fr);gap:1rem}.cards-row{gap:1.25rem}.cards-row,.tips-grid{grid-template-columns:1fr}.tips-grid{gap:1rem}.welcome-card{flex-direction:column;align-items:stretch;gap:1.5rem;padding:1.75rem}.welcome-info h2{font-size:1.375rem}.audit-form{max-width:100%}}@media (max-width:768px){.dashboard-layout,.dashboard-page{overflow-x:hidden;width:100%;max-width:100%;min-width:0}.dashboard-sidebar{width:280px;max-width:85vw;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:none;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}.dashboard-page.sidebar-open .dashboard-sidebar,.dashboard-sidebar.open{transform:translateX(0);box-shadow:4px 0 24px rgba(0,0,0,.12)}.sidebar-close-btn{display:flex}.sidebar-header{padding:1rem}.dashboard-page.sidebar-open .sidebar-overlay{display:block;opacity:1}.dashboard-sidebar .sidebar-nav{display:block;padding:.5rem 0;overscroll-behavior:contain;gap:0}.dashboard-sidebar .sidebar-link{padding:.75rem 1rem;margin:4px .5rem;font-size:1rem;min-height:44px;-webkit-tap-highlight-color:transparent}.dashboard-sidebar .sidebar-link:active{background:rgba(79,70,229,.12);transform:scale(.98)}.dashboard-sidebar .sidebar-link.active{background:rgba(79,70,229,.1);border-radius:8px}.dashboard-sidebar .nav-section{margin-top:.75rem;padding-top:.75rem}.dashboard-sidebar .nav-section-title{font-size:.75rem;margin-bottom:.375rem;padding:0 1rem}.dashboard-sidebar .sidebar-nav>.sidebar-link:first-child,.dashboard-sidebar .sidebar-nav>.sidebar-link:nth-child(2),.dashboard-sidebar .sidebar-nav>.sidebar-link:nth-child(3){font-size:1.0625rem;font-weight:600}.sidebar-footer{padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom, 0))}.dashboard-content{margin-left:0;overflow-x:hidden;width:100%;max-width:100%;min-width:0}.content-header{padding:.75rem max(1rem,env(safe-area-inset-left)) .75rem max(1rem,env(safe-area-inset-right));width:100%;box-sizing:border-box}.header-left{flex:1 1;min-width:0}.header-right{flex-shrink:0;gap:.375rem}.header-notification{width:32px;height:32px;min-width:44px;min-height:44px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.header-notification svg{width:16px;height:16px}.header-user{padding:3px;flex-shrink:0;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.header-user-avatar{width:28px;height:28px;font-size:.6875rem}.page-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-menu-btn{display:flex;flex-shrink:0}.dashboard-main{padding:.75rem max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));width:100%}.dashboard-main,.dashboard-main>*{overflow-x:hidden;max-width:100%;min-width:0;box-sizing:border-box}.dashboard-layout>.dashboard-main,.dashboard-page .dashboard-main{margin-left:0}.cards-section,.stats-section,.tips-section,.welcome-section{margin-bottom:1.5rem}.welcome-card{padding:1.5rem;border-radius:16px}.welcome-info h2{font-size:1.25rem}.page-title{font-size:1rem}.stats-row{gap:.875rem}.stat-box{padding:.875rem 1rem}.stat-icon{width:36px;height:36px}.stat-icon svg{width:18px;height:18px}.stat-value{font-size:1.125rem}.dashboard-header{flex-wrap:wrap}.dashboard-header .page-title{font-size:1.25rem}.dashboard-header .page-title svg{width:24px;height:24px}.progress-section{padding:1rem}.progress-stats{grid-template-columns:repeat(2,1fr)}.progress-stats .stat{padding:.75rem}.progress-stats .stat-value{font-size:1.25rem}.tabs{width:100%;overflow-x:auto}.tab{padding:.5rem .75rem;font-size:.8125rem;white-space:nowrap}.tab-content{padding:1rem}.site-overview{grid-template-columns:1fr;gap:1rem;padding:.75rem}.score-card.main-score{padding:.5rem}.score-card-large .score-circle{width:70px;height:70px}.score-card-large .score-value{font-size:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.stat-card{padding:.5rem}.stat-card .stat-value{font-size:1.125rem}.crawl-item{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.crawl-stats{width:100%;justify-content:space-between}.title-cell,.url-cell{max-width:150px}.score-card-large{flex-direction:column;text-align:center;gap:1rem;padding:1rem}.score-card-large .score-circle{width:100px;height:100px;border-width:5px}.score-card-large .score-circle .score-value{font-size:2rem}.summary-section .issues-overview{flex-direction:column;gap:.75rem}.summary-section .issue-stat{padding:1rem}.summary-section .issue-stat .issue-count{font-size:1.5rem}.crawl-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-item{padding:.75rem;flex-direction:column;text-align:center;gap:.5rem}.stat-item .stat-value{font-size:1.125rem}.top-issue-item{flex-direction:column;align-items:flex-start;gap:.5rem}.top-issue-item .issue-info{flex-wrap:wrap}}@media (max-width:480px){.content-header{padding:.5rem .75rem;gap:.375rem}.header-left{gap:.5rem}.header-right{gap:.25rem}.header-notification{width:28px;height:28px}.header-notification svg{width:14px;height:14px}.header-user{padding:2px}.header-user-avatar{width:24px;height:24px;font-size:.5625rem}.page-title{font-size:.875rem}.stats-row{grid-template-columns:1fr 1fr;gap:.625rem}.stat-box{padding:.75rem;gap:.625rem}.stat-icon{width:32px;height:32px}.stat-icon svg{width:16px;height:16px}.stat-value{font-size:1rem}.stat-label{font-size:.6875rem}.welcome-card{padding:1rem}.welcome-info h2{font-size:1rem}.welcome-info p{font-size:.8125rem}.audit-input-group{flex-wrap:wrap}.audit-input{width:100%;padding:.375rem 0}.audit-submit-btn{width:100%;margin-top:.375rem}.issue-item{flex-direction:column;align-items:stretch;gap:.5rem}.issue-btn{text-align:center}}.audit-item:focus-visible,.audit-submit-btn:focus-visible,.btn-retry:focus-visible,.card-link:focus-visible,.empty-state-action:focus-visible,.header-notification:focus-visible,.header-user:focus-visible,.issue-btn:focus-visible,.mobile-menu-btn:focus-visible,.sidebar-close-btn:focus-visible,.sidebar-link:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.dropdown-item:focus-visible{outline:2px solid #4f46e5;outline-offset:-2px}@media (max-width:768px){.content-header:has(.view-toggle),.history-main~.content-header{flex-wrap:wrap;gap:.75rem}.content-header .header-left{flex:1 1;min-width:0}.content-header .header-right{gap:.375rem}.view-toggle{order:3;width:100%;justify-content:stretch}.view-btn{flex:1 1;justify-content:center;padding:.625rem .75rem;font-size:.875rem}.domain-header{padding:.625rem .75rem;flex-wrap:wrap;gap:.5rem}.domain-info{flex:1 1;min-width:0}.domain-name{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.domain-stats{font-size:.75rem}.domain-actions{gap:.375rem}.btn-reaudit{padding:.25rem .5rem;font-size:.75rem}.expand-icon{width:18px;height:18px}.domain-audits .audit-item{padding:.5rem .75rem;flex-wrap:wrap;gap:.375rem}.audit-item-left{width:100%}.audit-score{font-size:.875rem;min-width:28px}.audit-url{font-size:.75rem}.audit-checks{font-size:.6875rem;gap:.375rem}.audit-item-right{width:100%;justify-content:space-between;padding-left:calc(28px + .5rem)}.audit-date{font-size:.75rem}.audit-delete{width:24px;height:24px}.audit-delete svg{width:12px;height:12px}.history-item{flex-wrap:wrap;padding:.625rem .75rem;gap:.5rem}.history-item-main{width:100%}.history-item-grade{width:30px;height:30px;font-size:.75rem}.history-item-domain{font-size:.875rem}.history-item-url{font-size:.75rem}.history-item-stats{flex:1 1;gap:.5rem}.history-item-score{padding:.25rem .375rem}.history-item-score .score-value{font-size:.875rem}.history-item-checks{font-size:.6875rem}.history-item-meta{gap:.375rem}.history-item-date{font-size:.75rem}.history-item-delete{width:24px;height:24px}.history-item-delete svg{width:12px;height:12px}.welcome-text h1{font-size:1.25rem}.welcome-text p{font-size:.8125rem}.history-empty{padding:2rem 1rem}.history-empty svg{width:32px;height:32px}.history-empty h2{font-size:.875rem}.history-empty p{font-size:.75rem}}@media (max-width:480px){.domain-grade{width:24px;height:24px;font-size:.6875rem}.history-item-meta,.history-item-stats{width:100%;justify-content:space-between}.history-item-meta{padding-top:.375rem;border-top:1px solid #f1f5f9}}@media (max-width:640px){.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.25rem}.tabs::-webkit-scrollbar{display:none}.tabs .tab{flex-shrink:0;padding:.5rem .75rem;font-size:.8125rem}.modal-overlay{align-items:flex-start;padding:10vh 1rem 1rem}.modal{max-width:100%;max-height:85vh;overflow-y:auto;border-radius:16px}.modal h2,.modal h3,.modal h4{font-size:1.125rem}.modal-body{padding:1rem}.modal-actions{flex-direction:column;gap:.5rem}.modal-actions .btn{width:100%;justify-content:center}.progress-stats{grid-template-columns:repeat(2,1fr)}.progress-stats .stat{padding:.75rem}.progress-stats .stat-value{font-size:1.25rem}.eta-display{flex-wrap:wrap;justify-content:center}.issues-list .issue-card{padding:1rem}.issue-header{gap:.5rem}.broken-link-header,.issue-header{flex-direction:column;align-items:flex-start}.export-buttons{flex-direction:column;width:100%}.export-buttons .btn{width:100%;justify-content:center}.summary-section{padding:1rem}.score-card-large{flex-direction:column;text-align:center}.score-card-large .score-circle{margin:0 auto 1rem}.links-table{font-size:.75rem}.links-table td,.links-table th{padding:.5rem}.links-table .url-cell{max-width:200px}}@media (max-width:480px){.progress-stats{grid-template-columns:1fr 1fr;gap:.5rem}.progress-stats .stat-value{font-size:1.125rem}.progress-stats .stat-label{font-size:.6875rem}.issue-title{font-size:.9375rem}.issue-description{font-size:.8125rem}.affected-urls li{font-size:.75rem;word-break:break-all}.dashboard-sidebar{width:100%;max-width:280px}.page-title{font-size:1.25rem}.dashboard-header .btn{padding:.5rem .75rem;font-size:.8125rem}.links-summary .summary-grid{grid-template-columns:1fr 1fr}.links-summary .summary-value{font-size:1.25rem}}@media (max-width:768px){.tabs-bar{flex-wrap:wrap;gap:.5rem;margin-left:0;margin-right:0;padding-left:0;padding-right:0;padding-bottom:.25rem;width:100%;max-width:100%}.tab-btn{flex-shrink:0;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;white-space:nowrap;border-radius:8px;margin-bottom:0;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;min-height:40px;align-items:center;justify-content:center;transition:background .15s,border-color .15s,color .15s}.tab-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.tab-btn.active{background:rgba(79,70,229,.1);border-color:#4f46e5;color:#4f46e5}.tab-btn.tab-link{display:inline-flex}.dashboard-header{flex-wrap:nowrap;gap:.5rem;padding:.75rem 1rem;width:100%;box-sizing:border-box}.dashboard-header .header-content{flex:1 1;min-width:0}.dashboard-header .mobile-menu-btn{flex-shrink:0}.dashboard-header .header-actions{flex-shrink:0;display:flex;gap:.375rem}.dashboard-header .header-actions .btn{padding:.5rem;font-size:.75rem;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:.375rem}.dashboard-header .header-actions .btn .btn-text{display:none}.dashboard-header .header-actions .btn svg{width:18px;height:18px;flex-shrink:0}.dashboard-header .breadcrumb{font-size:.75rem}.dashboard-header .page-title{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-header .page-title svg{width:18px;height:18px;flex-shrink:0}.stats-overview{flex-direction:column;align-items:center;gap:1rem;padding:1rem}.score-circle-wrapper{margin-bottom:0}.score-circle-wrapper svg{width:90px;height:90px}.score-circle-content .score-value{font-size:1.75rem}.stats-inline{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.5rem;gap:.5rem;width:100%;text-align:center}.stat-sep{display:none}.stat-inline{padding:.5rem .25rem;background:#f8fafc;border-radius:6px;font-size:.75rem;display:flex;flex-direction:column;align-items:center;gap:.125rem}.stat-inline strong{font-size:.9375rem;display:block}.stat-changes-inline{width:100%;justify-content:center;margin-top:.25rem;margin-left:0;gap:.5rem;display:flex;flex-wrap:wrap}.change-badge{font-size:.75rem;padding:.25rem .625rem}.issues-summary-bar{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem}.summary-item{padding:.75rem .5rem;text-align:center;flex-direction:column;gap:.25rem;min-width:unset}.summary-item .count{font-size:1.25rem}.summary-item .label{font-size:.75rem}.priority-section{padding:1rem;margin-bottom:1rem}.priority-header{flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.priority-header h3{font-size:.9375rem}.priority-header span{font-size:.75rem}.priority-list{gap:.5rem}.priority-item{padding:.75rem;gap:.75rem;border-radius:8px}.priority-rank{font-size:.75rem;width:22px;height:22px;flex-shrink:0}.priority-title{font-size:.875rem;flex:1 1;min-width:0}.priority-count{font-size:.75rem;padding:.25rem .5rem}.issues-section{padding:1rem;margin-bottom:1rem}.section-header{flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.section-header h2{font-size:1rem;display:flex;align-items:center;gap:.5rem}.issues-list{gap:.875rem}.issue-card{padding:1rem;border-radius:10px}.issue-card-header{flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.issue-meta{display:flex;gap:.375rem;flex-wrap:wrap}.issue-count{font-size:.8125rem}.issue-title{font-size:.9375rem;margin-bottom:.375rem}.issue-description{font-size:.8125rem;line-height:1.5}.issue-impact{padding:.75rem;font-size:.8125rem;border-radius:8px;margin-top:.75rem}.view-details{font-size:.875rem;margin-top:.75rem}.crawl-history{padding:1rem;margin-bottom:1rem}.crawl-history h2{font-size:1rem;margin-bottom:.875rem;display:flex;align-items:center;gap:.5rem}.crawl-list{gap:.625rem}.crawl-item{padding:.875rem;border-radius:8px;gap:.5rem}.crawl-info{width:100%;display:flex;align-items:center;gap:.625rem}.crawl-stats{width:100%;display:flex;justify-content:space-between;font-size:.8125rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.modal-overlay{align-items:flex-start;padding:5vh .75rem .75rem}.issue-modal{max-height:90vh;border-radius:16px}.modal-header{padding:1rem}.modal-header h2{font-size:1rem}.modal-body{padding:1rem}.urls-header{flex-direction:column;align-items:flex-start;gap:.5rem}.url-row{padding:.625rem}.url-content .url-text{font-size:.75rem}.monitoring-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width:480px){.tab-btn{padding:.375rem .625rem;font-size:.75rem}.stat-inline{font-size:.6875rem;padding:.1875rem .375rem}.stat-inline strong{display:block}.score-circle-wrapper svg{width:70px;height:70px}.score-value{font-size:1.25rem}.project-card{padding:1rem}.project-domain{font-size:.9375rem}.project-domain span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.stat-value{font-size:1.125rem}.priority-item{padding:.5rem}.priority-dot{width:6px;height:6px}.issue-card{padding:.75rem}.category-badge,.severity-badge{font-size:.6875rem;padding:.1875rem .375rem}.status-badge{font-size:.75rem;padding:.25rem .5rem}.crawl-date{font-size:.6875rem}}