:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}:root{--page-bg:#f4f7fb;--surface:#fff;--surface-soft:#f8fbff;--surface-blue:#eef5ff;--surface-blue-strong:#dbeafe;--text-main:#101828;--text-soft:#475467;--text-muted:#667085;--border:#dbe7f6;--border-strong:#c8d8ee;--primary:#2563eb;--primary-dark:#1d4ed8;--primary-soft:#dbeafe;--green:#16a34a;--green-soft:#dcfce7;--red:#dc2626;--red-soft:#fee2e2;--orange:#f97316;--orange-soft:#ffedd5;--shadow:0 18px 45px #0f172a14;--shadow-soft:0 10px 28px #0f172a0f;--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px}body{background:radial-gradient(circle at top left, #2563eb21, transparent 32%), radial-gradient(circle at top right, #60a5fa1f, transparent 28%), linear-gradient(180deg, #eef5ff 0%, var(--page-bg) 42%, #f8fbff 100%);color:var(--text-main);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font-family:inherit}button{transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s}button:hover{transform:translateY(-1px)}#root{min-height:100vh}.app{width:100%;max-width:1220px;min-height:100vh;margin:0 auto;padding:18px}.topbar{border:1px solid var(--border);border-radius:var(--radius-xl);min-height:76px;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:14px 18px;display:flex}.compactTopbar{min-height:76px}.brandBlock{align-items:center;gap:14px;min-width:0;display:flex}.logoBox{color:#fff;background:linear-gradient(135deg,#60a5fa,#2563eb);border-radius:17px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;font-weight:900;display:flex;box-shadow:0 12px 26px #2563eb3d}.topbar .brandBlock>div{text-align:left}.topbar>.brandBlock:last-child{border-left:1px solid var(--border);gap:12px;padding-left:14px}.topbar>.brandBlock:last-child .logoBox{width:44px;height:44px;color:var(--primary);box-shadow:none;border:1px solid var(--border);background:#eef5ff;border-radius:999px;flex-basis:44px;font-size:18px}.topbar h1{letter-spacing:-.4px;color:var(--text-main);margin:0;font-size:22px;font-weight:900;line-height:1.1}.topbar p{color:var(--text-soft);text-align:left;margin:5px 0 0;font-size:13px;line-height:1.35}.topbar>.brandBlock:last-child h1{letter-spacing:-.2px;font-size:18px}.topbar>.brandBlock:last-child p{text-align:left;margin-top:4px;font-size:12px}.loginButton{border:1px solid var(--border);background:var(--surface-blue);min-height:44px;color:var(--primary);cursor:pointer;white-space:nowrap;border-radius:999px;padding:0 18px;font-weight:900}.loginButton:hover{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 10px 22px #2563eb2e}.emptyState{border:1px solid var(--border);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow);background:#ffffffe6;padding:42px 28px}.emptyState h2{letter-spacing:-.5px;margin:0 0 8px;font-size:30px}.emptyState p{color:var(--text-soft);margin:0}.dashboardLayout{grid-template-columns:224px minmax(0,1fr);align-items:start;gap:18px;display:grid}.sidebar{border:1px solid var(--border);border-radius:var(--radius-xl);min-height:calc(100vh - 128px);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;padding:14px;position:sticky;top:18px}.compactSidebar{position:sticky;top:18px}.sideItem{text-align:left;width:100%;min-height:48px;color:var(--text-soft);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:18px;align-items:center;gap:10px;margin-bottom:8px;padding:0 14px;font-size:15px;font-weight:900;display:flex}.sideItem:before{background:var(--surface-blue);width:26px;height:26px;color:var(--primary);border-radius:10px;flex:0 0 26px;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.sideItem:first-child:before{content:"⌂"}.sideItem:nth-child(2):before{content:"Aa";font-size:12px;font-weight:900}.sideItem:nth-child(3):before{content:"#"}.sideItem:nth-child(4):before{content:"+"}.sideItem:nth-child(5):before{content:"⚙"}.sideItem.active,.sideItem:hover{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 12px 24px #2563eb2e}.sideItem.active:before,.sideItem:hover:before{color:#fff;background:#ffffff2e}.helpBox{display:none}.mainContent{width:100%;min-width:0}.mainContent>section{width:100%}.wordsSection,.dashboardPage{border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;padding:28px}.dashboardPage{background:radial-gradient(circle at 0 0,#2563eb17,#0000 34%),#ffffffeb}.sectionHeader,.dashboardTopLine{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.sectionHeader h2,.dashboardTopLine h2{letter-spacing:-.8px;color:var(--text-main);margin:0;font-size:34px;font-weight:900;line-height:1.08}.dashboardTopLine>div{text-align:left}.dashboardTopLine h2{text-align:left;max-width:680px}.dashboardTopLine p{color:var(--text-soft);text-align:left;margin:8px 0 0;font-size:15px}.actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.actions button,.dashboardTopLine button,.dashboardCardHeader button,.quickActions button,.compactCategoryRow button,.rowActions button,.paginationButtons button,.imageRow button{border:1px solid var(--border);background:var(--surface-blue);color:var(--primary);cursor:pointer;border-radius:15px;padding:10px 14px;font-weight:900}.actions button:hover,.dashboardTopLine button:hover,.dashboardCardHeader button:hover,.quickActions button:hover,.compactCategoryRow button:hover,.rowActions button:hover,.paginationButtons button:hover,.imageRow button:hover{background:var(--primary-soft);border-color:var(--border-strong)}.actions button:first-child,.quickActions button:first-child{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 12px 26px #2563eb33}.actions button:first-child:hover,.quickActions button:first-child:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.actions button.secondaryAction{background:var(--surface-blue);color:var(--primary);border-color:var(--border)}.actions button.secondaryAction:hover{background:var(--primary-soft)}.actions button.dangerAction,.rowActions button:last-child{background:var(--red-soft);color:var(--red);border-color:#fecaca}.actions button.dangerAction:hover,.rowActions button:last-child:hover{background:var(--red);color:#fff;border-color:var(--red)}.compactStatsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.compactStatCard{text-align:center;border:1px solid var(--border);min-height:124px;box-shadow:var(--shadow-soft);background:linear-gradient(#fff 0%,#f8fbff 100%);border-radius:22px;align-content:center;justify-items:center;gap:7px;padding:16px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;position:relative;overflow:hidden}.compactStatCard:hover{border-color:var(--border-strong);transform:translateY(-3px);box-shadow:0 18px 34px #2563eb1a}.compactStatCard:after{display:none}.compactStatCard:before{z-index:1;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:2px;font-size:14px;font-weight:900;display:inline-flex;position:relative}.statTotal:before{content:"≡";color:#1d4ed8;background:#eaf2ff}.statA1:before{content:"A1";color:#2563eb;background:#e8f0ff;font-size:13px}.statA2:before{content:"A2";color:#0284c7;background:#e6f4ff;font-size:13px}.statCustom:before{content:"★";color:#16a34a;background:#e9f9ee}.compactStatCard span,.compactStatCard strong,.compactStatCard small{z-index:1;position:relative}.compactStatCard span{color:var(--text-soft);font-size:14px;font-weight:800}.compactStatCard strong{color:var(--text-main);letter-spacing:-.8px;font-size:34px;font-weight:900;line-height:1}.compactStatCard small{color:var(--text-muted);font-size:13px;font-weight:700;line-height:1.35}.statTotal strong{color:#0f172a}.statA1 strong{color:var(--primary)}.statA2 strong{color:#0284c7}.statCustom strong{color:var(--green)}.compactDashboardGrid{grid-template-columns:1fr;gap:18px;display:grid}.dashboardSideStack{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}.dashboardCard{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;border-radius:24px;align-self:start;padding:22px}.dashboardCardHeader{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.dashboardCardHeader>div{text-align:left}.dashboardCardHeader h3{letter-spacing:-.4px;color:var(--text-main);text-align:left;margin:0;font-size:22px;font-weight:900}.dashboardCardHeader p{color:var(--text-soft);text-align:left;margin:5px 0 0;font-size:13px;font-weight:700}.latestWordsTable{gap:8px;display:grid}.latestWordsHeader,.latestWordsRow{align-items:center;gap:12px;display:grid}.latestWordsHeader{color:var(--text-muted);padding:0 12px 6px;font-size:13px;font-weight:900}.latestWordsHeaderWithImage,.latestWordsRowWithImage{grid-template-columns:52px 1.2fr 1fr 110px}.latestWordsRow{background:var(--surface-soft);min-height:64px;color:var(--text-main);border:1px solid #0000;border-radius:18px;padding:10px 12px}.latestWordsRow:hover,.clickableRow:hover{background:var(--surface-blue);border-color:var(--border)}.clickableRow{cursor:pointer}.latestImageCell{border:1px solid var(--border);background:#fff;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;padding:4px;display:flex}.latestImageCell img{object-fit:contain;border-radius:10px;width:100%;height:100%}.latestNoImage{background:var(--red-soft);width:28px;height:28px;color:var(--red);border-radius:999px;justify-content:center;align-items:center;font-weight:900;display:flex}.latestGeorgianText{font-weight:900}.topCategoryList{gap:10px;display:grid}.topCategoryItem{background:var(--surface-soft);border:1px solid var(--border);min-height:68px;color:var(--text-main);cursor:pointer;border-radius:18px;grid-template-columns:1fr;align-items:center;gap:10px;padding:14px 16px;display:grid}.topCategoryItem:hover{background:var(--surface-blue)}.topCategoryTop{grid-template-columns:1fr auto;align-items:center;gap:12px;display:grid}.topCategoryTop span{color:var(--text-main);font-size:14px;font-weight:900}.topCategoryTop strong{color:var(--primary);font-size:14px;font-weight:900}.categoryProgress{background:#e5edf8;border-radius:999px;height:7px;overflow:hidden}.categoryProgress div{background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:999px;height:100%}.quickActions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.improvedQuickActions button{text-align:left;border-radius:18px;align-content:center;gap:4px;min-height:76px;padding:15px;display:grid}.improvedQuickActions button strong{font-size:15px}.improvedQuickActions button span{color:var(--text-soft);font-size:12px;font-weight:800}.improvedQuickActions button:first-child span{color:#ffffffdb}.wordsHeader{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title actions""subtitle actions";align-items:start;gap:4px 18px;margin-bottom:18px;display:grid}.wordsHeader>div:first-child{display:contents}.wordsHeader>div:first-child h2{text-align:left;white-space:nowrap;grid-area:title;justify-self:start;margin:0;font-size:34px;line-height:1}.wordsHeader>div:first-child .hintText{text-align:left;white-space:nowrap;grid-area:subtitle;justify-self:start;margin:10px 0 0;font-size:15px;line-height:1.35}.wordsActions{flex-wrap:nowrap;grid-area:actions;justify-content:flex-end;justify-self:end;align-items:flex-start;gap:6px;min-width:0;display:flex}.wordsActions button{white-space:nowrap;border-radius:14px;min-height:36px;padding:0 9px;font-size:12px}.wordsActions button:first-child{padding:0 13px}@media (width<=1180px){.wordsHeader{grid-template-columns:1fr;grid-template-areas:"title""subtitle""actions"}.wordsHeader>div:first-child .hintText{white-space:normal}.wordsActions{flex-wrap:wrap;justify-content:flex-start;justify-self:start;margin-top:8px}}.wordFilterChips{flex-wrap:wrap;gap:10px;margin:-4px 0 18px;display:flex}.wordFilterChips button{border:1px solid var(--border);background:var(--surface-blue);min-height:42px;color:var(--text-soft);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 15px;font-weight:900;display:inline-flex}.wordFilterChips button:hover{background:var(--primary-soft);color:var(--primary)}.wordFilterChips button.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 12px 24px #2563eb2e}.wordFilterChips button strong{min-width:26px;height:24px;color:inherit;background:#2563eb1f;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:12px;display:inline-flex}.wordFilterChips button.active strong{color:#fff;background:#ffffff38}.searchInput{border:1px solid var(--border);width:100%;height:54px;color:var(--text-main);background:#fff;border-radius:18px;outline:none;margin-bottom:18px;padding:0 18px;font-size:15px}.searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.tableHeader,.tableRow{grid-template-columns:36px 58px 1.15fr 1.15fr 90px 110px 148px;align-items:center;gap:12px;display:grid}.tableHeader{color:var(--text-muted);padding:0 14px 10px;font-size:13px;font-weight:900}.wordsTable{gap:10px;display:grid}.tableRow{background:var(--surface-soft);min-height:72px;color:var(--text-main);border:1px solid #0000;border-radius:18px;padding:12px 14px}.tableRow:hover{background:var(--surface-blue);border-color:var(--border)}.tableRow input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary)}.imageThumbButton{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:15px;justify-content:center;align-items:center;width:48px;height:48px;padding:4px;display:flex}.imageThumbButton img{object-fit:contain;border-radius:11px;width:100%;height:100%}.brokenImageBadge{background:var(--red-soft);width:30px;height:30px;color:var(--red);border-radius:999px;justify-content:center;align-items:center;font-weight:900;display:flex}.wordPreviewButton{color:var(--text-main);text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;font-weight:900}.wordPreviewButton:hover{color:var(--primary);transform:none}.categoryBadge{text-overflow:ellipsis;background:var(--primary-soft);max-width:100%;color:var(--primary);white-space:nowrap;border-radius:999px;justify-self:start;padding:7px 12px;font-size:12px;font-weight:900;overflow:hidden}.rowActions{justify-content:flex-end;gap:8px;display:flex}.rowActions button{min-height:38px;padding:0 12px}.paginationBar{color:var(--text-soft);justify-content:space-between;align-items:center;gap:12px;margin-top:18px;font-size:14px;font-weight:700;display:flex}.paginationButtons{align-items:center;gap:10px;display:flex}.paginationButtons button{min-height:40px;padding:0 13px}.paginationButtons button:disabled{opacity:.42;cursor:not-allowed;transform:none}.paginationButtons strong{color:var(--text-main)}.compactCategoryTable{gap:10px;display:grid}.compactCategoryHeader,.compactCategoryRow{grid-template-columns:1fr 90px 120px;align-items:center;gap:14px;display:grid}.compactCategoryHeader{color:var(--text-muted);padding:0 16px 8px;font-size:13px;font-weight:900}.compactCategoryRow{background:var(--surface-soft);border:1px solid #0000;border-radius:18px;min-height:66px;padding:14px 16px}.compactCategoryRow:hover{background:var(--surface-blue);border-color:var(--border)}.compactCategoryRow strong{color:var(--text-main);font-size:20px;font-weight:900}.compactCategoryRow button{min-height:42px}.settingsGrid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;display:grid}.settingCard{background:var(--surface-soft);border:1px solid var(--border);border-radius:22px;min-height:118px;padding:18px}.settingCard span{color:var(--text-soft);margin-bottom:10px;font-size:14px;font-weight:800;display:block}.settingCard strong{color:var(--text-main);word-break:break-word;font-size:18px;line-height:1.35;display:block}.modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a8f;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{border:1px solid var(--border);width:660px;max-width:100%;max-height:calc(100vh - 48px);color:var(--text-main);background:#fff;border-radius:30px;padding:28px;overflow-y:auto;box-shadow:0 30px 80px #0f172a38}.previewModal{width:560px}.modal h2{text-align:center;letter-spacing:-.6px;color:var(--text-main);margin:0 0 22px;font-size:30px;font-weight:900;line-height:1.1}.modal label{color:var(--text-main);margin:0 0 8px;font-weight:900;display:block}.modal input,.modal select,.bulkTextarea{border:1px solid var(--border);width:100%;min-height:52px;color:var(--text-main);background:#fff;border-radius:18px;outline:none;margin-bottom:16px;padding:0 16px;font-size:15px}.modal input:focus,.modal select:focus,.bulkTextarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.bulkTextarea{resize:vertical;min-height:260px;padding-top:14px}.hintText{color:var(--text-soft);margin-top:0;line-height:1.45}.imageRow{grid-template-columns:1fr 180px;align-items:start;gap:12px;display:grid}.imageRow button{min-height:52px}.imagePreviewBox{background:var(--surface-soft);border:1px solid var(--border);border-radius:20px;justify-content:center;margin-bottom:16px;padding:12px;display:flex}.imagePreviewBox img{object-fit:contain;border-radius:14px;max-width:100%;max-height:220px}.previewInfo div{background:var(--surface-soft);border:1px solid var(--border);border-radius:18px;padding:14px}.previewInfo span{color:var(--text-soft);margin-bottom:6px;font-size:13px;font-weight:800;display:block}.previewInfo strong{color:var(--text-main);font-size:20px;line-height:1.3}.largeImagePreview{background:var(--surface-soft);border:1px solid var(--border);border-radius:22px;justify-content:center;margin-bottom:16px;padding:14px;display:flex}.largeImagePreview img{object-fit:contain;border-radius:16px;max-width:100%;max-height:360px}.noImagePreview{background:var(--surface-soft);border:1px dashed var(--border-strong);text-align:center;color:var(--text-soft);border-radius:22px;margin-bottom:16px;padding:32px}.modalActions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.modalActions button{border:1px solid var(--border);cursor:pointer;border-radius:16px;min-width:110px;min-height:48px;font-weight:900}.modalActions button:first-child{background:var(--surface-blue);color:var(--text-soft)}.modalActions button:last-child{background:var(--primary);color:#fff;border-color:var(--primary)}.modalActions button:last-child:hover{background:var(--primary-dark);border-color:var(--primary-dark)}select option{color:var(--text-main);background:#fff}.duplicateModal{width:760px}.duplicateHeader{align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.duplicateHeader h2{text-align:left;margin:0}.duplicateHeader p{color:var(--text-soft);margin:8px 0 0}.warningIcon{background:var(--orange-soft);width:44px;height:44px;color:var(--orange);border-radius:16px;flex:0 0 44px;justify-content:center;align-items:center;font-size:24px;font-weight:900;display:flex}.duplicateCompare{background:var(--surface-soft);border:1px solid var(--border);border-radius:22px;grid-template-columns:1fr 54px 1fr;align-items:center;gap:14px;margin-bottom:22px;padding:18px;display:grid}.duplicateCompare span{color:var(--primary);margin-bottom:10px;font-size:14px;font-weight:900;display:block}.duplicateCompare strong{margin-bottom:8px;font-size:20px;display:block}.duplicateCompare small{color:var(--text-soft)}.duplicateArrow{background:var(--surface-blue-strong);width:42px;height:42px;color:var(--primary);border-radius:999px;justify-content:center;align-items:center;font-size:20px;font-weight:900;display:flex}.duplicateQuestion{margin:0 0 14px;font-size:20px}.duplicateChoices{gap:12px;margin-bottom:20px;display:grid}.duplicateChoice{background:var(--surface-soft);border:1px solid var(--border);width:100%;color:var(--text-main);text-align:left;cursor:pointer;border-radius:20px;grid-template-columns:58px 1fr;align-items:center;gap:14px;padding:14px;display:grid}.duplicateChoice.active{border-color:var(--primary);background:var(--surface-blue);box-shadow:0 0 0 4px #2563eb14}.choiceIcon{border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-size:26px;font-weight:900;display:flex}.editIcon{background:var(--primary-soft);color:var(--primary)}.addIcon{background:var(--green-soft);color:var(--green)}.skipIcon{color:var(--text-soft);background:#eef2f7}.duplicateChoice strong{margin-bottom:5px;font-size:18px;display:block}.duplicateChoice small{color:var(--text-soft)}.duplicateModal .modalActions button:last-child:disabled{opacity:.45;cursor:not-allowed;transform:none}@media (width<=1100px){.app{max-width:940px}.dashboardLayout{grid-template-columns:1fr}.sidebar{gap:10px;min-height:auto;display:flex;position:static;overflow-x:auto}.sideItem{white-space:nowrap;width:auto;min-width:max-content;margin-bottom:0}.mainContent>section{min-height:auto}.compactStatsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.tableHeader,.tableRow{grid-template-columns:36px 58px 1fr 1fr 80px 96px 132px}}@media (width<=820px){.sectionHeader,.dashboardTopLine{flex-direction:column;align-items:stretch}.actions{justify-content:flex-start}.dashboardSideStack,.quickActions{grid-template-columns:1fr}.latestWordsHeaderWithImage{display:none}.latestWordsRowWithImage{grid-template-columns:52px 1fr}.latestWordsRowWithImage span:nth-child(3),.latestWordsRowWithImage span:nth-child(4){grid-column:2}.topbar{align-items:stretch}.topbar>.brandBlock:last-child{border-left:none;justify-content:flex-start;padding-left:0}}@media (width<=700px){.app{padding:10px}.topbar{border-radius:24px;flex-direction:column;align-items:flex-start}.topbar h1{font-size:22px}.loginButton{width:100%}.wordsSection,.dashboardPage{border-radius:24px;padding:20px}.sectionHeader h2,.dashboardTopLine h2{font-size:30px}.compactStatsGrid{grid-template-columns:1fr}.tableHeader{display:none}.tableRow{grid-template-columns:32px 54px 1fr;gap:10px}.wordPreviewButton,.categoryBadge,.rowActions{grid-column:3}.rowActions{justify-content:flex-start}.paginationBar{flex-direction:column;align-items:flex-start}.compactCategoryHeader{display:none}.compactCategoryRow{grid-template-columns:1fr;gap:10px}.imageRow,.duplicateCompare{grid-template-columns:1fr}.duplicateArrow{display:none}.duplicateChoice{grid-template-columns:48px 1fr}}.wordsSection{padding:24px}.wordFilterChips{gap:8px;margin:-2px 0 14px}.wordFilterChips button{min-height:36px;padding:0 13px;font-size:13px}.wordFilterChips button strong{min-width:24px;height:22px;font-size:11px}.searchInput{height:48px;margin-bottom:14px;font-size:14px}.tableHeader,.tableRow{grid-template-columns:28px 46px 1.15fr 1.15fr 70px 92px 118px;gap:10px}.tableHeader{padding:0 12px 8px;font-size:12px}.wordsTable{gap:7px}.tableRow{border-radius:15px;min-height:56px;padding:8px 12px}.tableRow input[type=checkbox]{width:15px;height:15px}.imageThumbButton{border-radius:12px;width:38px;height:38px;padding:3px}.imageThumbButton img{border-radius:9px}.brokenImageBadge{width:26px;height:26px;font-size:13px}.wordPreviewButton,.tableRow span{font-size:14px;line-height:1.2}.categoryBadge{padding:6px 10px;font-size:11px}.rowActions{gap:6px}.rowActions button{border-radius:12px;min-height:32px;padding:0 10px;font-size:12px}.paginationBar{margin-top:14px;font-size:13px}.paginationButtons button{min-height:34px;padding:0 11px;font-size:12px}@media (width<=700px){.tableRow{grid-template-columns:28px 44px 1fr;min-height:62px;padding:10px}.rowActions button{min-height:34px}}.tableHeader span{text-align:left;justify-self:start}.tableHeader span:first-child{justify-self:center}.tableRow>span,.wordPreviewButton{text-align:left;justify-self:start}.imageThumbButton,.categoryBadge{justify-self:start}.rowActions{justify-self:end}.adminLatestWordsHeaderWithImage,.adminLatestWordsRowWithImage{grid-template-columns:52px 1.1fr 1fr 100px 110px}.latestWordsHeader span,.latestWordsRow span{text-align:left;justify-self:start}.latestImageCell{justify-self:start}.latestWordsRow .categoryBadge,.adminLatestWordsHeaderWithImage span,.adminLatestWordsRowWithImage span{text-align:left;justify-self:start}.compactStatCard{border:1px solid var(--border);cursor:pointer;font-family:inherit}.compactStatCard:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #2563eb1f}.compactQuickActionsCard{margin-bottom:18px;padding:16px 18px}.compactQuickActionsHeader h3{text-align:left;margin:0 0 12px;font-size:18px;font-weight:900}.compactQuickActionsRow{flex-wrap:wrap;gap:10px;display:flex}.compactQuickActionsRow button{border:1px solid var(--border);background:var(--surface-blue);min-height:38px;color:var(--primary);cursor:pointer;border-radius:14px;padding:0 14px;font-weight:900}.compactQuickActionsRow button:first-child{background:var(--primary);color:#fff;border-color:var(--primary)}.compactQuickActionsRow button:hover{background:var(--primary-soft);border-color:var(--border-strong)}.compactQuickActionsRow button:first-child:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.compactQuickActionsCard{border-radius:22px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:14px 18px;display:flex}.compactQuickActionsHeader h3{white-space:nowrap;margin:0;font-size:18px;font-weight:900}.compactQuickActionsRow{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.compactQuickActionsRow button{border-radius:13px;min-height:36px;padding:0 13px;font-size:13px}.dashboardSideStack{grid-template-columns:1fr}.dashboardSideStack .dashboardCard{width:100%}.topCategoryList{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (width<=820px){.compactQuickActionsCard{flex-direction:column;align-items:stretch}.compactQuickActionsRow{justify-content:flex-start}.topCategoryList{grid-template-columns:1fr}}.latestCompact{padding:18px 20px}.latestCompact .dashboardCardHeader{margin-bottom:12px}.latestCompact .dashboardCardHeader h3{font-size:20px}.latestCompact .dashboardCardHeader p{font-size:12px}.latestWordsHeader{padding:0 10px 8px;font-size:12px}.latestWordsRow{border-radius:14px;min-height:48px;padding:6px 10px}.latestImageCell img,.latestNoImage{border-radius:10px;width:32px;height:32px}.latestGeorgianText,.latestWordsRow span{font-size:13px}.latestWordsRow .categoryBadge{min-height:26px;padding:4px 10px;font-size:11px}.latestWordsTable{gap:6px}.latestGeorgianText{font-size:16px;font-weight:700}.latestWordsRow .latestGeorgianText{font-size:16px;font-weight:700;line-height:1.2}.latestWordsRow>span:nth-child(3){font-size:15px;font-weight:500}.languageSwitch{background:var(--surface-blue);border:1px solid var(--border);border-radius:14px;gap:4px;padding:4px;display:flex}.languageSwitch button{min-width:38px;height:32px;color:var(--text-soft);cursor:pointer;background:0 0;border:none;border-radius:10px;font-weight:900}.languageSwitch button.active{background:var(--primary);color:#fff}.adminLatestWordsHeaderWithImage,.adminLatestWordsRowWithImage{grid-template-columns:70px 1.2fr 1.2fr 100px 110px;column-gap:18px}.latestWordsHeader span,.latestWordsRow span{min-width:0}.brandButton{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.brandButton:hover h1{color:#2563eb}.brandButton:focus-visible{outline-offset:6px;border-radius:18px;outline:3px solid #2563eb40}.compactQuickActionsCard{grid-template-columns:230px minmax(0,1fr);align-items:center;gap:16px;display:grid}.compactQuickActionsHeader{min-width:0;margin:0}.compactQuickActionsHeader h3{white-space:nowrap;letter-spacing:-.02em;color:#0f172a;margin:0;font-family:inherit;font-size:18px;font-weight:800;line-height:1.2}.compactQuickActionsRow{justify-content:flex-end;gap:10px;width:100%;min-width:0;display:flex}.compactQuickActionsRow button{white-space:nowrap;letter-spacing:-.01em;width:auto;min-width:140px;padding:12px 18px;font-family:inherit;font-size:14px;font-weight:700;line-height:1}.dashboardSearchCard{margin-top:16px;margin-bottom:18px}.dashboardSearchInput{color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:22px;outline:none;width:100%;padding:16px 20px;font-family:inherit;font-size:15px;font-weight:500;box-shadow:0 10px 30px #0f172a0a}.dashboardSearchInput::placeholder{color:#7c8798}.dashboardSearchInput:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #3b82f61f}.previewModal{width:min(760px,100vw - 48px);max-height:calc(100vh - 64px);padding:28px 32px;overflow-y:auto}.previewModal h2{margin-bottom:20px;font-size:30px;line-height:1.1}.previewInfo{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.previewInfo>div{border-radius:18px;min-height:auto;padding:14px 16px}.previewInfo span{margin-bottom:6px;font-size:13px;line-height:1.1}.previewInfo strong{font-size:18px;line-height:1.2}.largeImagePreview{border-radius:18px;margin-top:14px;padding:14px}.largeImagePreview img{object-fit:contain;max-height:300px}.noImagePreview{border-radius:18px;margin-top:14px;padding:22px}.previewModal .modalActions{margin-top:16px}@media (width<=720px){.previewInfo{grid-template-columns:1fr}.previewModal{width:min(94vw,760px);padding:24px}}.compactWordPreviewModal{width:min(900px,100vw - 48px);max-height:calc(100vh - 64px);padding:28px;overflow-y:auto}.compactPreviewHeader{justify-content:center;margin-bottom:20px;display:flex}.compactPreviewHeader h2{letter-spacing:-.03em;margin:0;font-size:30px;line-height:1.1}.compactPreviewLayout{grid-template-columns:330px minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.compactPreviewDetails{gap:10px;display:grid}.compactPreviewRow{background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;grid-template-columns:1fr;gap:4px;padding:14px 16px;display:grid}.compactPreviewRow span{color:#4b5563;font-size:13px;font-weight:800}.compactPreviewRow strong{color:#0f172a;font-size:19px;font-weight:800;line-height:1.2}.compactPreviewImagePanel{background:#f8fbff;border:1px solid #dbeafe;border-radius:22px;justify-content:center;align-items:center;min-height:360px;padding:16px;display:flex}.compactPreviewImagePanel img{object-fit:contain;border-radius:18px;width:100%;max-height:360px}.compactNoImagePreview{color:#64748b;justify-content:center;align-items:center;width:100%;min-height:260px;font-weight:700;display:flex}.compactPreviewActions{margin-top:18px}@media (width<=820px){.compactPreviewLayout{grid-template-columns:1fr}.compactPreviewImagePanel{min-height:260px}.compactPreviewImagePanel img{max-height:260px}}.compactPreviewHeader h2{letter-spacing:-.025em;color:#0f172a;font-size:28px;font-weight:800}.compactPreviewRow{text-align:center;align-content:center}.compactPreviewRow span{letter-spacing:-.01em;color:#64748b;font-size:13px;font-weight:700}.compactPreviewRow strong{letter-spacing:-.01em;color:#111827;font-size:18px;font-weight:650}.compactPreviewRow:first-child strong{letter-spacing:0;font-size:20px;font-weight:500}.compactPreviewActions button{letter-spacing:-.01em;font-family:inherit;font-size:15px;font-weight:700}.wordFormModal{width:min(920px,100vw - 56px);max-height:calc(100vh - 72px);padding:26px 30px;overflow-y:auto}.wordFormHeader{margin-bottom:18px}.wordFormHeader h2{letter-spacing:-.025em;color:#0f172a;font-size:28px;font-weight:800;line-height:1.1}.wordFormLayout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px;display:grid}.wordFormMain,.wordFormSide{background:#f8fbff;border:1px solid #dbeafe;border-radius:22px;padding:18px}.wordFormMain{grid-template-columns:1fr;gap:8px;display:grid}.wordFormSide{grid-template-columns:1fr;gap:10px;display:grid}.wordFormModal label{text-align:left;letter-spacing:-.01em;color:#64748b;margin:2px 0 0;font-size:13px;font-weight:700;line-height:1.15}.wordFormModal input,.wordFormModal select{color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:16px;outline:none;width:100%;min-height:44px;padding:0 14px;font-family:inherit;font-size:15px;font-weight:500}.wordFormModal input::placeholder{color:#7c8798}.wordFormModal input:focus,.wordFormModal select:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #3b82f61f}.wordFormImageInput{grid-template-columns:1fr;gap:10px;display:grid}.wordFormImageInput button{color:#2563eb;letter-spacing:-.01em;width:100%;min-height:44px;box-shadow:none;background:#eef5ff;border:1px solid #bfdbfe;border-radius:16px;font-family:inherit;font-size:14px;font-weight:800}.wordFormImageInput button:hover{background:#dbeafe}.wordFormImageInput button:disabled{opacity:.65;cursor:not-allowed}.wordFormImagePreview{background:#fff;border:1px solid #dbeafe;border-radius:22px;justify-content:center;align-items:center;min-height:250px;max-height:250px;margin-top:4px;display:flex;overflow:hidden}.wordFormImagePreview img{object-fit:contain;width:100%;max-height:250px}.wordFormImagePreview span{color:#64748b;font-size:14px;font-weight:700}.wordFormActions{margin-top:18px}.wordFormActions button{letter-spacing:-.01em;min-width:132px;min-height:46px;font-family:inherit;font-size:15px;font-weight:700}@media (width<=860px){.wordFormLayout{grid-template-columns:1fr}.wordFormModal{width:min(94vw,920px);padding:24px}.wordFormImagePreview{min-height:220px;max-height:220px}.wordFormImagePreview img{max-height:220px}}.bulkAddSection,.bulkAddSection .sectionHeader,.bulkAddSection .sectionHeader h2,.bulkAddSection .sectionHeader p,.bulkAddCard{text-align:left}.bulkAddCard label{text-align:left;color:#64748b;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.bulkAddCard .searchInput{text-align:left}.bulkAddCard .hintText{text-align:left;max-width:none;margin:20px 0 12px;line-height:1.55}.bulkAddCard .bulkTextarea{text-align:left}.selectedWordsActionsBar{background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;margin:8px 0 12px;padding:8px 12px;display:flex}.selectedWordsActionsBar span{color:#475569;font-size:13px;font-weight:700}.selectedWordsActionsBar div{align-items:center;gap:8px;display:flex}.selectionDeleteButton{letter-spacing:-.01em;white-space:nowrap;cursor:pointer;color:#dc2626;background:#fee2e2;border:1px solid #fecaca;border-radius:13px;min-height:34px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:800}.selectionDeleteButton:hover{background:#fecaca}.csvImportProgressBar{background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;margin:10px 0 14px;padding:12px 14px}.csvImportProgressTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.csvImportProgressTop span{color:#475569;font-size:13px;font-weight:700}.csvImportProgressTop strong{color:#2563eb;font-size:13px;font-weight:800}.csvImportProgressTrack{background:#eaf2ff;border-radius:999px;height:8px;overflow:hidden}.csvImportProgressTrack div{background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:999px;height:100%;transition:width .18s}.bulkEditModal{width:min(620px,100vw - 48px);padding:28px}.bulkEditHint{text-align:center;color:#64748b;margin:0 0 18px;font-size:14px;font-weight:600}.bulkEditGrid{background:#f8fbff;border:1px solid #dbeafe;border-radius:22px;grid-template-columns:1fr 1fr;gap:14px;padding:18px;display:grid}.bulkEditFull{grid-column:1/-1}.bulkEditGrid label{color:#64748b;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.bulkEditGrid input,.bulkEditGrid select{color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:16px;outline:none;width:100%;min-height:44px;padding:0 14px;font-family:inherit;font-size:15px;font-weight:500}.bulkEditGrid input:focus,.bulkEditGrid select:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #3b82f61f}.bulkEditCheckbox{cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:16px;align-items:center;gap:10px;padding:12px 14px;margin:6px 0 0!important;display:flex!important}.bulkEditCheckbox input{width:18px;min-height:18px}.bulkEditCheckbox span{color:#475569;font-size:14px;font-weight:700}@media (width<=680px){.bulkEditGrid{grid-template-columns:1fr}}@media (width<=1050px){.wordsSection .wordsActionsPanel .wordsActions{flex-wrap:wrap!important}}.iconRowActions{justify-content:flex-start;align-items:center;gap:8px;display:flex}.rowIconButton{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;min-height:38px;display:inline-flex}.rowIconButton svg{fill:currentColor;width:18px;height:18px}.editIconButton{color:#2563eb;background:#eef5ff;border:1px solid #bfdbfe}.editIconButton:hover{background:#dbeafe}.deleteIconButton{color:#dc2626;background:#fee2e2;border:1px solid #fecaca}.deleteIconButton:hover{background:#fecaca}.sortableTableHeader{text-align:left;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.sortableTableHeader:hover{color:#2563eb}.sortableTableHeader:focus-visible{outline-offset:4px;border-radius:8px;outline:2px solid #2563eb59}.wordsHeader{align-items:start}.wordsHeader>div:first-child{flex-direction:column;justify-content:flex-start;gap:6px;display:flex}.wordsHeader h2{margin-bottom:0}.wordsHeader .hintText{margin:0;line-height:1.35}.wordsHeader{display:block!important}.wordsActions{flex-wrap:wrap;justify-content:flex-start;gap:10px;max-width:100%;margin-top:18px;display:flex}.wordsActions button{white-space:nowrap;min-height:44px;padding:0 18px}.wordsActions button:first-child{min-width:150px}@media (width>=1180px){.wordsHeader{grid-template-columns:minmax(320px,1fr) auto;align-items:start;gap:24px;display:grid!important}.wordsActions{justify-content:flex-end;max-width:600px;margin-top:0}}@media (width<=760px){.wordsActions{grid-template-columns:1fr 1fr;display:grid}.wordsActions button{width:100%;padding:0 12px}}.wordsHeader{margin-bottom:0;display:block!important}.wordsTitleBlock{display:block}.wordsActionsPanel .wordsActions{flex-wrap:wrap;justify-content:flex-start;gap:10px;margin:0;display:flex}.wordsActionsPanel .wordsActions button{white-space:nowrap;min-height:44px;padding:0 18px}@media (width<=760px){.wordsActionsPanel .wordsActions{grid-template-columns:1fr 1fr;display:grid}.wordsActionsPanel .wordsActions button{width:100%;padding:0 12px}}.wordsActionsPanel{background:#f8fbff;border:1px solid #dbeafe;border-radius:22px;margin:22px 0 18px;padding:14px}.wordsActionsPanel .wordsActions{grid-template-columns:1.2fr 1fr 1fr 1fr 1.2fr 1fr;gap:10px;width:100%;margin:0;display:grid}.wordsActionsPanel .wordsActions button{white-space:nowrap;width:100%;min-width:0;min-height:44px;padding:0 12px;font-size:14px}@media (width<=900px){.wordsActionsPanel .wordsActions{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=560px){.wordsActionsPanel .wordsActions{grid-template-columns:1fr 1fr}}.wordsActionsPanel{overflow-x:auto}.wordsActionsPanel .wordsActions{justify-content:center;align-items:center;gap:12px;width:max-content;min-width:100%;margin:0 auto;flex-wrap:nowrap!important;display:flex!important}.wordsActionsPanel .wordsActions button{white-space:nowrap;flex:none;padding:0 22px;width:auto!important;min-width:max-content!important}.wordsActionsPanel{padding:14px 18px!important;overflow-x:visible!important}.wordsActionsPanel .wordsActions{align-items:center;gap:12px;flex-wrap:nowrap!important;justify-content:center!important;width:100%!important;min-width:0!important;margin:0!important;display:flex!important}.wordsActionsPanel .wordsActions button{white-space:nowrap;flex:none;min-height:44px;font-size:14px;width:auto!important;min-width:auto!important;padding:0 18px!important}@media (width<=900px){.wordsActionsPanel{overflow-x:auto!important}.wordsActionsPanel .wordsActions{width:max-content!important;min-width:100%!important}}.wordsActionsPanel .wordsActions{gap:12px;grid-template-columns:repeat(6,minmax(0,1fr))!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;display:grid!important}.wordsActionsPanel .wordsActions button{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden;flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:0 10px!important}.wordsActionsPanel{box-sizing:border-box;width:100%;padding:14px 16px!important;overflow:hidden!important}.wordsActionsPanel .wordsActions{align-items:center;gap:10px;grid-template-columns:150px 135px 125px 135px 170px 135px!important;justify-content:start!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;display:grid!important}.wordsActionsPanel .wordsActions button{white-space:nowrap;text-overflow:ellipsis;min-height:44px;font-size:14px;overflow:hidden;flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:0 10px!important}.wordsActionsPanel .wordsActions button:first-child{min-width:0!important}@media (width<=980px){.wordsActionsPanel .wordsActions{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=560px){.wordsActionsPanel .wordsActions{grid-template-columns:1fr 1fr!important}}.wordsSection .wordsActionsPanel .wordsActions{align-items:center;gap:10px;flex-wrap:wrap!important;justify-content:flex-start!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;display:flex!important}.wordsSection .wordsActionsPanel .wordsActions button{white-space:nowrap;min-height:44px;font-size:14px;text-overflow:clip!important;flex:none!important;width:auto!important;min-width:auto!important;max-width:none!important;padding:0 18px!important;overflow:visible!important}@media (width<=760px){.wordsSection .wordsActionsPanel .wordsActions{grid-template-columns:1fr 1fr;display:grid!important}.wordsSection .wordsActionsPanel .wordsActions button{width:100%!important}}.wordsSection .wordsActionsPanel{box-sizing:border-box;width:100%;margin:22px 0 18px;padding:14px 16px!important;overflow:hidden!important}.wordsSection .wordsActionsPanel .wordsActions{align-items:center;grid-template-columns:135px 125px 115px 130px 155px 125px!important;justify-content:start!important;gap:8px!important;width:100%!important;margin:0!important;display:grid!important}.wordsSection .wordsActionsPanel .wordsActions button{font-family:inherit;font-weight:800;white-space:nowrap!important;text-overflow:clip!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:42px!important;padding:0 10px!important;font-size:13px!important;line-height:1!important;overflow:hidden!important}@media (width<=980px){.wordsSection .wordsActionsPanel .wordsActions{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=560px){.wordsSection .wordsActionsPanel .wordsActions{grid-template-columns:1fr 1fr!important}}.wordsSection .wordsActionsPanel .wordsActions{align-items:center;grid-template-columns:140px 120px 120px 120px 120px 120px!important;justify-content:start!important;gap:10px!important;display:grid!important}.wordsSection .wordsActionsPanel .wordsActions button{white-space:nowrap!important;text-overflow:clip!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:0 10px!important;font-size:13px!important;overflow:visible!important}.wordsSection .wordsActionsPanel{box-sizing:border-box;background:#f8fbff;border:1px solid #dbeafe;border-radius:22px;width:100%;margin:22px 0 18px;padding:14px 16px!important;overflow:hidden!important}@media (width<=1050px){.wordsSection .wordsActionsPanel .wordsActions{flex-wrap:wrap!important}.wordsSection .wordsActionsPanel .wordsActions button{font-size:13px!important}}.wordsSection .wordsActionsPanel{box-sizing:border-box;width:100%;background:0 0!important;border:0!important;border-radius:0!important;margin:22px 0 18px!important;padding:0!important;overflow:visible!important}.wordsSection .wordsActionsPanel .wordsActions{flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;display:flex!important}@media (width<=1050px){.wordsSection .wordsActionsPanel .wordsActions{flex-wrap:wrap!important}}.wordsSection{overflow:hidden}.wordsSection .wordsHeader{margin:0!important;padding:0 0 26px!important;display:block!important}.wordsTitleBlock h2{margin:0;line-height:1.05}.wordsTitleBlock .hintText{margin:12px 0 0;line-height:1.35}.wordsSection .wordsActionsPanel{background:#f8fbff!important;border:1px solid #dbeafe!important;border-left:0!important;border-right:0!important;border-radius:0!important;width:auto!important;margin:0 -24px 24px!important;padding:16px 24px!important;overflow:visible!important}.wordsSection .wordsActionsPanel .wordsActions{flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;width:100%!important;margin:0!important;display:flex!important}.wordsSection .wordsActionsPanel .wordsActions button{font-family:inherit;white-space:nowrap!important;text-overflow:clip!important;flex:none!important;width:auto!important;min-width:auto!important;max-width:none!important;min-height:42px!important;padding:0 18px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;overflow:visible!important}.wordsSection .wordsActionsPanel .wordsActions button:first-child{min-width:auto!important}.wordFilterChips{margin-top:0}@media (width<=1050px){.wordsSection .wordsActionsPanel .wordsActions{flex-wrap:wrap!important}}.categoriesPage{text-align:left}.categoriesHeader{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.categoriesHeader h2{letter-spacing:-.8px;color:var(--text-main);text-align:left;margin:0;font-size:34px;font-weight:900;line-height:1.05}.categoriesHeader .hintText{text-align:left;margin:12px 0 0}.categoriesHeaderActions{flex:none;align-items:center;gap:10px;display:flex}.categoriesHeaderActions button{border:1px solid var(--border);background:var(--surface-blue);min-height:44px;color:var(--primary);cursor:pointer;white-space:nowrap;border-radius:16px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:800}.categoriesHeaderActions button:first-child{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 12px 26px #2563eb33}.categoriesStatsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.categoryStatBox{text-align:left;background:#f8fbff;border:1px solid #dbeafe;border-radius:20px;min-height:86px;padding:16px}.categoryStatBox span{color:#64748b;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.categoryStatBox strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:26px;font-weight:900;line-height:1.1;display:block;overflow:hidden}.categoriesControls{grid-template-columns:minmax(0,1fr) 230px;align-items:center;gap:12px;margin-bottom:18px;display:grid}.categoriesSearchInput{margin-bottom:0}.categoriesSortSelect{border:1px solid var(--border);width:100%;height:48px;color:var(--text-main);background:#fff;border-radius:18px;outline:none;padding:0 14px;font-family:inherit;font-size:14px;font-weight:800}.categoriesSortSelect:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.categoriesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.categoryCardButton{text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #dbeafe;border-radius:22px;width:100%;min-height:126px;padding:16px;display:block}.categoryCardButton:hover{background:#eef5ff;border-color:#bfdbfe}.categoryCardTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.categoryNameBadge{text-overflow:ellipsis;max-width:100%;color:var(--primary);white-space:nowrap;background:#dbeafe;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900;overflow:hidden}.categoryCardTop strong{color:#0f172a;font-size:26px;font-weight:900;line-height:1}.categoryCardMeta{color:#64748b;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:12px;font-weight:800;display:flex}.categoryProgressLine{background:#e5edf8;border-radius:999px;height:8px;overflow:hidden}.categoryProgressLine div{background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:999px;height:100%}.categoryCardAction{color:var(--primary);margin-top:12px;font-size:13px;font-weight:900}.categoriesEmptyState{color:#64748b;text-align:center;background:#f8fbff;border:1px dashed #bfdbfe;border-radius:22px;padding:28px;font-weight:800}@media (width<=820px){.categoriesHeader{flex-direction:column}.categoriesHeaderActions{flex-wrap:wrap;width:100%}.categoriesStatsGrid,.categoriesControls,.categoriesGrid{grid-template-columns:1fr}}.compactCategoriesStatsGrid{gap:12px;margin-bottom:16px;grid-template-columns:repeat(2,max-content)!important}.compactCategoryStatBox{align-items:center;gap:12px;display:inline-flex;border-radius:16px!important;min-height:46px!important;padding:10px 16px!important}.compactCategoryStatBox span{color:#64748b;font-weight:800;margin:0!important;font-size:14px!important}.compactCategoryStatBox strong{color:#0f172a;font-weight:900;margin:0!important;font-size:22px!important;line-height:1!important}@media (width<=700px){.compactCategoriesStatsGrid{grid-template-columns:1fr!important}.compactCategoryStatBox{justify-content:space-between}}.compactCategoryStatBox span{color:#334155!important;font-size:16px!important;font-weight:900!important}.compactCategoryStatBox strong{color:#0f172a!important;font-size:24px!important;font-weight:900!important}.addCategoryModal{width:min(460px,100vw - 48px)}.addCategoryModal input{margin-bottom:18px}.messageDialogModal{max-width:540px}.messageDialogLayout{grid-template-columns:58px minmax(0,1fr);align-items:start;gap:18px;display:grid}.messageDialogIcon{color:#f97316;background:#ffedd5;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-size:26px;font-weight:900;display:flex}.messageDialogContent{text-align:left}.messageDialogContent h2{text-align:left;margin:4px 0 10px;font-size:28px;line-height:1.1}.messageDialogContent p{color:#475569;text-align:left;margin:0;font-size:18px;line-height:1.35}.messageDialogActions{margin-top:28px}.messageDialogActions button:first-child:last-child{color:#fff;background:#2563eb;border-color:#2563eb}.categoryDetailsHeader{text-align:left;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.categoryDetailsHeader h2{letter-spacing:-.8px;color:var(--text-main);text-align:left;margin:10px 0 0;font-size:34px;font-weight:900;line-height:1.05}.categoryBackButton{color:#2563eb;cursor:pointer;background:#eef5ff;border:1px solid #dbeafe;border-radius:14px;min-height:38px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:800}.categoryDetailsActions{flex-wrap:wrap;gap:10px;display:flex}.categoryDetailsActions button{color:#2563eb;cursor:pointer;background:#eef5ff;border:1px solid #dbeafe;border-radius:16px;min-height:42px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:800}.categoryDetailsStats{flex-wrap:wrap;gap:12px;margin-bottom:18px;display:flex}.categoryManageGrid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px;display:grid}.categoryManageCard{text-align:left;background:#f8fbff;border:1px solid #dbeafe;border-radius:22px;padding:18px}.categoryManageCard h3{color:#0f172a;text-align:left;margin:0 0 14px;font-size:20px;font-weight:900;line-height:1.2}.categoryManageCard p{color:#64748b;text-align:left;margin:0 0 14px;font-size:14px;line-height:1.4}.categoryManageCard label{color:#64748b;text-align:left;margin:0 0 8px;font-size:13px;font-weight:800;display:block}.categoryManageCard input,.categoryManageCard select{color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:16px;outline:none;width:100%;min-height:44px;margin-bottom:12px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:600}.categoryManageCard input:focus,.categoryManageCard select:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #3b82f61f}.categoryManageRow{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.categoryManageRow input{margin-bottom:0}.categoryManageCard button{color:#2563eb;cursor:pointer;white-space:nowrap;background:#eef5ff;border:1px solid #bfdbfe;border-radius:16px;min-height:44px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:800}.dangerCategoryManageCard{background:#fff7f7;border-color:#fecaca}.deleteCategoryButton{width:100%;color:#dc2626!important;background:#fee2e2!important;border-color:#fecaca!important}.deleteCategoryButton:hover{background:#fecaca!important}.categoryWordsPreview{text-align:left;background:#f8fbff;border:1px solid #dbeafe;border-radius:22px;padding:18px}.categoryWordsPreview h3{color:#0f172a;text-align:left;margin:0 0 14px;font-size:20px;font-weight:900}.categoryWordsList{gap:8px;display:grid}.categoryWordItem{background:#fff;border:1px solid #dbeafe;border-radius:16px;grid-template-columns:1fr 1fr;align-items:center;gap:12px;min-height:44px;padding:10px 12px;display:grid}.categoryWordItem strong{color:#0f172a;font-size:15px;font-weight:800}.categoryWordItem span{color:#475569;font-size:14px;font-weight:600}@media (width<=820px){.categoryDetailsHeader{flex-direction:column}.categoryManageGrid,.categoryManageRow,.categoryWordItem{grid-template-columns:1fr}}.categoryDetailsHeader h2{margin:0 0 14px!important}.categoryDetailsHeader .hintText{line-height:1.35;margin:0!important}.categoryDetailsStats{justify-content:flex-start!important;margin-left:0!important;padding-left:0!important}.categoryDetailsStats .compactCategoryStatBox{background:0 0!important;border:0!important;margin-left:0!important;padding-left:0!important}.categoryCompactManage{text-align:left;margin-bottom:18px}.categoryCompactManageActions{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.categoryManageToggle{color:#2563eb;cursor:pointer;background:#eef5ff;border:1px solid #bfdbfe;border-radius:16px;min-height:42px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:800}.categoryManageToggle:hover,.categoryManageToggle.active{color:#fff;background:#2563eb;border-color:#2563eb}.categoryManageToggle.danger{color:#dc2626;background:#fee2e2;border-color:#fecaca}.categoryManageToggle.danger:hover,.categoryManageToggle.danger.active{color:#fff;background:#dc2626;border-color:#dc2626}.categoryInlinePanel{background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;max-width:680px;padding:14px}.categoryInlinePanel label{color:#64748b;text-align:left;margin:0 0 8px;font-size:13px;font-weight:800;display:block}.categoryInlinePanel input,.categoryInlinePanel select{color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:15px;outline:none;width:100%;min-height:42px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:600}.categoryInlinePanel p{color:#64748b;text-align:left;margin:0 0 12px;font-size:14px;line-height:1.35}.categoryInlineRow{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.categoryInlineRow button,.categoryInlinePanel>button{color:#2563eb;cursor:pointer;white-space:nowrap;background:#eef5ff;border:1px solid #bfdbfe;border-radius:15px;min-height:42px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:800}.dangerPanel{background:#fff7f7;border-color:#fecaca}.dangerPanel select{margin-bottom:12px}.dangerPanel .deleteCategoryButton{width:100%;margin-top:2px}@media (width<=700px){.categoryInlineRow{grid-template-columns:1fr}.categoryCompactManageActions{grid-template-columns:1fr;display:grid}}.addCategoryForm{gap:8px;display:grid}.addCategoryForm label{text-align:left;color:#64748b;font-size:13px;font-weight:800}.addCategoryForm input{margin-bottom:10px}.categoryWordsSearchInput{margin-bottom:14px}.categoryWordsFullTable{text-align:left;background:0 0;border:0;padding:0}.categorySelectedActionsBar{margin-top:0}.categoryWordsEmptyState{margin-top:12px}.categoriesPage .paginationBar{margin-top:14px}@media (width<=700px){.categoryDetailsActions{width:100%}.categoryDetailsActions button{flex:1}}.settingsPage{text-align:left}.settingsHero{background:radial-gradient(circle at 0 0,#2563eb1a,#0000 34%),#f8fbff;border:1px solid #dbeafe;border-radius:26px;justify-content:space-between;align-items:flex-start;gap:22px;margin-bottom:22px;padding:22px;display:flex}.settingsProfileBlock{align-items:flex-start;gap:18px;min-width:0;display:flex}.settingsAvatar{color:#fff;background:linear-gradient(135deg,#60a5fa,#2563eb);border-radius:22px;flex:0 0 66px;justify-content:center;align-items:center;width:66px;height:66px;font-size:28px;font-weight:900;display:flex;box-shadow:0 14px 30px #2563eb38}.settingsHero h2{letter-spacing:-.8px;color:#0f172a;text-align:left;margin:0;font-size:34px;font-weight:900;line-height:1.05}.settingsHero .hintText{text-align:left;margin:8px 0 14px}.settingsUserLine{flex-wrap:wrap;align-items:center;gap:10px 14px;display:flex}.settingsUserLine strong{color:#0f172a;font-size:17px;font-weight:900}.settingsUserLine span{color:#64748b;font-size:14px;font-weight:700}.settingsHeroActions{flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex}.settingsHeroActions button{cursor:pointer;border-radius:16px;min-height:42px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:800}.settingsLogoutButton{color:#dc2626;background:#fee2e2;border:1px solid #fecaca}.settingsLogoutButton:hover{color:#fff;background:#dc2626;border-color:#dc2626}.settingsStatusPanel{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px;display:grid}.settingsStatusPanel>div{background:#fff;border:1px solid #dbeafe;border-radius:22px;min-height:76px;padding:16px 18px;box-shadow:0 10px 28px #0f172a0a}.settingsStatusPanel span,.settingsInfoCard span{color:#64748b;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.settingsStatusPanel strong,.settingsInfoCard strong{color:#0f172a;word-break:break-word;font-size:18px;font-weight:900;line-height:1.25;display:block}.adminYesBadge{background:#dcfce7;border-radius:999px;width:fit-content;padding:7px 12px;color:#16a34a!important;font-size:14px!important;display:inline-flex!important}.adminNoBadge{background:#fee2e2;border-radius:999px;width:fit-content;padding:7px 12px;color:#dc2626!important;font-size:14px!important;display:inline-flex!important}.settingsCardsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.settingsInfoCard{text-align:left;background:#f8fbff;border:1px solid #dbeafe;border-radius:24px;min-height:150px;padding:18px}.settingsCardIcon{color:#2563eb;background:#dbeafe;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:14px;font-size:17px;font-weight:900;display:flex}@media (width<=980px){.settingsCardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.settingsHero{flex-direction:column}.settingsHeroActions{justify-content:flex-start}}@media (width<=640px){.settingsProfileBlock{flex-direction:column}.settingsStatusPanel,.settingsCardsGrid{grid-template-columns:1fr}.settingsHeroActions{grid-template-columns:1fr 1fr;width:100%;display:grid}.settingsHeroActions button{width:100%}}.adminTableHeader,.adminTableRow{grid-template-columns:28px 66px 1.05fr 1fr 70px 104px minmax(120px,1.2fr) 104px!important;column-gap:14px!important}.adminTableHeader span:nth-child(8){text-align:right;justify-self:end}.adminTableRow .categoryBadge{overflow-wrap:anywhere;word-break:break-word;text-align:center;border-radius:14px;max-width:100%;padding:6px 10px;line-height:1.15;white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.adminTableRow .iconRowActions{justify-content:flex-end;justify-self:end}.wordsSection .wordsHeaderWithRefresh{justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;margin:0!important;padding:0 0 22px!important;display:flex!important}.wordsHeaderWithRefresh .wordsTitleBlock{min-width:0}.wordsHeaderWithRefresh .wordsTitleBlock h2{margin:0}.wordsHeaderRefresh{flex:none;justify-content:flex-end;align-items:flex-start;display:flex}.wordsHeaderRefresh button{border-radius:16px;min-height:42px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:800;color:#2563eb!important;box-shadow:none!important;background:#eef5ff!important;border:1px solid #bfdbfe!important}.wordsHeaderRefresh button:hover{background:#dbeafe!important}@media (width<=640px){.wordsSection .wordsHeaderWithRefresh{flex-direction:column}.wordsHeaderRefresh{justify-content:flex-start}}.bulkEditProgressBar{background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;margin:16px 0 6px;padding:12px 14px}.bulkEditProgressTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.bulkEditProgressTop span{color:#475569;font-size:13px;font-weight:800}.bulkEditProgressTop strong{color:#2563eb;font-size:13px;font-weight:900}.bulkEditProgressTrack{background:#eaf2ff;border-radius:999px;height:8px;overflow:hidden}.bulkEditProgressTrack div{background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:999px;height:100%;transition:width .18s}.bulkEditModal button:disabled{opacity:.55;cursor:not-allowed;transform:none}.bulkCategoryNotice{text-align:left;background:#eef5ff;border:1px solid #bfdbfe;border-radius:20px;gap:6px;margin:0 0 18px;padding:16px 18px;display:grid}.bulkCategoryNotice strong{color:#475569;font-size:13px;font-weight:800}.bulkCategoryNotice span{color:#2563eb;font-size:22px;font-weight:900;line-height:1.1}.bulkCategoryNotice small{color:#64748b;font-size:13px;font-weight:700;line-height:1.35}.categoryDetailsHeader{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;display:grid!important}.categoryPrimaryActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;max-width:440px;display:flex}.categoryPrimaryActions .categoryActionButton,.categoryPrimaryActions button{white-space:nowrap;border-radius:16px;min-height:42px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:850}.categoryAddWordButton{box-shadow:0 12px 24px #2563eb2e;color:#fff!important;background:#2563eb!important;border:1px solid #2563eb!important}.categoryBackButton{min-width:166px}@media (width<=860px){.categoryDetailsHeader{grid-template-columns:1fr!important}.categoryPrimaryActions{justify-content:flex-start;max-width:none}}.categoryDetailsHeaderClean{margin-bottom:24px!important;display:block!important}.categoryDetailsTopBar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.categoryDetailsTitleBlock{text-align:left}.categoryDetailsTitleBlock h2{letter-spacing:-.8px;color:#0f172a;font-size:34px;font-weight:900;line-height:1.05;margin:0 0 8px!important}.categoryDetailsTitleBlock .hintText{color:#64748b;font-size:17px;line-height:1.35;margin:0!important}.categoryPrimaryActions{justify-content:flex-end;align-items:center;gap:10px;flex-wrap:nowrap!important;max-width:none!important;display:flex!important}.categoryPrimaryActions .categoryActionButton,.categoryPrimaryActions button{white-space:nowrap;font-family:inherit;border-radius:16px!important;min-height:42px!important;padding:0 18px!important;font-size:14px!important;font-weight:850!important}.categoryAddWordButton{color:#fff!important;background:#2563eb!important;border:1px solid #2563eb!important;box-shadow:0 12px 24px #2563eb2e!important}.categoryAddWordButton:hover{background:#1d4ed8!important;border-color:#1d4ed8!important}.categoryBulkAddButton,.categoryRefreshButton{color:#2563eb!important;box-shadow:none!important;background:#eef5ff!important;border:1px solid #bfdbfe!important}.categoryBulkAddButton:hover,.categoryRefreshButton:hover{background:#dbeafe!important}.categoryBackButton{min-width:194px;border-radius:15px!important;min-height:38px!important;font-size:13px!important}@media (width<=760px){.categoryDetailsTopBar{flex-direction:column;align-items:stretch}.categoryPrimaryActions{justify-content:flex-start;flex-wrap:wrap!important}.categoryBackButton{width:fit-content}}.bulkAddProgressBar{background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;margin:14px 0 16px;padding:12px 14px}.bulkAddProgressTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.bulkAddProgressTop span{color:#475569;font-size:13px;font-weight:800}.bulkAddProgressTop strong{color:#2563eb;font-size:13px;font-weight:900}.bulkAddProgressTrack{background:#eaf2ff;border-radius:999px;height:8px;overflow:hidden}.bulkAddProgressTrack div{background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:999px;height:100%;transition:width .18s}.bulkAddProgressBar small{color:#64748b;margin-top:8px;font-size:13px;font-weight:700;display:block}.bulkAddSection button:disabled,.bulkAddSection select:disabled{opacity:.55;cursor:not-allowed;transform:none}.publicLanding{gap:18px;width:100%;display:grid}.publicHero{background:radial-gradient(circle at 0 0,#2563eb1f,#0000 34%),radial-gradient(circle at 100% 100%,#60a5fa1a,#0000 30%),#fff;border:1px solid #dbeafe;border-radius:28px;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:24px;min-height:300px;padding:34px;display:grid;box-shadow:0 18px 45px #0f172a14}.publicHeroText{text-align:left}.publicHeroBadge{color:#2563eb;background:#eef5ff;border-radius:999px;align-items:center;min-height:34px;margin-bottom:18px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.publicHero h2{color:#0f172a;letter-spacing:-1px;max-width:720px;margin:0;font-size:42px;font-weight:900;line-height:1.05}.publicHero p{color:#475569;max-width:660px;margin:16px 0 0;font-size:18px;font-weight:600;line-height:1.5}.publicHeroActions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:26px;display:flex}.publicHeroActions button{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:17px;min-height:48px;padding:0 22px;font-family:inherit;font-size:15px;font-weight:900;box-shadow:0 14px 28px #2563eb38}.publicHeroActions button:hover{background:#1d4ed8;border-color:#1d4ed8}.publicHeroActions span{color:#64748b;font-size:14px;font-weight:700}.publicHeroPanel{text-align:center;background:#f8fbff;border:1px solid #dbeafe;border-radius:26px;align-content:center;justify-items:center;gap:12px;min-height:220px;padding:24px;display:grid}.publicHeroIcon{color:#fff;background:linear-gradient(135deg,#60a5fa,#2563eb);border-radius:24px;justify-content:center;align-items:center;width:76px;height:76px;font-size:34px;font-weight:900;display:flex;box-shadow:0 16px 34px #2563eb3d}.publicHeroPanel strong{color:#0f172a;font-size:21px;font-weight:900;line-height:1.2}.publicHeroPanel span{color:#64748b;font-size:14px;font-weight:800}.publicFeatureGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.publicFeatureCard{text-align:left;background:#fff;border:1px solid #dbeafe;border-radius:24px;min-height:150px;padding:20px;box-shadow:0 10px 28px #0f172a0a}.publicFeatureIcon{color:#2563eb;background:#dbeafe;border-radius:15px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:14px;font-size:15px;font-weight:900;display:flex}.publicFeatureCard strong{color:#0f172a;font-size:18px;font-weight:900;line-height:1.25;display:block}.publicFeatureCard p{color:#64748b;margin:8px 0 0;font-size:14px;font-weight:650;line-height:1.45}@media (width<=900px){.publicHero{grid-template-columns:1fr}.publicHeroPanel{text-align:left;justify-items:start}.publicFeatureGrid{grid-template-columns:1fr}}@media (width<=640px){.publicHero{padding:24px}.publicHero h2{font-size:32px}.publicHero p{font-size:16px}.publicHeroActions{flex-direction:column;align-items:stretch}.publicHeroActions button{width:100%}}.publicLanding{gap:14px}.publicHero{border-radius:26px;grid-template-columns:minmax(0,1fr) 220px;gap:20px;min-height:230px;padding:26px 30px}.publicHeroBadge{min-height:30px;margin-bottom:12px;padding:0 12px;font-size:12px}.publicHero h2{max-width:620px;font-size:34px;line-height:1.05}.publicHero p{max-width:620px;margin-top:12px;font-size:15px;line-height:1.45}.publicHeroActions{gap:12px;margin-top:20px}.publicHeroActions button{border-radius:15px;min-height:42px;padding:0 18px;font-size:14px}.publicHeroActions span{font-size:13px}.publicHeroPanel{border-radius:22px;gap:10px;min-height:180px;padding:20px}.publicHeroIcon{border-radius:20px;width:62px;height:62px;font-size:28px}.publicHeroPanel strong{font-size:18px}.publicHeroPanel span{font-size:13px}.publicFeatureGrid{gap:12px}.publicFeatureCard{border-radius:22px;min-height:122px;padding:16px}.publicFeatureIcon{border-radius:13px;width:36px;height:36px;margin-bottom:10px;font-size:13px}.publicFeatureCard strong{font-size:16px}.publicFeatureCard p{margin-top:6px;font-size:13px;line-height:1.35}@media (width<=900px){.publicHero{grid-template-columns:1fr}}@media (width<=640px){.publicHero{padding:22px}.publicHero h2{font-size:30px}}.publicLandingClean{gap:14px}.publicHeroClean{background:radial-gradient(circle at 0 0,#2563eb1f,#0000 34%),#fff;border:1px solid #dbeafe;border-radius:28px;align-items:center;min-height:230px;padding:34px 40px;display:flex;box-shadow:0 18px 45px #0f172a14}.publicHeroClean .publicHeroText{text-align:left;max-width:760px}.publicHeroClean h2{color:#0f172a;letter-spacing:-1px;margin:0;font-size:42px;font-weight:900;line-height:1.05}.publicHeroClean p{color:#475569;max-width:640px;margin:14px 0 0;font-size:18px;font-weight:650;line-height:1.45}.publicHeroClean .publicHeroActions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:24px;display:flex}.publicHeroClean .publicHeroActions button{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:17px;min-height:48px;padding:0 24px;font-family:inherit;font-size:15px;font-weight:900;box-shadow:0 14px 28px #2563eb38}.publicHeroClean .publicHeroActions button:hover{background:#1d4ed8;border-color:#1d4ed8}.publicHeroClean .publicHeroActions span{color:#64748b;font-size:14px;font-weight:800}.publicFeatureGridClean{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.publicFeatureGridClean .publicFeatureCard{text-align:left;background:#fff;border:1px solid #dbeafe;border-radius:24px;min-height:128px;padding:18px;box-shadow:0 10px 28px #0f172a0a}.publicFeatureGridClean .publicFeatureIcon{color:#2563eb;background:#dbeafe;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:12px;font-size:13px;font-weight:900;display:flex}.publicFeatureGridClean .publicFeatureCard strong{color:#0f172a;font-size:17px;font-weight:900;line-height:1.2;display:block}.publicFeatureGridClean .publicFeatureCard p{color:#64748b;margin:7px 0 0;font-size:13px;font-weight:650;line-height:1.35}@media (width<=980px){.publicFeatureGridClean{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.publicHeroClean{min-height:auto;padding:26px}.publicHeroClean h2{font-size:32px}.publicHeroClean p{font-size:16px}.publicHeroClean .publicHeroActions{flex-direction:column;align-items:stretch}.publicHeroClean .publicHeroActions button{width:100%}.publicFeatureGridClean{grid-template-columns:1fr}}.topbarRight{justify-content:flex-end;align-items:center;gap:12px;min-width:0;display:flex}.headerUserBlock{border-left:1px solid #dbeafe;align-items:center;gap:10px;max-width:260px;padding-left:12px;display:flex}.headerUserAvatar{color:#2563eb;background:#eef5ff;border:1px solid #dbeafe;border-radius:999px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;font-weight:900;display:flex}.headerUserBlock strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;max-width:190px;font-size:15px;font-weight:900;line-height:1.2;display:block;overflow:hidden}.headerUserBlock span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:190px;margin-top:3px;font-size:12px;font-weight:700;line-height:1.2;display:block;overflow:hidden}.logoutTopButton{color:#dc2626!important;background:#fee2e2!important;border-color:#fecaca!important}.logoutTopButton:hover{color:#fff!important;background:#dc2626!important;border-color:#dc2626!important}@media (width<=820px){.topbarRight{flex-wrap:wrap;justify-content:flex-start;width:100%}.headerUserBlock{border-left:0;max-width:100%;padding-left:0}}@media (width<=700px){.userTableRow{grid-template-columns:44px 1fr!important}.userTableRow .wordPreviewButton,.userTableRow span,.userTableRow .categoryBadge,.userTableRow .rowActions{grid-column:2}}.userCategoryTableHeader span,.userCategoryTableHeader button{text-align:left;justify-self:start}.userCategoryTableHeader span:first-child,.userCategoryTableRow .imageThumbButton{justify-self:start}.userCategoryTableRow .iconRowActions{justify-content:flex-end;justify-self:end}@media (width<=700px){.userCategoryTableHeader{display:none}.userCategoryTableRow{grid-template-columns:54px 1fr!important}.userCategoryTableRow .wordPreviewButton,.userCategoryTableRow span,.userCategoryTableRow .categoryBadge,.userCategoryTableRow .rowActions{grid-column:2}}.levelBadge{text-align:center!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;text-overflow:clip!important;justify-content:center!important;min-width:82px!important;overflow:visible!important}.translationCell{text-align:left;grid-template-columns:1fr;justify-self:start;gap:3px;line-height:1.2;display:grid!important}.translationMain,.translationAlt{min-width:0;display:block}.translationMain{color:#111827;font-weight:500}.translationAlt{color:#64748b;font-size:13px;font-weight:700}.previewTranslationCell{text-align:center;justify-self:center}.previewTranslationCell .translationMain{font-size:18px;font-weight:650}.previewTranslationCell .translationAlt{font-size:16px}.translationMain{white-space:nowrap!important}.translationAlt{white-space:normal!important}.translationCell{min-width:0!important;max-width:100%!important}.translationMain,.translationAlt{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.adminTableHeader,.adminTableRow{grid-template-columns:28px 66px minmax(120px,1fr) minmax(180px,1.45fr) 92px 112px minmax(110px,1fr) 104px!important}.userTableHeader,.userTableRow{grid-template-columns:46px minmax(130px,1.05fr) minmax(180px,1.4fr) 86px 100px 118px!important}.userCategoryTableHeader,.userCategoryTableRow{grid-template-columns:92px minmax(130px,1.05fr) minmax(180px,1.4fr) 86px minmax(120px,1fr) 118px!important}.paginationJump button{min-height:40px}.paginationButtons{flex-wrap:wrap}.paginationIconButton{justify-content:center;align-items:center;display:inline-flex;border-radius:14px!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;font-size:20px!important;font-weight:900!important;line-height:1!important}.paginationJump{align-items:center;gap:8px;display:flex}.paginationJump input{color:#0f172a;text-align:center;background:#fff;border:1px solid #dbeafe;border-radius:15px;outline:none;width:66px;min-height:40px;padding:0 10px;font-family:inherit;font-size:13px;font-weight:800}.paginationJump input:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #3b82f61f}.paginationJump input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.paginationJump input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.paginationJump input{appearance:textfield}.categoryBadge{text-align:center;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important}.categoryBadgeSmall{letter-spacing:-.01em;font-size:10px!important}.categoryBadgeTiny{letter-spacing:-.02em;padding-left:8px!important;padding-right:8px!important;font-size:9px!important}.wordsSection .adminTableHeader>span:last-child{text-align:right!important;justify-self:end!important}.wordsSection .adminTableRow .iconRowActions{justify-content:flex-end!important;justify-self:end!important;min-width:88px!important}.wordsSection .adminTableRow .rowIconButton{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}.userCategoryTableHeader,.userCategoryTableRow{grid-template-columns:74px minmax(0,1.1fr) minmax(0,1.45fr) 86px 112px 90px!important;column-gap:10px!important}.autoFitBox{width:100%;min-width:0;max-width:100%;display:block;overflow:hidden}.autoFitText{white-space:nowrap;max-width:100%;line-height:1.15;display:inline-block}.wordPreviewButton{width:100%;min-width:0;overflow:hidden}.translationCell{text-align:left;grid-template-columns:minmax(0,1fr);justify-self:stretch;gap:3px;width:100%;min-width:0;max-width:100%;display:grid!important}.translationCell .autoFitBox{justify-self:stretch}.translationMain .autoFitText{color:#111827;font-weight:500}.translationAlt .autoFitText{color:#64748b;font-weight:700}.categoryBadge{width:100%;max-width:100%;text-align:center!important;white-space:nowrap!important;justify-content:center!important;min-width:0!important;overflow:hidden!important}.categoryBadge .autoFitBox{text-align:center}.levelBadge,.sourceBadge{min-width:0!important}.iconRowActions{min-width:84px}.wordsSection .userTableHeader,.wordsSection .userTableRow{grid-template-columns:48px minmax(0,1.35fr) minmax(0,1.8fr) 70px 88px 84px!important;column-gap:8px!important}.wordsSection .userCategoryTableHeader,.wordsSection .userCategoryTableRow{grid-template-columns:64px minmax(0,1.35fr) minmax(0,1.8fr) 70px 88px 84px!important;column-gap:8px!important}.wordsSection .levelBadge,.wordsSection .sourceBadge,.wordsSection .categoryBadge{min-width:0!important;max-width:100%!important;padding-left:7px!important;padding-right:7px!important}.wordsSection .iconRowActions{justify-content:flex-end!important;justify-self:end!important;gap:6px!important;width:78px!important;min-width:78px!important}.wordsSection .rowIconButton{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}.wordsSection .adminTableHeader,.wordsSection .adminTableRow{grid-template-columns:26px 76px minmax(0,1.3fr) minmax(0,1.8fr) 70px 86px 88px 84px!important;column-gap:8px!important}.wordsSection .adminTableHeader>span:nth-child(2),.wordsSection .adminTableRow>.imageThumbButton{text-align:center!important;justify-self:center!important}.wordsSection .adminTableHeader>button:nth-child(3),.wordsSection .adminTableRow>.wordPreviewButton{text-align:left!important;justify-self:stretch!important}.wordsSection .adminTableHeader .sortableTableHeader{white-space:nowrap!important;text-overflow:clip!important;overflow:hidden!important}.duplicateFullCompare{background:#f8fbff;border:1px solid #dbeafe;border-radius:22px;gap:8px;margin-bottom:22px;padding:14px;display:grid}.duplicateFullCompareHeader,.duplicateFieldRow{grid-template-columns:150px minmax(0,1fr) minmax(0,1fr);align-items:center;gap:12px;display:grid}.duplicateFullCompareHeader{color:#2563eb;font-size:13px;font-weight:900}.duplicateFieldRow{background:#fff;border-radius:14px;min-height:42px;padding:8px 10px}.duplicateFieldRow span{color:#64748b;font-size:13px;font-weight:800}.duplicateFieldRow strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:800;overflow:hidden}@media (width<=760px){.duplicateFullCompareHeader,.duplicateFieldRow{grid-template-columns:1fr}}.wordPreviewButton .autoFitWrapBox{overflow:visible!important}.wordPreviewButton .autoFitWrapBox .autoFitText{-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:normal!important;line-height:1.2!important;display:-webkit-box!important;overflow:hidden!important}.compactWordPreviewModal{width:min(820px,100vw - 48px)!important}.compactPreviewLayout{grid-template-columns:300px minmax(0,1fr)!important;align-items:stretch!important;gap:18px!important}.compactPreviewImagePanel{aspect-ratio:1;background:#f8fbff!important;border-radius:22px!important;width:100%!important;min-height:340px!important;max-height:340px!important;padding:14px!important;overflow:hidden!important}.compactPreviewImagePanel img{background:#fff;object-fit:contain!important;border-radius:16px!important;width:100%!important;height:100%!important;max-height:none!important}.compactNoImagePreview{min-height:300px!important}.duplicateModalCompact{width:min(780px,100vw - 40px)!important;max-height:calc(100vh - 40px)!important;padding:24px 28px!important}.duplicateHeaderCompact{margin-bottom:16px!important}.duplicateHeaderCompact h2{font-size:28px!important}.duplicateHeaderCompact p{font-size:16px!important}.duplicateFullCompareCompact{gap:6px!important;margin-bottom:18px!important;padding:12px!important}.duplicateFullCompareCompact .duplicateFullCompareHeader,.duplicateFullCompareCompact .duplicateFieldRow{grid-template-columns:130px minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important}.duplicateFullCompareCompact .duplicateFieldRow{min-height:36px!important;padding:6px 10px!important}.duplicateFullCompareCompact .duplicateFieldRow span{font-size:12px!important}.duplicateFullCompareCompact .duplicateFieldRow strong{font-size:13px!important;font-weight:800!important}.duplicateImageValue{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.duplicateImageValue img{object-fit:cover;background:#fff;border:1px solid #dbeafe;border-radius:10px;width:34px;height:34px}.duplicateImageValue strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.duplicateQuestionCompact{margin:8px 0 12px!important;font-size:20px!important}.duplicateChoicesCompact{gap:8px!important;margin-bottom:14px!important}.duplicateChoicesCompact .duplicateChoice{border-radius:17px!important;grid-template-columns:46px 1fr!important;gap:12px!important;min-height:58px!important;padding:10px 12px!important}.duplicateChoicesCompact .choiceIcon{border-radius:14px!important;width:38px!important;height:38px!important;font-size:22px!important}.duplicateChoicesCompact .duplicateChoice strong{margin-bottom:3px!important;font-size:17px!important}.duplicateChoicesCompact .duplicateChoice small{font-size:12px!important}.duplicateModalActions{margin-top:10px!important}@media (width<=760px){.duplicateFullCompareCompact .duplicateFullCompareHeader,.duplicateFullCompareCompact .duplicateFieldRow{grid-template-columns:1fr!important}.duplicateImageValue{grid-template-columns:34px minmax(0,1fr)}}.duplicateImagePreviewOnly{background:#fff;border:1px solid #dbeafe;border-radius:12px;justify-self:start;width:42px;height:42px;overflow:hidden}.duplicateImagePreviewOnly img{object-fit:cover;width:100%;height:100%}.duplicateFieldRow strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.duplicateFullCompareHeader,.duplicateFieldRow{text-align:left!important}.duplicateFullCompareHeader span,.duplicateFullCompareHeader strong,.duplicateFieldRow span,.duplicateFieldRow strong{text-align:left!important;justify-self:start!important}.duplicateFieldRow{align-items:center!important}.duplicateImagePreviewOnly{justify-self:start!important}.categoryExportButton{color:#2563eb!important;box-shadow:none!important;background:#eef5ff!important;border:1px solid #bfdbfe!important}.categoryExportButton:hover{background:#dbeafe!important}.categoryDetailsTopBar{justify-content:space-between!important;align-items:flex-start!important;gap:14px!important;width:100%!important;min-width:0!important;display:flex!important}.categoryPrimaryActions{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;min-width:0!important;max-width:100%!important;display:flex!important}.categoryPrimaryActions .categoryActionButton,.categoryPrimaryActions button{white-space:nowrap!important;flex:none!important;min-height:42px!important;padding:0 16px!important}@media (width<=900px){.categoryDetailsTopBar{flex-direction:column!important;align-items:stretch!important}.categoryPrimaryActions{justify-content:flex-start!important}}.sideItem:before{border-radius:15px!important;flex:0 0 38px!important;width:38px!important;height:38px!important;font-size:18px!important}.sideItem:nth-child(2):before{font-size:16px!important}.sideItem{gap:14px!important}.compactStatCard:before{border-radius:14px!important;width:42px!important;height:42px!important;margin-bottom:4px!important;font-size:18px!important}.statA1:before,.statA2:before{font-size:16px!important}.statTotal:before,.statCustom:before{font-size:18px!important}.sideItem:nth-child(5):before{content:"⚙︎"!important;font-size:22px!important;font-weight:900!important}.compactWordPreviewModal .compactPreviewRow{text-align:center!important}.compactWordPreviewModal .compactPreviewRow span,.compactWordPreviewModal .compactPreviewRow strong,.compactWordPreviewModal .previewTranslationCell{text-align:center!important;justify-self:center!important}.compactWordPreviewModal .previewTranslationCell .translationMain,.compactWordPreviewModal .previewTranslationCell .translationAlt{text-align:center!important}.wordFormNewCategoryFields{grid-template-columns:1fr;gap:8px;display:grid}.wordFormNewCategoryFields input{margin-bottom:0}.wordFormModal .requiredLabel{align-items:center;gap:4px;display:inline-flex}.wordFormModal .requiredLabel span{color:#dc2626;font-size:15px;font-weight:900}.emptyImageBadge{color:#64748b;background:#eef2f7;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:17px;font-weight:900;display:flex}.imageStatusFilterLabel{color:#64748b;margin-right:4px;font-size:13px;font-weight:800}.imageStatusFilterChips button.active{color:#fff;background:#2563eb;border-color:#2563eb}.imageStatusFilterChips button strong{min-width:23px;height:22px;color:inherit;background:#2563eb1f;border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:11px;display:inline-flex}.bulkEditImageFields{grid-template-columns:1fr;gap:10px;display:grid}.bulkEditImageFields input{margin-bottom:0}.imageStatusFilterChips{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin:-2px 0 14px!important;display:flex!important}.imageStatusFilterLabel{display:none!important}.imageStatusFilterChips button{color:#475569!important;cursor:pointer!important;background:#eef5ff!important;border:1px solid #dbeafe!important;border-radius:999px!important;align-items:center!important;gap:8px!important;min-height:36px!important;padding:0 13px!important;font-family:inherit!important;font-size:13px!important;font-weight:900!important;display:inline-flex!important}.imageStatusFilterChips button:hover{color:#2563eb!important;background:#dbeafe!important}.imageStatusFilterChips button.active{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important;box-shadow:0 12px 24px #2563eb2e!important}.imageStatusFilterChips button span{white-space:nowrap!important}.imageStatusFilterChips button strong{min-width:24px!important;height:22px!important;color:inherit!important;background:#2563eb1f!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 8px!important;font-size:11px!important;font-weight:900!important;display:inline-flex!important}.imageStatusFilterChips button.active strong{color:#fff!important;background:#ffffff38!important}.imageStatusFilterChips{border-top:1px solid #dbeafe!important;margin:6px 0 14px!important;padding:10px 0 0!important;position:relative!important}.imageStatusFilterChips:before{content:"";background:#dbeafe;border-radius:999px;width:6px;height:28px;margin-right:2px}.imageStatusFilterChips{background:0 0!important;border:0!important;border-top:1px solid #dbeafe!important;border-radius:0!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:100%!important;margin:6px 0 14px!important;padding:10px 0 0!important;display:flex!important}.imageStatusFilterChips:before{content:none!important;display:none!important}.imageStatusFilterChips button{min-height:34px!important;padding:0 12px!important;font-size:12.5px!important}.dashboardLatestWordsHeader,.dashboardLatestWordsRow{grid-template-columns:70px minmax(0,1.2fr) minmax(0,1.35fr) 100px 110px 90px!important;column-gap:14px!important}.dashboardLatestWordsHeader>span:last-child{text-align:right!important;justify-self:end!important}.dashboardLatestActions{justify-content:flex-end;justify-self:end;align-items:center;gap:6px;min-width:78px;display:flex}.latestCompact .dashboardLatestWordsHeader>span:nth-child(5),.latestCompact .dashboardLatestWordsRow>.categoryBadge{justify-self:start!important}.latestCompact .dashboardLatestWordsHeader>span:nth-child(6),.latestCompact .dashboardLatestWordsRow>.dashboardLatestActions{text-align:right!important;justify-self:end!important}.latestCompact .dashboardLatestWordsHeader,.latestCompact .dashboardLatestWordsRow{grid-template-columns:70px minmax(0,1.05fr) minmax(0,1.25fr) 100px 110px 92px!important;column-gap:14px!important}.latestCompact .dashboardLatestWordsHeader>span:nth-child(6){text-align:right!important;justify-self:end!important}.latestCompact .dashboardLatestWordsRow>.dashboardLatestActions{justify-self:end!important}.dashboardLatestActions{justify-content:flex-end!important;align-items:center!important;gap:6px!important;min-width:84px!important;display:flex!important}.dashboardLatestActions .rowIconButton svg{fill:currentColor;width:17px;height:17px}.wordsSection .iconRowActions{justify-content:flex-end!important;justify-self:end!important;align-items:center!important;gap:8px!important}.wordsSection .rowActions .editIconButton,.wordsSection .iconRowActions .editIconButton,.wordsSection .rowIconButton.editIconButton{color:#2563eb!important;background:#eef5ff!important;border:1px solid #bfdbfe!important}.wordsSection .rowActions .editIconButton:hover,.wordsSection .iconRowActions .editIconButton:hover,.wordsSection .rowIconButton.editIconButton:hover{color:#2563eb!important;background:#dbeafe!important}.wordsSection .rowActions .deleteIconButton,.wordsSection .iconRowActions .deleteIconButton,.wordsSection .rowIconButton.deleteIconButton{color:#dc2626!important;background:#fee2e2!important;border:1px solid #fecaca!important}.wordsSection .rowActions .deleteIconButton:hover,.wordsSection .iconRowActions .deleteIconButton:hover,.wordsSection .rowIconButton.deleteIconButton:hover{color:#dc2626!important;background:#fecaca!important}.wordsSection .iconRowActions{grid-template-columns:36px 36px!important;justify-content:end!important;justify-self:end!important;align-items:center!important;gap:8px!important;width:80px!important;min-width:80px!important;display:grid!important}.wordsSection .iconRowActions .editIconButton{grid-column:1!important}.wordsSection .iconRowActions .deleteIconButton{grid-column:2!important}.wordsSection .iconRowActions .rowIconButton{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}.dashboardLatestActions{grid-template-columns:36px 36px!important;justify-content:end!important;justify-self:end!important;align-items:center!important;gap:8px!important;width:80px!important;min-width:80px!important;display:grid!important}.dashboardLatestActions .editIconButton{grid-column:1!important}.dashboardLatestActions .deleteIconButton{grid-column:2!important}.dashboardLatestActions .rowIconButton{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}.reportsHeader{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px;display:flex}.sideIcon{color:#2563eb;background:#eef4ff;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:900;display:inline-flex}.sideItem.active .sideIcon{color:#fff;background:#fff3}
