:root{color-scheme:light;--bg:#f7f7f2;--panel:hsla(0,0%,100%,.94);--panel-strong:#fff;--line:#d9d8d0;--text:#151515;--muted:#5f615c;--accent:#5c4ef2;--accent-strong:#4d40db;--accent-soft:#eef0ff;--success:#dff4e9;--success-text:#0f6f3f;--warning:#fff0cc;--warning-text:#8a6500;--danger:#ffe1df;--danger-text:#9d2f2b;--shadow:0 24px 60px rgba(34,29,74,.08);font-family:Inter,PingFang SC,Noto Sans SC,sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:radial-gradient(circle at top left,rgba(92,78,242,.12),transparent 32%),linear-gradient(180deg,#fcfcf8 0,var(--bg) 100%);color:var(--text)}body{font-size:15px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.auth-shell,.dashboard-shell{min-height:100vh}.auth-shell{display:grid;place-items:center;padding:32px 20px}.auth-card{width:min(440px,100%);padding:28px;border-radius:28px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);display:grid;grid-gap:18px;gap:18px}.action-row,.brand-row,.row,.section-row,.topbar-row{display:flex;align-items:center;gap:12px}.brand-row{justify-content:space-between}.brand-mark{display:flex;align-items:center;gap:12px;font-weight:800;font-size:18px}.brand-logo{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--accent) 0,#7f74ff 100%);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.subtle{color:var(--muted)}.dashboard-shell{max-width:1660px;margin:0 auto;padding:28px 32px 48px;display:grid;grid-gap:16px;gap:16px}.dashboard-topbar{display:flex;justify-content:space-between;gap:16px;align-items:center}.topbar-actions{display:inline-flex;align-items:center;gap:10px}.language-switcher{min-height:38px;min-width:58px;padding:0 14px;border-radius:999px;border:1px solid #1b1b1b;background:hsla(0,0%,100%,.94);color:var(--text);font-weight:800;cursor:pointer}.dashboard-nav,.subnav{display:flex;flex-wrap:wrap;gap:12px;align-items:center;align-self:flex-start;width:-moz-fit-content;width:fit-content;max-width:100%}.nav-link,.subnav-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;width:248px;min-width:248px;padding:0 22px;border-radius:999px;border:1px solid #1b1b1b;background:hsla(0,0%,100%,.92);color:#222;font-weight:700;line-height:1;flex:0 0 auto}.nav-link.active,.subnav-link.active{border-color:transparent;background:linear-gradient(135deg,var(--accent) 0,#7569ff 100%);color:#fff}.page-shell{display:grid;grid-gap:18px;gap:18px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.page-title{margin:0;font-size:clamp(30px,4vw,48px);line-height:1}.page-subtitle{margin:10px 0 0;color:var(--muted)}.card,.surface{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px}.surface{padding:24px}.grid{display:grid;grid-gap:18px;gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.label{display:grid;grid-gap:8px;gap:8px;font-weight:700}.label span{font-size:13px}.field,.select,.textarea{width:100%;min-height:48px;border-radius:18px;border:1px solid #1b1b1b;background:hsla(0,0%,100%,.92);padding:0 16px}.textarea{min-height:132px;padding:14px 16px;resize:vertical}.button,.button-link,.button-secondary,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:18px;border:1px solid #161616;cursor:pointer;font-weight:800}.button{background:linear-gradient(135deg,var(--accent) 0,#7569ff 100%);color:#fff;border-color:transparent}.button-secondary,.icon-button{background:hsla(0,0%,100%,.9);color:var(--text)}.button-link{background:transparent;color:var(--text)}.icon-button{min-width:46px;padding:0}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.stat-card{padding:20px;border-radius:22px;border:1px solid var(--line);background:hsla(0,0%,100%,.92);display:grid;grid-gap:8px;gap:8px}.stat-card strong{font-size:32px;line-height:1}.website-list{display:grid;grid-gap:16px;gap:16px}.website-card{padding:22px;border-radius:24px;border:1px solid var(--line);background:hsla(0,0%,100%,.96);display:grid;grid-gap:18px;gap:18px}.website-card-header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.card-actions{display:flex;gap:8px;flex-wrap:wrap}.muted-link{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.section-card{padding:24px;border-radius:26px;border:1px solid var(--line);background:hsla(0,0%,100%,.94);display:grid;grid-gap:18px;gap:18px}.section-card h2{margin:0;font-size:18px}.section-card p{margin:0}.split{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.media-field{display:grid;grid-gap:10px;gap:10px}.media-preview{width:96px;height:96px;border-radius:20px;border:1px solid var(--line);object-fit:cover;background:#f0f0f0}.media-controls{align-items:center}.chip-list,.media-controls{display:flex;gap:10px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0,#7569ff 100%);color:#fff;padding:8px 12px;font-weight:700}.chip button{border:0;background:transparent;color:inherit;cursor:pointer;padding:0}.key-value-list,.link-list,.log-list{display:grid;grid-gap:12px;gap:12px}.inline-grid{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:12px;gap:12px;align-items:end}.table-shell{overflow-x:auto;overflow-y:hidden;border-radius:24px;border:1px solid var(--line);background:hsla(0,0%,100%,.95)}table{width:100%;border-collapse:collapse;min-width:920px}td,th{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{background:hsla(60,24%,96%,.92)}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:800;background:#ededed}.badge.success{background:var(--success);color:var(--success-text)}.badge.warning{background:var(--warning);color:var(--warning-text)}.badge.danger{background:var(--danger);color:var(--danger-text)}.empty-state{padding:24px;border:1px dashed var(--line);border-radius:20px;color:var(--muted)}.error-text{color:var(--danger-text);font-weight:700}.success-text{color:var(--success-text);font-weight:700}.brand-lockup{gap:14px}.brand-lockup .brand-logo{display:none}.avatar-menu{position:relative}.avatar-menu summary{list-style:none}.avatar-menu summary::-webkit-details-marker{display:none}.avatar-menu-trigger{gap:8px;padding:0;border:0;background:transparent;cursor:pointer}.avatar-badge,.avatar-menu-trigger{display:inline-flex;align-items:center}.avatar-badge{width:44px;height:44px;border-radius:999px;border:1px solid #1b1b1b;background:hsla(0,0%,100%,.94);justify-content:center;color:#222}.avatar-chevron{color:var(--muted)}.avatar-menu-panel{position:absolute;top:calc(100% + 10px);right:0;min-width:150px;padding:10px;border-radius:18px;border:1px solid var(--line);background:hsla(0,0%,100%,.98);box-shadow:var(--shadow);z-index:20}.menu-button{width:100%;min-height:42px;border-radius:14px;border:1px solid #1b1b1b;background:#fff;font-weight:700;cursor:pointer}.dashboard-page-shell{padding-top:0}.dashboard-search-form{width:min(680px,100%)}.search-field-shell{position:relative;display:flex;align-items:center}.search-field-icon{position:absolute;left:18px;color:var(--muted)}.dashboard-search-input{padding-left:48px}.dashboard-filter-surface{padding:24px}.dashboard-filter-grid{display:grid;grid-gap:18px;gap:18px}.dashboard-tag-filter{grid-column:span 2}.comment-filter-grid,.library-filter-grid,.records-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.comment-task-intro{padding:18px 22px;color:var(--muted)}.comment-task-intro p{margin:0;max-width:980px}.comment-task-config-list{display:grid;grid-gap:16px;gap:16px}.comment-task-message{margin:0}.comment-task-card{gap:20px}.comment-task-actions,.comment-task-card-header{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.comment-task-card-header h2{margin-top:4px}.comment-task-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,180px));grid-gap:12px;gap:12px}.comment-task-metric{padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:hsla(60,24%,96%,.82);display:grid;grid-gap:6px;gap:6px}.comment-task-metric span{color:var(--muted);font-size:13px;font-weight:700}.comment-task-metric strong{font-size:22px}.comment-task-form-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.comment-task-actions{justify-content:flex-end}.filter-disabled{opacity:.48}.filter-disabled .field,.filter-disabled input,.filter-disabled select{cursor:not-allowed}.range-field{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.dashboard-filter-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.dashboard-table-shell{border-radius:28px}.table-sync-shell{display:grid;grid-gap:8px;gap:8px}.table-scroll-sync{overflow-x:scroll;overflow-y:hidden;height:16px;border-radius:999px;background:hsla(60,24%,96%,.92);border:1px solid var(--line)}.table-scroll-sync-track{height:1px}.table-scroll-sync::-webkit-scrollbar{height:12px}.table-scroll-sync::-webkit-scrollbar-track{background:transparent}.table-scroll-sync::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(92,78,242,.32)}.dashboard-table{min-width:1180px;table-layout:fixed}.dashboard-table th{font-weight:800;white-space:nowrap}.dashboard-table tr:last-child td{border-bottom:0}.table-primary{display:grid;grid-gap:4px;gap:4px}.table-subtle{color:var(--muted);font-size:13px}.table-subtle:empty{display:none}.table-link{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.library-link-warning{color:var(--warning-text)}.library-link-muted{color:#8a8a93}.table-link-button{border:0;background:transparent;text-decoration:underline;text-underline-offset:2px;text-align:left}.table-info-indicator,.table-link-button{padding:0;color:var(--accent);font:inherit;cursor:pointer}.table-info-indicator{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;border:1px solid rgba(92,78,242,.24);background:rgba(92,78,242,.06)}.table-info-indicator.is-disabled{border-color:var(--line);background:rgba(20,24,40,.04);color:var(--muted)}.table-info-tooltip{position:absolute;left:calc(100% + 12px);top:50%;z-index:30;width:min(320px,48vw);padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:hsla(0,0%,100%,.98);color:var(--text);font-size:13px;font-weight:500;line-height:1.5;box-shadow:0 18px 42px rgba(15,23,42,.14);opacity:0;pointer-events:none;transform:translateY(-50%) translateX(-6px);transition:opacity .16s ease,transform .16s ease;white-space:pre-wrap}.table-info-indicator:focus-visible .table-info-tooltip,.table-info-indicator:hover .table-info-tooltip{opacity:1;transform:translateY(-50%) translateX(0)}.table-dash{color:var(--muted)}.table-actions{display:flex;flex-wrap:wrap;gap:10px}.table-cell-actions{text-align:right}.table-cell-actions .table-actions{width:100%;justify-content:flex-end}.table-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid #1b1b1b;background:hsla(0,0%,100%,.96);color:var(--text);font-weight:700;cursor:pointer}.table-action.danger{background:var(--danger);color:var(--danger-text);border-color:transparent}.submit-action-disabled,.table-action:disabled{cursor:not-allowed;opacity:.55}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.table-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#68c9be;color:#fff;font-size:12px;font-weight:800}.table-chip.is-manual{background:#ffcf8f;color:#6b3b00}.site-icon-fallback,.site-icon-image{width:56px;height:56px;border-radius:18px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:hsla(0,0%,100%,.96)}.site-icon-image{object-fit:cover}.site-icon-fallback{color:var(--accent)}.url-cell{max-width:320px}.url-truncate-cell{max-width:420px}.cell-truncate,.truncate-link{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-table-meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-table-meta.with-actions{align-items:center}.record-mode-toggle{gap:6px;padding:5px;border-radius:999px;border:1px solid var(--line);background:hsla(0,0%,100%,.9)}.record-mode-link,.record-mode-toggle{display:inline-flex;align-items:center}.record-mode-link{justify-content:center;width:40px;height:40px;border-radius:999px;color:var(--muted);transition:background .16s ease,color .16s ease,transform .16s ease}.record-mode-link:hover{background:rgba(92,78,242,.08);color:var(--accent)}.record-mode-link.active{background:linear-gradient(135deg,var(--accent) 0,#7569ff 100%);color:#fff;box-shadow:0 10px 24px rgba(92,78,242,.18)}.library-selection-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:16px 20px;border-radius:22px;border:1px solid var(--line);background:hsla(0,0%,100%,.94)}.library-selection-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.select-column{width:54px;text-align:center}.select-column input[type=checkbox]{width:16px;height:16px;cursor:pointer}.select-column input[type=checkbox]:disabled{cursor:not-allowed}.csv-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.library-controls{display:grid;grid-gap:14px;gap:14px;justify-items:end}.comment-library-controls{display:grid;grid-gap:8px;gap:8px;justify-items:end}.comment-import-message{margin:0;font-size:13px}.library-import-preview{width:min(920px,100%)}.library-import-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.library-import-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.library-import-config-grid,.library-import-details-grid{width:100%}.library-import-detail{display:grid;grid-gap:12px;gap:12px}.library-import-detail h3{margin:0;font-size:15px}.library-import-chip{background:rgba(92,78,242,.12);color:var(--text)}.library-import-type-list{gap:10px}.library-import-type-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;border-radius:16px;border:1px solid var(--line);background:hsla(0,0%,100%,.84)}.library-import-actions{justify-content:flex-end}.library-manual-panel{width:min(760px,100%)}.library-note-field{display:grid;grid-gap:10px;gap:10px}.library-note-input{min-height:112px;padding-block:14px;resize:vertical}.library-manual-advanced{display:grid;grid-gap:14px;gap:14px}.library-manual-advanced summary{cursor:pointer;font-weight:800}.library-manual-advanced-grid{margin-top:6px}.library-manual-actions{justify-content:flex-end}.library-manual-error{margin:0}.csv-error{width:100%;margin:0;text-align:right}.websites-table{min-width:0}.websites-table td:first-child,.websites-table th:first-child{width:96px}.websites-table td:nth-child(2),.websites-table th:nth-child(2){width:330px}.websites-table td:nth-child(3),.websites-table th:nth-child(3){width:430px}.websites-table td:nth-child(4),.websites-table td:nth-child(5),.websites-table th:nth-child(4),.websites-table th:nth-child(5){width:220px}.websites-table td,.websites-table th{padding-top:20px;padding-bottom:20px;vertical-align:middle}.websites-table .table-primary{align-content:center;min-height:56px}.websites-table .table-actions{align-items:center}.websites-table tbody tr{min-height:96px}.library-table td:last-child,.library-table th:last-child,.websites-table td:last-child,.websites-table th:last-child{text-align:right}.websites-table .table-cell-website-name{text-align:left}.library-table .url-cell,.records-table .url-cell,.websites-table .url-cell{max-width:none}.records-table{min-width:1780px}.records-table td:first-child,.records-table th:first-child{width:150px}.records-table td:nth-child(2),.records-table td:nth-child(4),.records-table th:nth-child(2),.records-table th:nth-child(4){width:170px}.records-table td:nth-child(3),.records-table td:nth-child(5),.records-table th:nth-child(3),.records-table th:nth-child(5){width:220px}.records-table td:nth-child(6),.records-table td:nth-child(7),.records-table th:nth-child(6),.records-table th:nth-child(7){width:150px}.records-table td:nth-child(8),.records-table td:nth-child(9),.records-table th:nth-child(8),.records-table th:nth-child(9){width:70px}.records-table td:nth-child(10),.records-table td:nth-child(11),.records-table td:nth-child(12),.records-table th:nth-child(10),.records-table th:nth-child(11),.records-table th:nth-child(12){width:110px}.records-table td:nth-child(13),.records-table th:nth-child(13){width:220px}.records-table td:nth-child(14),.records-table th:nth-child(14){width:150px}.comment-records-table{min-width:1120px}.comment-records-table td:first-child,.comment-records-table th:first-child{width:220px}.comment-records-table td:nth-child(2),.comment-records-table th:nth-child(2){width:180px}.comment-records-table td:nth-child(3),.comment-records-table th:nth-child(3){width:420px}.comment-records-table td:nth-child(4),.comment-records-table td:nth-child(5),.comment-records-table th:nth-child(4),.comment-records-table th:nth-child(5){width:140px}.comment-records-table td:nth-child(6),.comment-records-table th:nth-child(6){width:180px}.table-cell-domain,.table-cell-url,.table-cell-website{overflow:hidden}.table-cell-domain .cell-truncate,.table-cell-url .table-link{max-width:100%}.library-table{min-width:1496px}.library-table td:first-child,.library-table th:first-child{width:54px}.library-table td:nth-child(2),.library-table th:nth-child(2){width:60px}.library-table td:nth-child(3),.library-table th:nth-child(3){width:120px}.library-table td:nth-child(4),.library-table th:nth-child(4){width:400px}.library-table td:nth-child(5),.library-table th:nth-child(5){width:220px}.library-table td:nth-child(6),.library-table td:nth-child(7),.library-table th:nth-child(6),.library-table th:nth-child(7){width:150px}.library-table td:nth-child(8),.library-table td:nth-child(9),.library-table th:nth-child(8),.library-table th:nth-child(9){width:90px}.library-table td:nth-child(10),.library-table th:nth-child(10){width:220px}.library-table .table-cell-actions{padding-right:20px}.library-table .info-column{text-align:center}.comment-library-table{min-width:1120px}.comment-library-table td:first-child,.comment-library-table th:first-child{width:500px}.comment-library-table td:nth-child(2),.comment-library-table th:nth-child(2){width:220px}.comment-library-table td:nth-child(3),.comment-library-table td:nth-child(4),.comment-library-table th:nth-child(3),.comment-library-table th:nth-child(4){width:150px}.comment-library-table td:nth-child(5),.comment-library-table th:nth-child(5){width:220px}.library-row{cursor:pointer}.library-row.is-active{background:rgba(92,78,242,.045)}.library-row:hover{background:rgba(20,24,40,.026)}.library-edit-drawer{position:fixed;top:96px;right:24px;z-index:34;width:min(520px,calc(100vw - 48px));max-height:calc(100vh - 128px);overflow-y:auto;display:grid;grid-gap:16px;gap:16px;padding:22px;border-radius:28px;border:1px solid var(--line);background:hsla(0,0%,100%,.98);box-shadow:0 24px 80px hsla(0,0%,9%,.16)}.library-edit-drawer-actions,.library-edit-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.library-edit-drawer-header h2{margin:0;font-size:22px}.library-edit-drawer-actions{align-items:center;flex:0 0 auto}.library-edit-drawer-grid{grid-template-columns:1fr}.library-edit-note-card p{white-space:pre-wrap}.library-edit-dialog{width:min(820px,100%)}.library-edit-form-grid{align-items:start}.submit-action{margin-left:auto}.submission-record-website-cell{display:inline-flex;align-items:center;gap:10px;min-width:0}.record-detail-trigger{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;border:1px solid var(--line);background:hsla(0,0%,100%,.96);color:var(--accent);cursor:pointer;flex:0 0 auto}.record-detail-trigger:hover{background:rgba(92,78,242,.08)}.record-detail-trigger:focus-visible{outline:2px solid rgba(92,78,242,.45);outline-offset:2px}.record-detail-backdrop{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px;background:hsla(0,0%,8%,.34)}.record-detail-dialog{width:min(760px,100%);max-height:min(80vh,720px);overflow-y:auto;padding:24px;border-radius:28px;border:1px solid var(--line);background:hsla(0,0%,100%,.98);box-shadow:0 24px 80px hsla(0,0%,9%,.18);display:grid;grid-gap:18px;gap:18px}.record-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.record-detail-card h3,.record-detail-header h2,.record-detail-section h3{margin:0}.record-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.record-detail-card{display:grid;grid-gap:8px;gap:8px;padding:16px;border-radius:20px;border:1px solid var(--line);background:hsla(60,23%,97%,.88)}.record-detail-card p{margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.record-detail-section{display:grid;grid-gap:10px;gap:10px}.record-detail-links{display:grid;grid-gap:8px;gap:8px}.record-detail-actions{display:flex;justify-content:flex-end}.pagination{justify-content:center;gap:10px}.pagination,.pagination-pages{display:flex;align-items:center;flex-wrap:wrap}.pagination-pages{gap:8px}.pagination-slot{gap:8px}.pagination-link,.pagination-slot{display:inline-flex;align-items:center}.pagination-link{justify-content:center;min-width:42px;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid #1b1b1b;background:hsla(0,0%,100%,.94);font-weight:700}.pagination-link.active{background:linear-gradient(135deg,var(--accent) 0,#7569ff 100%);color:#fff;border-color:transparent}.pagination-link.disabled{pointer-events:none;color:#b4b5b1;border-color:var(--line)}.pagination-ellipsis{color:var(--muted)}@media (max-width:1024px){.dashboard-tag-filter{grid-column:span 1}.comment-filter-grid,.comment-task-form-grid,.grid.three,.grid.two,.inline-grid,.library-filter-grid,.records-filter-grid,.split,.stats-grid{grid-template-columns:1fr}.dashboard-shell{padding:20px}.nav-link,.subnav-link{width:auto;min-width:0}.dashboard-topbar,.page-header,.website-card-header{flex-direction:column}.csv-controls,.dashboard-table-meta,.dashboard-table-meta.with-actions{align-items:stretch;justify-content:stretch}.library-import-preview-header,.library-import-type-row{flex-direction:column;align-items:flex-start}.dashboard-search-form{width:100%}.comment-task-metrics,.record-detail-grid{grid-template-columns:1fr}}