:root{ --cm-fd-blue: #0b57d0; --cm-fd-blue-soft: #e8f0fe; --cm-fd-border: #dde5ef; --cm-fd-muted: #5f6368; --cm-fd-text: #233549; --cm-fd-surface: #ffffff; --cm-fd-surface-soft: #f5f7fb; --cm-fd-danger: #b3261e; --cm-fd-warning: #8a4b00} .cm-fd-overlay{ position: fixed; inset: 0; z-index: 16000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(15, 23, 42, 0.42); backdrop-filter: blur(2px)} .cm-fd-dialog{ display: flex; flex-direction: column; width: 720px; max-width: 100%; max-height: min(86vh, 780px); background: var(--cm-fd-surface); border-radius: 18px; box-shadow: 0 24px 64px rgba(15, 23, 42, 0.28); font-family: 'Google Sans', 'Roboto', -apple-system, sans-serif; color: var(--cm-fd-text); overflow: hidden} .cm-fd-manager{ width: 880px} .cm-fd-head{ display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 20px 24px 14px} .cm-fd-head h2{ margin: 1px 0 0; font-size: 20px; font-weight: 600} .cm-fd-head p{ margin: 4px 0 0; color: var(--cm-fd-muted); font-size: 13px; line-height: 1.4} .cm-fd-eyebrow{ color: var(--cm-fd-blue); font-size: 10.5px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase} .cm-fd-close{ border: 0; background: transparent; font-size: 22px; line-height: 1; color: var(--cm-fd-muted); cursor: pointer; padding: 6px 10px; border-radius: 10px} .cm-fd-close:hover{ background: var(--cm-fd-surface-soft); color: var(--cm-fd-text)} .cm-fd-body{ padding: 4px 24px 14px; overflow-y: auto} .cm-fd-foot{ display: flex; align-items: center; gap: 10px; padding: 12px 24px 18px; border-top: 1px solid var(--cm-fd-border)} .cm-fd-foot-gap{ flex: 1 1 auto} .cm-fd-primary, .cm-fd-secondary{ border-radius: 999px; font-size: 13.5px; font-weight: 600; padding: 9px 20px; cursor: pointer; border: 1px solid transparent} .cm-fd-primary{ background: var(--cm-fd-blue); color: #fff} .cm-fd-primary:hover:not(:disabled){ background: #0a4bb5} .cm-fd-primary:disabled{ background: #a8c0e8; cursor: default} .cm-fd-secondary{ background: var(--cm-fd-surface); border-color: var(--cm-fd-border); color: var(--cm-fd-text)} .cm-fd-secondary:hover{ background: var(--cm-fd-surface-soft)} .cm-fd-link{ border: 0; background: transparent; color: var(--cm-fd-blue); font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; padding: 6px 8px; border-radius: 8px} .cm-fd-link:hover{ background: var(--cm-fd-blue-soft)} .cm-fd-source{ display: flex; align-items: center; gap: 10px; margin: 2px 0 14px; padding: 10px 12px; border: 1px solid var(--cm-fd-border); border-radius: 12px; background: var(--cm-fd-surface)} .cm-fd-source-avatar{ display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: #4f6f52; font-size: 13px; font-weight: 700} .cm-fd-source > span:last-child{ min-width: 0} .cm-fd-source strong, .cm-fd-source small{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap} .cm-fd-source strong{ font-size: 13px} .cm-fd-source small{ margin-top: 2px; color: var(--cm-fd-muted); font-size: 11.5px} .cm-fd-presets{ margin: 0 0 14px} .cm-fd-presets-title{ display: flex; align-items: baseline; gap: 8px; margin: 0 2px 8px} .cm-fd-presets-title strong{ font-size: 13px} .cm-fd-presets-title span{ color: var(--cm-fd-muted); font-size: 11.5px} .cm-fd-preset-grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px} .cm-fd-preset{ display: flex; align-items: center; gap: 9px; min-width: 0; padding: 10px; text-align: left; color: var(--cm-fd-text); background: var(--cm-fd-surface); border: 1px solid var(--cm-fd-border); border-radius: 12px; cursor: pointer} .cm-fd-preset:hover{ border-color: #9db9e8; background: var(--cm-fd-blue-soft)} .cm-fd-preset-icon{ display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 9px; color: var(--cm-fd-blue); background: var(--cm-fd-blue-soft); font-size: 13px; font-weight: 700} .cm-fd-preset > span:last-child{ min-width: 0} .cm-fd-preset strong, .cm-fd-preset small{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap} .cm-fd-preset strong{ font-size: 12.5px} .cm-fd-preset small{ margin-top: 2px; color: var(--cm-fd-muted); font-size: 10.5px} .cm-fd-section{ margin: 10px 0 14px; padding: 14px; background: var(--cm-fd-surface-soft); border: 1px solid var(--cm-fd-border); border-radius: 14px} .cm-fd-section-label{ display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: var(--cm-fd-text); font-size: 13px; font-weight: 700} .cm-fd-section-label span{ display: inline-grid; place-items: center; min-width: 48px; height: 22px; padding: 0 7px; color: var(--cm-fd-blue); background: var(--cm-fd-blue-soft); border-radius: 7px; font-size: 9.5px; letter-spacing: 0.08em} .cm-fd-section-title{ font-size: 13px; font-weight: 600; color: var(--cm-fd-muted); margin-bottom: 10px} .cm-fd-options{ margin: 10px 0 2px; padding: 12px 14px 8px; border-top: 1px solid var(--cm-fd-border)} .cm-fd-match{ margin: 0 2px} .cm-fd-row{ display: flex; align-items: center; gap: 8px; margin-bottom: 8px} .cm-fd-row select, .cm-fd-row input, .cm-fd-name, .cm-fd-search, .cm-fd-match{ font: inherit; font-size: 13.5px; color: var(--cm-fd-text); background: var(--cm-fd-surface); border: 1px solid var(--cm-fd-border); border-radius: 10px; padding: 8px 10px; min-width: 0} .cm-fd-match{ padding: 3px 6px; border-radius: 8px} .cm-fd-row select:focus, .cm-fd-row input:focus, .cm-fd-name:focus, .cm-fd-search:focus{ outline: none; border-color: #9db9e8; box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.14)} .cm-fd-condition [data-value]{ flex: 1 1 auto} .cm-fd-action [data-action-type]{ flex: 0 0 auto} .cm-fd-action [data-action-param]{ flex: 1 1 auto} .cm-fd-remove{ flex: 0 0 auto; border: 0; background: transparent; color: var(--cm-fd-muted); font-size: 17px; line-height: 1; cursor: pointer; padding: 6px 8px; border-radius: 8px} .cm-fd-remove:hover{ background: rgba(179, 38, 30, 0.08); color: var(--cm-fd-danger)} .cm-fd-addbar{ display: flex; flex-wrap: wrap; align-items: center; gap: 8px} .cm-fd-add{ border: 0; background: transparent; color: var(--cm-fd-blue); font-size: 13px; font-weight: 600; cursor: pointer; padding: 6px 8px; border-radius: 8px} .cm-fd-add:hover{ background: var(--cm-fd-blue-soft)} .cm-fd-chip{ border: 1px dashed var(--cm-fd-border); background: var(--cm-fd-surface); color: var(--cm-fd-muted); font-size: 12.5px; padding: 5px 12px; border-radius: 999px; cursor: pointer; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap} .cm-fd-chip:hover{ border-color: #9db9e8; color: var(--cm-fd-blue); background: var(--cm-fd-blue-soft)} .cm-fd-preview{ min-height: 20px; margin: 2px 2px 8px; font-size: 13px} .cm-fd-preview-busy, .cm-fd-preview-note{ color: var(--cm-fd-muted)} .cm-fd-preview-count{ border: 0; background: transparent; color: var(--cm-fd-text); font: inherit; font-size: 13px; cursor: pointer; padding: 2px 0} .cm-fd-preview-count strong{ color: var(--cm-fd-blue)} .cm-fd-preview-list{ margin-top: 6px; border: 1px solid var(--cm-fd-border); border-radius: 12px; overflow: hidden} .cm-fd-preview-row{ display: flex; justify-content: space-between; gap: 12px; padding: 7px 12px; font-size: 12.5px; border-bottom: 1px solid var(--cm-fd-border); background: var(--cm-fd-surface)} .cm-fd-preview-row:last-child{ border-bottom: 0} .cm-fd-preview-row strong{ font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap} .cm-fd-preview-row span{ flex: 0 0 auto; color: var(--cm-fd-muted)} .cm-fd-apply{ display: flex; align-items: flex-start; gap: 9px; margin: 4px 2px 12px; font-size: 13px; cursor: pointer} .cm-fd-apply input{ margin-top: 2px} .cm-fd-apply.is-disabled{ color: var(--cm-fd-muted); cursor: default} .cm-fd-name-row{ display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--cm-fd-muted); margin: 0 2px 8px} .cm-fd-name{ flex: 1 1 auto} .cm-fd-validation{ font-size: 12.5px; margin: 0 2px} .cm-fd-validation .is-error{ color: var(--cm-fd-danger); margin: 3px 0} .cm-fd-validation .is-warning{ color: var(--cm-fd-warning); margin: 3px 0} .cm-fd-toolbar{ display: flex; gap: 10px; padding: 0 22px 10px} .cm-fd-manager-stats{ display: flex; gap: 8px; margin: 0 22px 10px} .cm-fd-manager-stats span{ padding: 5px 10px; color: var(--cm-fd-muted); background: var(--cm-fd-surface-soft); border: 1px solid var(--cm-fd-border); border-radius: 999px; font-size: 11.5px} .cm-fd-manager-stats strong{ color: var(--cm-fd-text)} .cm-fd-search{ flex: 1 1 auto} .cm-fd-hint{ margin: 0 22px 10px; font-size: 12.5px; color: var(--cm-fd-muted)} .cm-fd-list{ flex: 1 1 auto; overflow-y: auto; padding: 0 22px 12px} .cm-fd-busy, .cm-fd-empty{ padding: 26px 12px; text-align: center; color: var(--cm-fd-muted); font-size: 13.5px} .cm-fd-empty.is-error{ color: var(--cm-fd-danger)} .cm-fd-filter{ display: flex; align-items: center; gap: 12px; padding: 11px 14px; margin-bottom: 8px; border: 1px solid var(--cm-fd-border); border-radius: 14px; background: var(--cm-fd-surface)} .cm-fd-filter.is-busy{ opacity: 0.55; pointer-events: none} .cm-fd-filter.is-disabled .cm-fd-filter-name, .cm-fd-filter.is-disabled .cm-fd-filter-summary{ color: var(--cm-fd-muted)} .cm-fd-order{ flex: 0 0 22px; text-align: center; font-size: 12px; font-weight: 700; color: var(--cm-fd-muted)} .cm-fd-filter-main{ flex: 1 1 auto; min-width: 0} .cm-fd-filter-name{ font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; overflow: hidden} .cm-fd-filter-summary{ font-size: 12.5px; color: var(--cm-fd-muted); margin-top: 2px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical} .cm-fd-badge{ flex: 0 0 auto; font-size: 10.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--cm-fd-warning); background: rgba(138, 75, 0, 0.1); border-radius: 999px; padding: 2px 8px} .cm-fd-badge.is-info{ color: var(--cm-fd-blue); background: var(--cm-fd-blue-soft)} .cm-fd-filter-tools{ display: flex; align-items: center; gap: 4px} .cm-fd-filter-tools button, .cm-fd-tool-link{ border: 0; background: transparent; color: var(--cm-fd-muted); font-size: 12.5px; font-weight: 600; cursor: pointer; padding: 6px 9px; border-radius: 8px; text-decoration: none} .cm-fd-filter-tools button:hover:not(:disabled), .cm-fd-tool-link:hover{ background: var(--cm-fd-surface-soft); color: var(--cm-fd-text)} .cm-fd-filter-tools button:disabled{ opacity: 0.35; cursor: default} .cm-fd-filter-tools .is-danger:hover{ background: rgba(179, 38, 30, 0.08); color: var(--cm-fd-danger)} .cm-fd-switch{ position: relative; flex: 0 0 34px; height: 20px; cursor: pointer} .cm-fd-switch input{ position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; z-index: 1} .cm-fd-switch-track{ display: block; width: 34px; height: 20px; border-radius: 999px; background: #c3cedd; transition: background 0.15s ease} .cm-fd-switch-track::after{ content: ''; position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #fff; transition: transform 0.15s ease; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.3)} .cm-fd-switch input:checked + .cm-fd-switch-track{ background: var(--cm-fd-blue)} .cm-fd-switch input:checked + .cm-fd-switch-track::after{ transform: translateX(14px)} .cm-fd-switch input:focus-visible + .cm-fd-switch-track{ box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.2)} .cm-fd-snackbar{ position: fixed; left: 24px; bottom: 24px; z-index: 16500; display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: #202124; color: #f1f3f4; border-radius: 12px; font-family: 'Google Sans', 'Roboto', -apple-system, sans-serif; font-size: 13.5px; box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35); max-width: min(90vw, 480px)} .cm-fd-snackbar-copy{ flex: 1 1 230px; min-width: 0; line-height: 1.4} .cm-fd-snackbar button{ flex: 0 0 auto} .cm-fd-snackbar .cm-fd-link{ color: #8ab4f8} .cm-fd-snackbar .cm-fd-link:hover{ background: rgba(138, 180, 248, 0.14)} .cm-fd-snackbar-x{ border: 0; background: transparent; color: #9aa0a6; font-size: 17px; cursor: pointer; padding: 2px 6px; border-radius: 6px} .cm-fq-context-arrow{ margin-left: auto; padding-left: 14px; color: #8a94a3; font-size: 18px} .cm-fq-menu{ position: fixed; z-index: 17000; box-sizing: border-box; overflow: hidden; color: var(--cm-fd-text); background: var(--cm-fd-surface); border: 1px solid var(--cm-fd-border); border-radius: 16px; box-shadow: 0 18px 48px rgba(15, 23, 42, 0.28); font-family: 'Google Sans', 'Roboto', -apple-system, sans-serif} .cm-fq-head{ display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 15px 16px 7px} .cm-fq-head span, .cm-fq-head strong{ display: block} .cm-fq-head span{ color: var(--cm-fd-blue); font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase} .cm-fq-head strong{ max-width: 270px; margin-top: 3px; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap} .cm-fq-head-copy{ flex: 1 1 auto; min-width: 0} .cm-fq-head button{ border: 0; border-radius: 8px; padding: 2px 7px 4px; color: var(--cm-fd-muted); background: transparent; font-size: 20px; cursor: pointer} .cm-fq-head button:hover{ color: var(--cm-fd-text); background: var(--cm-fd-surface-soft)} .cm-fq-folder-head{ align-items: center; padding-bottom: 9px} .cm-fq-folder-head .cm-fq-back{ flex: 0 0 auto; margin-left: -5px; padding: 0 9px 3px; color: var(--cm-fd-blue); font-size: 27px; line-height: 1} .cm-fq-note{ margin: 0; padding: 0 16px 10px; color: var(--cm-fd-muted); font-size: 11.5px; line-height: 1.4} .cm-fq-choices{ padding: 0 7px 7px} .cm-fq-choice{ display: flex; align-items: center; gap: 10px; width: 100%; padding: 9px 10px; color: var(--cm-fd-text); background: transparent; border: 0; border-radius: 11px; text-align: left; cursor: pointer} .cm-fq-choice:hover, .cm-fq-choice:focus-visible{ outline: 0; background: var(--cm-fd-surface-soft)} .cm-fq-choice:disabled{ opacity: 0.5; cursor: default} .cm-fq-icon{ display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; color: var(--cm-fd-blue); background: var(--cm-fd-blue-soft); border-radius: 9px; font-size: 13px; font-weight: 700} .cm-fq-copy{ flex: 1 1 auto; min-width: 0} .cm-fq-copy strong, .cm-fq-copy small{ display: block} .cm-fq-copy strong{ font-size: 13px} .cm-fq-copy small{ margin-top: 1px; overflow: hidden; color: var(--cm-fd-muted); font-size: 11.5px; text-overflow: ellipsis; white-space: nowrap} .cm-fq-plus{ flex: 0 0 auto; color: var(--cm-fd-muted); font-size: 17px} .cm-fq-choice:hover .cm-fq-plus{ color: var(--cm-fd-blue)} .cm-fq-folder-search{ display: flex; align-items: center; gap: 7px; margin: 0 12px 8px; padding: 0 10px; color: var(--cm-fd-muted); background: var(--cm-fd-surface-soft); border: 1px solid var(--cm-fd-border); border-radius: 10px} .cm-fq-folder-search:focus-within{ border-color: #9db9e8; box-shadow: 0 0 0 2px var(--cm-fd-blue-soft)} .cm-fq-folder-search input{ min-width: 0; width: 100%; padding: 8px 0; color: var(--cm-fd-text); background: transparent; border: 0; outline: 0; font: inherit; font-size: 12.5px} .cm-fq-folder-search input::placeholder{ color: var(--cm-fd-muted)} .cm-fq-folder-list{ max-height: min(340px, 48vh); padding: 0 7px 7px; overflow-y: auto} .cm-fq-folder{ display: flex; align-items: center; gap: 10px; width: 100%; padding: 8px 10px; color: var(--cm-fd-text); background: transparent; border: 0; border-radius: 10px; text-align: left; cursor: pointer} .cm-fq-folder:hover, .cm-fq-folder:focus-visible{ outline: 0; background: var(--cm-fd-surface-soft)} .cm-fq-folder:disabled{ opacity: 0.58; cursor: wait} .cm-fq-folder-icon{ display: grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; color: #9a6b26; background: #fff3dc; border-radius: 8px; font-size: 11px} .cm-fq-folder-empty{ padding: 28px 16px; color: var(--cm-fd-muted); font-size: 12px; text-align: center} .cm-fq-error{ min-height: 0; padding: 0 16px; color: var(--cm-fd-danger); font-size: 11.5px} .cm-fq-error:not(:empty){ padding-bottom: 9px} .cm-fq-foot{ display: flex; justify-content: space-between; gap: 6px; padding: 9px 10px; border-top: 1px solid var(--cm-fd-border); background: var(--cm-fd-surface-soft)} .cm-fq-foot button{ border: 0; border-radius: 8px; padding: 6px 7px; color: var(--cm-fd-blue); background: transparent; font-size: 11.5px; font-weight: 600; cursor: pointer} .cm-fq-foot button:hover{ background: var(--cm-fd-blue-soft)} .cm-fq-loading{ padding: 24px 18px; color: var(--cm-fd-muted); font-size: 13px; text-align: center} .cm-fq-loading.is-error{ color: var(--cm-fd-danger)} @media screen and (max-width: 768px){ .cm-fd-overlay{ padding: 0; align-items: stretch} .cm-fd-dialog, .cm-fd-manager{ width: 100%; max-height: none; border-radius: 0} .cm-fd-row{ flex-wrap: wrap} .cm-fd-preset-grid{ grid-template-columns: repeat(2, minmax(0, 1fr))} .cm-fd-condition [data-value], .cm-fd-action [data-action-param]{ flex-basis: 100%} .cm-fd-filter-tools{ flex-wrap: wrap; justify-content: flex-end} .cm-fq-menu{ right: 8px !important; bottom: 8px; left: 8px !important; top: auto !important; width: auto !important; max-height: min(78vh, 620px); overflow-y: auto; border-radius: 18px} .cm-fd-snackbar{ right: 12px; bottom: 12px; left: 12px; flex-wrap: wrap; max-width: none} .cm-fd-snackbar-copy{ flex-basis: calc(100% - 34px)}} html.dark-mode .cm-fd-dialog, html.dark-mode .cm-fq-menu{ --cm-fd-border: #374151; --cm-fd-muted: #9aa5b4; --cm-fd-text: #e5eaf1; --cm-fd-surface: #1f2937; --cm-fd-surface-soft: #182230; --cm-fd-blue: #8ab4f8; --cm-fd-blue-soft: rgba(138, 180, 248, 0.14); --cm-fd-danger: #f2b8b5; --cm-fd-warning: #f4c17c} html.dark-mode .cm-fd-primary{ background: #3b82f6; color: #fff} html.dark-mode .cm-fd-primary:hover:not(:disabled){ background: #5b9df5} html.dark-mode .cm-fd-primary:disabled{ background: #33415c; color: #8291a8} html.dark-mode .cm-fd-switch-track{ background: #4b5563} html.dark-mode .cm-fd-switch input:checked + .cm-fd-switch-track{ background: #3b82f6} html.dark-mode .cm-fq-foot{ background: #182230} html.dark-mode .cm-fq-folder-icon{ color: #f2c46d; background: rgba(242, 196, 109, 0.12)}