:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f6f7f9;--surface:#fff;--surface-muted:#eef2f5;--text:#192026;--muted:#66727f;--border:#d8e0e8;--accent:#4f46e5;--accent-strong:#4338ca;--accent-soft:#eef2ff}*{box-sizing:border-box}html{scrollbar-gutter:stable}html,body{background:var(--background);min-height:100%;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;justify-content:space-between;align-items:center;gap:24px;min-height:68px;padding:0 32px;display:flex;position:sticky;top:0}.brand{font-size:18px;font-weight:760}.main-nav{color:var(--muted);align-items:center;gap:8px;font-size:14px;display:flex}.main-nav a,.main-nav button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:9px 12px}.main-nav a:hover,.main-nav button:hover{background:var(--surface-muted);color:var(--text)}.page{width:min(1160px,100% - 40px);margin:0 auto;padding:48px 0}.page-header{gap:12px;margin-bottom:32px;display:grid}.eyebrow{color:var(--accent);text-transform:uppercase;font-size:13px;font-weight:700}h1,h2,h3,p{margin:0}h1{max-width:780px;font-size:clamp(36px,6vw,64px);line-height:1}h2{font-size:24px}h3{font-size:17px}p{color:var(--muted);line-height:1.65}.lead{max-width:720px;font-size:18px}.actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.button{border:1px solid var(--border);background:var(--surface);min-height:42px;color:var(--text);border-radius:7px;justify-content:center;align-items:center;padding:0 16px;font-weight:700;display:inline-flex}.button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.button.primary:hover{background:var(--accent-strong)}.button.danger{color:#9f1f1f;border-color:#efc4c4}.button.button-soft{background:#f7fafc;border-radius:999px;min-height:36px;padding:0 14px}.button.create-idea-button{border-color:var(--accent);background:var(--accent);color:#fff;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;height:28px;min-height:28px;padding:0 12px;font-size:12px;line-height:1;display:inline-flex}.button.create-idea-button:hover,.button.create-idea-button.is-loading{background:var(--accent-strong)}.create-idea-button-spinner{border:1.5px solid #ffffff57;border-top-color:#fff;border-radius:999px;width:12px;height:12px;animation:.75s linear infinite create-idea-button-spin}@keyframes create-idea-button-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rewrite-hooks-section{gap:4px;margin-top:10px;display:grid}.rewrite-hooks-list{color:inherit;margin:0;padding-left:18px}.rewrite-hooks-list li+li{margin-top:6px}.button:disabled{cursor:not-allowed;opacity:.58}.text-link{color:var(--accent-strong);font-size:14px;font-weight:700}.form-error{color:#8f1d1d;background:#fff1f1;border:1px solid #f4b4b4;border-radius:7px;padding:10px 12px}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.panel{border:1px solid var(--border);background:var(--surface);box-sizing:border-box;border-radius:8px;max-width:100%;padding:20px}.panel.stack,.stack{gap:14px;display:grid}.auth-page{place-items:start center;min-height:calc(100vh - 68px);display:grid}.auth-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;width:min(420px,100%);padding:28px}.form{gap:14px;margin-top:24px;display:grid}.field{gap:8px;display:grid}.field label{color:var(--text);font-size:14px;font-weight:700}.field input{border:1px solid var(--border);min-height:42px;color:var(--text);background:#fff;border-radius:7px;padding:0 12px}.field textarea{resize:vertical;border:1px solid var(--border);min-height:104px;color:var(--text);background:#fff;border-radius:7px;padding:10px 12px}.compact-form{margin-top:0}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field select{border:1px solid var(--border);min-height:42px;color:var(--text);background:#fff;border-radius:7px;padding:0 12px}.inline-field{max-width:240px}.reels-stage-actions{flex-wrap:wrap;align-items:flex-start;gap:12px;display:flex}.reels-stage-actions form{margin:0}.reels-collect-form{gap:8px;display:grid}.reels-collect-row{flex-wrap:wrap;align-items:stretch;gap:0;display:flex}.reels-collect-input{width:55px}.reels-collect-input input{appearance:textfield;border:1px solid #cfd8e3;border-radius:6px;width:100%;height:36px;min-height:36px;padding:0 8px;font-size:14px}.reels-collect-form .button{z-index:1;border-radius:6px;height:36px;min-height:36px;margin-left:-10px;padding:0 16px;font-size:13px;font-weight:600;position:relative}.reels-collect-form .button.primary{border-color:var(--accent);background:var(--accent)}.reels-collect-form .button.primary:hover{background:var(--accent-strong)}.reels-collect-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.reels-collect-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.reels-auto-limit-summary{color:#415467;text-transform:lowercase;background:#f7fafc;border:1px solid #cfd8e3;border-radius:6px;justify-content:center;align-items:center;width:55px;height:36px;min-height:36px;padding:0 8px;font-size:13px;display:flex}.project-auto-limit-panel{gap:16px}.limit-mode-control{border:1px solid var(--border);background:#eef3f8;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:6px;display:inline-grid}.limit-mode-option{cursor:pointer;position:relative}.limit-mode-option input{opacity:0;pointer-events:none;position:absolute}.limit-mode-option span{color:#607284;border-radius:9px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:14px;font-weight:500;transition:background-color .18s,color .18s,box-shadow .18s;display:flex}.limit-mode-option input:checked+span{color:#12344d;background:#fff;box-shadow:0 1px 2px #12344d1f,0 6px 18px #12344d14}.limit-mode-option:hover span{color:#12344d}.limit-mode-option-button{color:#607284;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:14px;font-weight:500;transition:background-color .18s,color .18s,box-shadow .18s;display:flex}.competitor-monitor-sort-input{opacity:0;pointer-events:none;position:absolute}.limit-mode-option-button:hover{color:#12344d}.limit-mode-option-button.active,#competitor-monitor-sort-date:checked~.competitor-monitor-toolbar .competitor-monitor-sort-control label[for=competitor-monitor-sort-date],#competitor-monitor-sort-views:checked~.competitor-monitor-toolbar .competitor-monitor-sort-control label[for=competitor-monitor-sort-views],#competitor-monitor-sort-virality:checked~.competitor-monitor-toolbar .competitor-monitor-sort-control label[for=competitor-monitor-sort-virality]{color:#12344d;background:#fff;box-shadow:0 1px 2px #12344d1f,0 6px 18px #12344d14}#competitor-monitor-sort-date:checked~.competitor-monitor-grid .competitor-monitor-card{order:var(--monitor-order-date)}#competitor-monitor-sort-views:checked~.competitor-monitor-grid .competitor-monitor-card{order:var(--monitor-order-views)}#competitor-monitor-sort-virality:checked~.competitor-monitor-grid .competitor-monitor-card{order:var(--monitor-order-virality)}.helper-text{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.filter-bar{border:1px solid var(--border);background:#fbfcfd;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:12px;padding:14px;display:grid}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.metric-card{border:1px solid var(--border);background:#fbfcfd;border-radius:8px;gap:6px;padding:14px;display:grid}.metric-card span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.metric-card strong{font-size:26px;line-height:1}.dashboard-grid{grid-template-columns:1.4fr .8fr;gap:16px;display:grid}.job-dashboard{grid-template-columns:1.3fr .7fr;align-items:start;gap:16px;display:grid}.job-list{gap:14px;display:grid}.job-card{border:1px solid var(--border);background:#fbfcfd;border-radius:8px;gap:14px;padding:16px;display:grid}.job-card-header,.job-item-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.job-card-header span:first-child,.job-item-row span:first-child{gap:4px;min-width:0;display:grid}.job-card-header small,.job-item-row small{color:var(--muted);overflow-wrap:anywhere}.job-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.job-metrics span{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:7px;padding:10px;font-size:13px;font-weight:700}.job-item-list{gap:10px;display:grid}.job-item-row{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:12px}.align-start{align-items:start}.workspace-tabs{align-items:center;margin-bottom:20px;display:flex}.workspace-tabs-segments{background:var(--surface-muted);border-radius:10px;align-items:center;gap:2px;width:100%;padding:4px;display:flex}.workspace-tab{color:var(--muted);white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .18s;display:inline-flex}.workspace-tab .tab-icon{stroke:var(--muted);transition:stroke .18s}.workspace-tab:hover{color:var(--text)}.workspace-tab:hover .tab-icon{stroke:var(--text)}.workspace-tab.active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #0000000d,0 4px 12px #00000008}.workspace-tab.active .tab-icon{stroke:var(--accent)}.stage-header{gap:8px;display:grid}.empty-state{border:1px dashed var(--border);background:#fbfcfd;border-radius:8px;gap:12px;padding:24px;display:grid}.module-list{gap:10px;margin-top:18px;display:grid}.compact-list{margin-top:0}.module-row{border:1px solid var(--border);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.selectable-row{cursor:pointer}.module-row span:first-child{gap:4px;display:grid}.module-row small{color:var(--muted);font-size:12px}.table-card{border:1px solid var(--border);background:var(--surface);border-radius:8px}.table-scroll{max-width:100%;overflow-x:auto}.profiles-table-card{background:0 0;border:none}.profiles-table{border-collapse:separate;border-spacing:0 10px;table-layout:fixed;width:100%}.profiles-table th,.profiles-table td{text-align:left;vertical-align:middle;text-overflow:ellipsis;padding:10px;font-size:13px;overflow:hidden}.profiles-table th{color:var(--muted);text-transform:uppercase;background:#f6f9fc;border-top:1px solid #dbe5ee;border-bottom:1px solid #dbe5ee;font-size:12px;font-weight:700}.profiles-table thead th:first-child{border-left:1px solid #dbe5ee;border-top-left-radius:8px;border-bottom-left-radius:8px}.profiles-table thead th:last-child{border-right:1px solid #dbe5ee;border-top-right-radius:8px;border-bottom-right-radius:8px}.profiles-table tbody td{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.profiles-table-group .profiles-row-toggle-input{opacity:0;pointer-events:none;position:absolute}.profiles-table tbody td:first-child{border-left:1px solid var(--border);border-top-left-radius:8px;border-bottom-left-radius:8px}.profiles-table tbody td:last-child{border-right:1px solid var(--border);border-top-right-radius:8px;border-bottom-right-radius:8px}.profiles-table th:first-child,.profiles-table td:first-child{width:15%}.profiles-table th:nth-child(2),.profiles-table td:nth-child(2){width:25%}.profiles-table th:nth-child(3),.profiles-table td:nth-child(3),.profiles-table th:nth-child(4),.profiles-table td:nth-child(4),.profiles-table th:nth-child(5),.profiles-table td:nth-child(5){width:8%}.profiles-table th:nth-child(6),.profiles-table td:nth-child(6),.profiles-table th:nth-child(7),.profiles-table td:nth-child(7),.profiles-table th:nth-child(8),.profiles-table td:nth-child(8){width:12%}.profiles-table-status-cell{padding-right:10px!important}.profiles-table-group tr{transition:transform .12s,box-shadow .12s}.profiles-table-group:hover tr:first-child td,.profiles-table-group:focus-within tr:first-child td{background:#fcfdff;border-top-color:#cfd9e3;border-bottom-color:#cfd9e3}.profiles-table tbody>.profiles-table-group>tr:first-child{height:30px}.profiles-table tbody>.profiles-table-group>tr:first-child td{box-sizing:border-box;height:30px}.profiles-row-cell{align-items:center;height:30px;display:flex}.profiles-row-cell-action{justify-content:flex-start}.profiles-table tbody>.profiles-table-group>tr:first-child td>.profiles-row-toggle-label{align-items:center;height:30px;display:flex}.profiles-table .profiles-restore-button{height:28px;min-height:28px;padding:0 12px}.profiles-table .profiles-toggle-button{min-height:28px}.reels-table-scroll{overflow-x:hidden}.reels-table{table-layout:fixed;width:100%}.reels-table tbody>.profiles-table-group>tr:first-child{height:30px}.reels-table tbody>.profiles-table-group>tr:first-child td{box-sizing:border-box;height:30px}.reels-table tbody>.profiles-table-group>tr:first-child td>.profiles-row-toggle-label,.reels-row-cell{align-items:center;height:30px;display:flex}.reels-row-cell-action{justify-content:flex-start}.reels-action-column,.reels-action-column-header{width:56px}.reels-usage-status-column,.reels-usage-status-column-header{width:148px}.ideas-reels-table .reels-usage-status-column-header{font-size:0}.ideas-reels-table .reels-usage-status-column-header:after{content:"Status";font-size:13px}.reels-usage-status-column{overflow:visible!important}.reels-table th:first-child,.reels-table td:first-child{width:14%}.reels-table th:nth-child(2),.reels-table td:nth-child(2){width:20%}.reels-table th:nth-child(3),.reels-table td:nth-child(3),.reels-table th:nth-child(4),.reels-table td:nth-child(4),.reels-table th:nth-child(5),.reels-table td:nth-child(5){width:10%}.reels-table th:nth-child(6),.reels-table td:nth-child(6),.reels-table th:nth-child(7),.reels-table td:nth-child(7),.reels-table th:nth-child(8),.reels-table td:nth-child(8),.reels-table th:nth-child(9),.reels-table td:nth-child(9){width:9%}.reels-table th:nth-child(10),.reels-table td:nth-child(10){width:11%}.ideas-reels-table th:first-child,.ideas-reels-table td:first-child{width:16%}.ideas-reels-table th:nth-child(2),.ideas-reels-table td:nth-child(2){width:24%}.ideas-reels-table th:nth-child(3),.ideas-reels-table td:nth-child(3){width:10%}.ideas-reels-table th:nth-child(4),.ideas-reels-table td:nth-child(4),.ideas-reels-table th:nth-child(5),.ideas-reels-table td:nth-child(5),.ideas-reels-table th:nth-child(6),.ideas-reels-table td:nth-child(6){width:8%}.ideas-reels-table th:nth-child(7),.ideas-reels-table td:nth-child(7){width:11%}.ideas-reels-table th:nth-child(8),.ideas-reels-table td:nth-child(8){width:15%}.ideas-reels-table td:nth-child(7) .reels-row-cell{justify-content:center}.reels-table .profiles-restore-button{height:28px;min-height:28px;padding:0 12px}.hidden-reels-table th:first-child,.hidden-reels-table td:first-child,.hidden-reels-table th:nth-child(2),.hidden-reels-table td:nth-child(2),.hidden-reels-table th:nth-child(3),.hidden-reels-table td:nth-child(3),.hidden-reels-table th:nth-child(4),.hidden-reels-table td:nth-child(4),.hidden-reels-table th:nth-child(5),.hidden-reels-table td:nth-child(5),.hidden-reels-table th:nth-child(6),.hidden-reels-table td:nth-child(6),.hidden-reels-table th:nth-child(7),.hidden-reels-table td:nth-child(7),.hidden-reels-table th:nth-child(8),.hidden-reels-table td:nth-child(8),.hidden-reels-table th:nth-child(9),.hidden-reels-table td:nth-child(9){width:auto}.hidden-reels-table .hidden-reels-col-username{width:calc(14% - 18.48px)}.hidden-reels-table .hidden-reels-col-name{width:calc(20% - 26.4px)}.hidden-reels-table .hidden-reels-col-date,.hidden-reels-table .hidden-reels-col-followers,.hidden-reels-table .hidden-reels-col-views,.hidden-reels-table .hidden-reels-col-er,.hidden-reels-table .hidden-reels-col-rr,.hidden-reels-table .hidden-reels-col-info{width:calc(11% - 14.52px)}.hidden-reels-table .hidden-reels-col-restore{width:132px}.hidden-reels-table .profiles-restore-button{min-width:108px}.reels-table tbody tr td{transition:border-color .12s,background .12s}.reels-table tbody tr:hover td,.reels-table tbody tr:focus-within td{background:#fcfdff;border-top-color:#cfd9e3;border-bottom-color:#cfd9e3}.reels-table tbody tr:hover td:first-child,.reels-table tbody tr:focus-within td:first-child{border-left-color:#cfd9e3}.reels-table tbody tr:hover td:last-child,.reels-table tbody tr:focus-within td:last-child{border-right-color:#cfd9e3}.reels-username-cell{align-items:center;gap:8px;min-width:0;display:inline-flex}.reels-username-cell strong,.reels-table td:nth-child(2) .profiles-row-toggle-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sortable-column-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;padding:0 0 3px;font-weight:700;display:inline-flex;position:relative}.sortable-column-button:hover,.sortable-column-button:focus-visible,.sortable-column-button.active{color:var(--accent-strong)}.sortable-column-button:after{content:"";transform-origin:50%;opacity:0;border-bottom:2px solid;transition:transform .14s,opacity .14s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.sortable-column-button.active:after{opacity:1;transform:scaleX(1)}.reels-row-expanded-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.reels-select-label{cursor:pointer;align-items:center;gap:8px;font-weight:600;display:inline-flex}.reels-select-label input{width:16px;height:16px;margin:0}.reels-cell-clamp{-webkit-line-clamp:2;white-space:normal;word-break:break-word;-webkit-box-orient:vertical;line-height:1.45;display:-webkit-box;overflow:hidden}@media (max-width:980px){.reels-table th,.reels-table td{padding:9px 8px;font-size:12px}.reels-table th:first-child,.reels-table td:first-child{width:15%}.reels-table th:nth-child(2),.reels-table td:nth-child(2){width:21%}.reels-table th:nth-child(3),.reels-table td:nth-child(3){width:11%}.reels-table th:nth-child(4),.reels-table td:nth-child(4){width:12%}.reels-table th:nth-child(5),.reels-table td:nth-child(5),.reels-table th:nth-child(6),.reels-table td:nth-child(6),.reels-table th:nth-child(7),.reels-table td:nth-child(7),.reels-table th:nth-child(8),.reels-table td:nth-child(8){width:8%}.reels-table th:nth-child(9),.reels-table td:nth-child(9){width:6%}.reels-table th:nth-child(10),.reels-table td:nth-child(10){width:14%}.ideas-reels-table th:first-child,.ideas-reels-table td:first-child{width:16%}.ideas-reels-table th:nth-child(2),.ideas-reels-table td:nth-child(2){width:24%}.ideas-reels-table th:nth-child(3),.ideas-reels-table td:nth-child(3){width:11%}.ideas-reels-table th:nth-child(4),.ideas-reels-table td:nth-child(4),.ideas-reels-table th:nth-child(5),.ideas-reels-table td:nth-child(5),.ideas-reels-table th:nth-child(6),.ideas-reels-table td:nth-child(6){width:7%}.ideas-reels-table th:nth-child(7),.ideas-reels-table td:nth-child(7){width:11%}.ideas-reels-table th:nth-child(8),.ideas-reels-table td:nth-child(8){width:17%}}.profiles-table-group:hover tr:first-child td:first-child,.profiles-table-group:focus-within tr:first-child td:first-child{border-left-color:#cfd9e3}.profiles-table-group:hover tr:first-child td:last-child,.profiles-table-group:focus-within tr:first-child td:last-child{border-right-color:#cfd9e3}.profiles-table-group:has(.profiles-row-toggle-input:checked) tr:first-child td:first-child{border-bottom-left-radius:0}.profiles-table-group:has(.profiles-row-toggle-input:checked) tr:first-child td:last-child{border-bottom-right-radius:0}.profiles-row-toggle-label{cursor:pointer;color:var(--text);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.profiles-row-toggle-label:hover{color:var(--accent-strong)}.profiles-row-toggle-username strong{font-size:14px}.profiles-row-expanded{display:none}.profiles-table-group:has(.profiles-row-toggle-input:checked) .profiles-row-expanded{display:table-row}.profiles-row-expanded-cell{border:1px solid var(--border);background:#fcfdff;border-top:none;border-bottom-right-radius:8px;border-bottom-left-radius:8px;padding:0!important}.profiles-table-group:hover .profiles-row-expanded-cell,.profiles-table-group:focus-within .profiles-row-expanded-cell{border-color:#cfd9e3}.profiles-row-expanded-grid{align-items:start;gap:12px;padding:12px 14px;display:grid}.profiles-row-expanded-item{align-content:start;align-self:start;gap:4px;display:grid}.profiles-row-expanded-item small{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.profiles-row-expanded-item p{color:var(--text);white-space:pre-wrap;word-break:break-word;line-height:1.5}.profiles-status-actions{align-items:center;gap:6px;max-width:100%;display:inline-flex}.profiles-table-bio{white-space:nowrap}.profiles-cell-details{min-width:0}.profiles-cell-details summary{cursor:pointer;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:500;list-style:none;display:block;overflow:hidden}.profiles-table td a{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.profiles-cell-details summary::-webkit-details-marker{display:none}.profiles-cell-expanded{margin-top:8px}.profiles-cell-expanded p{color:var(--text);white-space:normal;word-break:break-word;line-height:1.45}.profiles-posts-details summary{color:var(--accent-strong);font-weight:700}.profiles-posts-trigger{cursor:pointer;border:1px solid var(--border);min-height:30px;color:var(--muted);white-space:nowrap;background:#fbfcfd;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.profiles-posts-toggle-input{opacity:0;pointer-events:none;position:absolute}.profiles-posts-drawer-root{z-index:20;opacity:0;pointer-events:none;background:#1920261f;justify-content:flex-end;transition:opacity .14s;display:flex;position:fixed;inset:68px 0 0}.profiles-posts-toggle-input:checked+.profiles-posts-trigger+.profiles-posts-drawer-root{opacity:1;pointer-events:auto}.profiles-posts-backdrop{cursor:pointer;flex:auto;display:block}.profiles-posts-popover{border:none;border-left:1px solid var(--border);background:var(--surface);flex:none;grid-template-rows:auto minmax(0,1fr);width:min(560px,100vw);height:100%;margin:0;padding:0;display:grid;position:relative;overflow:hidden;box-shadow:-40px 0 96px #1920262e}.profiles-posts-popover .button{cursor:pointer}.profiles-posts-popover-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 20px 16px;display:flex}.profiles-posts-popover-body{gap:12px;min-height:0;padding:20px;display:grid;overflow-y:auto}.profiles-posts-list{gap:8px;margin-top:8px;display:grid}.profiles-posts-item{border:1px solid var(--border);background:#fbfcfd;border-radius:8px;gap:6px;padding:14px;display:grid}.profiles-posts-item p{color:var(--text);white-space:pre-wrap;font-size:13px;line-height:1.55}.rewrite-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.rewrite-copy-button{flex:none;width:24px;height:24px}.rewrite-copy-button svg{width:13px;height:13px}.profiles-toggle{cursor:pointer;align-items:center;display:inline-flex}.profiles-toggle input{opacity:0;pointer-events:none;position:absolute}.profiles-toggle-button{border:1px solid var(--accent);background:var(--accent-soft);min-width:86px;min-height:30px;color:var(--accent-strong);border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:transform .12s,border-color .12s,background .12s,color .12s,box-shadow .12s;display:inline-flex}.profiles-toggle-off{display:none}.profiles-toggle:hover .profiles-toggle-button,.profiles-toggle:focus-within .profiles-toggle-button{border-color:var(--accent-strong);background:var(--accent-soft);transform:translateY(-1px);box-shadow:0 6px 14px #12344d14}.profiles-toggle input:not(:checked)+.profiles-toggle-button{border-color:var(--border);background:var(--surface);color:var(--muted)}.profiles-toggle:hover input:not(:checked)+.profiles-toggle-button,.profiles-toggle:focus-within input:not(:checked)+.profiles-toggle-button{border-color:var(--muted);background:var(--surface-muted);box-shadow:0 6px 14px #66727f14}.profiles-toggle input:not(:checked)+.profiles-toggle-button .profiles-toggle-on{display:none}.profiles-toggle input:not(:checked)+.profiles-toggle-button .profiles-toggle-off{display:inline}.profiles-pipeline-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.profiles-pipeline-actions form{margin:0}.profiles-pipeline-actions .button,.reels-stage-actions .button,.ideas-actions-row .button,.competitor-monitor-actions .button,.competitor-monitor-add-form .button,.profiles-filters-actions .button,.button[popovertarget=project-generation-popover],.project-settings-save-btn,.compact-form .button{border-radius:6px!important;height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:13px!important;font-weight:600!important}.profiles-pipeline-actions .button.primary,.reels-stage-actions .button.primary,.reels-collect-form .button.primary,.ideas-actions-row .button.primary,.competitor-monitor-actions .button.primary,.competitor-monitor-add-form .button.primary,.profiles-filters-actions .button.primary,.button.primary[popovertarget=project-generation-popover],.button.primary.project-settings-save-btn,.compact-form .button.primary{background:var(--accent-soft)!important;color:var(--accent-strong)!important;border-color:#4f46e526!important}.profiles-pipeline-actions .button.primary:hover,.reels-stage-actions .button.primary:hover,.reels-collect-form .button.primary:hover,.ideas-actions-row .button.primary:hover,.competitor-monitor-actions .button.primary:hover,.competitor-monitor-add-form .button.primary:hover,.profiles-filters-actions .button.primary:hover,.button.primary[popovertarget=project-generation-popover]:hover,.button.primary.project-settings-save-btn:hover,.compact-form .button.primary:hover{color:var(--accent-strong)!important;background:#e0e7ff!important}.profiles-filter-button{background:#f7fafc;margin-left:auto;border-radius:6px!important;height:36px!important;min-height:36px!important;font-size:13px!important;font-weight:600!important}.options-settings-2{margin-left:auto;background:#fff!important;border-radius:6px!important;height:36px!important;min-height:36px!important;font-size:13px!important;font-weight:600!important}.options-settings-3{margin-left:auto;background:#fff!important;border-radius:999px!important;height:36px!important;min-height:36px!important;font-size:13px!important;font-weight:600!important}.competitor-monitor-layout{grid-template-columns:minmax(280px,320px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.competitor-monitor-sidebar,.competitor-monitor-board{min-width:0}.competitor-monitor-sidebar-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.competitor-monitor-add-form{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.competitor-monitor-add-input{border:1px solid var(--border);min-width:0;min-height:42px;color:var(--text);background:#fff;border-radius:10px;padding:10px 12px}.competitor-monitor-add-input::placeholder{color:var(--muted)}.competitor-monitor-profile-list{gap:10px;max-height:860px;padding-right:4px;display:grid;overflow-y:auto}.competitor-monitor-profile-row{border:1px solid var(--border);background:#fbfdff;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.competitor-monitor-profile-copy{gap:3px;min-width:0;display:grid}.competitor-monitor-profile-copy strong,.competitor-monitor-profile-copy span,.competitor-monitor-profile-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.competitor-monitor-profile-copy span,.competitor-monitor-profile-copy small{color:var(--muted)}.competitor-monitor-toggle-form{flex:none}.competitor-monitor-toggle-form .profiles-toggle{cursor:pointer}.competitor-monitor-toggle-button{min-width:94px}.competitor-monitor-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));align-items:start;gap:16px;display:grid}.competitor-monitor-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.competitor-monitor-run-meta{color:var(--muted);flex-basis:100%;margin:0;font-size:13px}.competitor-monitor-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;display:flex}.competitor-monitor-sort-group{border:1px solid var(--border);background:#eef3f8;border-radius:7px;align-items:center;gap:12px;min-height:42px;padding:0 6px 0 12px;display:flex}.competitor-monitor-sort-label{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:600;line-height:1}.competitor-monitor-sort-control{background:0 0;border:0;border-radius:0;flex:auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:0}.competitor-monitor-toolbar .reels-toolbar-filter-button{margin-left:0}.competitor-monitor-card{color:inherit;align-self:start;text-decoration:none;display:block;position:relative}.competitor-monitor-card-media{aspect-ratio:9/14;background-color:#dce7f6;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:18px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff29}.competitor-monitor-card-overlay{z-index:1;cursor:pointer;background:0 0;border:0;padding:0;position:absolute;inset:0}.competitor-monitor-card-link{z-index:2;position:absolute}.competitor-monitor-card-topline{z-index:1;pointer-events:none;justify-content:space-between;align-items:flex-start;gap:8px;display:flex;position:absolute;top:12px;left:12px;right:12px}.competitor-monitor-card-bottomline{pointer-events:none;justify-content:stretch;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.competitor-monitor-card-hover-copy{z-index:1;color:#fff;opacity:0;pointer-events:none;background:linear-gradient(#080f1f29 0%,#080f1f85 42%,#080f1fe6 100%);flex-direction:column;justify-content:flex-end;gap:8px;padding:84px 16px 56px;transition:opacity .14s,transform .14s;display:flex;position:absolute;inset:0;transform:translateY(8px)}.competitor-monitor-card-hover-copy small{color:#ffffffe0;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.competitor-monitor-card-hover-copy p{color:#fff;-webkit-line-clamp:8;white-space:pre-wrap;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.competitor-monitor-card-topline>span{color:#f8fbff;text-overflow:ellipsis;white-space:nowrap;background:#080f1fb3;border-radius:999px;max-width:100%;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex;overflow:hidden}.competitor-monitor-insta-button{z-index:2;color:#f8fbff;cursor:pointer;white-space:nowrap;background:#080f1fb3;border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:0;padding:7px 10px;font-size:12px;font-weight:700;line-height:normal;text-decoration:none;transition:transform .12s,background .12s,box-shadow .12s;display:inline-flex;position:absolute;top:12px;right:12px}.competitor-monitor-insta-button svg{flex:none;width:13px;height:13px}.competitor-monitor-insta-button:hover,.competitor-monitor-insta-button:focus-visible{background:#080f1fd1;transform:translateY(-1px);box-shadow:0 8px 18px #080f1f2e}.competitor-monitor-drawer-root{opacity:1;pointer-events:auto}.competitor-monitor-backdrop-button{background:0 0;border:0;padding:0}.competitor-monitor-card-fallback{color:#183153;text-transform:uppercase;letter-spacing:.08em;background:radial-gradient(circle at top,#ffffffb8,#0000 55%),linear-gradient(160deg,#eff6ff,#dbeafe 58%,#bfdbfe);place-items:center;padding:18px;font-size:14px;font-weight:700;display:grid;position:absolute;inset:0}.competitor-monitor-card-stats{flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;min-width:0;display:flex;overflow:hidden}.competitor-monitor-card-stats-overlay{color:#f8fbff;background:#080f1fb3;border-radius:999px;width:100%;min-height:30px;padding:7px 10px;font-size:12px;font-weight:700}.competitor-monitor-card-stat{white-space:nowrap;flex:none;align-items:center;gap:4px;display:inline-flex}.competitor-monitor-card-stat svg{flex:none;width:13px;height:13px}.competitor-monitor-card-stat span:last-child{text-overflow:ellipsis;font-variant-numeric:tabular-nums;font-size:12px;overflow:hidden}.competitor-monitor-card:hover .competitor-monitor-card-media,.competitor-monitor-card:focus-visible .competitor-monitor-card-media{transform:translateY(-2px);box-shadow:inset 0 0 0 1px #ffffff29,0 14px 32px #14285a2e}.competitor-monitor-card:hover .competitor-monitor-card-hover-copy,.competitor-monitor-card:focus-within .competitor-monitor-card-hover-copy{opacity:1;transform:translateY(0)}.competitor-monitor-card-media{transition:transform .14s,box-shadow .14s}.reels-toolbar-filter-button{margin-left:auto}.profiles-filters-popover{border:1px solid var(--border);background:var(--surface);border-radius:16px;width:min(440px,100vw - 32px);margin:auto;padding:0;box-shadow:0 24px 60px #1920262e}.profiles-filters-popover::backdrop{background:#19202638}.profiles-filters-popover-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 18px 14px;display:flex}.profiles-filters-form{gap:14px;padding:18px;display:grid}.profiles-filter-controls{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.profiles-filter-controls .inline-field{max-width:none}.profiles-filter-controls .field{gap:6px}.profiles-filter-controls .field label{font-size:12px}.profiles-filter-controls .field input{width:100%;min-height:36px}.profiles-filters-actions{justify-content:flex-end;display:flex}.profiles-filters-actions .button{border-radius:999px;min-height:36px;padding:0 14px}.profiles-filter-controls .field select{width:100%;min-height:36px}.icon-button{border:1px solid var(--border);width:28px;height:28px;color:var(--muted);background:#fbfcfd;border-radius:999px;justify-content:center;align-items:center;line-height:1;transition:transform .12s,border-color .12s,background .12s,color .12s;display:inline-flex}.icon-button svg{width:14px;height:14px}.icon-button:hover{transform:translateY(-1px)}.icon-button-danger{color:#a02727;background:#fff7f7;border-color:#f0d4d4}.icon-button-danger:hover{background:#ffecec;border-color:#e4b3b3}.icon-button-ghost-danger{color:#c4a6a6;opacity:.12;background:0 0;border-color:#0000}.profiles-table tbody tr:hover .icon-button-ghost-danger,.profiles-table tbody tr:focus-within .icon-button-ghost-danger,.profiles-status-actions:hover .icon-button-ghost-danger{opacity:.88;color:#b14a4a}.icon-button-ghost-danger:hover,.icon-button-ghost-danger:focus-visible{color:#a02727;opacity:1;background:#fff4f4;border-color:#f0d4d4}.profiles-hidden-section{border:1px solid var(--border);background:linear-gradient(#fcfdff 0%,#f8fafc 100%);border-radius:12px;padding:14px;display:grid}.profiles-hidden-section summary{cursor:pointer;justify-content:space-between;align-items:center;gap:14px;list-style:none;display:flex}.profiles-hidden-section summary::-webkit-details-marker{display:none}.profiles-hidden-section summary span:first-child{align-items:baseline;gap:10px;display:inline-flex}.profiles-hidden-section summary small{color:var(--muted);white-space:nowrap;font-size:12px}.profiles-hidden-summary-action{border:1px solid var(--border);background:var(--surface);min-height:32px;color:var(--accent-strong);border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.profiles-hidden-summary-action:before{content:"Show list"}.profiles-hidden-section[open] .profiles-hidden-summary-action:after{content:""}.profiles-hidden-section[open] .profiles-hidden-summary-action:before{content:"Hide list"}.profiles-restore-button{color:#64748b;background:#f8fafc;border-color:#d8e0e8;gap:8px}.profiles-restore-icon{justify-content:center;align-items:center;min-width:14px;font-size:15px;line-height:1;display:inline-flex}.profiles-restore-icon svg{width:14px;height:14px;display:block}.profiles-restore-button:hover,.profiles-restore-button:focus-visible{color:#475569;background:#f1f5f9;border-color:#c5d0db}.public-link-row{gap:12px;min-height:44px;padding:8px 10px}.public-link-main{align-items:center;gap:10px;min-width:0;display:flex!important}.public-link-url{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:760;overflow:hidden}.public-link-url:hover{color:var(--accent-strong)}.public-link-meta{white-space:nowrap;flex:none}.row-actions{align-items:center;gap:10px;display:inline-flex}.row-main{flex:auto;justify-content:space-between;align-items:center;gap:14px;min-width:0;display:flex}.row-actions input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.project-row{border:1px solid var(--border);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.project-row:hover{border-color:var(--accent)}.project-row span:first-child{gap:5px;display:grid}.project-row small{color:var(--muted)}.muted-row{opacity:.72}.status-pill{background:var(--accent-soft);color:var(--accent-strong);border-radius:999px;flex:none;padding:5px 10px;font-size:12px;font-weight:700}.status-pill.favorite{color:#745600;background:#fff1c2}.status-pill.danger{color:#a02727;background:#fff0f0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.idea-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.ideas-actions-row{align-items:center;gap:12px;display:flex}.ideas-actions-row form{margin:0}.ideas-actions-row .profiles-filter-button{margin-left:auto}.idea-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.idea-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:14px;padding:16px;display:grid}.idea-card-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.idea-card-header span:first-child{gap:4px;min-width:0;display:grid}.idea-card-header small{color:var(--muted)}.idea-card-body{gap:10px;display:grid}.idea-card-body strong{color:var(--text)}.idea-meta{flex-wrap:wrap;gap:8px;display:flex}.idea-meta span{border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700}.idea-outline{color:var(--text);gap:8px;margin:0;padding-left:22px;line-height:1.5;display:grid}.idea-actions{flex-wrap:wrap;align-items:center;gap:10px;padding-top:2px;display:flex}.idea-usage-control{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.idea-usage-control form{display:inline-flex}.idea-usage-label{color:var(--muted);font-size:12px;font-weight:700}.idea-status-form{align-items:center;gap:8px;display:inline-flex}.idea-status-form select{border:1px solid var(--border);min-height:42px;color:var(--text);background:#fff;border-radius:7px;padding:0 10px}.idea-usage-button{white-space:nowrap;cursor:pointer;min-width:100px}.idea-usage-button.free{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.idea-usage-button.free:hover,.idea-usage-button.free:focus-visible{border-color:var(--accent-strong);background:var(--accent-soft);box-shadow:0 6px 14px #12344d14}.idea-usage-button.used{color:#7b8794;background:#f1f3f5;border-color:#d9dde3}.idea-usage-button.used:hover,.idea-usage-button.used:focus-visible{background:#ebeef2;border-color:#c9d0d8;box-shadow:0 6px 14px #7b87941f}.notice{border:1px solid var(--border);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;padding:12px 14px;font-weight:700;display:flex}.notice-close{border:1px solid color-mix(in srgb, currentColor 34%, transparent);background:color-mix(in srgb, currentColor 8%, transparent);width:30px;height:30px;color:inherit;opacity:.92;border-radius:999px;flex:none;justify-content:center;align-items:center;line-height:0;transition:transform .12s,background-color .12s,border-color .12s,opacity .12s;display:inline-flex}.notice-close svg{width:13px;height:13px}.notice-close:hover{opacity:1;background:color-mix(in srgb, currentColor 14%, transparent);border-color:color-mix(in srgb, currentColor 50%, transparent);transform:translateY(-1px)}.notice-close:focus-visible{outline:2px solid color-mix(in srgb, currentColor 38%, white);outline-offset:2px}.notice.success{color:var(--accent-strong);background:#e8f8f5;border-color:#8fd5c9}.notice.danger{color:#9f1f1f;background:#fff1f1;border-color:#efc4c4}.toast-viewport{z-index:60;pointer-events:none;gap:12px;width:min(420px,100vw - 32px);display:grid;position:fixed;top:84px;right:24px}.toast{pointer-events:auto;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:1;background:#fffffff5;border:1px solid #d8e0e8eb;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;max-height:180px;padding:14px 14px 14px 12px;transition:transform .18s,opacity .18s,margin .18s,padding .18s,max-height .18s;display:grid;overflow:hidden;transform:translateY(0);box-shadow:0 18px 48px #0f172a24,0 6px 18px #0f172a14}.toast.is-hidden{opacity:0;pointer-events:none;max-height:0;margin:0;padding-top:0;padding-bottom:0;transform:translateY(-6px)scale(.98)}.toast-icon{border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;margin-top:1px;display:inline-flex}.toast-icon svg{width:15px;height:15px}.toast-message{color:#0f172a;min-width:0;font-size:14px;font-weight:700;line-height:1.45}.toast-close{color:#64748b;background:#ffffffa8;border:1px solid #94a3b840;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;line-height:0;transition:transform .12s,border-color .12s,background-color .12s,color .12s;display:inline-flex}.toast-close svg{width:13px;height:13px}.toast-close:hover,.toast-close:focus-visible{color:#334155;background:#ffffffeb;border-color:#64748b57;transform:translateY(-1px)}.toast-close:focus-visible{outline-offset:2px;outline:2px solid #0f766e2e}.toast-success{border-color:#76d5beb8}.toast-success .toast-icon{color:#0f766e;background:linear-gradient(135deg,#d8faf1 0%,#edfdf8 100%);box-shadow:inset 0 0 0 1px #0f766e1f}.toast-danger{border-color:#efc4c4e6}.toast-danger .toast-icon{color:#b42318;background:linear-gradient(135deg,#fff1f1 0%,#fff7f7 100%);box-shadow:inset 0 0 0 1px #b423181f}.loading-overlay{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:wait;background:#ffffffd1;place-items:center;animation:.18s ease-out loading-overlay-fade-in;display:grid;position:fixed;inset:0}.loading-overlay-card{text-align:center;background:#fffffff5;border:1px solid #d8e0e8e6;border-radius:18px;justify-items:center;gap:10px;min-width:min(320px,100vw - 32px);padding:28px 32px;animation:.22s ease-out loading-overlay-card-enter;display:grid;box-shadow:0 20px 50px #19202614}.loading-overlay-card h3{font-size:22px}.loading-overlay-card p{font-size:15px}.loading-dots{align-items:center;gap:8px;min-height:20px;display:inline-flex}.loading-dots span{background:var(--accent);border-radius:999px;width:10px;height:10px;animation:.9s ease-in-out infinite loading-dot-bounce}.loading-dots span:nth-child(2){animation-delay:.12s}.loading-dots span:nth-child(3){animation-delay:.24s}@keyframes loading-dot-bounce{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-7px)}}@keyframes loading-overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes loading-overlay-card-enter{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.admin-user-list{gap:16px;display:grid}.admin-user-card{border:1px solid var(--border);background:#fbfcfd;border-radius:8px;gap:14px;padding:16px;display:grid}.admin-user-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-user-heading span:first-child{gap:4px;display:grid}.admin-user-heading small{color:var(--muted)}.credit-form{grid-template-columns:150px 120px minmax(220px,1fr) auto;align-items:end;gap:12px;display:grid}.wide-field{grid-column:1/-1;min-width:0}@media (max-width:760px){.toast-viewport{width:auto;top:78px;left:14px;right:14px}.toast{border-radius:16px;padding-right:12px}.topbar{flex-direction:column;align-items:flex-start;padding:16px 20px}.grid,.dashboard-grid,.job-dashboard,.job-metrics,.form-grid,.credit-form,.filter-bar,.metric-grid,.idea-grid,.competitor-monitor-layout{grid-template-columns:1fr}.main-nav{width:100%;padding-bottom:2px;overflow-x:auto}.page{width:min(100% - 28px,1160px);padding:32px 0}.grid,.dashboard-grid,.job-dashboard,.job-metrics,.form-grid,.credit-form,.filter-bar,.metric-grid,.idea-grid,.competitor-monitor-layout{grid-template-columns:1fr}.competitor-monitor-profile-list{max-height:none}.competitor-monitor-profile-row{flex-direction:column;align-items:flex-start}.public-link-meta{display:none}.admin-user-heading{flex-direction:column;align-items:flex-start}.profiles-filter-button{margin-left:0}}.project-switcher-container{margin-right:8px;display:inline-block;position:relative}.project-switcher-badge{background:var(--accent-soft);height:38px;color:var(--accent-strong);-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:7px;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.project-switcher-badge:hover,.project-switcher-badge.active{background:var(--accent);color:#fff}.project-switcher-chevron{transition:transform .2s}.project-switcher-chevron.open{transform:rotate(180deg)}.project-switcher-dropdown{background:var(--surface);border:1px solid var(--border);z-index:100;border-radius:8px;min-width:240px;animation:.15s cubic-bezier(.16,1,.3,1) slideIn;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@keyframes slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.project-switcher-dropdown-header{text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);background:var(--background);padding:10px 14px;font-size:11px;font-weight:700}.project-switcher-list{max-height:280px;padding:6px 0;overflow-y:auto}.project-switcher-item{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:500;transition:background-color .15s;display:flex}.project-switcher-item:hover{background:var(--surface-muted)}.project-switcher-item.selected{color:var(--accent-strong);background:var(--accent-soft);font-weight:600}.project-item-dot{background:0 0;border-radius:50%;flex-shrink:0;width:6px;height:6px}.project-switcher-item.selected .project-item-dot{background:var(--accent)}.project-switcher-dropdown-footer{border-top:1px solid var(--border);background:var(--background);text-align:center;padding:8px 14px}.project-switcher-manage-link{color:var(--muted);font-size:12px;font-weight:600;transition:color .15s}.project-switcher-manage-link:hover{color:var(--accent-strong)}
