:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#172033;background:#f6f8fb}*{box-sizing:border-box}:focus-visible{outline:3px solid #5eead4;outline-offset:3px}body{margin:0}.shell{display:flex;min-height:100vh}.workspace-shell{background:#f1f4f8}.workspace-shell>.content{flex:1 1;max-width:none}.dashboard-shell{background:#f1f4f8}.dashboard-shell aside{position:relative;width:208px;padding:16px 12px 22px;transition:width .2s ease}.dashboard-shell aside .sidebar-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;gap:7px;height:42px;margin:0 4px 30px}.dashboard-shell aside .logo{min-width:0;margin:0 0 0 2px;font-size:25px;line-height:1}.dashboard-shell aside nav{gap:3px}.dashboard-shell aside nav a{display:flex;align-items:center;gap:11px;padding:9px 10px;font-size:12px}.dashboard-shell aside nav a:before{display:grid;place-items:center;width:20px;color:#9ca8a9;content:attr(data-icon);font-size:16px}.dashboard-shell aside nav a.active:before,.dashboard-shell aside nav a:hover:before{color:#ff7a4c}.sidebar-toggle{position:absolute;opacity:0;pointer-events:none}.sidebar-toggle-button{flex:0 0 32px;display:grid;place-items:center;width:32px;height:30px;border-radius:7px;color:#aeb8b8;cursor:pointer;font-size:17px}.sidebar-toggle-button:hover{background:#3a3a3a;color:#ff7a4c}.sidebar-footer{margin-top:auto;padding:18px 4px 0}.sidebar-logout{width:100%;padding:10px 12px;border:1px solid #4b4b4b;border-radius:8px;background:transparent;color:#cbd5e1;cursor:pointer;font:inherit;font-size:12px;text-align:left;transition:border-color .2s,color .2s,background .2s}.sidebar-logout:hover{border-color:#ff7a4c;background:#3a302d;color:#ff9a75}.sidebar-logout:disabled{cursor:wait;opacity:.65}.dashboard-shell:has(.sidebar-toggle:checked) aside{width:76px}.dashboard-shell:has(.sidebar-toggle:checked) aside .sidebar-header{justify-content:center;margin-inline:0}.dashboard-shell:has(.sidebar-toggle:checked) aside .logo{overflow:hidden;width:0;margin-left:0;font-size:0}.dashboard-shell:has(.sidebar-toggle:checked) aside .logo span{font-size:26px}.dashboard-shell:has(.sidebar-toggle:checked) aside nav a{justify-content:center;font-size:0}.dashboard-shell:has(.sidebar-toggle:checked) aside nav a:before{width:30px;font-size:19px}.dashboard-shell:has(.sidebar-toggle:checked) aside .tenant{display:none}.dashboard-shell:has(.sidebar-toggle:checked) aside .sidebar-footer{padding-inline:0}.dashboard-shell:has(.sidebar-toggle:checked) aside .sidebar-logout{overflow:hidden;width:30px;padding:10px 0;border-color:transparent;font-size:0;text-align:center}.dashboard-shell:has(.sidebar-toggle:checked) aside .sidebar-logout:before{color:#aeb8b8;content:"↪";font-size:18px}.dashboard-shell .content{max-width:none;padding:0 38px 60px}.project-create-panel{margin-bottom:22px}.project-create-form{display:flex;flex-wrap:wrap;gap:10px}.project-create-form input{min-width:220px;flex:1 1;padding:12px 13px;border:1px solid #d6e0e7;border-radius:7px;color:#18232a;background:#fff;font:inherit}.project-create-form input:focus{border-color:#ff5a1f;outline:3px solid #ff5a1f22}.project-create-form button{border:0;cursor:pointer}.form-error{width:100%;color:#c64949}.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;min-height:74px;margin:0 -38px 20px;padding:0 38px;background:#292929;color:#fff}.dashboard-topbar>div{display:flex;align-items:center;gap:23px}.dashboard-topbar strong{font-size:22px;letter-spacing:-.03em}.dashboard-menu-mark{color:#b8b8b8;font-size:20px}.dashboard-status{color:#ff9a75;font-size:11px;font-weight:700}.dashboard-shell header{align-items:center;margin-bottom:16px}.dashboard-shell header h1{font-size:27px}.dashboard-header-actions{display:flex;gap:10px;align-items:center}.dashboard-shell .grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:14px}.dashboard-shell .card{min-height:126px;padding:23px;border-radius:8px;box-shadow:0 6px 18px #2538580c}.dashboard-shell .card strong{color:#18232a;font-size:30px}.dashboard-shell .panel{border-radius:8px;box-shadow:0 6px 18px #2538580c}.dashboard-shell .content>.grid{gap:14px}.dashboard-shell .content>.grid .card{border:1px solid #dbe5ed;background:linear-gradient(145deg,#fff,#f8fbfd)}.dashboard-shell .content>.grid .card .muted{margin-bottom:10px;color:#526173;font-size:12px;font-weight:750;letter-spacing:.02em}.dashboard-shell .content>.grid .card strong{display:block;margin-bottom:8px;color:#172033;font-size:30px;letter-spacing:-.04em}.dashboard-shell .content>.grid .card span{display:block;color:#68788b;font-size:12px;line-height:1.45}.dashboard-actions-panel{margin-bottom:14px;padding:24px;border:1px solid #dbe5ed;border-radius:10px;background:#fff;box-shadow:0 6px 18px #2538580c}.dashboard-actions-panel .panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.dashboard-actions-panel h2{margin:6px 0 0;color:#111b2d;font-size:20px}.dashboard-action-count{padding:7px 10px;border:1px solid #bfe8df;border-radius:999px;color:#087f70;background:#f0fcf9;font-size:11px;font-weight:750}.dashboard-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.dashboard-action-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;min-height:82px;padding:15px;border:1px solid #e1e8ee;border-radius:8px;color:inherit;background:#f9fbfc;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}.dashboard-action-card:hover{border-color:#ffb49b;box-shadow:0 7px 18px #25385812;transform:translateY(-2px)}.dashboard-action-card>span:nth-child(2){display:grid;grid-gap:5px;gap:5px}.dashboard-action-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;color:#ff5a1f;background:#fff0eb;font-size:18px;font-weight:800}.dashboard-action-card strong{color:#172033;font-size:13px}.dashboard-action-card small{color:#68788b;font-size:11px;line-height:1.4}.dashboard-action-arrow{color:#ff5a1f;font-size:18px}.dashboard-pulse{margin-bottom:14px;padding:24px;border:1px solid #dbe5ed;border-radius:10px;background:linear-gradient(135deg,#ffffff,#f8fbfd);box-shadow:0 6px 18px #2538580c}.dashboard-pulse-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.dashboard-pulse-head h2{margin:7px 0 5px}.dashboard-pulse-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.dashboard-pulse-grid>div{display:grid;grid-gap:7px;gap:7px;padding:16px;border:1px solid #e5ebf0;border-radius:8px;background:#fff}.dashboard-pulse-grid small,.dashboard-pulse-grid span{color:#718096;font-size:12px}.dashboard-pulse-grid strong{color:#18232a;font-size:24px}.dashboard-activity-panel{margin-bottom:14px}.dashboard-activity-panel .panel-head{margin-bottom:15px}.dashboard-issues{display:grid;grid-template-columns:1fr auto;grid-gap:5px 25px;gap:5px 25px;margin-bottom:14px;padding:25px;border:1px solid #e1e7ec;border-radius:8px;background:#fff;box-shadow:0 6px 18px #2538580c}.dashboard-issues>.button{align-self:start}.issue-list{grid-column:1/-1;display:grid;grid-gap:0;gap:0;margin-top:18px}.issue-list>div{display:grid;grid-template-columns:65px 1fr;grid-gap:5px 18px;gap:5px 18px;padding:15px 0;border-top:1px solid #edf0f4}.issue-list span{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:5px 8px;border:1px solid #f2b5b5;border-radius:5px;color:#e05b5b;font-size:10px;font-weight:800}.issue-list strong{font-size:14px}.issue-list small{grid-column:2;color:#8491a4;font-size:12px}.project-overview-list{display:grid;grid-gap:14px;gap:14px;margin-bottom:14px}.project-overview-card{overflow:hidden;border:1px solid #e1e7ec;border-radius:9px;background:#fff;box-shadow:0 6px 18px #2538580c}.project-overview-card header{display:flex;align-items:center;justify-content:space-between;margin:0;padding:19px 24px;border-bottom:1px solid #edf0f4}.project-overview-card header div{display:grid;grid-gap:4px;gap:4px}.project-overview-card header strong{color:#245ed7;font-size:20px}.project-overview-card header span{color:#718096;font-size:13px}.project-overview-card header a{color:#68737f;font-size:24px;text-decoration:none}.project-metric-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:0;gap:0;padding:24px}.project-metric{display:grid;grid-gap:11px;gap:11px;padding:0 16px;border-right:1px solid #edf0f4}.project-metric:first-child{padding-left:0}.project-metric:last-child{border-right:0}.project-metric span{color:#68737f;font-size:12px}.project-metric strong{color:#5b5ec8;font-size:24px;letter-spacing:-.04em}.project-overview-card footer{display:flex;justify-content:space-between;padding:14px 24px;border-top:1px solid #edf0f4;color:#718096;font-size:12px}.project-change{color:#00966e}.project-skeleton{height:190px;border-radius:9px;background:linear-gradient(90deg,#e8edf1 25%,#f7f9fa 37%,#e8edf1 63%);background-size:400% 100%;animation:dashboard-shimmer 1.4s infinite}.link-button{padding:0;background:transparent;color:#ff5a1f;font:inherit}@keyframes dashboard-shimmer{to{background-position:-400% 0}}.dashboard-shell aside nav a{color:#d8e1e8;font-size:13px;font-weight:550}.dashboard-shell aside nav a.active,.dashboard-shell aside nav a:hover{color:#fff}.workspace-shell aside nav a{color:#d8e1e8;font-weight:550}.workspace-shell aside nav a.active,.workspace-shell aside nav a:hover{color:#fff}.workspace-shell aside{position:relative;width:208px;padding:16px 12px 22px;transition:width .2s ease}.workspace-shell aside .sidebar-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;gap:7px;height:42px;margin:0 4px 30px}.workspace-shell aside .sidebar-header .logo{min-width:0;margin:0 0 0 2px;color:#fff;font-size:22px;font-weight:750;line-height:1;letter-spacing:-.03em;text-decoration:none}.workspace-shell aside .sidebar-header .logo span{color:#5eead4;font-size:inherit}.workspace-shell:has(.sidebar-toggle:checked) aside{width:76px}.workspace-shell:has(.sidebar-toggle:checked) aside .sidebar-header{justify-content:center;margin-inline:0}.workspace-shell:has(.sidebar-toggle:checked) aside .logo{overflow:hidden;width:0;margin-left:0;font-size:0}.workspace-shell:has(.sidebar-toggle:checked) aside .logo span{font-size:22px}.workspace-shell:has(.sidebar-toggle:checked) aside nav a{justify-content:center;font-size:0}.workspace-shell:has(.sidebar-toggle:checked) aside nav a:before{width:30px;font-size:19px}.workspace-shell:has(.sidebar-toggle:checked) aside .tenant{display:none}.dashboard-shell aside .sidebar-header .logo{color:#fff;font-size:22px;font-weight:750;letter-spacing:-.03em;text-decoration:none}.google-sign-in{display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px;border:1px solid #d5dee7;border-radius:7px;color:#263449;background:#fff;font-weight:700;text-decoration:none;transition:border-color .2s,box-shadow .2s}.google-sign-in:hover{border-color:#9aabba;box-shadow:0 4px 12px #25385812}.google-sign-in span{display:grid;place-items:center;width:22px;height:22px;color:#4285f4;font-size:18px;font-weight:800}.auth-divider{display:flex;align-items:center;gap:10px;margin:16px 0;color:#8491a4;font-size:11px}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:#e1e7ec}.auth-message{margin:18px 0 0;padding:10px 12px;border:1px solid #f2b5b5;border-radius:7px;background:#fff7f7}.dashboard-shell aside .sidebar-header .logo span{color:#5eead4;font-size:inherit}.dashboard-shell:has(.sidebar-toggle:checked) aside .sidebar-header .logo span{font-size:22px}.dashboard-shell .content{color:#172033}.dashboard-shell .card .muted,.dashboard-shell .card span,.dashboard-shell .dashboard-pulse-grid small,.dashboard-shell .muted,.dashboard-shell .panel .muted{color:#526173}.dashboard-shell .card strong,.dashboard-shell h1,.dashboard-shell h2{color:#111b2d}.dashboard-shell .table{color:#263449}.dashboard-shell .table .row.head{color:#5d6b7d}aside{width:238px;background:#292929;color:#dbe4f0;padding:28px 18px;display:flex;flex-direction:column}.logo{font-size:23px;font-weight:750;letter-spacing:-.06em;margin:0 12px 42px;color:#fff}.logo span{color:#5eead4}nav{display:grid;grid-gap:5px;gap:5px}nav a{padding:11px 12px;border-radius:7px;color:#9eabc0;text-decoration:none;font-size:14px}nav a.active,nav a:hover{background:#3a3a3a;color:white}.tenant{margin-top:auto;border-top:1px solid #27364c;padding:18px 12px;display:grid;grid-gap:5px;gap:5px}.eyebrow,.tenant small{font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:#7890ad;font-weight:700}.tenant strong{font-size:13px;color:#fff}.tenant span{font-size:12px;color:#8798ad}.content{max-width:1250px;width:100%;padding:52px 58px}header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:38px}h1{margin:8px 0 6px;font-size:30px;letter-spacing:-.04em}h2{margin:7px 0 0;font-size:20px;letter-spacing:-.02em}.muted{color:#718096;font-size:13px}.eyebrow,.muted{margin:0}button{border:0;cursor:pointer}.button,button{background:#ff5a1f;color:white;border-radius:6px;padding:11px 17px;font-weight:700}.button{text-decoration:none;display:inline-block}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:22px}.card,.panel{background:white;border:1px solid #e5eaf0;border-radius:10px;box-shadow:0 3px 12px #25385808}.settings-grid{display:grid;grid-gap:16px;gap:16px}.settings-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:18px;font-size:13px}.settings-detail span{color:#718096}.settings-form{display:grid;grid-gap:12px;gap:12px;margin-top:22px}.settings-form label{display:grid;grid-gap:6px;gap:6px;color:#718096;font-size:12px;font-weight:700}.settings-form input{width:100%;border:1px solid #d8e0ea;border-radius:6px;padding:10px 11px;color:#172033;font:inherit}.settings-form input:focus{border-color:#2563eb;outline:2px solid #bfdbfe}.settings-form select{width:100%;border:1px solid #d8e0ea;border-radius:6px;padding:10px 11px;color:#172033;background:#fff;font:inherit}.card{padding:21px;display:grid;grid-gap:10px;gap:10px}.card strong{font-size:27px;letter-spacing:-.04em}.card span{font-size:12px;color:#8693a5}.panel{padding:24px}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:23px}.panel-head a{font-size:13px;color:#2563eb;text-decoration:none}.table{font-size:13px;overflow-x:auto}.row{display:grid;grid-template-columns:1.6fr 1.4fr 1fr 1fr;padding:15px 8px;border-top:1px solid #edf0f4;grid-gap:15px;gap:15px}.row.head{border-top:0;padding-top:0;color:#8491a4;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.reports-table .row{grid-template-columns:1.4fr 1.2fr .8fr 1fr .8fr}.retry-action button{padding:7px 10px;font-size:11px}.share-action{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.share-action button{padding:7px 10px;font-size:11px}.share-action a,.share-action small{font-size:11px;color:#2563eb}.empty-state{border-top:1px solid #edf0f4;padding:24px 8px;color:#718096;font-size:13px}.loading-state{max-width:620px;margin:8vh auto}.skeleton{background:linear-gradient(90deg,#eef2f7 25%,#f8fafc 50%,#eef2f7 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:6px}.skeleton-title{height:26px;width:46%;margin-bottom:18px}.skeleton-line{height:12px;width:80%;margin-bottom:10px}.skeleton-line.short{width:58%;margin-bottom:22px}@keyframes shimmer{to{background-position:-200% 0}}.error-state{max-width:620px;margin:8vh auto}.error-state h1{margin-bottom:10px}.error-actions{display:flex;gap:10px;margin-top:24px}.button.secondary{background:#eef3fb;color:#2563eb}.good{color:#16805a}.good,.warn{font-weight:700}.warn{color:#b26a0e}@media (max-width:860px){.shell{display:block}aside{width:100%;padding:18px 20px;gap:18px}.logo{margin:0}nav{display:flex;overflow-x:auto;padding-bottom:2px}nav a{flex:0 0 auto}.tenant{display:none}.content{padding:32px 24px}}@media (max-width:560px){.content{padding:24px 16px}header{display:grid;grid-gap:20px;gap:20px;margin-bottom:28px}h1{font-size:26px}header .button{text-align:center}.grid{grid-template-columns:1fr}.panel{padding:18px}.row{min-width:600px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}.marketing-shell{min-height:100vh;overflow:hidden;background:radial-gradient(circle at 82% 8%,#d7f5ef 0,transparent 28rem),linear-gradient(180deg,#fbfefd,#f8fafc 42%,#fff);color:#102033}.marketing-announcement{display:flex;align-items:center;justify-content:center;gap:10px;min-height:38px;padding:8px 18px;background:#102033;color:#c8d5df;font-size:12px;letter-spacing:.01em}.marketing-announcement span{padding:3px 8px;border-radius:999px;background:#0f9f9a;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase}.marketing-announcement a{color:#8fe4d5;font-weight:700;text-decoration:none}.agency-banner,.marketing-footer,.marketing-hero,.marketing-nav,.marketing-proof,.marketing-section{max-width:1240px;margin:0 auto}.marketing-nav{display:flex;align-items:center;justify-content:space-between;padding:16px 28px 12px}.marketing-logo{color:#102033;font-size:40px;font-weight:800;letter-spacing:-.07em;text-decoration:none}.marketing-logo span{color:#0f9f9a}.marketing-actions,.marketing-links{display:flex;align-items:center;gap:25px}.mega-menu{position:relative}.mega-menu summary{color:#29323c;cursor:pointer;list-style:none;font-size:16px;font-weight:650}.mega-menu summary::-webkit-details-marker{display:none}.mega-menu summary:after{content:"⌄";margin-left:6px;color:#ff5a1f;font-size:13px}.mega-menu summary:hover,.mega-menu:hover summary,.mega-menu[open] summary{color:#ff5a1f}.mega-panel{position:absolute;z-index:20;top:34px;left:50%;display:none;grid-template-columns:repeat(2,minmax(260px,1fr));gap:4px 12px;width:650px;padding:18px;border:1px solid #dce5eb;border-radius:14px;background:#fff;box-shadow:0 24px 60px #19344b24;transform:translateX(-30%)}.mega-menu:focus-within .mega-panel,.mega-menu:hover .mega-panel,.mega-menu[open] .mega-panel{display:grid}.mega-panel a{display:flex;gap:13px;min-height:75px;align-items:flex-start;padding:13px;border-radius:9px;color:#102033;text-decoration:none}.mega-panel a:hover{background:#f0faf8}.mega-panel a>span{display:grid;place-items:center;width:27px;height:27px;flex:0 0 27px;border-radius:7px;background:#fff0e8;color:#ff5b20;font-size:18px}.mega-panel strong{display:block;font-size:14px}.mega-panel small{display:block;margin-top:5px;color:#718196;font-size:11px;line-height:1.4}.marketing-actions a,.marketing-footer a,.marketing-links a{color:#29323c;font-size:16px;font-weight:600;text-decoration:none}.marketing-actions a:focus-visible,.marketing-actions a:hover,.marketing-links a:focus-visible,.marketing-links a:hover{color:#ff5a1f}.marketing-actions{gap:18px}.marketing-actions a:first-child:hover,.marketing-footer a:hover,.marketing-links a:hover{color:#ff5a1f}.marketing-button{color:#fff!important;background:#ff5a1f;box-shadow:0 4px 0 #d94716}.button:hover,.marketing-button:hover,button:hover{background:#e94f19;transform:translateY(-1px)}.marketing-hero{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:70px;gap:70px;align-items:center;padding:18px 28px 86px}.hero-copy h1{max-width:590px;font-size:clamp(44px,6vw,76px);line-height:.99;margin:16px 0 24px;letter-spacing:-.07em}.hero-copy h1 em{color:#0f766e;font-style:normal;background:linear-gradient(120deg,#0f766e,#27a89e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-lede{max-width:530px;color:#607286;font-size:18px;line-height:1.6}.website-capture{display:flex;width:min(100%,650px);gap:8px;margin-top:34px;padding:5px;background:#fff;border:1px solid #d3dbe1;border-radius:11px;box-shadow:0 16px 38px #19344b18}.website-capture input{min-width:0;flex:1 1;border:0;padding:15px 14px;font:inherit;color:#292929;font-size:18px;outline:0}.website-capture button{min-width:108px;padding:0 20px;border-radius:8px;background:#292929;font-size:16px;white-space:nowrap}.website-capture button:hover{background:#171717}.form-note{margin-top:12px;color:#8a9aad;font-size:12px}.hero-metrics{display:flex;gap:25px;margin-top:30px}.hero-metrics div{display:grid;grid-gap:3px;gap:3px;padding-right:24px;border-right:1px solid #d9e4e7}.hero-metrics div:last-child{border-right:0}.hero-metrics strong{font-size:19px;letter-spacing:-.04em}.hero-metrics span{color:#8291a1;font-size:11px}.hero-preview{overflow:hidden;border:1px solid #dce5ed;border-radius:15px;background:#fff;box-shadow:0 28px 70px #19344b1c;transform:rotate(1deg)}.hero-website-capture{width:auto;margin:0;padding:12px;border:1px solid #e3e9ee;border-radius:14px;background:#fff;box-shadow:0 22px 48px #19344b2b,0 4px 12px #19344b16;transform:none}.hero-website-capture:focus-within{border-color:#d8e1e8;box-shadow:0 22px 52px #19344b35,0 5px 14px #19344b1c}.hero-website-capture input{padding:12px 14px;font-size:16px}.hero-website-capture input:focus-visible{outline:0}.hero-website-capture button{min-height:46px}.hero-form-note{margin:0;padding:0 14px 10px;background:#fff}.preview-top{display:flex;gap:6px;align-items:center;padding:14px 18px;border-bottom:1px solid #edf1f5}.preview-dot{width:7px;height:7px;border-radius:50%;background:#cad5df}.preview-label{margin-left:12px;color:#8a9aad;font-size:10px}.preview-live{margin-left:auto;color:#0f9f9a;font-size:10px;font-weight:700}.preview-content{display:grid;grid-template-columns:130px 1fr;min-height:360px}.preview-sidebar{display:grid;align-content:start;grid-gap:18px;gap:18px;padding:22px 14px;background:#101827;color:#8fa0b5;font-size:10px}.preview-sidebar strong{color:#fff;font-size:16px;letter-spacing:-.06em;margin-bottom:14px}.preview-active{padding:8px;border-radius:5px;background:#1d3447;color:#fff}.preview-main{padding:30px}.preview-main h2{font-size:26px;margin:8px 0 22px}.preview-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.preview-cards div{padding:14px;border:1px solid #e8eef3;border-radius:8px}.preview-cards small{display:block;color:#8091a3;font-size:9px}.preview-cards strong{display:block;margin:7px 0 12px;font-size:23px}.bar{display:block;height:4px;border-radius:3px}.teal{width:78%;background:#0f9f9a}.blue{width:64%;background:#5084e8}.orange{width:38%;background:#f3a94d}.preview-chart{position:relative;height:130px;margin-top:24px;overflow:hidden;border-top:1px solid #edf1f5;background:repeating-linear-gradient(#fff,#fff 31px,#edf1f5 32px)}.chart-line{position:absolute;left:0;top:72px;width:105%;height:45px;border-top:3px solid #0f9f9a;border-radius:50%;transform:rotate(-8deg)}.chart-line.second{top:92px;border-color:#b8c8e8;transform:rotate(4deg)}.chart-labels{position:absolute;bottom:5px;width:100%;color:#9aa8b7;font-size:9px}.chart-labels,.marketing-proof{display:flex;justify-content:space-between}.marketing-proof{align-items:center;gap:20px;padding:22px 28px;border-top:1px solid #e4ebf1;border-bottom:1px solid #e4ebf1;color:#8291a1;font-size:12px}.marketing-proof p{color:#526479;font-weight:700}.marketing-proof span{padding-left:20px;border-left:1px solid #d8e1e8}.checkup-section{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:80px;gap:80px;align-items:center;max-width:1184px;margin:0 auto;padding:105px 28px 90px}.checkup-copy{max-width:510px}.checkup-copy h2,.feature-spotlight h2{margin:12px 0 18px;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.06em}.checkup-copy>p:not(.eyebrow){color:#66788b;line-height:1.65}.checkup-copy .button{margin-top:24px}.score-card{padding:28px;border:1px solid #d9e5e8;border-radius:18px;background:linear-gradient(145deg,#fff,#f1fbf8);box-shadow:0 28px 70px #19344b18}.score-card-head{display:flex;justify-content:space-between;color:#8291a1;font-size:11px}.score-card-head b{color:#102033;font-weight:700}.score-ring{display:grid;place-items:center;width:150px;height:150px;margin:30px auto 24px;border:12px solid #bcece1;border-right-color:#0f9f9a;border-radius:50%}.score-ring strong{margin-bottom:-25px;font-size:43px;letter-spacing:-.08em}.score-ring span{color:#718196;font-size:11px}.score-summary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.score-summary div{display:grid;grid-gap:5px;gap:5px;padding:13px;border-radius:9px;background:#fff;color:#718196;font-size:11px}.score-summary b{color:#102033;font-size:20px}.score-summary span{width:7px;height:7px;border-radius:50%}.score-good{background:#0f9f9a}.score-warn{background:#e8a94d}.score-bad{background:#e56868}.score-progress{height:7px;margin:25px 0 10px;overflow:hidden;border-radius:9px;background:#e2ecee}.score-progress span{display:block;width:84%;height:100%;border-radius:inherit;background:#0f9f9a}.score-card small{color:#8291a1;font-size:10px}.feature-spotlight{max-width:1184px;margin:0 auto;padding:45px 28px 115px}.spotlight-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:44px}.spotlight-grid article{min-height:235px;padding:25px;border:1px solid #dae4eb;border-radius:16px;background:#fff;box-shadow:0 12px 30px #19344b0b;transition:transform .2s,box-shadow .2s,border-color .2s}.spotlight-grid article:hover{border-color:#b8dcd7;box-shadow:0 20px 42px #19344b16;transform:translateY(-4px)}.spotlight-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border:1px solid #b9e6df;border-radius:14px;background:linear-gradient(145deg,#effcf9,#d9f5f0);color:#0f766e;font-size:27px;font-weight:700}.spotlight-grid article>span{color:#0f9f9a;font-size:11px;font-weight:800}.spotlight-grid h3{margin:14px 0 10px;font-size:21px;letter-spacing:-.04em}.spotlight-grid p{color:#718196;font-size:13px;line-height:1.55}.spotlight-grid a{color:#0f766e;font-size:12px;font-weight:800;text-decoration:none}.marketing-section{padding:115px 28px}#platform{border-top:1px solid #e4ebf1;border-bottom:1px solid #e4ebf1;background:linear-gradient(180deg,#f8fbfc,#fff)}.section-intro{max-width:620px}.agency-banner h2,.marketing-final h2,.section-intro h2{margin:12px 0;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.06em}.agency-banner p,.marketing-final p,.section-intro>p:last-child{color:#66788b;font-size:16px;line-height:1.6}.capability-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px;margin-top:48px}.capability-card{min-height:245px;padding:22px;border:1px solid #dae4eb;border-radius:10px;color:#102033;text-decoration:none;background:#fff;transition:transform .2s,box-shadow .2s}.capability-topline{display:flex;align-items:flex-start;justify-content:space-between}.capability-icon{display:grid;width:58px;height:58px;place-items:center;border:1px solid #b9e6df;border-radius:16px;color:#0f9f9a;background:linear-gradient(145deg,#effcf9,#d9f5f0);font-size:35px;font-weight:500;line-height:1;transition:transform .2s,background .2s,color .2s}.capability-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #19344b12}.capability-card:hover .capability-icon{transform:scale(1.08) rotate(-4deg);color:#ff5a1f;border-color:#ffc7b2;background:#fff1eb}.capability-index{color:#0f9f9a;font-size:11px;font-weight:800}.capability-card h3{margin-top:28px;font-size:20px}.capability-card p{color:#718196;font-size:13px;line-height:1.55}.text-link{color:#0f766e;font-size:12px;font-weight:700}.workflow-section{background:#edf7f5;max-width:none;padding-left:max(28px,calc((100% - 1184px) / 2));padding-right:max(28px,calc((100% - 1184px) / 2))}.workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;margin-top:45px;background:#c9dfdc}.workflow-grid article{min-height:190px;padding:28px;background:#edf7f5}.workflow-grid article>span{color:#0f9f9a;font-weight:800}.workflow-grid h3{margin:42px 0 8px;font-size:20px}.workflow-grid p{max-width:250px;color:#66788b;font-size:13px;line-height:1.55}.agency-banner{display:flex;align-items:center;justify-content:space-between;gap:35px;margin-top:100px;padding:58px 64px;border-radius:14px;background:#102033;color:#fff}.use-case-section{max-width:1184px;margin:0 auto;padding:45px 28px 110px}.use-case-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:42px}.use-case-grid article{padding:27px;border-top:3px solid #0f9f9a;background:#f4f8fa}.use-case-grid article:nth-child(2){border-color:#5084e8}.use-case-grid article:nth-child(3){border-color:#e8a94d}.use-case-grid span{color:#718196;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.use-case-grid h3{margin:35px 0 10px;font-size:21px;letter-spacing:-.04em}.use-case-grid p{min-height:65px;color:#718196;font-size:13px;line-height:1.55}.use-case-grid a{color:#0f766e;font-size:12px;font-weight:800;text-decoration:none}.faq-section{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:80px;gap:80px;max-width:1184px;margin:0 auto;padding:30px 28px 110px}.faq-list{border-top:1px solid #dce5eb}.faq-list details{padding:20px 0;border-bottom:1px solid #dce5eb}.faq-list summary{cursor:pointer;list-style:none;font-weight:700}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";float:right;color:#0f9f9a;font-size:20px;font-weight:400}.faq-list details[open] summary:after{content:"−"}.faq-list p{max-width:620px;margin:12px 28px 0 0;color:#718196;font-size:13px;line-height:1.6}.results-section{max-width:1184px;margin:0 auto;padding:35px 28px 115px}.results-heading{max-width:620px}.results-heading h2{margin:12px 0;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.06em}.results-heading>p:last-child{color:#66788b;line-height:1.6}.results-panel{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;grid-gap:22px;gap:22px;align-items:center;margin-top:45px;padding:30px;border-radius:16px;background:#102033;color:#fff;box-shadow:0 25px 55px #19344b20}.results-stat{display:grid;grid-gap:8px;gap:8px}.results-stat strong{color:#8fe4d5;font-size:11px}.results-stat span{font-size:22px;font-weight:800;letter-spacing:-.04em}.results-stat p{margin:0;color:#aab9c8;font-size:13px;line-height:1.5}.results-connector{color:#4a6a78;font-size:28px}.switch-section{max-width:1184px;margin:0 auto;padding:20px 28px 115px}.switch-heading{display:grid;grid-template-columns:.85fr 1.15fr;grid-column-gap:80px;column-gap:80px;align-items:end}.switch-heading h2{margin:0;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.06em}.switch-heading>p:last-child{grid-column:2;margin:0;color:#66788b;line-height:1.6}.switch-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:45px}.switch-grid article{padding:26px;border:1px solid #dbe5eb;border-radius:12px;background:#fff}.switch-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#e2f6f1;color:#0f766e;font-size:20px}.switch-grid h3{margin:28px 0 8px;font-size:19px;letter-spacing:-.03em}.switch-grid p{margin:0;color:#718196;font-size:13px;line-height:1.6}.plans-section{max-width:1184px;margin:0 auto;padding:15px 28px 115px}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:44px}.plans-grid article{display:flex;min-height:285px;flex-direction:column;align-items:flex-start;padding:28px;border:1px solid #dbe5eb;border-radius:13px;background:#fff}.plans-grid .plan-featured{border:2px solid #0f9f9a;box-shadow:0 18px 45px #0f9f9a18;transform:translateY(-8px)}.plan-label{color:#0f766e;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.plans-grid h3{margin:35px 0 10px;font-size:21px;letter-spacing:-.04em}.plans-grid p{flex:1 1;margin:0 0 22px;color:#718196;font-size:13px;line-height:1.6}.plans-grid .button{margin-top:auto}.agency-banner h2{max-width:650px}.agency-banner p{max-width:630px;color:#aab9c8}.marketing-final{padding:130px 28px;text-align:center}.marketing-final h2{max-width:700px;margin-left:auto;margin-right:auto}.marketing-final p{margin-bottom:28px}.marketing-footer{display:flex;align-items:center;gap:22px;padding:30px 28px 40px;border-top:1px solid #dfe7ee;display:grid;grid-template-columns:1.45fr repeat(4,1fr);align-items:start;grid-gap:46px;gap:46px;max-width:1240px;margin-top:30px;padding:70px 28px 80px;border:1px solid #dfe7ee;border-bottom:0;border-radius:22px 22px 0 0;background:#f7fafc;box-shadow:0 -14px 35px #19344b08}.marketing-hero{padding-bottom:38px}.feature-spotlight,.marketing-section{padding-bottom:54px}.marketing-section{padding-top:54px}.faq-section,.plans-section,.results-section,.switch-section,.use-case-section{padding-bottom:54px}.marketing-footer{margin-top:12px;padding-top:42px;padding-bottom:50px}.marketing-footer>div{min-width:0;margin-left:0}.back-to-top{grid-column:1/-1;justify-self:end;display:inline-flex;align-items:center;gap:8px;margin-top:4px;padding:9px 13px;border:1px solid #dbe3e9;border-radius:9px;background:#fff;color:#53657a;font-size:12px;font-weight:800;line-height:1;text-decoration:none;transition:color .2s,border-color .2s,transform .2s,box-shadow .2s}.back-to-top:hover{border-color:#ffb49b;color:#ff5a1f;transform:translateY(-2px);box-shadow:0 6px 14px #19344b12}.footer-brand{display:grid;align-content:start;grid-gap:18px;gap:18px}.footer-brand .marketing-logo{display:inline-block}.footer-kicker{color:#0f766e;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.footer-brand p{max-width:310px;margin:0;color:#66788b;font-size:13px;line-height:1.6}.footer-column{display:grid;align-content:start;grid-gap:15px;gap:15px}.footer-column h3{margin:2px 0 8px;color:#292929;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.footer-column h3:not(:first-child){margin-top:22px}.footer-column a{color:#53657a;font-size:13px;font-weight:500;text-decoration:none}.footer-column a:hover{color:#ff5a1f}.footer-capture{display:flex;max-width:330px;padding:4px;border:1px solid #cfd9e2;border-radius:12px;background:#fff;box-shadow:0 8px 20px #19344b0c}.footer-capture:focus-within{border-color:#9aaaba;box-shadow:0 0 0 4px #ff5a1f1a,0 10px 24px #19344b12}.footer-capture input{min-width:0;flex:1 1;border:0;padding:10px;outline:0;font:inherit}.footer-capture button{padding:10px 15px;border-radius:8px;background:#ff5a1f}.footer-socials{display:flex;gap:12px;padding-top:22px;border-top:1px solid #e1e7eb}.footer-socials a{display:grid;place-items:center;width:34px;height:34px;border:1px solid #dbe3e9;border-radius:9px;background:#fff;color:#68737f;font-weight:800;text-decoration:none;transition:color .2s,border-color .2s,transform .2s}.footer-socials a:hover{border-color:#ffb49b;color:#ff5a1f;transform:translateY(-2px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:900px){.dashboard-action-grid{grid-template-columns:1fr}.dashboard-actions-panel{padding:18px}.dashboard-actions-panel .panel-head{display:block}.dashboard-action-count{display:inline-block;margin-top:12px}.dashboard-shell .content{padding:0 22px 50px}.dashboard-topbar{margin-left:-22px;margin-right:-22px;padding:0 22px}.marketing-links{display:none}.marketing-hero{grid-template-columns:1fr;padding-top:28px}.capability-grid{grid-template-columns:repeat(2,1fr)}.marketing-proof{flex-wrap:wrap}.checkup-section,.faq-section{grid-template-columns:1fr;gap:35px}.agency-banner{margin-left:28px;margin-right:28px;padding:38px}}@media (max-width:580px){.dashboard-shell .content{padding:0 16px 45px}.dashboard-topbar{margin-left:-16px;margin-right:-16px;padding:0 16px}.dashboard-topbar strong{font-size:18px}.dashboard-status{display:none}.dashboard-shell header{align-items:flex-start;gap:18px}.dashboard-header-actions{width:100%}.dashboard-header-actions .button{flex:1 1;text-align:center}.dashboard-shell .grid{grid-template-columns:1fr}.dashboard-pulse-head{display:grid}.dashboard-issues,.dashboard-pulse-grid{grid-template-columns:1fr}.dashboard-issues>.button{justify-self:start;margin-top:12px}.issue-list{margin-top:12px}.project-metric-grid{grid-template-columns:repeat(2,1fr);gap:18px 0}.project-metric{border-right:0}.project-metric:nth-child(odd){padding-left:0}.project-overview-card footer{display:grid;grid-gap:7px;gap:7px;padding:14px 18px}.project-overview-card header{padding:17px 18px}.marketing-announcement{justify-content:flex-start;overflow:hidden;white-space:nowrap;font-size:10px}.marketing-announcement a{display:none}.marketing-nav{padding:18px}.marketing-actions a:first-child{display:none}.marketing-hero,.marketing-section{padding-left:18px;padding-right:18px}.website-capture{flex-direction:column}.website-capture button{min-height:50px}.hero-metrics{gap:12px;justify-content:space-between}.hero-metrics div{padding-right:10px}.preview-content{grid-template-columns:88px 1fr}.preview-sidebar{padding:16px 9px}.preview-main{padding:19px 13px}.preview-cards{grid-template-columns:1fr}.preview-cards div{padding:9px}.capability-grid,.spotlight-grid,.use-case-grid,.workflow-grid{grid-template-columns:1fr}.use-case-section{padding:24px 18px 52px}.faq-section{padding:8px 18px 52px}.use-case-grid p{min-height:0}.results-section{padding:18px 18px 52px}.results-panel{grid-template-columns:1fr;gap:16px;padding:20px}.results-connector{transform:rotate(90deg);text-align:center}.switch-section{padding:0 18px 52px}.switch-heading{display:block}.switch-heading>p:last-child{margin-top:14px}.switch-grid{grid-template-columns:1fr}.plans-section{padding:0 18px 52px}.plans-grid{grid-template-columns:1fr}.plans-grid .plan-featured{transform:none}.checkup-section{padding:52px 18px 46px}.feature-spotlight{padding:22px 18px 52px}.score-summary{grid-template-columns:1fr}.marketing-proof span{border-left:0;padding-left:0}.agency-banner{display:block;margin-left:18px;margin-right:18px;padding:30px 24px}.agency-banner .button{margin-top:15px}.marketing-footer{display:grid;grid-template-columns:1fr;grid-gap:35px;gap:35px;padding-top:50px}.marketing-footer>div{margin-left:0;flex-wrap:wrap}.footer-column{gap:12px}.footer-socials{padding-top:18px}}@media (max-width:760px){aside{width:68px;padding:20px 8px}.logo{font-size:0;margin:0 0 30px;text-align:center}.logo span{font-size:24px}nav a{font-size:0;text-align:center}nav a:before{content:"•";font-size:18px}.tenant{display:none}.content{padding:30px 20px}header{gap:15px}.grid{grid-template-columns:1fr}.row{grid-template-columns:1.4fr 1fr 1fr}.row span:nth-child(2){display:none}}.mobile-bottom-nav,.mobile-data-cards,.mobile-project-cards,.mobile-quick-actions,.mobile-topbar{display:none}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,480px);grid-gap:8vw;gap:8vw;align-items:center;padding:50px 8vw;background:#f1f4f8}.auth-showcase{display:grid;align-content:space-between;min-height:610px;padding:20px 0}.auth-showcase .marketing-logo{color:#292929}.auth-showcase>div:nth-child(2){max-width:570px}.auth-showcase h1{margin:18px 0;color:#292929;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.07em}.auth-showcase>div:nth-child(2)>p:last-child{max-width:470px;color:#647182;font-size:18px;line-height:1.6}.auth-proof{display:grid;grid-gap:5px;gap:5px;padding-top:20px;border-top:1px solid #d8e1e7;color:#647182;font-size:13px}.auth-proof strong{color:#292929;font-size:15px}.auth-showcase .marketing-logo{font-size:34px}.auth-card{width:min(100%,420px);padding:32px;border:1px solid #dce5ed;border-radius:16px;background:#fff;box-shadow:0 20px 50px #19344b12}.auth-card h1{margin-bottom:8px}.auth-card h2{margin:12px 0 8px;color:#292929;font-size:30px;letter-spacing:-.05em}.login-form{display:grid;grid-gap:16px;gap:16px;margin-top:26px}.login-form label{display:grid;grid-gap:7px;gap:7px;color:#53657a;font-size:12px;font-weight:700}.login-form input{width:100%;padding:11px 12px;border:1px solid #d8e0ea;border-radius:8px;font:inherit}.login-form input:focus{border-color:#0f766e;outline:2px solid #bce8e0}.login-form button:disabled{cursor:wait;opacity:.65}.form-error{margin:0;color:#b42318;font-size:12px}.form-success{margin:0;color:#087443;font-size:12px}.auth-footer{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;margin:22px 0 0;text-align:center;font-size:12px}.auth-footer a{color:#0f766e}.auth-footer span{color:#8491a4}@media (max-width:700px){.auth-page{grid-template-columns:1fr;gap:24px;padding:28px 18px}.auth-showcase{min-height:0;gap:55px;padding:0}.auth-showcase h1{font-size:48px}.auth-showcase>div:nth-child(2)>p:last-child{font-size:15px}.auth-card{width:100%;padding:26px}.shell{display:block;padding-bottom:76px}.shell aside{display:none}.mobile-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:13px 16px;background:#101827;box-shadow:0 3px 16px #08101d35}.mobile-topbar .logo{margin:0;font-size:20px}.mobile-project-switcher{min-width:0;position:relative;color:#dbe4f0;font-size:12px;font-weight:700;text-align:center}.mobile-project-switcher summary{overflow:hidden;cursor:pointer;list-style:none;text-overflow:ellipsis;white-space:nowrap}.mobile-project-switcher summary::-webkit-details-marker{display:none}.mobile-project-switcher summary:after{content:"⌄";margin-left:5px;color:#8fa0b5}.mobile-project-menu{position:absolute;top:30px;left:50%;z-index:40;display:grid;min-width:190px;transform:translateX(-50%);border:1px solid #dce4eb;border-radius:8px;background:#fff;box-shadow:0 12px 30px #19344b25;text-align:left}.mobile-project-menu a{overflow:hidden;padding:11px 13px;color:#53657a;font-size:12px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.mobile-project-menu a:focus-visible,.mobile-project-menu a:hover{background:#edf8f6;color:#0f766e}.mobile-menu{color:#dbe4f0;font-size:20px;line-height:1;text-decoration:none}.mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:30;display:grid;grid-template-columns:repeat(5,1fr);padding:8px 6px max(8px,env(safe-area-inset-bottom));border-top:1px solid #dce4eb;background:#fff;box-shadow:0 -5px 20px #19344b14}.mobile-bottom-nav a{display:grid;justify-items:center;grid-gap:3px;gap:3px;padding:6px 2px;border-radius:8px;color:#7a899a;font-size:10px;font-weight:700;text-decoration:none}.mobile-bottom-nav a span{font-size:18px;line-height:1}.mobile-bottom-nav a.active,.mobile-bottom-nav a:focus-visible{color:#0f766e;background:#edf8f6}.content{padding:28px 16px}.content>header{gap:18px;margin-bottom:26px}.content>header h1{font-size:27px}.content>header .button{padding:10px 12px;font-size:12px;white-space:nowrap}.grid{grid-template-columns:repeat(3,minmax(145px,1fr));margin-right:-16px;overflow-x:auto;padding-right:16px}.grid .card{min-height:134px}.panel{padding:18px 14px;border-radius:9px}.row{min-width:600px}.table{margin-right:-8px;padding-bottom:4px}.dashboard-project-table{display:none}.mobile-project-cards{display:grid;grid-gap:10px;gap:10px}.mobile-project-card{display:grid;grid-gap:7px;gap:7px;padding:15px;border:1px solid #e5eaf0;border-radius:8px;background:#fff}.mobile-project-card>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-project-card strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.mobile-project-card .good{font-size:10px;font-weight:800;text-transform:uppercase}.mobile-project-card p,.mobile-project-card small{overflow:hidden;margin:0;color:#718096;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.audit-history-table,.audit-issue-table,.backlinks-table,.competitors-table,.ranking-table,.reports-table{display:none}.mobile-data-cards{display:grid;grid-gap:10px;gap:10px}.mobile-data-card{display:grid;grid-gap:7px;gap:7px;padding:15px;border:1px solid #e5eaf0;border-radius:8px;background:#fff}.mobile-data-card>div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mobile-data-card strong{max-width:70%;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.mobile-data-card span{flex:0 0 auto;font-size:10px;font-weight:800;text-transform:uppercase}.mobile-data-card p,.mobile-data-card small{overflow:hidden;margin:0;color:#718096;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mobile-quick-actions{position:-webkit-sticky;position:sticky;top:58px;z-index:10;display:flex;gap:8px;margin:-8px 0 18px;overflow-x:auto;padding:7px 0;background:#f6f8fb}.mobile-quick-actions a{flex:0 0 auto;padding:9px 12px;border:1px solid #cfe3df;border-radius:999px;background:#edf8f6;color:#0f766e;font-size:11px;font-weight:800;text-decoration:none}}