.live-project-state{height:52px;border-top:1px solid var(--panel-3);color:var(--muted-alt);display:flex;align-items:center;gap:8px;padding:0 9px;font-size:8px}.live-project-state.action{width:100%;border:0;border-top:1px solid var(--panel-3);background:transparent;text-align:left}.live-project-state.action svg:last-child{margin-left:auto}.auth-page{min-height:100vh;background:var(--bg);color:var(--text-bright);display:grid;place-items:center;position:relative;overflow:hidden;padding:20px}.auth-orb{position:absolute;width:500px;height:500px;border-radius:50%;background:#6841d727;filter:blur(110px)}.auth-card{position:relative;width:min(390px,100%);border:1px solid var(--line-strong);background:var(--panel-translucent);border-radius:14px;padding:27px;box-shadow:0 25px 80px #0008}.auth-logo{width:43px;height:43px;border-radius:11px;background:linear-gradient(145deg,#9269f3,#4f2ebe);display:grid;place-items:center;margin-bottom:14px}.auth-card>small{font-size:7px;color:var(--purple);letter-spacing:.13em}.auth-card h1{font-size:22px;margin:7px 0}.auth-card>p{font-size:9px;color:var(--muted-alt);margin:0 0 20px}.auth-card label{display:flex;flex-direction:column;gap:6px;font-size:8px;color:var(--muted);margin-bottom:12px}.auth-card input{height:39px;border:1px solid var(--line-strong);background:var(--bg-raised);color:var(--text);border-radius:7px;padding:0 10px;outline:none}.auth-card input:focus{border-color:var(--purple-strong)}.auth-card form>button{width:100%;height:39px;border:1px solid var(--purple-strong);background:var(--purple-deep);color:white;border-radius:7px;font-size:9px;font-weight:750;display:flex;align-items:center;justify-content:center;gap:7px}.auth-card form>button:disabled{opacity:.55}.auth-switch{width:100%;margin-top:12px;border:0;background:transparent}.auth-message,.auth-switch{color:var(--purple-soft);font-size:8px}.auth-message{border:1px solid var(--purple-tint-border);background:var(--purple-tint-bg);border-radius:7px;padding:9px;margin-bottom:12px;line-height:1.5}.live-page{height:calc(100vh - 38px);overflow:auto;padding:26px max(25px,7vw) 40px}.live-page>header{display:flex;align-items:center;gap:11px;margin-bottom:18px}.live-page>header>span{width:42px;height:42px;border-radius:11px;background:var(--purple-tint-bg);color:var(--purple-soft);display:grid;place-items:center}.live-page>header>div{flex:1}.live-page>header small{font-size:7px;color:var(--purple);letter-spacing:.12em}.live-page>header h2{font-size:17px;margin:3px 0}.live-page>header p{font-size:8px;color:var(--muted);margin:0}.live-grid,.live-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.live-grid>div,.live-stats>div{border:1px solid var(--line-alt);background:var(--panel);border-radius:10px;padding:15px;display:flex;flex-direction:column}.live-grid span,.live-stats span{font-size:7px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}.live-stats b{font-size:20px;margin-top:8px}.live-grid{grid-template-columns:repeat(3,1fr)}.live-grid b{font-size:11px;margin-top:8px}.live-notice{margin-top:13px;border:1px solid var(--line-alt);background:var(--panel);border-radius:10px;padding:16px;display:flex;align-items:flex-start;gap:10px;color:var(--purple-soft)}.live-notice>div{flex:1}.live-notice b{font-size:9px}.live-notice p{font-size:8px;color:var(--muted-alt);margin:5px 0 0}.live-empty{height:calc(100vh - 38px);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted-2)}.live-empty>svg{color:var(--purple-soft);margin-bottom:9px}.live-empty h2{font-size:15px;color:var(--text-secondary);margin:5px}.live-empty p{font-size:8px;margin:2px 0 14px}.live-empty button{height:32px;border:1px solid var(--purple-tint-border);background:var(--purple-tint-bg);color:var(--purple-deep);border-radius:7px;padding:0 11px;font-size:8px}.live-list{border:1px solid var(--line-alt);background:var(--panel);border-radius:10px;overflow:hidden}.live-list>div{min-height:55px;padding:10px 14px;border-bottom:1px solid var(--surface-hover);display:flex;align-items:center;gap:9px;color:var(--green)}.live-list>div:last-child{border-bottom:0}.live-list span{display:flex;flex-direction:column}.live-list b{font-size:9px;color:var(--text-secondary)}.live-list small{font-size:7px;color:var(--muted);margin-top:4px}.company-profile-view{padding:0;width:100%;height:calc(100vh - 38px);overflow:hidden;display:flex;flex-direction:column;min-height:0}.cursor-app .workspace-main:has(.company-profile-view){overflow:hidden;min-height:0}.company-profile-view .mode-heading{flex:0 0 auto}.company-profile-view .company-profile-form{flex:1;min-height:0;overflow:hidden;padding:14px 24px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto 1fr auto;gap:12px;max-width:none;align-content:start}.company-profile-form section:first-child{grid-column:1}.company-profile-form section:nth-child(2){grid-column:2}.company-profile-form section:nth-child(3){grid-column:1/-1;display:flex;flex-direction:column;min-height:0}.company-profile-form section:nth-child(3) textarea{flex:1;min-height:72px;max-height:120px;resize:none}.company-profile-actions{grid-column:1/-1;margin-top:0}.company-profile-form section{border:1px solid var(--line-alt);background:var(--panel);border-radius:12px;padding:14px}.company-profile-form h3{margin:0 0 12px;font-size:10px;color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase}.company-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.company-profile-form label{display:flex;flex-direction:column;gap:6px;font-size:8px;color:var(--muted);font-weight:700}.company-profile-form label.wide{grid-column:1/-1}.company-profile-form input,.company-profile-form textarea{border:1px solid var(--line-strong);background:var(--panel);color:var(--text-bright);border-radius:8px;padding:0 11px;font-size:10px;outline:none;font-family:inherit}.company-profile-form input{height:38px}.company-profile-form textarea{padding:10px 11px;resize:vertical;min-height:110px;line-height:1.5}.company-profile-form input:focus,.company-profile-form textarea:focus{border-color:var(--purple-strong)}.company-profile-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.company-profile-actions>button{height:36px;padding:0 14px;border:1px solid var(--purple-strong);background:linear-gradient(145deg,#7652d2,#5232a8);color:#fff;border-radius:8px;font-size:9px;font-weight:800;display:inline-flex;align-items:center;gap:7px;cursor:pointer;margin-left:auto}.company-profile-actions>button:disabled{opacity:.45;cursor:not-allowed}.company-save-message{display:flex;align-items:center;gap:7px;font-size:8px;padding:8px 10px;border-radius:8px;border:1px solid var(--line-alt);background:var(--panel);color:var(--text-secondary)}.company-save-message.success{border-color:var(--green-tint-border);background:var(--green-tint-bg);color:var(--green)}.company-save-message.error{border-color:var(--red-tint-border);background:var(--red-tint-bg);color:var(--red)}@media(max-width:760px){.company-grid{grid-template-columns:1fr}.company-profile-view .company-profile-form{grid-template-columns:1fr;grid-template-rows:auto}.company-profile-form section:first-child,.company-profile-form section:nth-child(2),.company-profile-form section:nth-child(3){grid-column:1}.live-grid,.live-stats{grid-template-columns:1fr 1fr}}.live-project-setup{display:flex;flex-direction:column;gap:14px}.live-connection-card{border:1px solid var(--line-strong);background:linear-gradient(135deg,var(--panel-2),var(--panel));border-radius:14px;padding:20px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:17px;align-items:center}.connection-icon{width:48px;height:48px;border-radius:13px;background:var(--purple-tint-bg);color:var(--purple-soft);display:grid;place-items:center}.live-connection-card small{font-size:8px;color:var(--purple);font-weight:800;letter-spacing:.12em}.live-connection-card h3{font-size:18px;margin:5px 0 7px}.live-connection-card p{font-size:10px;line-height:1.65;color:var(--muted);margin:0;max-width:690px}.connection-checks{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.connection-checks span{height:27px;border:1px solid var(--line-alt);border-radius:999px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;font-size:8px}.connection-checks .done{background:var(--green-tint-bg);border-color:var(--green-tint-border);color:var(--green)}.connection-checks .pending{background:var(--panel-2);color:var(--muted)}.live-connection-card button{height:38px;border:1px solid var(--purple-strong);background:var(--purple-tint-bg);color:var(--purple-deep);border-radius:9px;padding:0 13px;font-size:9px;font-weight:800;display:flex;align-items:center;gap:7px;white-space:nowrap;cursor:pointer}.live-connection-card button:hover{background:var(--purple-tint-border)}@media(max-width:900px){.live-connection-card{grid-template-columns:auto 1fr}.live-connection-card button{grid-column:1/3;width:100%;justify-content:center}}.search-console-panel{border:1px solid var(--line-strong);background:var(--panel);border-radius:14px;overflow:hidden}.search-console-panel-head{padding:18px 20px;border-bottom:1px solid var(--surface-hover);display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center}.google-mark{width:42px;height:42px;border-radius:12px;background:#fff;color:#4285f4;display:grid;place-items:center;font-weight:900;font-size:22px}.search-console-panel-head small{font-size:8px;color:var(--purple);font-weight:800;letter-spacing:.12em}.search-console-panel-head h3{font-size:17px;margin:4px 0}.search-console-panel-head p{font-size:9px;color:var(--muted);margin:0}.search-console-panel-head button{width:31px;height:31px;border:1px solid var(--line-alt);background:var(--panel-2);color:var(--muted);border-radius:8px;display:grid;place-items:center}.search-console-form{padding:18px 20px}.search-console-form label{display:flex;flex-direction:column;gap:8px;color:var(--text-secondary);font-size:9px;font-weight:800}.search-console-form input{height:42px;border:1px solid var(--line-strong);background:var(--bg-raised);color:var(--text);border-radius:9px;padding:0 12px;outline:none}.search-console-form input:focus{border-color:var(--purple-strong);box-shadow:0 0 0 3px rgba(124,91,224,.13)}.search-console-help{margin-top:12px;border:1px solid var(--line-strong);background:var(--panel-2);border-radius:10px;padding:12px;display:flex;gap:9px;color:var(--purple-soft)}.search-console-help span{font-size:9px;line-height:1.55;color:var(--muted)}.search-console-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:16px}.search-console-actions button{height:36px;border:1px solid var(--line-strong);background:var(--panel-2);color:var(--text-secondary);border-radius:8px;padding:0 13px;font-size:9px;font-weight:800}.search-console-actions button.primary{border-color:var(--purple-strong);background:var(--purple-deep);color:white;display:flex;align-items:center;gap:7px}.search-console-actions button:disabled{opacity:.5}.live-next-actions{border:1px solid var(--green-tint-border);background:var(--green-tint-bg);border-radius:12px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.live-next-actions>div{display:flex;align-items:center;gap:9px;color:var(--green)}.live-next-actions span{display:flex;flex-direction:column}.live-next-actions b{font-size:10px;color:var(--text)}.live-next-actions small{font-size:8px;color:var(--muted);margin-top:3px}.live-next-actions button{height:34px;border:1px solid var(--green-tint-border);background:var(--green-tint-bg);color:var(--green);border-radius:8px;padding:0 12px;font-size:9px;font-weight:800;display:flex;align-items:center;gap:7px}.search-console-required{min-height:420px;border:1px solid var(--line-strong);background:radial-gradient(circle at 50% 0,var(--purple-tint-bg),transparent 42%),var(--panel);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px;color:var(--text)}.required-icon{width:70px;height:70px;border-radius:20px;background:var(--purple-tint-bg);color:var(--purple-soft);display:grid;place-items:center;margin-bottom:16px;box-shadow:0 18px 50px rgba(111,76,233,.13)}.search-console-required h2{font-size:25px;margin:15px 0 8px}.search-console-required p{max-width:620px;margin:0;color:var(--muted);font-size:12px;line-height:1.7}.search-console-required button{height:40px;border:1px solid var(--purple-strong);background:var(--purple-deep);color:white;border-radius:10px;padding:0 15px;font-size:10px;font-weight:850;display:flex;align-items:center;gap:8px;margin-top:22px;cursor:pointer}.search-console-required button:hover{filter:brightness(1.1)}.live-notice.error{border-color:var(--red-tint-border);background:var(--red-tint-bg);color:var(--red)}.live-notice.error b{color:var(--red)}.live-notice.error p{color:var(--muted)}.live-notice.success{border-color:var(--green-tint-border);background:var(--green-tint-bg);color:var(--green)}.live-notice.success b{color:var(--green)}.live-notice.success p{color:var(--muted)}.google-mark.inline{display:inline-grid;width:18px;height:18px;border-radius:5px;font-size:11px;margin-right:4px;vertical-align:middle}.live-page.live-page-overview{padding:0;height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column}.live-overview-shell{margin:0!important;max-width:none;flex:1 1 auto;min-height:0;height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:32px;-webkit-overflow-scrolling:touch}.live-overview-shell .overview-view{padding:22px max(25px,7vw) 12px;height:auto!important;max-height:none!important;overflow:visible!important}.live-overview-stats>div{display:flex!important;flex-direction:column;align-items:flex-start;gap:8px;min-height:78px}.live-overview-stats span{grid-column:unset!important;font-size:8px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;line-height:1.2}.live-overview-stats b{font-size:22px;line-height:1;margin:0!important}.overview-sync-badge{height:31px;border:1px solid var(--purple-tint-border);background:var(--panel-2);color:var(--purple-soft);border-radius:7px;padding:0 10px;font-size:8px;white-space:nowrap;flex:0 0 auto}.overview-range-picker{position:relative;flex:0 0 auto;max-width:100%}.overview-range-track{display:inline-flex;align-items:stretch;border:1px solid var(--line-strong);border-radius:999px;background:var(--panel-2);overflow:hidden;max-width:100%;flex-wrap:nowrap}.overview-range-track>.overview-range-more,.overview-range-track>button{height:31px;border:0;border-right:1px solid var(--line-strong);background:transparent;color:var(--muted);padding:0 11px;font-size:8px;font-weight:700;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;cursor:pointer}.overview-range-track>.overview-range-more,.overview-range-track>button:last-child{border-right:0}.overview-range-track>.overview-range-more:hover,.overview-range-track>button:hover{background:var(--panel-3);color:var(--text)}.overview-range-track>.overview-range-more.active,.overview-range-track>button.active{background:var(--line);color:var(--blue-soft);box-shadow:inset 0 0 0 1px var(--blue)}.overview-range-track>.overview-range-more.active svg,.overview-range-track>button.active svg{color:var(--blue-soft)}.overview-range-menu{position:fixed;width:min(260px,calc(100vw - 28px));border:1px solid var(--line-strong);background:var(--panel-2);border-radius:10px;padding:6px;box-shadow:0 18px 50px #000a;z-index:1000}.overview-range-menu>button{width:100%;height:38px;border:0;background:transparent;color:var(--text-secondary);border-radius:7px;padding:0 10px;font-size:9px;font-weight:700;display:flex;align-items:center;gap:8px;text-align:left;cursor:pointer}.overview-range-menu>button.active,.overview-range-menu>button:hover{background:var(--surface-hover);color:var(--text-bright)}.overview-range-modal-backdrop{position:fixed;inset:0;background:var(--overlay-scrim);z-index:1100;display:grid;place-items:center;padding:20px}.overview-range-modal{width:min(420px,100%);border:1px solid var(--line-strong);background:var(--panel-2);border-radius:12px;padding:18px;box-shadow:0 24px 70px #000b}.overview-range-modal h3{margin:0 0 14px;font-size:14px;color:var(--text-bright)}.overview-range-modal-fields{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:start}.overview-range-modal-fields>span{align-self:center;color:var(--muted-alt);padding-top:18px}.overview-range-modal-fields label{display:flex;flex-direction:column;gap:6px;font-size:8px;color:var(--muted);font-weight:700}.overview-range-modal-fields input{height:38px;border:1px solid var(--line-strong);background:var(--bg-raised);color:var(--text);border-radius:8px;padding:0 10px;font-size:10px}.overview-range-modal-fields small{font-size:7px;color:var(--muted);font-weight:500}.overview-range-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.overview-range-modal-actions .ghost{height:34px;border:0;background:transparent;color:var(--blue-soft);font-size:9px;font-weight:700;padding:0 10px;cursor:pointer}.overview-range-modal-actions .primary{height:34px;border:1px solid var(--purple-strong);background:var(--purple-deep);color:#fff;border-radius:8px;padding:0 12px;font-size:9px;font-weight:800;cursor:pointer}.overview-range-modal-actions .primary:disabled{opacity:.45;cursor:not-allowed}.overview-range-modal-hint{margin:10px 0 0;font-size:8px;color:var(--muted-alt)}.live-overview-stats.is-loading{opacity:.72}.overview-heading-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex:0 0 auto;max-width:100%;flex-wrap:wrap;justify-content:flex-end}.overview-google-view-btn{height:31px;border:1px solid var(--line-strong);border-radius:999px;background:var(--panel-2);color:var(--muted);padding:0 12px;font-size:8px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap;flex:0 0 auto}.overview-google-view-btn:hover{background:var(--panel-3);color:var(--text);border-color:var(--line-strong)}.overview-heading{align-items:flex-start;gap:14px}.overview-heading .overview-heading-actions{margin-left:auto}@media(max-width:900px){.overview-range-track{flex-wrap:wrap;border-radius:12px}.overview-range-track>.overview-range-more,.overview-range-track>button{border-right:0;border-bottom:1px solid var(--line-strong)}.overview-heading{flex-direction:column;align-items:stretch}.overview-heading .overview-heading-actions{margin-left:0;justify-content:flex-start}}.live-overview-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 max(25px,7vw) 24px}.live-overview-details .insight-table-card{margin:0}.live-overview-shell .live-notice{margin:0 max(25px,7vw) 24px}.live-overview-empty{padding:18px 14px;color:var(--muted-alt);font-size:9px}@media(max-width:900px){.live-overview-details{grid-template-columns:1fr}}.google-view-page{padding:22px max(25px,7vw) 40px!important;height:auto!important;max-height:none!important;overflow:visible!important}.google-view-heading{margin-bottom:17px!important}.google-view-heading>div{display:flex;align-items:center;gap:11px;min-width:0;width:100%}.google-view-mark{width:38px;height:38px;border-radius:10px;background:#fff;color:#4285f4;display:grid;place-items:center;font-weight:900;font-size:20px;flex:0 0 auto;box-shadow:0 6px 18px #0003}.google-view-heading small{font-size:7px;color:var(--purple);letter-spacing:.12em;font-weight:800;display:block}.google-view-heading h2{font-size:16px;margin:3px 0;color:var(--text);line-height:1.2}.google-view-heading p{font-size:8px;color:var(--muted);margin:0;line-height:1.45;word-break:break-word}.gsc-card{border:1px solid var(--line-alt);background:var(--panel);border-radius:12px;padding:16px 18px 18px}.google-view-page .gsc-card+.gsc-card{margin-top:14px}.gsc-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.gsc-card-head h2{font-size:16px;margin:0;color:var(--text-bright)}.gsc-link-btn{border:0;background:transparent;color:var(--blue-soft);font-size:8px;font-weight:700;display:inline-flex;align-items:center;gap:5px;cursor:pointer;padding:0}.gsc-link-btn.inline{display:inline}.gsc-recommendations{background:linear-gradient(180deg,#15182a,var(--panel));border-color:#2f3448}.gsc-rec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gsc-rec-card{border:1px solid var(--line-strong);background:var(--panel);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:12px;min-height:180px}.gsc-rec-card-head{display:flex;gap:10px;align-items:flex-start}.gsc-rec-icon{width:34px;height:34px;border-radius:50%;background:var(--orange-tint-bg);color:var(--orange);display:grid;place-items:center;flex:0 0 auto}.gsc-rec-card-head h3{font-size:10px;line-height:1.45;margin:0;color:var(--text-bright)}.gsc-rec-card-head p{font-size:8px;line-height:1.55;color:var(--muted);margin:5px 0 0}.gsc-rec-highlight{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line-alt);background:var(--panel);border-radius:8px;padding:10px 12px}.gsc-rec-label{font-size:9px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gsc-rec-change{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:800;flex:0 0 auto}.gsc-rec-change.up{color:#34a853}.gsc-rec-change.down{color:#ea4335}.gsc-rec-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.gsc-rec-footer>button{border:0;background:transparent;color:var(--blue-soft);font-size:8px;font-weight:700;cursor:pointer;padding:0;text-align:left}.gsc-rec-footer>span{display:flex;gap:6px}.gsc-rec-footer>span button{width:28px;height:28px;border:1px solid var(--line-strong);background:var(--panel-2);color:var(--muted);border-radius:7px;display:grid;place-items:center;cursor:pointer}.gsc-legend{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:10px;font-size:8px;color:var(--muted)}.gsc-legend span{display:inline-flex;align-items:center;gap:6px}.gsc-legend .line{display:inline-block;width:18px;height:0;border-top:2px solid}.gsc-legend .line.good{color:#34a853}.gsc-legend .line.muted{color:var(--muted)}.gsc-indexation-chart{width:100%;height:auto;display:block}.gsc-chart-caption{margin:10px 0 0;font-size:8px;color:var(--muted)}.gsc-indexation-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:4px}.gsc-indexation-simple{display:flex;align-items:stretch;gap:12px;margin-top:4px;flex-wrap:wrap}.gsc-indexation-simple>.gsc-indexation-stat{flex:0 0 140px;min-width:120px}.gsc-indexation-hint{flex:1;min-width:220px;display:flex;align-items:flex-start;gap:10px;padding:14px 12px;border:1px solid var(--line-alt);background:var(--panel);border-radius:8px}.gsc-indexation-hint svg{color:var(--blue);flex:0 0 auto;margin-top:1px}.gsc-indexation-hint p{margin:0;font-size:8px;line-height:1.55;color:var(--muted)}.gsc-indexation-hint a{display:inline-flex;align-items:center;gap:4px;margin-top:8px;font-size:8px;color:var(--blue-soft);text-decoration:none}.gsc-indexation-hint a:hover{text-decoration:underline}.gsc-indexation-stat{border:1px solid var(--line-alt);background:var(--panel);border-radius:8px;padding:14px 12px;text-align:center}.gsc-indexation-stat strong{display:block;font-size:18px;color:var(--text-bright);line-height:1.1}.gsc-indexation-stat span{display:block;margin-top:6px;font-size:8px;color:var(--muted)}.gsc-indexation-stat.good strong{color:#34a853}.gsc-indexation-stat.muted strong{color:var(--muted)}.gsc-indexation-chart text{font-size:8px;fill:var(--muted-alt)}.gsc-grid-line{stroke:var(--line-alt);stroke-width:1}.gsc-table-wrap{overflow:auto}.gsc-table{width:100%;border-collapse:collapse;font-size:9px}.gsc-table td,.gsc-table th{padding:10px 8px;border-bottom:1px solid var(--surface-hover);text-align:left;color:var(--text-secondary)}.gsc-table th{font-size:8px;color:var(--muted);font-weight:700}.gsc-table-section td{font-size:8px;color:var(--purple);font-weight:800;letter-spacing:.06em;background:var(--panel)}.gsc-good{color:#34a853;font-weight:800}.gsc-bad{color:#ea4335;font-weight:800}.gsc-muted{color:var(--muted-alt)}.gsc-empty{margin:0;padding:18px 4px;font-size:9px;color:var(--muted);line-height:1.6}.live-page.live-page-google-view{padding:0;height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column}.workspace-scroll-region .live-page.live-page-google-view{height:100%!important;min-height:0!important;overflow:hidden!important;padding:0!important}.workspace-scroll-region .google-view-page{flex:1;min-height:0;overflow-y:auto!important;overflow-x:hidden;-webkit-overflow-scrolling:touch}.cursor-app .workspace-main .live-page>header{position:static!important;height:auto!important;min-height:0!important;border-bottom:0!important;background:transparent!important;backdrop-filter:none!important;padding:0!important;z-index:auto!important;justify-content:flex-start!important}:root[data-theme=light] .gsc-recommendations{background:linear-gradient(180deg,var(--purple-tint-bg),var(--panel));border-color:var(--line-strong)}@media(max-width:900px){.gsc-rec-grid{grid-template-columns:1fr}}.profile-menu-wrap{position:relative}.welcome-top .welcome-user{width:29px;height:29px;padding:0;border:1px solid transparent;background:#282039;color:#c2adf4;display:grid;place-items:center}.welcome-top .welcome-user.active{border-color:#7457b8;background:#352650}.profile-popover{position:absolute;right:0;top:39px;width:245px;border:1px solid var(--glass-border);background:var(--glass-bg-strong);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:10px;padding:7px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 20px 55px #000b;z-index:100}.profile-summary{height:57px;padding:7px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--line-alt);margin-bottom:5px}.profile-summary>span{width:34px;height:34px;border-radius:8px;background:linear-gradient(145deg,#7652d2,#3e287f);color:#e8ddff;display:grid;place-items:center;font-size:10px;font-weight:800}.profile-summary>div{display:flex;flex-direction:column;min-width:0}.profile-summary b{font-size:9px;color:#dddfe4}.profile-summary small{font-size:7px;color:#70747f;margin-top:3px;overflow:hidden;text-overflow:ellipsis}.profile-popover>button{width:100%;height:48px;padding:0 8px;border:0;background:transparent;color:#8c72ce;border-radius:7px;display:flex;align-items:center;gap:9px;text-align:left}.profile-popover>button:hover{background:var(--panel-3)}.profile-popover>button>span{display:flex;flex-direction:column;flex:1}.profile-popover>button b{font-size:8px;color:#c7c9d0}.profile-popover>button small{font-size:7px;color:var(--muted-2);margin-top:3px}.profile-popover>button>svg:last-child{color:var(--text-disabled)}.profile-popover>button.logout{border-top:1px solid var(--line-alt);border-radius:0;color:#dd6578;margin-top:4px}.profile-popover>button.logout b{color:#e18a98}.user-profile-compact.model-settings-view.embedded{max-width:600px}.user-profile-compact .mode-heading{margin-bottom:14px}.user-profile-grid-section{padding:0}.user-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px 20px}.user-profile-grid label{display:flex;flex-direction:column;gap:6px;font-size:8px;color:#8b8f9a;font-weight:700}.user-profile-grid input{height:38px;width:100%;border:1px solid var(--line-strong);background:var(--panel);color:var(--text-bright);border-radius:8px;padding:0 11px;font-size:10px;outline:none;font-family:inherit;box-sizing:border-box}.user-profile-grid input:focus{border-color:#6b52b8}.user-profile-grid input:disabled{color:#71747d;cursor:not-allowed}.user-profile-static-value{height:38px;display:flex;align-items:center;border:1px solid var(--line-strong);background:var(--panel);border-radius:8px;padding:0 11px;box-sizing:border-box}.user-profile-compact .company-profile-actions{margin-top:12px}.model-settings-view{padding:32px 28px 40px;max-width:640px}.model-settings-view .mode-heading{margin-bottom:26px}.api-keys-section{border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(28,26,38,.45);-webkit-backdrop-filter:blur(22px) saturate(160%);backdrop-filter:blur(22px) saturate(160%);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 10px 32px rgba(0,0,0,.35);overflow:hidden}.api-keys-toggle{width:100%;height:52px;padding:0 20px;border:0;background:transparent;color:#e7e6ec;display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background .15s}.api-keys-toggle:hover{background:rgba(255,255,255,.04)}.api-keys-toggle svg{color:var(--purple-strong);transition:transform .15s}.api-keys-toggle:not(.open) svg{transform:rotate(-90deg)}.api-key-block{padding:16px 20px 22px}.api-key-block+.api-key-block{border-top:1px solid rgba(255,255,255,.07)}.api-key-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.api-key-head>div{flex:1;min-width:0}.api-key-head b{display:block;font-size:13px;color:var(--text);margin-bottom:4px;font-weight:600}.api-key-head p{margin:0;font-size:12px;line-height:1.55;color:#9b9ea8}.api-key-head a{color:var(--purple-soft);text-decoration:none}.api-key-head a:hover{text-decoration:underline}.api-key-saved{display:flex;align-items:center;gap:6px;margin-top:8px;color:#34d399;font-size:11px}.api-key-saved svg{color:#34d399}.api-toggle{position:relative;width:38px;height:22px;border:0;border-radius:999px;background:rgba(255,255,255,.14);cursor:pointer;flex:0 0 auto;transition:background .2s}.api-toggle.on{background:linear-gradient(135deg,var(--purple-strong),var(--purple-deep))}.api-toggle i{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.35)}.api-toggle.on i{transform:translateX(16px)}.api-key-input-wrap{margin-top:12px;padding:11px 14px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:rgba(10,10,14,.45)}.api-key-input-wrap input{width:100%;border:0;background:transparent;color:var(--text);font-size:12px;outline:none;font-family:inherit;letter-spacing:.04em}.api-key-input-wrap input::placeholder{color:var(--text-disabled);letter-spacing:normal}.api-key-input-wrap input:disabled{opacity:.4;cursor:not-allowed}.welcome-main-models{max-width:760px;margin:0 auto;width:100%}.welcome-models-back{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 14px;margin-bottom:20px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(28,26,38,.4);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#a8abb5;font-size:11px;cursor:pointer;transition:background .15s,color .15s}.welcome-models-back:hover{background:rgba(255,255,255,.06);color:#e7e6ec}.welcome-top>div:last-child>button.active{border-color:#7457b8;background:#352650;color:#c2adf4}.model-settings-view.embedded{padding:0;max-width:none}.model-settings-view.embedded .mode-heading h2{font-size:28px}.model-settings-view.embedded .mode-heading p{font-size:11px;color:#8b8f9a}.prince-access-section{margin-top:14px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(28,26,38,.45);-webkit-backdrop-filter:blur(22px) saturate(160%);backdrop-filter:blur(22px) saturate(160%);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 10px 32px rgba(0,0,0,.35);overflow:hidden}.prince-access-head{min-height:58px;padding:14px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.07)}.prince-access-head>span{width:32px;height:32px;border-radius:9px;background:rgba(155,112,255,.15);color:var(--purple-soft);display:grid;place-items:center;flex:0 0 auto}.prince-access-head h3{margin:0;color:var(--text);font-size:13px}.prince-access-head p{margin:3px 0 0;color:#9b9ea8;font-size:11px}.prince-access-row{min-height:70px;padding:14px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.07)}.prince-access-row:last-child{border-bottom:0}.prince-access-icon{width:34px;height:34px;border-radius:9px;background:rgba(155,112,255,.12);color:var(--purple-soft);display:grid;place-items:center;flex:0 0 auto}.prince-access-row>div{flex:1;min-width:0}.prince-access-row b{display:block;color:var(--text);font-size:12.5px;margin-bottom:4px}.prince-access-row p{margin:0;color:#9b9ea8;font-size:11px;line-height:1.5}.prince-access-row small{display:block;margin-top:5px;color:#34d399;font-size:10px}:root[data-theme=light] .api-keys-section,:root[data-theme=light] .prince-access-section{border-color:rgba(20,20,30,.1);background:rgba(255,255,255,.6);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 10px 32px rgba(20,20,30,.08)}:root[data-theme=light] .api-keys-toggle{color:var(--text)}:root[data-theme=light] .api-keys-toggle:hover{background:rgba(20,20,30,.04)}:root[data-theme=light] .api-key-block+.api-key-block,:root[data-theme=light] .prince-access-head,:root[data-theme=light] .prince-access-row{border-color:rgba(20,20,30,.08)}:root[data-theme=light] .api-key-head p,:root[data-theme=light] .prince-access-head p,:root[data-theme=light] .prince-access-row p{color:var(--muted)}:root[data-theme=light] .api-key-saved,:root[data-theme=light] .api-key-saved svg,:root[data-theme=light] .prince-access-row small{color:var(--green)}:root[data-theme=light] .api-toggle{background:rgba(20,20,30,.12)}:root[data-theme=light] .api-toggle i{box-shadow:0 1px 3px rgba(20,20,30,.25)}:root[data-theme=light] .api-key-input-wrap{border-color:rgba(20,20,30,.1);background:rgba(20,20,30,.035)}:root[data-theme=light] .welcome-models-back{border-color:rgba(20,20,30,.1);background:rgba(255,255,255,.7);color:var(--muted)}:root[data-theme=light] .welcome-models-back:hover{background:rgba(20,20,30,.05);color:var(--text)}:root[data-theme=light] .welcome-top>div:last-child>button.active{border-color:var(--purple);background:var(--purple-tint-bg);color:var(--purple-deep)}:root[data-theme=light] .model-settings-view.embedded .mode-heading p{color:var(--muted)}:root[data-theme=light] .prince-access-head>span,:root[data-theme=light] .prince-access-icon{background:rgba(109,40,217,.1)}.folder-input-hidden{display:none}.folder-status{margin-top:12px;padding:11px 13px;border-radius:9px;border:1px solid var(--line-alt);background:var(--panel);color:var(--muted);font-size:10px;display:flex;align-items:center;gap:8px}.folder-status.error{border-color:var(--red-tint-border);background:var(--red-tint-bg);color:var(--red)}.folder-status.success{border-color:var(--green-tint-border);background:var(--green-tint-bg);color:var(--green)}.connect-panel .connector-form{padding:0 14px 16px;display:flex;flex-direction:column;gap:11px}.connector-form label{display:flex;flex-direction:column;gap:5px;font-size:9px;color:var(--muted)}.connector-form input{height:36px;padding:0 11px;border:1px solid var(--line-strong);border-radius:8px;background:var(--panel);color:var(--text-bright);font-size:10px;outline:none}.connector-form input:focus{border-color:var(--purple-strong)}.connector-form small{font-size:8px;color:var(--muted-2);line-height:1.4}.connector-form-actions{display:flex;gap:8px;margin-top:4px}.connector-form-actions button{height:34px;padding:0 13px;border-radius:8px;border:1px solid var(--line-strong);background:var(--panel-2);color:var(--text-secondary);font-size:10px;cursor:pointer}.connector-form-actions button.primary{border-color:var(--purple-strong);background:linear-gradient(145deg,#7652d2,#5232a8);color:#fff}.connector-form-actions button:disabled{opacity:.45;cursor:not-allowed}.providers .provider-icon.wordpress{background:#1b3d54;color:#6ec1e4}.providers .provider-icon.prestashop{background:#3d1530;color:#ef8fc3}.providers .provider-icon.shopify{background:#1c3a1a;color:#95d76a}.providers .provider-icon.woocommerce{background:#2c1f42;color:#c6a6f0}.providers .provider-icon.odoo{background:#3a1f36;color:#e096d4}.providers .provider-icon.magento{background:#43230f;color:#f3a06c}.providers .provider-icon.drupal{background:#132f45;color:#6cb6ef}.providers .provider-icon.joomla{background:#452612;color:#f39a5f}.connect-back{width:100%;height:36px;margin:0 14px 10px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:9px;display:flex;align-items:center;gap:6px;cursor:pointer}.connect-back:hover{background:var(--panel-2);color:var(--text)}.recent-projects .recent-source{font-size:8px;color:var(--muted-2);margin-left:6px}.recent-project-row{position:relative;display:flex;align-items:center;gap:0;height:41px;border-radius:9px;background:var(--panel);border:1px solid var(--surface-hover)}.recent-project-row:hover{border-color:var(--line-strong);background:var(--panel-2)}.recent-project-main{flex:1;height:100%;padding:0 12px;border:0;background:transparent;color:inherit;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer;min-width:0}.recent-project-main>div{flex:1;min-width:0}.recent-project-main b{display:block;font-size:10px;color:var(--text-bright)}.recent-project-main b,.recent-project-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-project-main small{display:flex;align-items:center;gap:5px;font-size:8px;color:var(--muted-2);margin-top:3px}.recent-project-menu-wrap{position:relative;flex:0 0 auto;padding-right:6px}.recent-project-menu-btn{width:31px;height:31px;border:0;border-radius:7px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer}.recent-project-menu-btn.active,.recent-project-menu-btn:hover{background:var(--panel-3);color:var(--text-secondary)}.recent-project-menu{position:absolute;right:0;top:calc(100% + 6px);width:210px;border:1px solid var(--line-strong);background:var(--panel-2);border-radius:10px;padding:5px;box-shadow:0 20px 55px #000b;z-index:120}.recent-project-menu>button{width:100%;height:40px;padding:0 10px;border:0;background:transparent;color:var(--text-secondary);border-radius:7px;display:flex;align-items:center;gap:9px;text-align:left;font-size:9px;cursor:pointer}.recent-project-menu>button:hover{background:var(--panel-3)}.recent-project-menu>button.danger{color:var(--red)}.recent-project-menu>button.danger:hover{background:var(--red-tint-bg)}.project-rename-backdrop{position:fixed;inset:0;background:var(--overlay-scrim);z-index:200;display:grid;place-items:center;padding:20px}.project-rename-card{width:min(420px,100%);border:1px solid var(--glass-border);background:var(--glass-bg-strong);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:12px;padding:16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 60px #000c}.project-rename-card h3{margin:0 0 6px;font-size:13px;color:var(--text-bright)}.project-rename-card p{margin:0 0 12px;font-size:9px;color:var(--muted);line-height:1.45}.project-rename-card input{width:100%;height:38px;padding:0 11px;border:1px solid var(--line-strong);border-radius:8px;background:var(--panel);color:var(--text-bright);font-size:10px;outline:none}.project-rename-card input:focus{border-color:var(--purple-strong)}.project-rename-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.project-rename-actions button{height:34px;padding:0 13px;border-radius:8px;border:1px solid var(--line-strong);background:var(--panel-2);color:var(--text-secondary);font-size:10px;cursor:pointer}.project-rename-actions button.primary{border-color:var(--purple-strong);background:linear-gradient(145deg,#7652d2,#5232a8);color:#fff}.project-rename-actions button:disabled{opacity:.45;cursor:not-allowed}.seo-prompt-card{position:relative;width:min(440px,100%)}.seo-prompt-close{position:absolute;top:12px;right:12px;width:24px;height:24px;border:0;border-radius:6px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer}.seo-prompt-close:hover{background:var(--panel-3);color:var(--text-secondary)}.seo-prompt-icon{width:38px;height:38px;border-radius:10px;background:var(--purple-tint-bg);color:#aa8bf5;display:grid;place-items:center;margin-bottom:10px}.welcome-main.projects-only{padding-top:18px!important}.recent-projects.projects-only-view{margin-top:0}.recent-projects.projects-only-view .welcome-models-back{margin-bottom:12px}.recent-title>button{display:inline-flex;align-items:center;gap:5px}.cursor-files-layout,.cursor-ide-layout{--prince-bg:#0b0c10;--prince-panel:#101116;--prince-panel-2:#14151c;--prince-panel-3:#181620;--prince-line:#24252c;--prince-line-soft:#1d1e24;--prince-text:#e9e9ed;--prince-text-soft:#c8cad2;--prince-muted:#727680;--prince-muted-2:#858895;--prince-purple:#9b74ff;--prince-purple-soft:#b194fa;--prince-purple-dim:#352650;--prince-purple-glow:#7049dd55;--prince-accent:#7457b8;--prince-blue:#4577ff;--prince-editor:#0d0e13;--prince-tab-active:#0d0e13;--prince-tab-idle:#14151c;--prince-status:linear-gradient(90deg,#5232c6,#6f4bd2 45%,#4577ff)}:root[data-theme=light] .cursor-files-layout,:root[data-theme=light] .cursor-ide-layout{--prince-bg:#f6f6fb;--prince-panel:#fcfcfe;--prince-panel-2:#ffffff;--prince-panel-3:#f1f1f6;--prince-line:#e4e5ec;--prince-line-soft:#eceef4;--prince-text:#16171f;--prince-text-soft:#474954;--prince-muted:#6b6e78;--prince-muted-2:#8b8d97;--prince-purple:#6d28d9;--prince-purple-soft:#6425c9;--prince-purple-dim:#efebf9;--prince-purple-glow:#7c3aed33;--prince-accent:#5b37dd;--prince-blue:#2952cc;--prince-editor:#ffffff;--prince-tab-active:#ffffff;--prince-tab-idle:#f1f1f6;--prince-status:linear-gradient(90deg,#5b37dd,#6d28d9 45%,#2952cc)}.cursor-files-layout{display:grid;grid-template-columns:minmax(240px,28%) minmax(0,1fr);flex:1;min-height:0;height:100%;max-height:calc(100vh - 38px);overflow:hidden;background:var(--prince-bg);color:var(--prince-text-soft);font-family:Manrope,Segoe UI,sans-serif}.cursor-app .workspace-main:has(.cursor-files-layout){min-height:0;overflow:hidden}.cursor-files-sidebar{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;overflow:hidden;background:var(--prince-panel);border-right:1px solid var(--prince-line);color:var(--prince-text-soft);font-family:Manrope,Segoe UI,sans-serif}.cursor-files-project{flex:0 0 auto;height:35px;display:flex;align-items:center;padding:0 16px;font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--prince-muted);border-bottom:1px solid var(--prince-line)}.cursor-files-source{flex:0 0 auto;padding:6px 16px 0;font-size:10px;color:#6a9955;letter-spacing:.03em}.cursor-files-project-select{flex:0 0 auto;padding:6px 12px 8px;border-bottom:1px solid var(--prince-line)}.cursor-files-project-select select{width:100%;height:26px;border:1px solid var(--prince-line);background:var(--prince-panel-2);color:var(--prince-text-soft);border-radius:6px;font-size:11px;padding:0 8px}.cursor-files-search{flex:0 0 auto;height:34px;display:flex;align-items:center;gap:8px;padding:0 12px;border-bottom:1px solid var(--prince-line);color:var(--prince-muted);background:var(--prince-panel)}.cursor-files-search input{flex:1;height:24px;border:1px solid var(--prince-line);background:var(--prince-panel-2);color:var(--prince-text);border-radius:6px;padding:0 8px;font-size:11px;outline:none}.cursor-files-search input:focus{border-color:var(--prince-accent);box-shadow:0 0 0 1px #7457b866}.cursor-files-search input::placeholder{color:var(--prince-muted)}.cursor-files-tree{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:4px 0 12px;font-size:13px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#3a3b46 transparent}.cursor-files-tree::-webkit-scrollbar{width:8px}.cursor-files-tree::-webkit-scrollbar-thumb{background:#3a3b46;border-radius:4px;border:2px solid var(--prince-panel)}.cursor-files-tree::-webkit-scrollbar-thumb:hover{background:#4f5060}.cursor-tree-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px;width:100%;min-height:22px;height:22px;border:0;background:transparent;color:var(--prince-text-soft);text-align:left;cursor:pointer;padding:0 8px 0 calc(12px + var(--depth,0) * 12px)!important;font-family:inherit;box-sizing:border-box}.cursor-tree-row.cursor-tree-file .cursor-tree-label{flex:0 1 auto!important;font-size:13px!important;padding:0!important}.cursor-tree-row .cursor-tree-glyph,.cursor-tree-row .cursor-tree-glyph span,.cursor-tree-row .cursor-tree-glyph svg{flex:0 0 auto!important}.cursor-tree-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:22px;color:inherit;font-weight:400}.cursor-tree-row:hover{background:var(--prince-panel-3)}.cursor-tree-row.selected{background:var(--prince-purple-dim);color:var(--prince-purple-soft)}.cursor-tree-row.selected .cursor-file-icon,.cursor-tree-row.selected .cursor-tree-glyph,.cursor-tree-row.selected .cursor-tree-label{color:inherit}.cursor-tree-row.selected .cursor-file-icon.ts{background:rgba(155,116,255,.35);color:#ffffff}.cursor-tree-row.selected .cursor-file-icon.js{background:rgba(255,255,255,.85);color:#111111}.cursor-tree-row.dimmed .cursor-tree-label{color:var(--prince-muted)}.cursor-tree-row.dimmed .cursor-tree-glyph{color:#5a5d68}.cursor-tree-glyph{width:16px;height:16px;flex:0 0 16px;display:flex;align-items:center;justify-content:center;color:var(--prince-muted)}.cursor-tree-glyph svg{flex:0 0 auto;transition:transform .15s ease}.cursor-tree-glyph.open svg{transform:rotate(90deg)}.cursor-file-icon{width:16px;height:16px;max-width:16px;max-height:16px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 16px;line-height:1;font-style:normal;overflow:hidden}.cursor-file-icon.ts{background:#3178c6;color:#ffffff;border-radius:2px;font-size:9px;font-weight:700;letter-spacing:-.02em;width:16px;height:16px}.cursor-file-icon.js{background:#f7df1e;color:#111111;border-radius:2px;font-size:8px;font-weight:800;width:16px;height:16px}.cursor-file-icon.json{color:#e6b84a;font-size:10px;font-weight:700;background:transparent}.cursor-file-icon.sql{color:#7daaff;font-size:7px;font-weight:800;background:transparent}.cursor-file-icon.css{color:#6eb5ff;font-size:13px;font-weight:700;background:transparent;line-height:1}.cursor-file-icon.md{color:#a98af4}.cursor-file-icon.html,.cursor-file-icon.md{font-size:8px;font-weight:700;background:transparent}.cursor-file-icon.html{color:#e88b6a}.cursor-file-icon.config,.cursor-file-icon.generic,.cursor-file-icon.image,.cursor-file-icon.text{color:var(--prince-muted);background:transparent;width:16px;height:16px}.cursor-explorer-title{font-size:11px;font-weight:600;letter-spacing:.06em;color:var(--prince-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cursor-files-editor{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;background:var(--prince-editor)}.cursor-files-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;color:var(--prince-muted)}.cursor-files-welcome-actions{display:flex;gap:12px}.cursor-files-welcome-actions button{height:36px;padding:0 18px;border:1px solid var(--prince-line);background:var(--prince-panel-2);color:var(--prince-text-soft);border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.cursor-files-welcome-actions button:hover{background:var(--prince-purple-dim);border-color:var(--prince-accent);color:#ffffff}.cursor-editor-tabbar{height:35px;display:flex;align-items:stretch;border-bottom:1px solid var(--prince-line);background:var(--prince-panel-2)}.cursor-editor-tab{height:35px;gap:8px;padding:0 14px;border-right:1px solid var(--prince-line-soft);color:var(--prince-text);font-size:12px}.cursor-editor-breadcrumb,.cursor-editor-tab{display:flex;align-items:center;background:var(--prince-editor)}.cursor-editor-breadcrumb{height:28px;padding:0 16px;font-size:11px;color:var(--prince-muted);border-bottom:1px solid var(--prince-line)}.cursor-editor-body{flex:1;overflow:auto;background:var(--prince-editor)}.cursor-editor-code{margin:0;padding:18px 0;font-family:Consolas,Courier New,monospace;font-size:13px;line-height:1.55;color:#d4d4d4;white-space:pre}.cursor-editor-code code{display:block;padding:0 18px}.cursor-editor-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--prince-muted);text-align:center;padding:24px}.cursor-editor-placeholder p{margin:0;font-size:14px;color:var(--prince-text-soft)}.cursor-editor-placeholder small{font-size:12px;line-height:1.6;max-width:360px}@media(max-width:900px){.cursor-files-layout,.cursor-ide-layout{grid-template-columns:220px minmax(0,1fr)}}.cursor-ide-layout{display:grid;grid-template-columns:minmax(260px,22%) minmax(0,1fr);flex:1;min-height:0;height:100%;max-height:calc(100vh - 38px);overflow:hidden;background:var(--prince-bg);color:var(--prince-text-soft);font-family:Manrope,Segoe UI,sans-serif}.cursor-app .workspace-main:has(.cursor-ide-layout){min-height:0;overflow:hidden}.cursor-ide-sidebar-head{flex:0 0 auto;height:35px;display:flex;align-items:center;padding:0 20px;font-size:11px;border-bottom:1px solid var(--prince-line);background:var(--prince-panel)}.cursor-ide-sidebar-head small{font-weight:600;letter-spacing:.04em;color:var(--prince-purple-soft);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cursor-ide-main{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;background:var(--prince-editor)}.cursor-ide-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--prince-muted);text-align:center;padding:24px;background:radial-gradient(circle at 50% 20%,#5d32c814,transparent 55%),var(--prince-editor)}.cursor-ide-welcome-logo{color:var(--prince-purple);opacity:.9;filter:drop-shadow(0 0 12px var(--prince-purple-glow))}.cursor-ide-welcome h2{margin:0;font-size:22px;font-weight:700;color:var(--prince-text);letter-spacing:.02em}.cursor-ide-welcome p{margin:0;font-size:14px;color:var(--prince-muted-2)}.cursor-ide-shortcuts{display:flex;flex-direction:column;gap:8px;margin-top:8px;font-size:12px;color:var(--prince-muted)}.cursor-ide-shortcuts kbd{display:inline-block;min-width:18px;padding:2px 6px;border:1px solid var(--prince-line);border-radius:4px;background:var(--prince-panel-2);color:var(--prince-text-soft);font-size:11px;font-family:inherit}.cursor-ide-tabbar{flex:0 0 auto;height:35px;display:flex;align-items:stretch;overflow-x:auto;background:var(--prince-panel-2);border-bottom:1px solid var(--prince-line-soft);scrollbar-width:none;-ms-overflow-style:none}.cursor-ide-tabbar::-webkit-scrollbar{display:none}.cursor-ide-tab{height:35px;display:flex;align-items:center;gap:8px;padding:0 12px;border:0;border-right:1px solid var(--prince-line-soft);background:var(--prince-tab-idle);color:var(--prince-muted);font-size:12px;cursor:pointer;white-space:nowrap;flex:0 0 auto}.cursor-ide-tab:hover{background:var(--prince-panel-3);color:var(--prince-text-soft)}.cursor-ide-tab.active{background:var(--prince-tab-active);color:var(--prince-text);border-top:2px solid var(--prince-purple);box-shadow:inset 0 1px 0 #9b74ff22}.cursor-ide-tab-close{display:grid;place-items:center;width:20px;height:20px;border-radius:4px;color:var(--prince-muted);cursor:pointer}.cursor-ide-tab-close:hover{background:var(--prince-line);color:var(--prince-text)}.cursor-ide-breadcrumb{flex:0 0 auto;height:28px;display:flex;align-items:center;gap:6px;padding:0 16px;font-size:11px;color:var(--prince-muted);border-bottom:1px solid var(--prince-line);background:var(--prince-editor);overflow:hidden}.cursor-ide-breadcrumb span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.cursor-ide-editor-wrap{flex:1 1 auto;min-height:0;overflow:hidden;position:relative;background:var(--prince-editor)}.cursor-ide-editor-wrap .margin,.cursor-ide-editor-wrap .monaco-editor,.cursor-ide-editor-wrap .monaco-editor-background{background:var(--prince-editor)!important}.cursor-ide-editor-wrap .monaco-editor .line-numbers{color:#5a5d68!important}.cursor-ide-editor-wrap .monaco-editor .current-line{background:#9b74ff0f!important}.cursor-ide-editor-loading{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--prince-muted);font-size:13px;background:var(--prince-editor)}.cursor-ide-statusbar{flex:0 0 auto;height:22px;display:flex;align-items:center;gap:16px;padding:0 12px;font-size:11px;color:#f5efff;background:var(--prince-status);overflow:hidden;box-shadow:0 -1px 0 #0003}.cursor-ide-statusbar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-main.workspace-main-files{display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:0}.workspace-main.workspace-main-files .cursor-ide-layout{max-height:100%;height:100%;flex:1}.workspace-main.workspace-main-files{position:relative}.files-browser-reopen-floating{position:absolute;top:7px;right:52px;z-index:30;width:28px;height:28px;border:1px solid var(--prince-line);background:#14151c;color:var(--prince-muted);border-radius:7px;display:grid;place-items:center;cursor:pointer}.files-browser-reopen-floating:hover{background:var(--prince-purple-dim);border-color:var(--prince-accent);color:#fff}.cursor-ide-layout.browser-open{grid-template-columns:minmax(260px,20%) minmax(0,1fr) minmax(360px,38%)}.cursor-ide-header{height:42px;flex:0 0 auto;border-bottom:1px solid var(--prince-line);background:var(--prince-panel);display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 16px}.cursor-ide-header>div{min-width:0;display:flex;flex-direction:column;gap:2px}.cursor-ide-header span{font-size:8px;letter-spacing:.12em;color:var(--prince-purple-soft);font-weight:800}.cursor-ide-header b{font-size:12px;color:var(--prince-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cursor-ide-header button{height:28px;border:1px solid var(--prince-line);background:var(--prince-panel-2);color:var(--prince-text-soft);border-radius:7px;padding:0 9px;display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;cursor:pointer}.cursor-ide-header button.active,.cursor-ide-header button:hover{border-color:var(--prince-accent);background:var(--prince-purple-dim);color:#fff}.cursor-ide-header button span{font-size:10px;letter-spacing:0;color:inherit}.cursor-site-browser{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;background:#0f1015;border-left:1px solid var(--prince-line)}.cursor-site-browser-head{height:42px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 12px;border-bottom:1px solid var(--prince-line);background:var(--prince-panel)}.cursor-site-browser-head>div{display:flex;align-items:center;gap:8px;color:var(--prince-purple-soft);font-size:11px;font-weight:850}.cursor-site-browser-head button{width:26px;height:26px;border:1px solid var(--prince-line);background:var(--prince-panel-2);color:var(--prince-muted);border-radius:7px;display:grid;place-items:center;cursor:pointer}.cursor-site-browser-head button:hover{color:#fff;background:var(--prince-purple-dim);border-color:var(--prince-accent)}.cursor-site-url{height:40px;flex:0 0 auto;border-bottom:1px solid var(--prince-line);display:flex;align-items:center;gap:8px;padding:0 10px;background:#0b0c10}.cursor-site-url input{flex:1;min-width:0;height:26px;border:1px solid var(--prince-line);border-radius:7px;background:#15161c;color:var(--prince-text);padding:0 10px;font-size:11px;outline:none}.cursor-site-url input:focus{border-color:var(--prince-accent);box-shadow:0 0 0 1px #7457b866}.cursor-site-url button{height:26px;border:1px solid var(--prince-accent);background:var(--prince-purple-dim);color:#e8ddff;border-radius:7px;padding:0 10px;font-size:10px;font-weight:800;cursor:pointer}.cursor-site-status{min-height:34px;flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid var(--prince-line);background:#11121a;color:#aaaeb9;font-size:11px}.cursor-site-status svg{flex:0 0 auto;color:var(--prince-purple-soft)}.cursor-site-status.installing svg,.cursor-site-status.starting svg{animation:spin 1s linear infinite}.cursor-site-status.running{color:#7df0b9;background:#0d1915}.cursor-site-status.error{color:#ffb8b8;background:#1a1013}.cursor-site-status.error svg{color:#ff6f87}.cursor-site-logs{flex:0 0 auto;max-height:120px;overflow:auto;border-bottom:1px solid var(--prince-line);background:#090a0e;color:#b9bdc8;font-size:11px}.cursor-site-logs summary{cursor:pointer;padding:8px 12px;color:#dcd8ff;font-weight:800;border-bottom:1px solid #1d1f28}.cursor-site-logs pre{margin:0;padding:10px 12px;white-space:pre-wrap;word-break:break-word;font-family:DM Mono,Consolas,monospace;line-height:1.45;color:#c8cad3}@keyframes spin{to{transform:rotate(1turn)}}.cursor-site-frame-wrap{flex:1 1 auto;min-height:0;background:#fff;position:relative}.cursor-site-frame-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#fff}.cursor-site-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#777b86;background:#101116;text-align:center;padding:24px}.cursor-site-empty b{color:#e9e9ed;font-size:14px}.cursor-site-empty span{font-size:11px;color:#858895}.cursor-site-browser-full{height:100%;max-height:100%;flex:1;border-left:0;background:#0f1015}.workspace-main.workspace-main-files .cursor-site-browser-full{min-height:0}@media(max-width:900px){.cursor-ide-layout.browser-open{grid-template-columns:220px minmax(0,1fr)}.cursor-site-browser{display:none}}.mirror-loading-screen{position:relative;flex:1;min-height:360px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;border:1px solid #2a2338;background:radial-gradient(ellipse at 50% 32%,var(--purple-tint-bg) 0,var(--bg-raised) 55%,#050308 100%)}.mirror-loading-tunnel{position:absolute;inset:0;perspective:640px;overflow:hidden}.mirror-loading-pane{position:absolute;top:50%;height:200px;width:64px;border-radius:20px;background:linear-gradient(180deg,#8f6bf01f,transparent);border:1px solid #8f6bf033;box-shadow:inset 0 0 30px #8f6bf01a}.mirror-loading-pane:first-child{left:-6%;transform:translateY(-50%) rotateY(28deg) scale(.55);opacity:.16}.mirror-loading-pane:nth-child(2){left:7%;transform:translateY(-50%) rotateY(24deg) scale(.66);opacity:.26}.mirror-loading-pane:nth-child(3){left:20%;transform:translateY(-50%) rotateY(19deg) scale(.78);opacity:.38}.mirror-loading-pane:nth-child(4){left:32%;transform:translateY(-50%) rotateY(13deg) scale(.9);opacity:.52}.mirror-loading-pane:nth-child(5){left:44%;transform:translateY(-50%) rotateY(6deg) scale(1);opacity:.68}.mirror-loading-pane:nth-child(6){right:44%;transform:translateY(-50%) rotateY(-6deg) scale(1);opacity:.68}.mirror-loading-pane:nth-child(7){right:32%;transform:translateY(-50%) rotateY(-13deg) scale(.9);opacity:.52}.mirror-loading-pane:nth-child(8){right:20%;transform:translateY(-50%) rotateY(-19deg) scale(.78);opacity:.38}.mirror-loading-pane:nth-child(9){right:7%;transform:translateY(-50%) rotateY(-24deg) scale(.66);opacity:.26}.mirror-loading-pane:nth-child(10){right:-6%;transform:translateY(-50%) rotateY(-28deg) scale(.55);opacity:.16}.mirror-loading-stage{position:relative;z-index:2}.mirror-loading-scene,.mirror-loading-stage{display:flex;flex-direction:column;align-items:center}.mirror-loading-scene{gap:14px;padding:0 30px}.mirror-loading-reflection{transform:scaleY(-1);opacity:.18;margin-top:4px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 65%);mask-image:linear-gradient(180deg,#000,transparent 65%)}.mirror-loading-icon{width:80px;height:80px;border-radius:22px;background:linear-gradient(145deg,#9b7bf5,#5a35c9);display:grid;place-items:center;color:#fff;box-shadow:0 0 50px #8f6bf070,0 18px 40px #0009;flex:0 0 auto}.mirror-loading-icon svg{animation:mirrorLoadingSpin 1.3s linear infinite}.mirror-loading-title{font-size:18px;font-weight:700;color:var(--text);text-align:center;max-width:340px;line-height:1.4}.mirror-loading-bar{width:min(260px,70vw);height:6px;border-radius:999px;background:var(--purple-tint-bg);position:relative;overflow:visible}.mirror-loading-bar>i{position:absolute;top:0;bottom:0;left:-55%;width:55%;border-radius:999px;background:linear-gradient(90deg,transparent,#a78bfa);animation:mirrorLoadingBar 1.8s ease-in-out infinite}.mirror-loading-bar>i:after{content:"";position:absolute;right:-3px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:#c4b0ff;box-shadow:0 0 12px 3px #a78bfa}.mirror-loading-caption{font-size:11px;font-weight:700;letter-spacing:.02em;color:#b199f0}@keyframes mirrorLoadingSpin{to{transform:rotate(1turn)}}@keyframes mirrorLoadingBar{0%{left:-55%}50%{left:45%}to{left:100%}}:root[data-theme=light] .mirror-loading-screen{border-color:var(--line-strong);background:radial-gradient(ellipse at 50% 32%,var(--purple-tint-bg) 0,var(--bg-raised) 55%,#ffffff 100%)}:root[data-theme=light] .mirror-loading-pane{background:linear-gradient(180deg,rgba(124,58,237,.16),transparent);border:1px solid rgba(124,58,237,.22);box-shadow:inset 0 0 30px rgba(124,58,237,.12)}:root[data-theme=light] .mirror-loading-icon{box-shadow:0 0 50px rgba(124,58,237,.35),0 18px 40px rgba(20,20,30,.18)}:root[data-theme=light] .mirror-loading-bar{background:var(--purple-tint-border)}:root[data-theme=light] .mirror-loading-bar>i{background:linear-gradient(90deg,transparent,var(--purple-strong))}:root[data-theme=light] .mirror-loading-bar>i:after{background:var(--purple-deep);box-shadow:0 0 12px 3px var(--purple-strong)}:root[data-theme=light] .mirror-loading-caption{color:var(--purple-soft)}.home-shell{min-height:100vh}.home-shell .sidebar{gap:0}.home-shell .logo{cursor:default}.home-shell .sidebar nav a{cursor:pointer;text-decoration:none}.home-shell .sidebar nav a svg{flex:0 0 auto}.home-shell .sidebar nav a span{flex:1}.home-shell .usage>div:first-child.usage-header{align-items:center;margin-bottom:4px;padding-bottom:10px;border-bottom:1px solid var(--panel-3)}.usage-row{display:flex;align-items:flex-start;gap:9px;margin-bottom:12px}.usage-row:last-of-type{margin-bottom:0}.usage-row-icon{width:21px;height:21px;border-radius:6px;background:#1a1b21;color:#8b8e99;display:grid;place-items:center;flex:0 0 auto;margin-top:1px}.usage-row-body{flex:1;min-width:0}.usage-row-top{display:flex;justify-content:space-between;font-size:9px;color:#9698a3;margin-bottom:6px}.usage-row-top b{color:var(--text-secondary);font-size:9px;font-weight:700}.usage-row-top b.orange{color:var(--orange)}.usage-row-top b.red{color:var(--red)}.mini-progress i.orange{background:linear-gradient(90deg,#c9822c,var(--orange))}.mini-progress i.red{background:linear-gradient(90deg,#c23a4f,var(--red))}.usage-note{display:flex;align-items:center;gap:6px;margin-top:12px;padding-top:11px;border-top:1px solid var(--panel-3);color:var(--muted-2);font-size:8px}.usage-note svg{flex:0 0 auto}.sidebar-user-row{width:100%;border:1px solid var(--line);background:var(--panel);cursor:pointer;border-radius:10px;padding:8px;transition:.15s}.sidebar-user-row:hover{background:var(--panel-2);border-color:var(--line-strong)}.sidebar-user-row.active{background:var(--panel-2);border-color:#4a3b7a}.sidebar-user-row .avatar{background:linear-gradient(145deg,#6747e8,#30207e);color:#fff}.sidebar-user-avatar-wrap{position:relative;flex:0 0 auto}.sidebar-user-status{position:absolute;right:-2px;bottom:-2px;width:9px;height:9px;border-radius:50%;background:var(--green);border:2px solid var(--panel);box-shadow:0 0 6px var(--green)}.sidebar-user-chevron{color:var(--muted-2);flex:0 0 auto;transition:transform .15s}.sidebar-user-row.active .sidebar-user-chevron{transform:rotate(180deg);color:var(--purple-soft)}.profile-popover-sidebar{top:auto;bottom:calc(100% + 8px);left:0;right:auto}.home-header{gap:14px}.global-search{flex:1;max-width:420px;height:36px;border:1px solid var(--line);background:var(--panel);border-radius:9px;display:flex;align-items:center;gap:8px;padding:0 12px;color:var(--muted-alt)}.global-search input{flex:1;background:none;border:0;outline:none;color:var(--text-bright);font-size:11px}.global-search input::placeholder{color:var(--muted-2)}.home-header .header-actions{margin-left:auto}.home-content{max-width:1280px}.welcome-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.welcome-heading h1{font-size:23px;margin:0 0 6px;display:flex;align-items:center;gap:8px}.welcome-heading p{margin:0;color:var(--muted);font-size:11px}.continue-projects-card{margin-bottom:14px}.continue-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;padding:0 18px 18px}.continue-card{border:1px solid var(--glass-border);border-radius:11px;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);padding:14px;display:flex;flex-direction:column;gap:12px}.continue-card-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;flex:0 0 auto}.continue-card-icon.wordpress{background:#1b3d54;color:#6ec1e4}.continue-card-icon.prestashop{background:#3d1530;color:#ef8fc3}.continue-card-icon.shopify{background:#1c3a1a;color:#95d76a}.continue-card-icon.woocommerce{background:#2c1f42;color:#c6a6f0}.continue-card-icon.odoo{background:#3a1f36;color:#e096d4}.continue-card-icon.magento{background:#43230f;color:#f3a06c}.continue-card-icon.drupal{background:#132f45;color:#6cb6ef}.continue-card-icon.joomla{background:#452612;color:#f39a5f}.continue-card-icon.github{background:var(--panel-3);color:var(--text-secondary)}.continue-card-icon.cms,.continue-card-icon.local{background:var(--purple-tint-bg);color:var(--purple-soft)}.continue-card-top{display:flex;align-items:center;gap:10px}.continue-card-top>div{flex:1;min-width:0}.continue-card-top .continue-card-menu-wrap{flex:0 0 auto}.continue-card-top b{display:block;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.continue-card-top small{display:block;font-size:9px;color:var(--muted-alt);margin-top:2px}.continue-card-menu-wrap{position:relative}.continue-card-menu{width:26px;height:26px;border:0;background:transparent;color:var(--muted-alt);border-radius:6px;display:grid;place-items:center;cursor:pointer}.continue-card-menu.active,.continue-card-menu:hover{background:var(--panel-3);color:var(--text-secondary)}.continue-card-body{display:flex;align-items:center;gap:14px}.continue-card-metrics{display:flex;flex-direction:column;gap:9px;flex:1;min-width:0}.continue-card-metrics>div{display:flex;flex-direction:column}.continue-card-metrics span{font-size:8px;color:var(--muted-alt)}.continue-card-metrics b{font-size:10px;margin-top:2px;display:flex;align-items:center;gap:5px}.continue-card-metrics b i{width:5px;height:5px;border-radius:50%;background:currentColor;display:inline-block}.continue-card-metrics b.grade-success{color:var(--green)}.continue-card-metrics b.grade-warning{color:var(--orange)}.continue-card-metrics b.grade-danger{color:var(--red)}.continue-card-metrics b.grade-neutral{color:var(--muted-2)}.continue-card .btn{width:100%}.continue-card-empty-note{grid-column:1/-1;color:var(--muted-alt);font-size:10px;padding:6px 0}.dash-score-ring{position:relative;display:grid;place-items:center;flex:0 0 auto}.dash-score-ring .ring-track{stroke:var(--line)}.dash-score-ring .ring-value{stroke-linecap:round;transition:stroke-dasharray .3s ease}.dash-score-ring.tone-success .ring-value{stroke:var(--green)}.dash-score-ring.tone-warning .ring-value{stroke:var(--orange)}.dash-score-ring.tone-danger .ring-value{stroke:var(--red)}.dash-score-ring.tone-neutral .ring-value{stroke:#3a3c46}.dash-score-ring-value{position:absolute;font-size:15px;font-weight:800;color:var(--text)}.dash-score-ring-value.empty{font-size:11px;color:var(--muted-2);font-weight:700}.summary-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.summary-heading h2{font-size:14px;margin:0}.summary-period{height:31px;border:1px solid var(--line);background:var(--panel);color:#a7a9b2;border-radius:8px;padding:0 10px;font-size:10px;outline:none}.stat small.down{color:var(--red)}.stat small.neutral{color:var(--muted-2)}.stat-icon.blue{background:#132234;color:#6ea8ff}.stat-icon.green{background:var(--green-tint-bg);color:#4ecf9c}.stat-icon.orange{background:var(--orange-tint-bg);color:#e8a746}.new-project-panel{max-height:min(680px,88vh)}.new-project-name-field{display:block;font-size:9px;font-weight:700;color:#b6b8c0;margin-bottom:12px}.new-project-name-field input{width:100%;height:38px;margin-top:7px;border:1px solid var(--line-strong);background:var(--panel);color:var(--text-bright);border-radius:8px;padding:0 11px;font-size:11px;outline:none;box-sizing:border-box}.new-project-name-field input:focus{border-color:#7357c8}.new-project-name-field input:disabled{color:#71747d;cursor:not-allowed}.new-project-providers{margin-top:12px}.new-project-providers .provider-coming-soon{opacity:.8}.new-project-providers .coming-soon-note{color:var(--purple-soft);font-weight:700}.new-project-providers .seo-capture-icon{color:var(--purple-strong)}.seo-capture-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.seo-capture-choice{display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding:14px;border:1px solid var(--line-strong);background:var(--panel);border-radius:10px;cursor:pointer;text-align:left;color:var(--text)}.seo-capture-choice:hover{border-color:var(--purple-strong)}.seo-capture-choice b{font-size:12px}.seo-capture-choice small{font-size:10px;color:var(--muted);line-height:1.45}.seo-capture-choice-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--purple-tint-bg);border:1px solid var(--purple-tint-border);color:var(--purple-strong)}.seo-capture-skip{background:none;border:none;padding:4px 0;cursor:pointer;font-size:10.5px;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.seo-capture-skip:hover{color:var(--text)}.seo-capture-download{display:inline-flex;align-items:center;gap:7px;margin-bottom:12px;padding:9px 14px;border:1px solid var(--purple-tint-border);background:var(--purple-tint-bg);color:var(--purple-soft);border-radius:8px;font-size:11px;font-weight:700;text-decoration:none;width:fit-content}.seo-capture-download:hover{border-color:var(--purple-strong)}.seo-capture-guide{margin:0 0 10px;padding-left:18px;display:flex;flex-direction:column;gap:7px;font-size:10.5px;line-height:1.5;color:var(--text-secondary)}.seo-capture-guide code{font-size:9.5px;background:var(--panel-3);border:1px solid var(--line);border-radius:4px;padding:1px 5px;word-break:break-all}.projects-page-intro{margin-bottom:18px}.projects-page-intro h1{font-size:23px;margin:0 0 6px}.projects-page-intro p{margin:0;color:var(--muted);font-size:11px}.seo-project-select-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;margin-bottom:20px}.seo-project-select-card label{display:flex;flex-direction:column;gap:7px}.seo-project-select-card small{font-size:8px;letter-spacing:.1em;color:var(--muted-2);font-weight:700}.seo-project-select-card select{height:36px;min-width:220px;border:1px solid var(--line);background:var(--panel);color:var(--text-bright);border-radius:8px;padding:0 10px;font-size:11px;outline:none}.seo-project-selected{text-align:right;display:flex;flex-direction:column;gap:6px;align-items:flex-end}.seo-project-selected small{font-size:8px;letter-spacing:.1em;color:var(--muted-2);font-weight:700}.seo-project-selected>div{display:flex;align-items:center;gap:8px}.seo-project-selected b{font-size:11px}.seo-project-selected .continue-card-icon{width:26px;height:26px;border-radius:7px}.seo-connectors-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.seo-connectors-section-head h2{font-size:14px;margin:0 0 5px;display:flex;align-items:center;gap:7px;color:#c9a8ff}.seo-connectors-section-head p{margin:0;font-size:10px;color:var(--muted);max-width:520px}.seo-connectors-section-head .btn.ghost{flex:0 0 auto;height:31px;font-size:9px}.seo-how-it-works-note{padding:14px 16px;margin-bottom:14px;font-size:10px;color:#a7a9b2;line-height:1.7}.seo-connectors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-bottom:20px}.seo-connector-card{border:1px solid var(--glass-border);border-radius:11px;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);padding:16px;display:flex;flex-direction:column;gap:10px}.seo-connector-top{display:flex;align-items:center;gap:10px}.seo-connector-top b{font-size:11px}.seo-connector-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;flex:0 0 auto}.seo-connector-icon.gsc{background:#132a4a;color:#4285F4}.seo-connector-icon.ga4{background:#3a2a12;color:#F9AB00}.seo-connector-card>p{margin:0;font-size:9px;color:var(--muted);line-height:1.6;flex:1}.seo-connector-action{margin-top:2px}.seo-connector-action .btn{width:100%}.seo-connector-connected{display:flex;align-items:center;gap:7px;height:34px;font-size:10px;color:#4ecf9c;font-weight:600}.seo-connector-connected i{width:6px;height:6px;border-radius:50%;background:var(--green);display:inline-block}.seo-connector-select{display:flex;gap:6px}.seo-connector-select select{flex:1;height:34px;border:1px solid var(--line);background:var(--panel);color:var(--text-secondary);border-radius:7px;padding:0 8px;font-size:9px;outline:none;min-width:0}.seo-connector-select .btn{width:auto;flex:0 0 auto;height:34px;padding:0 12px}.seo-connector-error{color:#ff7184;font-size:9px}@media(max-width:700px){.seo-project-select-card{flex-direction:column;align-items:flex-start}.seo-project-selected{align-items:flex-start;text-align:left}}.settings-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:16px;align-items:start}.settings-nav{border:1px solid var(--line);background:var(--panel);border-radius:12px;padding:8px;display:flex;flex-direction:column;gap:2px}.settings-nav button{border:0;background:transparent;border-radius:8px;padding:10px 11px;display:flex;align-items:center;gap:11px;text-align:left;color:#a7a9b2;cursor:pointer}.settings-nav button:hover{background:#1a1b21}.settings-nav button.active{background:linear-gradient(90deg,rgba(116,73,255,.2),rgba(116,73,255,.05));color:var(--text)}.settings-nav button.active svg{color:#9e7bff}.settings-nav button svg{flex:0 0 auto;margin-top:2px}.settings-nav button b{display:block;font-size:11px;font-weight:700;color:inherit}.settings-nav button small{display:block;font-size:9px;color:var(--muted-alt);margin-top:2px}.settings-logout{margin-top:8px;border-top:1px solid var(--line);padding-top:14px!important;color:#ff7184!important}.settings-logout:hover{background:var(--red-tint-bg)!important}.settings-content{display:flex;flex-direction:column;gap:14px;min-width:0}.settings-general-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start;width:100%}.settings-general-col2{display:flex;flex-direction:column;gap:14px;min-width:0}.settings-section{padding:15px 17px}.settings-section-head{margin-bottom:8px}.settings-section-head h2{font-size:13px;margin:0 0 3px}.settings-section-head p{margin:0;font-size:9px;color:var(--muted)}.settings-section-head-inline{gap:14px;margin-bottom:0}.settings-row,.settings-section-head-inline{display:flex;align-items:center;justify-content:space-between}.settings-row{gap:10px;padding:8px 0;border-top:1px solid var(--panel-3)}.settings-row:first-of-type{border-top:0}.settings-row>div:first-child b{font-size:10px;display:block}.settings-row>div:first-child small{font-size:8px;color:var(--muted-alt);margin-top:2px;display:block}.settings-row-control{flex:0 0 auto}.settings-row-control select{height:30px;min-width:150px;border:1px solid var(--line);background:var(--panel);color:var(--text-bright);border-radius:7px;padding:0 8px;font-size:9px;outline:none}.settings-theme-toggle{display:flex;gap:5px}.settings-theme-toggle button{height:30px;padding:0 9px;border:1px solid var(--line);background:var(--panel);color:#a7a9b2;border-radius:7px;font-size:9px;cursor:pointer}.settings-theme-toggle button.active{border-color:#7c5cff;background:#241b40;color:white}.settings-theme-toggle button:disabled{opacity:.4;cursor:not-allowed}.settings-switch{width:40px;height:23px;border-radius:20px;border:0;background:var(--line-alt);position:relative;cursor:pointer;padding:0}.settings-switch i{position:absolute;top:2px;left:2px;width:19px;height:19px;border-radius:50%;background:#c9cad0;transition:.15s;display:block}.settings-switch.on{background:linear-gradient(90deg,var(--purple),#5b8dff)}.settings-switch.on i{left:19px;background:white}.settings-note{margin:8px 0 0;font-size:8.5px;color:var(--muted-alt);line-height:1.55}.settings-coming-soon{padding:22px;text-align:center}.settings-coming-soon b{font-size:12px;display:block;margin-bottom:8px}.settings-coming-soon p{margin:0;font-size:10px;color:var(--muted);line-height:1.7;max-width:460px;margin-inline:auto}.settings-subscription-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;margin-bottom:2px;border-bottom:1px solid var(--panel-3)}.settings-usage-bar{min-width:210px}.settings-usage-bar b{font-size:10px;display:block;margin-bottom:6px;text-align:right}@media(max-width:1300px){.settings-general-grid{grid-template-columns:1fr}}@media(max-width:900px){.settings-layout{grid-template-columns:1fr}.settings-row{flex-direction:column;align-items:flex-start;gap:8px}.settings-row-control,.settings-row-control select{width:100%}}.documents-folders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.documents-folder-card{border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:12px;padding:18px;display:flex;align-items:center;gap:13px;cursor:pointer;text-align:left;transition:.15s}.documents-folder-card:hover{border-color:var(--purple-tint-border);background:var(--glass-bg-hover);transform:translateY(-1px)}.documents-folder-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto}.documents-folder-icon.blue{background:#132234;color:#6ea8ff}.documents-folder-icon.orange{background:var(--orange-tint-bg);color:#e8a746}.documents-folder-icon.purple{background:var(--purple-tint-bg);color:var(--purple-soft)}.documents-folder-info{flex:1;min-width:0}.documents-folder-info b{font-size:11.5px;display:block}.documents-folder-info small{font-size:9px;color:var(--muted-alt);margin-top:3px;display:block}.documents-folder-count{font-size:15px;font-weight:800;color:var(--text-secondary);flex:0 0 auto}.documents-back{margin-bottom:14px}.documents-audit-preview{display:flex;flex-direction:column;gap:16px}.documents-audit-preview .documents-preview{min-height:0}.documents-audit-preview .documents-preview-head{margin-bottom:0}.documents-audit-pdf-btn{margin-top:14px;align-self:flex-start}.documents-audit-body{display:grid;grid-template-columns:2.1fr 1fr;gap:16px;align-items:start}.documents-audit-main{display:grid;grid-template-columns:220px 1fr;gap:16px;align-items:start}.documents-audit-score-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:28px 20px}.documents-audit-encouragement{margin:0;font-size:11px;line-height:1.6;color:var(--text-secondary)}.documents-audit-categories-card{padding-bottom:6px}.documents-audit-cat-row{display:grid;grid-template-columns:32px 1fr 100px 54px 50px;gap:12px;align-items:center;padding:10px 18px;border-top:1px solid var(--panel-3)}.documents-audit-cat-row:first-of-type{border-top:0}.documents-audit-cat-label{font-size:10.5px;color:var(--text-secondary);font-weight:600}.documents-audit-cat-bar{height:6px;border-radius:99px;background:var(--panel-3);overflow:hidden}.documents-audit-cat-bar i{display:block;height:100%;border-radius:99px}.documents-audit-cat-bar i.tone-success{background:var(--green)}.documents-audit-cat-bar i.tone-warning{background:var(--orange)}.documents-audit-cat-bar i.tone-danger{background:var(--red)}.documents-audit-cat-bar i.tone-neutral{background:var(--muted-2)}.documents-audit-cat-score{font-size:10.5px;font-weight:700;color:var(--text);text-align:right;white-space:nowrap}.documents-audit-cat-score small{font-size:9px;font-weight:600;color:var(--muted-2)}.documents-audit-evolution{font-size:10px;font-weight:700;text-align:right}.documents-audit-evolution.tone-success{color:var(--green)}.documents-audit-evolution.tone-danger{color:var(--red)}.documents-audit-evolution.tone-neutral{color:var(--muted-2)}.documents-audit-reco-card{display:flex;flex-direction:column;gap:10px;padding-bottom:18px}.documents-audit-reco{display:flex;flex-direction:column;gap:4px;text-align:left;margin:0 18px;padding:14px 16px;border-radius:12px;border:1px solid transparent;cursor:pointer;font:inherit}.documents-audit-reco b{font-size:11px;color:var(--text-bright)}.documents-audit-reco p{margin:0;font-size:10px;color:var(--text-secondary);line-height:1.5}.documents-audit-reco-link{font-size:10px;font-weight:700}.documents-audit-reco.tone-success{background:var(--green-tint-bg);border-color:var(--green-tint-border)}.documents-audit-reco.tone-success .documents-audit-reco-link{color:var(--green)}.documents-audit-reco.tone-purple{background:var(--purple-tint-bg);border-color:var(--purple-tint-border)}.documents-audit-reco.tone-purple .documents-audit-reco-link{color:var(--purple-soft)}.documents-audit-reco.tone-danger{background:var(--red-tint-bg);border-color:var(--red-tint-border)}.documents-audit-reco.tone-danger .documents-audit-reco-link{color:var(--red)}.documents-audit-reco-cta{margin:4px 18px 0}.documents-audit-reco-empty{margin:0 18px;font-size:11px;color:var(--muted-alt)}@media(max-width:900px){.documents-audit-body,.documents-audit-main{grid-template-columns:1fr}}.documents-health-preview .documents-preview-head{margin-bottom:16px}.documents-health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:2px}.documents-health-stat{border:1px solid var(--panel-3);background:var(--panel-2);border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.documents-health-stat small{font-size:9px;color:var(--muted-2)}.documents-health-stat strong{font-size:16px;color:var(--text-secondary)}.documents-health-stat.warning strong{color:var(--orange)}.documents-health-stat.danger strong{color:var(--red)}.documents-health-section{margin-top:18px}.documents-health-section h4{margin:0 0 8px;font-size:9.5px;font-weight:700;color:var(--muted-2);text-transform:uppercase;letter-spacing:.06em}.documents-health-section p{margin:0 0 6px;font-size:10.5px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-problems-list{padding:6px}.documents-problem-row{display:flex;align-items:flex-start;gap:12px;padding:14px;border-top:1px solid var(--panel-3)}.documents-problem-row:first-child{border-top:0}.documents-problem-info{flex:1;min-width:0}.documents-problem-info b{font-size:11px;display:block}.documents-problem-info p{margin:5px 0;font-size:9.5px;color:#9698a3;line-height:1.6}.documents-problem-info small{font-size:8px;color:var(--muted-2);text-transform:uppercase;letter-spacing:.06em}.documents-search{flex:1;max-width:320px;height:36px;border:1px solid var(--line);background:var(--panel);border-radius:8px;display:flex;align-items:center;gap:8px;padding:0 11px;color:var(--muted-alt)}.documents-search input{flex:1;background:none;border:0;outline:none;color:var(--text-bright);font-size:10px}.documents-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:14px;align-items:start}.documents-list{max-height:560px;overflow-y:auto;padding:6px}.documents-list-row{width:100%;display:flex;align-items:center;gap:9px;border:0;background:transparent;border-radius:8px;padding:10px;text-align:left;cursor:pointer}.documents-list-row:hover{background:var(--panel-2)}.documents-list-icon,.documents-list-row.active{background:var(--purple-tint-bg)}.documents-list-icon{width:26px;height:26px;border-radius:7px;color:var(--purple-soft);display:grid;place-items:center;flex:0 0 auto}.documents-list-info{flex:1;min-width:0}.documents-list-info b{font-size:10px}.documents-list-info b,.documents-list-info small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-list-info small{font-size:8.5px;color:var(--muted-alt);margin-top:3px}.documents-preview{padding:22px 26px;min-height:400px}.documents-preview-badges{display:flex;gap:6px;margin-bottom:10px}.documents-preview-head h2{font-size:18px;margin:0 0 8px}.documents-preview-meta{margin:0;font-size:10.5px;color:#9698a3;line-height:1.6}.documents-preview-info-row{display:flex;flex-wrap:wrap;gap:16px;margin:14px 0;padding:12px 0;border-top:1px solid var(--panel-3);border-bottom:1px solid var(--panel-3);font-size:9.5px;color:var(--muted-alt)}.documents-preview-info-row span{display:flex;align-items:center;gap:5px}.documents-preview-cover{width:100%;max-height:260px;object-fit:cover;border-radius:10px;margin-bottom:16px}.documents-preview-body{font-size:11px;line-height:1.8;color:#c7c9d0}.documents-preview-body h1,.documents-preview-body h2,.documents-preview-body h3{color:var(--text-bright);margin:20px 0 10px}.documents-preview-body p{margin:0 0 14px}.documents-preview-body a{color:#a88cf7}.invite-form-card{padding:24px 26px}.invite-form-row{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap;margin-bottom:14px}.invite-field{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:600;color:var(--muted)}.invite-field-email{flex:1.6;min-width:200px}.invite-field-role{flex:0 0 160px}.invite-field-projects{flex:1.3;min-width:210px;position:relative}.invite-input,.invite-select{height:40px;width:100%;border:1px solid var(--line);background:var(--panel);color:var(--text-bright);border-radius:9px;padding:0 12px;font-size:12.5px;outline:none}.invite-input:focus,.invite-projects-trigger:focus,.invite-select:focus{border-color:var(--purple-strong)}.invite-select-wrap{position:relative}.invite-select{appearance:none;-webkit-appearance:none;padding-right:30px;cursor:pointer}.invite-select-wrap svg{position:absolute;right:11px;top:50%;transform:translateY(-50%);color:var(--muted-alt);pointer-events:none}.invite-projects-trigger{height:40px;width:100%;border:1px solid var(--line);background:var(--panel);color:var(--text-bright);border-radius:9px;padding:0 12px;font-size:12.5px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;text-align:left}.invite-projects-trigger:disabled{opacity:.55;cursor:not-allowed}.invite-projects-trigger svg{color:var(--muted-alt);flex:0 0 auto}.invite-projects-menu{position:absolute;left:0;right:0;top:calc(100% + 6px);max-height:260px;overflow:auto;border:1px solid var(--line-strong);background:var(--panel-2);border-radius:10px;padding:5px;box-shadow:0 20px 55px #000b;z-index:120}.invite-projects-option{width:100%;height:36px;padding:0 10px;border:0;background:transparent;color:var(--text-secondary);border-radius:7px;display:flex;align-items:center;gap:9px;text-align:left;font-size:11px;cursor:pointer}.invite-projects-option:hover{background:var(--panel-3)}.invite-projects-option.active{color:var(--purple-soft)}.invite-projects-check{width:15px;height:15px;border:1px solid var(--line-strong);border-radius:4px;display:grid;place-items:center;flex:0 0 auto;color:var(--purple-soft)}.invite-projects-option.active .invite-projects-check{background:var(--purple-tint-bg);border-color:var(--purple-soft)}.invite-projects-empty{padding:10px;font-size:11px;color:var(--muted);margin:0}.invite-submit{flex:0 0 auto;white-space:nowrap}.invite-form-hint{display:flex;align-items:center;gap:6px;margin:0;font-size:10.5px;color:var(--muted-2)}.invite-confirmed{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;max-width:420px;margin:20px auto 0;padding:11px 14px;border:1px solid var(--green-tint-border);background:var(--green-tint-bg);color:#57d5a5;border-radius:9px;font-size:10px}.invite-roles-section{margin-top:18px}.invite-roles-section h2{font-size:13px;margin:0 0 10px}.invite-roles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.invite-role-card{border:1px solid var(--line);background:var(--panel);border-radius:12px;padding:16px 18px}.invite-role-card-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.invite-role-card-head b{font-size:12px}.invite-role-icon{flex:0 0 auto;color:var(--text-secondary)}.invite-role-icon.purple{color:var(--purple-soft)}.invite-role-card p{margin:0;font-size:10.5px;color:var(--muted);line-height:1.6}.invite-invitations-card{margin-top:16px;padding:22px}.invite-invitations-card h2{font-size:13px;margin:0 0 14px}.invite-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:36px 20px;text-align:center}.invite-empty-icon{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--muted-alt)}.invite-empty p{margin:0;font-size:11.5px;color:var(--muted)}.help-banner{display:flex;align-items:center;gap:14px;padding:16px 18px;margin-bottom:22px}.help-banner-icon{width:38px;height:38px;border-radius:10px;background:var(--purple-tint-bg);color:#aa8bf5;display:grid;place-items:center;flex:0 0 auto}.help-banner>div:nth-child(2){flex:1;min-width:0}.help-banner b{font-size:11px;display:block}.help-banner p{margin:4px 0 0;font-size:10px;color:var(--muted)}.help-banner .btn{flex:0 0 auto}.how-it-works{position:relative;border:1px solid var(--line);border-radius:14px;background:linear-gradient(150deg,var(--panel),var(--bg-raised));padding:24px 26px;overflow:hidden}.how-it-works:before{content:"";position:absolute;width:260px;height:260px;background:radial-gradient(circle,#6b3fd934,transparent 70%);top:-120px;left:-60px;pointer-events:none}.how-it-works-head{position:relative;display:flex;align-items:center;gap:11px;margin-bottom:22px}.how-it-works-head-icon{width:32px;height:32px;border-radius:9px;background:linear-gradient(145deg,#7c4fe0,#4a2a9c);color:#fff;display:grid;place-items:center;box-shadow:0 0 20px #7c4fe055;flex:0 0 auto}.how-it-works-head b{display:block;font-size:14px}.how-it-works-head p{margin:3px 0 0;font-size:10px;color:var(--muted)}.how-it-works-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.how-it-works-step{display:flex;flex-direction:column;gap:10px;padding-left:20px;border-left:1px solid var(--surface-hover)}.how-it-works-step:first-child{padding-left:0;border-left:0}.how-it-works-icon-wrap{position:relative;width:40px;height:40px}.how-it-works-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center}.how-it-works-icon.purple{background:#241b40;color:var(--purple-soft)}.how-it-works-icon.blue{background:#132234;color:#6ea8ff}.how-it-works-icon.green{background:var(--green-tint-bg);color:#4ecf9c}.how-it-works-icon.orange{background:var(--orange-tint-bg);color:#e8a746}.how-it-works-num{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--text);color:var(--bg-raised);display:grid;place-items:center;font-size:9px;font-weight:800;border:2px solid var(--panel)}.how-it-works-step b{font-size:11px;display:block}.how-it-works-step p{margin:0;font-size:9.5px;color:var(--muted);line-height:1.65}.projects-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.projects-tabs{display:flex;gap:4px;border:1px solid var(--line);background:var(--panel);border-radius:9px;padding:3px}.projects-tabs button{height:29px;padding:0 13px;border:0;background:transparent;color:var(--muted);border-radius:7px;font-size:10px;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer}.projects-tabs button.active{background:#241b40;color:#c9a8ff}.projects-toolbar-actions{display:flex;align-items:center;gap:10px}.projects-sort{display:flex;align-items:center;gap:7px;font-size:10px;color:var(--muted)}.projects-sort select{height:31px;color:var(--text-secondary);padding:0 8px;font-size:10px;outline:none}.projects-sort select,.projects-view-toggle{border:1px solid var(--line);background:var(--panel);border-radius:8px}.projects-view-toggle{display:flex;padding:3px;gap:2px}.projects-view-toggle button{width:28px;height:26px;border:0;background:transparent;color:var(--muted-alt);border-radius:6px;display:grid;place-items:center;cursor:pointer}.projects-view-toggle button.active{background:#241b40;color:#c9a8ff}.projects-table{overflow:hidden;margin-bottom:14px}.projects-table-row{display:grid;grid-template-columns:1.6fr 1.1fr 1fr 1fr 1fr .9fr;gap:12px;align-items:center;padding:13px 18px;border-top:1px solid var(--panel-3)}.projects-table-row:first-child{border-top:0}.projects-table-head{color:var(--muted-2);font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:var(--panel)}.projects-table-project{display:flex;align-items:center;gap:10px;min-width:0}.projects-table-project>div{min-width:0}.projects-table-project b{font-size:10.5px;display:flex;align-items:center;gap:5px}.projects-table-project small{display:block;margin-top:3px}.projects-table-project small a{font-size:9px;color:var(--muted-alt);display:inline-flex;align-items:center;gap:3px}.projects-table-project small a:hover{color:#a88cf7}.favorite-star{border:0;background:transparent;color:#4a4c56;display:inline-flex;cursor:pointer;padding:0}.favorite-star.active,.favorite-star:hover{color:var(--orange)}.favorite-star.active svg{fill:var(--orange)}.projects-table-platform{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--text-secondary);border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:6px 10px;width:max-content}.projects-table-platform .continue-card-icon{width:24px;height:24px;border-radius:6px}.projects-table-score{display:flex;align-items:center;gap:10px}.projects-table-score b{font-size:12px}.projects-table-score b small{font-size:9px;color:var(--muted-alt);font-weight:400}.projects-table-score>div>span{font-size:9px;display:flex;align-items:center;gap:5px;margin-top:3px}.projects-table-score>div>span i{width:5px;height:5px;border-radius:50%;background:currentColor;display:inline-block}.projects-table-score .grade-success{color:var(--green)}.projects-table-score .grade-warning{color:var(--orange)}.projects-table-score .grade-danger{color:var(--red)}.projects-table-score .grade-neutral{color:var(--muted-2)}.projects-table-date{display:flex;flex-direction:column;gap:3px}.projects-table-date b{font-size:10px}.projects-table-date small{font-size:8px;color:var(--muted-2)}.projects-table-evolution{display:flex;flex-direction:column;gap:5px}.evolution-flat{display:block;width:44px;height:2px;background:var(--line-alt);border-radius:2px}.projects-table-evolution small{font-size:8px;color:var(--muted-2)}.projects-table-actions{display:flex;align-items:center;gap:6px;justify-self:end}.projects-table-actions .btn.ghost{height:29px;padding:0 11px;font-size:9px;border:1px solid var(--line)}.projects-table-actions .continue-card-menu{font-size:14px}.projects-grid-view{padding:0}.projects-pagination{display:flex;align-items:center;justify-content:space-between;color:var(--muted-alt);font-size:9px}.projects-pagination-controls{display:flex;align-items:center;gap:5px}.projects-pagination-controls button{width:27px;height:27px;border:1px solid var(--line);background:var(--panel);color:#a7a9b2;border-radius:7px;display:grid;place-items:center;cursor:pointer;font-size:10px}.projects-pagination-controls button.active{background:#241b40;border-color:var(--purple-tint-border);color:#c9a8ff}.projects-pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.projects-pagination-ellipsis{color:var(--muted-2);padding:0 4px}@media(max-width:1250px){.projects-table-row{grid-template-columns:1.6fr 1fr 1fr 1fr .8fr;overflow-x:auto}.projects-table-evolution,.projects-table-head span:nth-child(5){display:none}}@media(max-width:1100px){.continue-grid{grid-template-columns:1fr}.how-it-works-grid{grid-template-columns:1fr 1fr;row-gap:20px}.how-it-works-step:nth-child(3){padding-left:0;border-left:0}}:root[data-theme=light] .usage-row-icon{background:var(--panel-3);color:var(--muted)}:root[data-theme=light] .documents-folder-icon.blue,:root[data-theme=light] .how-it-works-icon.blue,:root[data-theme=light] .stat-icon.blue{background:#e8f1ff;color:#2563eb}:root[data-theme=light] .how-it-works-icon.purple{background:var(--purple-tint-bg);color:var(--purple-deep)}:root[data-theme=light] .seo-connector-icon.gsc{background:#e8f1ff;color:#2563eb}:root[data-theme=light] .seo-connector-icon.ga4{background:#fdf1e0;color:#b8720a}@media(max-width:800px){.home-shell .shell{grid-template-columns:1fr}.global-search{max-width:none}.how-it-works-grid{grid-template-columns:1fr}.how-it-works-step{padding-left:0;border-left:0}.invite-roles-grid{grid-template-columns:1fr}.invite-form-row{flex-direction:column;align-items:stretch}.invite-submit{width:100%}.documents-audit-body,.documents-audit-main,.documents-folders-grid,.documents-layout{grid-template-columns:1fr}.documents-health-grid{grid-template-columns:1fr 1fr}.seo-project-select-card{flex-direction:column;align-items:flex-start;gap:12px}.documents-search{max-width:none;width:100%}}