@nameczz/skill-sync 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +246 -0
- package/dist/src/autoSync.d.ts +36 -0
- package/dist/src/autoSync.js +235 -0
- package/dist/src/autoSync.js.map +1 -0
- package/dist/src/cli.d.ts +2 -0
- package/dist/src/cli.js +211 -0
- package/dist/src/cli.js.map +1 -0
- package/dist/src/codexArchive.d.ts +38 -0
- package/dist/src/codexArchive.js +340 -0
- package/dist/src/codexArchive.js.map +1 -0
- package/dist/src/config.d.ts +12 -0
- package/dist/src/config.js +78 -0
- package/dist/src/config.js.map +1 -0
- package/dist/src/copy.d.ts +1 -0
- package/dist/src/copy.js +42 -0
- package/dist/src/copy.js.map +1 -0
- package/dist/src/directoryPicker.d.ts +8 -0
- package/dist/src/directoryPicker.js +49 -0
- package/dist/src/directoryPicker.js.map +1 -0
- package/dist/src/format.d.ts +2 -0
- package/dist/src/format.js +27 -0
- package/dist/src/format.js.map +1 -0
- package/dist/src/frontmatter.d.ts +5 -0
- package/dist/src/frontmatter.js +36 -0
- package/dist/src/frontmatter.js.map +1 -0
- package/dist/src/git.d.ts +25 -0
- package/dist/src/git.js +227 -0
- package/dist/src/git.js.map +1 -0
- package/dist/src/hash.d.ts +1 -0
- package/dist/src/hash.js +34 -0
- package/dist/src/hash.js.map +1 -0
- package/dist/src/importSkill.d.ts +6 -0
- package/dist/src/importSkill.js +58 -0
- package/dist/src/importSkill.js.map +1 -0
- package/dist/src/init.d.ts +5 -0
- package/dist/src/init.js +13 -0
- package/dist/src/init.js.map +1 -0
- package/dist/src/installSkill.d.ts +6 -0
- package/dist/src/installSkill.js +62 -0
- package/dist/src/installSkill.js.map +1 -0
- package/dist/src/json.d.ts +2 -0
- package/dist/src/json.js +11 -0
- package/dist/src/json.js.map +1 -0
- package/dist/src/metadata.d.ts +11 -0
- package/dist/src/metadata.js +115 -0
- package/dist/src/metadata.js.map +1 -0
- package/dist/src/paths.d.ts +22 -0
- package/dist/src/paths.js +103 -0
- package/dist/src/paths.js.map +1 -0
- package/dist/src/removeLocalSkill.d.ts +5 -0
- package/dist/src/removeLocalSkill.js +79 -0
- package/dist/src/removeLocalSkill.js.map +1 -0
- package/dist/src/resolveConflict.d.ts +10 -0
- package/dist/src/resolveConflict.js +146 -0
- package/dist/src/resolveConflict.js.map +1 -0
- package/dist/src/scanner.d.ts +5 -0
- package/dist/src/scanner.js +57 -0
- package/dist/src/scanner.js.map +1 -0
- package/dist/src/server.d.ts +10 -0
- package/dist/src/server.js +494 -0
- package/dist/src/server.js.map +1 -0
- package/dist/src/sessionUsage.d.ts +14 -0
- package/dist/src/sessionUsage.js +180 -0
- package/dist/src/sessionUsage.js.map +1 -0
- package/dist/src/skillDependencies.d.ts +2 -0
- package/dist/src/skillDependencies.js +56 -0
- package/dist/src/skillDependencies.js.map +1 -0
- package/dist/src/skillMentions.d.ts +3 -0
- package/dist/src/skillMentions.js +111 -0
- package/dist/src/skillMentions.js.map +1 -0
- package/dist/src/status.d.ts +3 -0
- package/dist/src/status.js +134 -0
- package/dist/src/status.js.map +1 -0
- package/dist/src/stopSyncingSkill.d.ts +2 -0
- package/dist/src/stopSyncingSkill.js +31 -0
- package/dist/src/stopSyncingSkill.js.map +1 -0
- package/dist/src/sync.d.ts +48 -0
- package/dist/src/sync.js +741 -0
- package/dist/src/sync.js.map +1 -0
- package/dist/src/types.d.ts +84 -0
- package/dist/src/types.js +2 -0
- package/dist/src/types.js.map +1 -0
- package/dist/src/updateLocalSkill.d.ts +6 -0
- package/dist/src/updateLocalSkill.js +19 -0
- package/dist/src/updateLocalSkill.js.map +1 -0
- package/dist/src/usage.d.ts +6 -0
- package/dist/src/usage.js +84 -0
- package/dist/src/usage.js.map +1 -0
- package/dist/src/usageMonitor.d.ts +17 -0
- package/dist/src/usageMonitor.js +90 -0
- package/dist/src/usageMonitor.js.map +1 -0
- package/dist/web/assets/index-CPJdd8n0.js +59 -0
- package/dist/web/assets/index-T4bm09OX.css +2 -0
- package/dist/web/index.html +13 -0
- package/dist/web/style-options/common.css +515 -0
- package/dist/web/style-options/console.html +143 -0
- package/dist/web/style-options/desktop.html +144 -0
- package/dist/web/style-options/index.html +36 -0
- package/dist/web/style-options/workbench.html +112 -0
- package/package.json +84 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius-lg:.5rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.static{position:static}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface:oklch(99.2% .004 248);--surface-raised:oklch(95.8% .008 248);--surface-sunken:oklch(92.8% .012 248);--text:oklch(18% .015 248);--text-muted:oklch(47% .018 248);--text-soft:oklch(63% .015 248);--line:oklch(86% .012 248);--line-strong:oklch(74% .02 248);--accent:oklch(54% .15 242);--accent-strong:oklch(43% .16 242);--accent-soft:oklch(94% .045 242);--accent-border:oklch(74% .09 242);--good-bg:oklch(93.5% .04 155);--good-text:oklch(35% .1 150);--good-border:oklch(74% .05 155);--warn-bg:oklch(94.5% .055 84);--warn-text:oklch(42% .105 74);--warn-border:oklch(78% .08 75);--risk-bg:oklch(94% .055 28);--risk-text:oklch(42% .14 28);--risk-border:oklch(76% .085 28);--info-bg:oklch(93.5% .044 235);--info-text:oklch(38% .12 235);--source-agents-bg:oklch(92.5% .04 292);--source-agents-text:oklch(36% .1 292);--source-both-bg:oklch(91.5% .038 250);--source-both-text:oklch(30% .08 250);--overlay:oklch(18% .012 248/.28);--tooltip-bg:var(--text);--tooltip-text:var(--surface);--radius:8px;--shadow:0 18px 46px oklch(22% .02 248/.07);--shadow-soft:0 1px 2px oklch(22% .02 248/.05), 0 10px 28px oklch(22% .02 248/.035);--shadow-tooltip:0 10px 24px oklch(22% .02 248/.18);--shadow-dialog:0 24px 72px oklch(22% .02 248/.2);--shadow-drawer:-24px 0 58px oklch(22% .02 248/.18);--shimmer:oklch(98% .01 248/.8);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--surface:oklch(20.5% .014 248);--surface-raised:oklch(14.5% .012 248);--surface-sunken:oklch(26.5% .016 248);--text:oklch(93% .006 248);--text-muted:oklch(74% .012 248);--text-soft:oklch(58% .014 248);--line:oklch(33.5% .014 248);--line-strong:oklch(46% .02 248);--accent:oklch(69% .145 242);--accent-strong:oklch(80% .12 242);--accent-soft:oklch(27% .055 242);--accent-border:oklch(51% .1 242);--good-bg:oklch(25% .045 155);--good-text:oklch(80% .1 150);--good-border:oklch(43% .06 155);--warn-bg:oklch(27% .045 82);--warn-text:oklch(83% .1 82);--warn-border:oklch(48% .07 82);--risk-bg:oklch(26% .052 28);--risk-text:oklch(82% .11 28);--risk-border:oklch(48% .09 28);--info-bg:oklch(26% .046 235);--info-text:oklch(80% .1 235);--source-agents-bg:oklch(26% .048 292);--source-agents-text:oklch(82% .095 292);--source-both-bg:oklch(25% .04 250);--source-both-text:oklch(81% .085 250);--overlay:oklch(5% .006 248/.62);--tooltip-bg:oklch(93% .006 248);--tooltip-text:oklch(16% .012 248);--shadow:0 18px 46px oklch(4% .008 248/.34);--shadow-soft:0 1px 2px oklch(4% .008 248/.28), 0 14px 34px oklch(4% .008 248/.18);--shadow-tooltip:0 10px 24px oklch(4% .008 248/.5);--shadow-dialog:0 26px 72px oklch(4% .008 248/.54);--shadow-drawer:-24px 0 58px oklch(4% .008 248/.5);--shimmer:oklch(33% .014 248/.52)}*{box-sizing:border-box}body{min-width:0;color:var(--text);background:var(--surface-raised);margin:0}button,input,select,textarea{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.app-shell{grid-template-columns:236px minmax(0,1fr);min-height:100vh;transition:grid-template-columns .18s ease-out;display:grid}.app-shell.sidebar-collapsed{grid-template-columns:68px minmax(0,1fr)}.sidebar{background:var(--surface);border-right:1px solid var(--line);flex-direction:column;gap:24px;height:100vh;padding:18px 14px;display:flex;position:sticky;top:0;overflow-y:auto}.brand{align-items:center;gap:10px;padding:8px 7px 10px;display:flex}.sidebar-toggle{color:var(--text-muted);margin-left:auto}.brand-mark{border:1px solid var(--accent-border);border-radius:var(--radius);width:34px;height:34px;color:var(--accent-strong);background:var(--accent-soft);place-items:center;display:grid}.brand strong,.brand span{display:block}.brand strong{letter-spacing:0;font-size:14px}.brand span{color:var(--text-muted);margin-top:2px;font-size:12px}.sidebar-collapsed .sidebar{padding-inline:10px}.sidebar-collapsed .brand{justify-content:center;padding-inline:0}.sidebar-collapsed .brand>div:not(.brand-mark){display:none}.sidebar-collapsed .sidebar-toggle{margin-left:0}.nav-list{gap:5px;display:grid}.nav-item{border-radius:var(--radius);min-height:40px;color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;grid-template-columns:18px 1fr auto;align-items:center;padding:0 10px;font-size:13px;text-decoration:none;display:grid}.sidebar-collapsed .nav-item{grid-template-columns:18px;justify-content:center;padding-inline:0;font-size:0}.sidebar-collapsed .nav-item span{display:none}.nav-item span{color:var(--text-soft);font-size:11px}.nav-item.active{color:var(--accent-strong);border-color:var(--accent-border);background:var(--accent-soft)}.nav-item.active span{color:var(--accent-strong)}.nav-item.disabled{cursor:not-allowed;opacity:.62}.workspace{min-width:0;padding:26px 28px 32px}.topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.eyebrow{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 5px;font-size:11px;font-weight:750}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:25px;font-weight:780;line-height:1.2}h2{margin-bottom:7px;font-size:18px;line-height:1.25}h3{margin-bottom:10px;font-size:13px;line-height:1.3}.topbar-actions{align-items:center;gap:8px;display:flex}.auto-sync-indicator{border:1px solid var(--line);border-radius:var(--radius);min-height:30px;color:var(--text-muted);background:var(--surface);white-space:nowrap;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:11px;font-weight:650;display:inline-flex}.auto-sync-indicator.running,.auto-sync-indicator.mode-watching,.auto-sync-indicator.mode-polling{color:var(--accent-strong);border-color:var(--accent);background:var(--surface-raised)}.auto-sync-indicator.mode-disabled{color:var(--text-soft);border-color:var(--line)}.auto-sync-indicator[title]{cursor:help}.button{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;min-height:35px;padding:0 12px;font-size:13px;font-weight:680;transition:background-color .18s ease-out,border-color .18s ease-out,color .18s ease-out,box-shadow .18s ease-out;display:inline-flex}.button.primary{color:oklch(98% .006 238);background:var(--accent);box-shadow:0 8px 18px oklch(45% .15 242/.16)}.button.primary:hover:not(:disabled){background:var(--accent-strong);box-shadow:0 10px 24px oklch(45% .15 242/.22)}.button.secondary{color:var(--text);border-color:var(--line);background:var(--surface)}.button.secondary:hover:not(:disabled){border-color:var(--line-strong);background:var(--surface-sunken)}.button.outline{color:var(--text);border-color:var(--line);background:var(--surface)}.button.outline:hover:not(:disabled){border-color:var(--line-strong);background:var(--surface-raised)}.button.ghost{color:var(--text-muted);background:0 0}.button.ghost:hover:not(:disabled){color:var(--text);background:var(--surface-sunken)}.button.danger{color:var(--risk-text);border-color:var(--risk-border);background:var(--risk-bg)}.button-sm{min-height:30px;padding:0 11px}.button-lg{min-height:41px;padding:0 14px}.button:disabled{cursor:not-allowed;opacity:.58}.button.wide{width:100%}.button.nav-item{justify-content:stretch;display:grid}.button.nav-item:hover:not(:disabled):not(.active){color:var(--text);border-color:var(--line);background:var(--surface-sunken)}.button.nav-item.active,.button.nav-item.active:hover:not(:disabled){color:var(--accent-strong);border-color:var(--accent-border);background:var(--accent-soft)}.button.nav-item.active svg,.button.nav-item.active span,.button.nav-item.active:hover:not(:disabled) svg,.button.nav-item.active:hover:not(:disabled) span{color:var(--accent-strong)}.card{gap:14px;display:grid}.card-header{gap:10px;display:grid}.card-title{margin:0;font-size:18px;line-height:1.25}.card-description{color:var(--text-muted);margin:0;line-height:1.55}.card-content{gap:8px;display:grid}.input,textarea,.select,.select-trigger,.checkbox{border-radius:var(--radius);font:inherit}.input,.textarea,.select,.select-trigger{border:1px solid var(--line);background:var(--surface);color:var(--text)}.input,.select,.select-trigger,.textarea,.path-input input,.path-input-row textarea{width:100%;min-height:38px}.input,.select,.select-trigger{outline:0;padding:0 10px}.textarea{resize:vertical;border:1px solid var(--line);border-radius:var(--radius);width:100%;min-height:300px;color:var(--text);background:var(--surface);padding:10px 11px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.5}.select,.select-trigger{appearance:none;cursor:pointer;min-width:0}.select-trigger{justify-content:space-between;align-items:center;gap:8px;display:inline-flex}.select-content{z-index:80;min-width:var(--radix-select-trigger-width);border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-tooltip);overflow:hidden}.select-viewport{padding:4px}.select-item{min-height:30px;color:var(--text);cursor:default;-webkit-user-select:none;user-select:none;border-radius:6px;outline:0;align-items:center;padding:0 30px 0 28px;font-size:13px;display:flex;position:relative}.select-item[data-highlighted]{color:var(--accent-strong);background:var(--accent-soft)}.select-item-indicator{color:var(--accent-strong);align-items:center;display:inline-flex;position:absolute;left:8px}.checkbox{border:1px solid var(--line-strong);width:15px;height:15px;color:var(--surface);background:var(--surface);cursor:pointer;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.checkbox[data-state=checked],.checkbox[data-state=indeterminate]{border-color:var(--accent);background:var(--accent)}.checkbox-indicator{justify-content:center;align-items:center;display:inline-flex}.badge{border-radius:999px;justify-content:flex-start;align-items:center;gap:6px;width:fit-content;min-height:24px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.badge.badge-default,.badge{border:1px solid var(--line);background:var(--surface);color:var(--text-muted)}.badge.badge-success{border-color:var(--line-strong);background:var(--good-bg);color:var(--good-text)}.badge.badge-warning{border-color:var(--line);background:var(--warn-bg);color:var(--warn-text)}.badge.badge-destructive{border-color:var(--risk-border);background:var(--risk-bg);color:var(--risk-text)}.badge.badge-outline{border-color:var(--line);background:var(--surface-raised)}.badge.badge-secondary{border-color:var(--line);background:var(--surface);color:var(--text)}.skill-table-scroll{scrollbar-gutter:stable;min-width:100%;overflow:auto hidden}.notice{border:1px solid var(--line);border-radius:var(--radius);align-items:center;gap:9px;min-height:40px;margin-bottom:14px;padding:10px 12px;font-size:13px;display:flex}.notice.error{color:var(--risk-text);border-color:var(--risk-border);background:var(--risk-bg)}.notice.success{color:var(--good-text);border-color:var(--good-border);background:var(--good-bg)}.error-boundary{background:var(--surface-raised);place-items:center;min-height:100vh;padding:24px;display:grid}.error-boundary-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:min(520px,100%);box-shadow:var(--shadow-dialog);grid-template-columns:38px minmax(0,1fr);gap:14px;padding:22px;display:grid}.error-boundary-panel h1{margin-bottom:8px;font-size:22px}.error-boundary-panel p:not(.eyebrow){color:var(--text-muted);margin-bottom:16px;line-height:1.5}.confirm-icon.danger{color:var(--risk-text);border-color:var(--risk-border);background:var(--risk-bg)}.setup-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);max-width:1080px;min-height:232px;box-shadow:var(--shadow);justify-content:space-between;align-items:flex-start;gap:28px;margin-top:24px;padding:26px;display:flex}.setup-copy>p{max-width:68ch;color:var(--text-muted);margin-bottom:18px;line-height:1.55}.setup-fields{gap:10px;width:min(720px,58vw);display:grid}.path-input{gap:6px;display:grid}.path-input>label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:750}.path-input-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.path-input input{border:1px solid var(--line);border-radius:var(--radius);width:100%;min-height:38px;color:var(--text);background:var(--surface);padding:0 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px}.path-choose{min-width:104px}.setup-derived{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:7px;padding:10px 12px;display:grid}.path-summary{color:var(--text-muted);grid-template-columns:116px minmax(0,1fr);align-items:baseline;gap:10px;font-size:12px;display:grid}.path-summary span{font-weight:650}.path-summary code{color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.advanced-toggle{min-height:30px;color:var(--accent-strong);cursor:pointer;font:inherit;background:0 0;border:0;justify-self:start;padding:0;font-size:12px;font-weight:750}.advanced-toggle:hover{color:var(--accent)}.advanced-paths{gap:10px;padding-top:2px;display:grid}.setup-note{max-width:68ch;color:var(--text-soft);margin:12px 0 0;font-size:12px;line-height:1.45}.settings-stack{gap:16px;max-width:980px;margin-top:24px;display:grid}.settings-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);gap:18px;padding:22px;display:grid}.settings-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:16px;display:flex}.settings-head h2{margin-bottom:0}.settings-paths{gap:14px;display:grid}.settings-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.usage-capture-copy{align-items:start;gap:8px;display:grid}.usage-capture-copy p{color:var(--text-muted);margin-bottom:0;font-size:12px;line-height:1.5}.usage-capture-copy .usage-monitor-error{color:var(--risk-text)}.readonly-code{overflow-wrap:anywhere;border:1px solid var(--line);border-radius:var(--radius);min-height:38px;color:var(--text);background:var(--surface);padding:10px 11px;font-size:12px;line-height:1.45;display:block}.advanced-settings{padding-top:4px}.advanced-settings summary{width:fit-content;color:var(--accent-strong);cursor:pointer;font-size:12px;font-weight:750}.advanced-settings summary:hover{color:var(--accent)}.advanced-settings-body{gap:14px;margin-top:14px;display:grid}.path-setting{grid-template-columns:minmax(180px,280px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.path-setting h3{color:var(--text);margin-bottom:5px;font-size:13px}.path-setting p{color:var(--text-muted);margin-bottom:0;font-size:12px;line-height:1.45}.repo-strip{grid-template-columns:92px 92px 116px minmax(0,1fr);gap:8px;margin-bottom:12px;display:grid}.status-tile{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:70px;box-shadow:var(--shadow-soft);align-content:center;padding:11px 13px;display:grid}.status-tile span{color:var(--text-muted);letter-spacing:.045em;text-transform:uppercase;font-size:11px;font-weight:760}.status-tile strong{margin-top:3px;font-size:22px;line-height:1}.status-tile.good strong{color:var(--good-text)}.status-tile.risk strong{color:var(--risk-text)}.path-stack{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:0;min-height:70px;box-shadow:var(--shadow-soft);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 13px;display:grid}.path-stack-lines{gap:6px;min-width:0;display:grid}.path-line{min-width:0;color:var(--text-muted);grid-template-columns:18px 92px minmax(0,1fr);align-items:center;gap:8px;font-size:12px;display:grid}.path-line code{color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.path-stack-controls{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:inline-flex}.branch-sync-badge{border:1px solid var(--line);min-height:30px;color:var(--text-muted);background:var(--surface);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.branch-sync-badge.up-to-date{color:var(--good-text);border-color:var(--good-border);background:var(--good-bg)}.branch-sync-badge.attention{color:var(--risk-text);border-color:var(--risk-border);background:var(--risk-bg)}.branch-sync-button{cursor:pointer}.branch-sync-button:hover{border-color:var(--focus)}.path-stack-action{min-width:128px}.toolbar{grid-template-columns:minmax(280px,1fr) 190px;align-items:center;gap:12px;min-height:44px;margin-bottom:12px;display:grid}.search-box{border:1px solid var(--line);border-radius:var(--radius);width:100%;min-height:42px;color:var(--text-muted);background:var(--surface);align-items:center;gap:8px;padding:0 13px;display:flex}.search-box input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.filter-select{border:1px solid var(--line);border-radius:var(--radius);min-height:42px;color:var(--text-muted);background:var(--surface);align-items:center;gap:8px;padding:0 12px;display:flex}.filter-select>span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;flex:none;font-size:11px;font-weight:650}.filter-select select,.filter-select .select-trigger{min-width:0;color:var(--text);cursor:pointer;background:0 0;border:0;outline:0;flex:auto;font-size:13px;font-weight:650}.bulk-bar{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);align-items:center;gap:8px;min-height:48px;margin-bottom:12px;padding:7px 10px;display:flex}.bulk-summary{min-width:126px;color:var(--text);align-items:baseline;gap:5px;font-size:13px;display:flex}.bulk-summary strong{font-size:16px}.bulk-summary span,.bulk-note{color:var(--text-muted)}.bulk-note{margin-left:auto;font-size:12px}.skills-summary-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.summary-action,.usage-trace-status{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:108px;color:var(--text);text-align:left;box-shadow:var(--shadow-soft);align-content:start;gap:6px;padding:14px;display:grid}.summary-action{cursor:pointer}.summary-action:hover:not(:disabled){border-color:var(--line-strong);background:var(--surface-sunken)}.summary-action:disabled{cursor:default}.summary-action-head{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:7px;font-size:11px;font-weight:700;display:inline-flex}.summary-action-icon{color:var(--text);justify-content:center;align-items:center;display:inline-flex}.summary-action strong,.usage-trace-status strong{margin:0;font-size:20px;line-height:1.05}.summary-action small,.usage-trace-status small{color:var(--text-muted);margin:0;font-size:12px;line-height:1.4}.summary-action.risk,.usage-trace-status.risk{border-color:var(--risk-border);background:var(--risk-bg)}.usage-trace-status.good{border-color:var(--good-border);background:var(--good-bg)}.skill-time{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px;line-height:1.3}.archive-cwd{min-width:0;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.archive-title-cell,.archive-workspace-cell{cursor:help}.filter-select:focus-within{border-color:var(--line);outline:2px solid var(--accent);outline-offset:2px}.pagination-bar{border-top:1px solid var(--line);background:var(--surface);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:48px;padding:8px 12px;display:grid}.pagination-summary{min-width:0;color:var(--text);align-items:baseline;gap:5px;font-size:13px;display:inline-flex}.pagination-summary span,.pagination-page{color:var(--text-muted)}.page-size-select{min-width:112px;color:var(--text-muted);align-items:center;gap:8px;display:inline-flex}.page-size-select>span{letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:750}.page-size-select select,.page-size-select .select-trigger{min-height:32px;padding-right:24px;font-size:13px;font-weight:650}.pagination-actions{align-items:center;gap:8px;display:inline-flex}.pagination-page{text-align:center;min-width:82px;font-size:12px;font-weight:650}.skill-list{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);max-width:100%;overflow:hidden}.table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%}.skills-table{min-width:1210px}.codex-archive-table{min-width:1160px}.table-row{background:var(--surface)}.table-head-cell{height:42px;color:var(--text-muted);border-bottom:1px solid var(--line);background:var(--surface-raised);letter-spacing:.055em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 12px;font-size:11px;font-weight:760}.table-cell{border-bottom:1px solid var(--line);vertical-align:middle;height:66px;padding:10px 12px}.table-row:last-child .table-cell{border-bottom:0}.skills-table .table-head-cell:first-child,.skills-table .table-cell:first-child{width:44px;min-width:44px}.skills-table .table-head-cell:nth-child(2),.skills-table .table-cell:nth-child(2){width:300px;min-width:300px}.skills-table .table-head-cell:nth-child(3),.skills-table .table-cell:nth-child(3),.skills-table .table-head-cell:nth-child(4),.skills-table .table-cell:nth-child(4){width:150px;min-width:150px}.skills-table .table-head-cell:nth-child(5),.skills-table .table-cell:nth-child(5){width:120px;min-width:120px}.skills-table .table-head-cell:nth-child(6),.skills-table .table-cell:nth-child(6),.skills-table .table-head-cell:nth-child(7),.skills-table .table-cell:nth-child(7){width:180px;min-width:180px}.codex-archive-table .table-head-cell:first-child,.codex-archive-table .table-cell:first-child{width:260px;min-width:260px;max-width:260px}.codex-archive-table .table-head-cell:nth-child(2),.codex-archive-table .table-cell:nth-child(2),.codex-archive-table .table-head-cell:nth-child(3),.codex-archive-table .table-cell:nth-child(3){width:142px;min-width:142px}.codex-archive-table .table-head-cell:nth-child(4),.codex-archive-table .table-cell:nth-child(4){width:250px;min-width:250px;max-width:250px}.codex-archive-table .table-head-cell:nth-child(5),.codex-archive-table .table-cell:nth-child(5){width:150px;min-width:150px}.codex-archive-table .table-head-cell:nth-child(6),.codex-archive-table .table-cell:nth-child(6){width:90px;min-width:90px}.action-cell{z-index:3;background:var(--surface);width:154px;min-width:154px;box-shadow:-1px 0 0 var(--line);position:sticky;right:0}.table-head-cell.action-cell{z-index:4;background:var(--surface-raised)}.codex-archive-table .action-cell{text-align:center;width:118px;min-width:118px}.sortable-head{min-width:0;display:block}.table-sort-button{max-width:100%;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:2px 0;display:inline-flex}.table-sort-button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.table-sort-button svg{color:var(--text-soft);flex:none}.table-sort-button:hover,.table-sort-button.active{color:var(--text)}.table-sort-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.skill-row{color:var(--text);cursor:pointer}.skill-row:hover,.skill-row.selected,.skill-row:hover .table-cell,.skill-row.selected .table-cell,.skill-row:hover .action-cell,.skill-row.selected .action-cell{background:var(--surface-sunken)}.skill-row.selected{box-shadow:inset 0 0 0 1px var(--accent-border)}.row-checkbox{justify-content:center;align-items:center;display:inline-flex}.select-cell{text-align:center}.select-cell .checkbox{margin-inline:auto}.skill-main{gap:3px;min-width:0;display:grid}.skill-main strong,.skill-main small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.skill-main strong{font-size:13px;font-weight:740}.skill-main small{color:var(--text-muted);font-size:12px}.sync-badge{white-space:nowrap;border-radius:999px;justify-content:flex-start;align-items:center;gap:6px;width:fit-content;min-height:25px;padding:0 8px;font-size:12px;font-weight:720;display:inline-flex}.source-badge{border:1px solid var(--line);width:fit-content;min-height:24px;color:var(--text-muted);background:var(--surface);white-space:nowrap;border-radius:999px;align-items:center;padding:0 7px;font-size:11px;font-weight:720;display:inline-flex}.source-badge.agents{color:var(--source-agents-text);background:var(--source-agents-bg)}.source-badge.codex{color:var(--info-text);background:var(--info-bg)}.source-badge.both{color:var(--source-both-text);background:var(--source-both-bg)}.source-badge.repo{color:var(--text-muted)}.sync-badge.clean{color:var(--good-text);background:var(--good-bg)}.sync-badge.local_modified,.sync-badge.repo_modified,.sync-badge.missing_local,.sync-badge.missing_repo{color:var(--warn-text);background:var(--warn-bg)}.sync-badge.conflict{color:var(--risk-text);background:var(--risk-bg)}.sync-badge.unmanaged,.sync-badge.repo_only{color:var(--info-text);background:var(--info-bg)}.install-state,.row-actions,.row-action{color:var(--text-muted);font-size:12px;font-weight:650}.install-state.installed{color:var(--text)}.row-actions{flex-wrap:nowrap;align-items:center;gap:6px;min-width:0;display:flex}.row-actions.muted{color:var(--text-muted)}.row-action{border-radius:var(--radius);width:31px;height:31px;min-height:31px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.row-action:hover:not(:disabled){color:var(--accent-strong);border-color:var(--line);background:var(--surface-raised)}.row-action.danger{color:var(--risk-text)}.row-action.danger:hover:not(:disabled){color:var(--risk-text);border-color:var(--risk-border);background:var(--risk-bg)}.row-action:disabled{cursor:not-allowed;opacity:.58}.tooltip-content{z-index:90;border:1px solid var(--line-strong);max-width:220px;color:var(--tooltip-text);background:var(--tooltip-bg);box-shadow:var(--shadow-tooltip);border-radius:6px;padding:6px 8px;font-size:11px;font-weight:650;line-height:1.25}.dropdown-content{z-index:85;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:180px;box-shadow:var(--shadow-tooltip);padding:4px;overflow:hidden}.dropdown-item{min-height:32px;color:var(--text);cursor:default;-webkit-user-select:none;user-select:none;border-radius:6px;outline:0;align-items:center;gap:8px;padding:0 9px;font-size:13px;display:flex;position:relative}.dropdown-item[data-highlighted]{color:var(--accent-strong);background:var(--accent-soft)}.dropdown-checkbox-item{padding-left:28px}.dropdown-item-indicator{color:var(--accent-strong);display:inline-flex;position:absolute;left:8px}.dropdown-sub-trigger{justify-content:space-between}.dropdown-separator{background:var(--line);height:1px;margin:4px -4px}.tabs-list{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-raised);gap:4px;padding:4px;display:inline-flex}.tabs-trigger{min-height:30px;color:var(--text-muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:6px;padding:0 10px;font-size:13px;font-weight:650}.tabs-trigger[data-state=active]{color:var(--accent-strong);background:var(--accent-soft)}.tabs-content{outline:0}.drawer-backdrop{z-index:40;background:var(--overlay);cursor:default;border:0;position:fixed;inset:0}.confirm-dialog{z-index:42;border:1px solid var(--line);background:var(--surface-raised);width:min(460px,100vw - 32px);box-shadow:var(--shadow-dialog);border-radius:10px;animation:.16s ease-out confirm-in;display:grid;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.confirm-dialog-header{grid-template-columns:38px minmax(0,1fr);align-items:start;padding:20px 22px 16px}.confirm-dialog-header h2{margin-bottom:6px;font-size:17px;line-height:1.25}.confirm-dialog-header p{color:var(--text-muted);margin-bottom:0;font-size:13px;line-height:1.5}.confirm-icon{border:1px solid var(--line);border-radius:var(--radius);width:32px;height:32px;color:var(--accent-strong);background:var(--surface);place-items:center;display:grid}.confirm-scope{gap:8px;padding:0 22px 18px;display:grid}.confirm-scope-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:108px minmax(0,1fr);align-items:baseline;gap:12px;min-height:30px;padding:7px 9px;display:grid}.confirm-scope-item span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:750}.confirm-scope-item strong{overflow-wrap:anywhere;min-width:0;font-size:12px;line-height:1.35}.compare-dialog{grid-template-rows:auto minmax(0,1fr) auto;width:min(1120px,100vw - 32px);max-height:min(760px,100vh - 32px)}.compare-header{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:12px;padding:20px 22px 14px;display:grid}.compare-source-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-height:0;padding:0 22px 18px;display:grid;overflow:auto}.compare-source{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-rows:auto auto minmax(0,1fr) auto;gap:7px;min-width:0;min-height:0;display:grid}.compare-source-title{border-bottom:1px solid var(--line);background:var(--surface-raised);grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px 11px;font-size:12px;display:grid}.compare-source-title strong{font-size:12px}.compare-source-title span{color:var(--text-muted);font-size:11px;font-weight:700}.compare-source-path{color:var(--text-muted);overflow-wrap:anywhere;margin:0;padding:0 11px;font-size:11px}.compare-source-content{white-space:pre-wrap;border-top:1px solid var(--line);min-height:240px;max-height:38vh;margin:0;padding:0 11px 10px;font-size:11px;line-height:1.45;overflow:auto}.compare-source-content code{font-size:11px;line-height:1.42;display:block}.compare-source-actions{padding:0 11px 11px}.compare-source-actions .button{justify-content:center;width:100%}.repo-conflict-dialog{width:min(1180px,100vw - 32px)}.repo-conflict-stack{gap:14px;min-height:0;padding:0 22px 18px;display:grid;overflow:auto}.repo-conflict-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-raised);gap:12px;min-width:0;padding:12px;display:grid}.repo-conflict-card-head{justify-content:space-between;align-items:start;gap:12px;display:flex}.repo-conflict-card-head h3{margin:0;font-size:18px;line-height:1.2}.repo-conflict-card-head p{color:var(--text-muted);margin:4px 0 0;font-size:12px}.repo-conflict-files{flex-wrap:wrap;gap:6px;display:flex}.repo-conflict-files code,.repo-conflict-files span{border:1px solid var(--line);color:var(--text-muted);background:var(--surface);border-radius:999px;padding:4px 7px;font-size:11px}.repo-version-card.selected{border-color:var(--focus);box-shadow:0 0 0 1px var(--focus)}.command-dialog{z-index:42;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:min(640px,100vw - 32px);box-shadow:var(--shadow-dialog);animation:.16s ease-out confirm-in;display:grid;position:fixed;top:min(96px,12vh);left:50%;overflow:hidden;transform:translate(-50%)}.command-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;gap:18px;padding:16px 18px 12px;display:flex}.command-header h2{margin:0 0 4px;font-size:16px}.command-header kbd{border:1px solid var(--line);min-width:36px;min-height:26px;color:var(--text-muted);background:var(--surface-raised);border-radius:6px;place-items:center;padding:0 8px;font-size:11px;font-weight:750;display:inline-grid}.command-root{display:grid}.command-input-row{border-bottom:1px solid var(--line);color:var(--text-muted);grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;padding:12px 18px;display:grid}.command-input-row input{width:100%;color:var(--text);font:inherit;background:0 0;border:0;outline:0;font-size:14px}.command-list{max-height:min(420px,100vh - 260px);padding:8px;overflow-y:auto}.command-list [cmdk-group-heading]{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;padding:10px 8px 6px;font-size:11px;font-weight:750}.command-list [cmdk-item]{border-radius:var(--radius);min-height:44px;color:var(--text);cursor:pointer;outline:0;gap:2px;padding:8px 10px;display:grid}.command-list [cmdk-item][data-selected=true]{color:var(--accent-strong);background:var(--accent-soft)}.command-list [cmdk-item][aria-disabled=true]{cursor:not-allowed;opacity:.5}.command-list [cmdk-item] small{color:var(--text-muted);font-size:12px}.command-empty{color:var(--text-muted);text-align:center;padding:26px 10px}.compare-footer{border-top:1px solid var(--line);background:var(--surface-raised);justify-content:flex-end;padding:14px 22px}.edit-source-options{gap:8px;padding:0 22px 18px;display:grid}.edit-source-option{border:1px solid var(--line);border-radius:var(--radius);width:100%;min-height:42px;color:var(--text);background:var(--surface);cursor:pointer;text-align:left;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:12px;padding:9px;display:grid}.edit-source-option:hover:not(:disabled),.edit-source-option:focus-visible{border-color:var(--accent);background:var(--accent-soft);outline:none}.edit-source-option:disabled{cursor:not-allowed;opacity:.58}.edit-source-option span{color:var(--accent-strong);font-size:12px;font-weight:750}.edit-source-option code{overflow-wrap:anywhere;min-width:0;font-size:12px;line-height:1.35}.confirm-dialog-footer{justify-content:flex-end;padding:14px 22px}.detail-drawer,.editor-drawer{z-index:41;border-left:1px solid var(--line);background:var(--surface-raised);width:min(520px,100vw - 24px);box-shadow:var(--shadow-drawer);flex-direction:column;animation:.18s ease-out drawer-in;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}.editor-drawer{width:min(760px,100vw - 24px)}.drawer-header{border-bottom:1px solid var(--line);gap:12px;padding:22px 24px;display:grid}.drawer-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;display:grid}.drawer-header h2{word-break:break-word;margin-bottom:0}.drawer-header>p{color:var(--text-muted);margin-bottom:0;font-size:13px;line-height:1.5}.drawer-badges{flex-wrap:wrap;gap:8px;display:flex}.icon-button{border:1px solid var(--line);border-radius:var(--radius);width:34px;height:34px;color:var(--text-muted);background:var(--surface);cursor:pointer;place-items:center;display:inline-grid}.icon-button:hover:not(:disabled){color:var(--text);border-color:var(--line-strong)}.icon-button:disabled{cursor:not-allowed;opacity:.58}.detail-metadata{border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.detail-field{border-right:1px solid var(--line);border-bottom:1px solid var(--line);gap:4px;min-height:74px;padding:14px 18px;display:grid}.detail-field:nth-child(2n){border-right:0}.detail-field:nth-last-child(-n+2){border-bottom:0}.detail-field span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:750}.detail-field strong{overflow-wrap:anywhere;font-size:14px;line-height:1.35}.detail-section{border-bottom:1px solid var(--line);padding:18px 24px}.key-value{gap:5px;margin-bottom:12px;display:grid}.key-value:last-child{margin-bottom:0}.key-value span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:750}.key-value code{overflow-wrap:anywhere;color:var(--text);white-space:pre-wrap;font-size:12px;line-height:1.45}.quiet-copy{color:var(--text-muted);margin-bottom:0;font-size:13px;line-height:1.5}.skill-editor{gap:10px;display:grid}.editor-body{flex:auto;gap:12px;min-height:0;padding:18px 24px;display:grid}.editor-path{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;gap:4px;font-size:11px;font-weight:750;display:grid}.editor-path code{overflow-wrap:anywhere;color:var(--text);letter-spacing:0;text-transform:none;font-size:12px;font-weight:500;line-height:1.45}.editor-body textarea,.skill-editor textarea{resize:vertical;border:1px solid var(--line);border-radius:var(--radius);width:100%;min-height:300px;color:var(--text);background:var(--surface);padding:10px 11px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.5}.editor-body textarea{min-height:min(620px,100vh - 250px)}.archive-preview{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);max-height:360px;color:var(--text);white-space:pre-wrap;margin:0;padding:12px;font-size:11px;line-height:1.55;overflow:auto}.preview-note{color:var(--text-muted);margin:8px 0 0;font-size:12px}.editor-footer{border-top:1px solid var(--line);background:var(--surface-raised);flex-wrap:wrap;gap:8px;padding:14px 24px;display:flex}.editor-actions{flex-wrap:wrap;gap:8px;display:flex}.dirty-badge,.saved-badge{border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:11px;font-weight:750;display:inline-flex}.dirty-badge{color:var(--warn-text);background:var(--warn-bg)}.saved-badge{color:var(--good-text);background:var(--good-bg)}.empty-state{min-height:220px;color:var(--text-muted);text-align:center;align-content:center;justify-items:center;gap:4px;padding:30px;display:grid}.empty-state h2{color:var(--text);margin-bottom:0}.skeleton-row{pointer-events:none}.skeleton{background:linear-gradient(90deg, transparent, var(--shimmer), transparent), var(--surface-raised);background-size:220px 100%,100% 100%;animation:1.2s ease-out infinite shimmer}.skeleton-line{border-radius:var(--radius);width:100%;height:38px}.spin{animation:.9s linear infinite spin}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes shimmer{0%{background-position:-220px 0,0 0}to{background-position:calc(100% + 220px) 0,0 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes drawer-in{0%{opacity:.82;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes confirm-in{0%{opacity:.82;transform:translate(-50%,calc(10px - 50%))}to{opacity:1;transform:translate(-50%,-50%)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (width<=1220px){.app-shell{grid-template-columns:196px minmax(0,1fr)}}@media (width<=900px){body{min-width:0}.app-shell{grid-template-columns:minmax(0,1fr)}.sidebar{border-right:0;border-bottom:1px solid var(--line);gap:14px;height:auto;padding:14px;position:static;overflow:visible}.nav-list{gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.nav-item{flex:none;grid-template-columns:18px auto auto;min-width:126px}.workspace{padding:18px}.topbar{flex-direction:column;align-items:flex-start}.topbar-actions{flex-wrap:wrap;width:100%}.setup-panel{gap:20px;max-width:none;min-height:0;padding:20px;display:grid}.settings-stack{max-width:none}.settings-panel{padding:20px}.settings-head{display:grid}.settings-actions{justify-content:flex-start}.path-setting{grid-template-columns:minmax(0,1fr);gap:9px}.setup-fields{width:100%}.path-input-row{grid-template-columns:minmax(0,1fr) auto}.path-summary{grid-template-columns:minmax(0,1fr);gap:2px}.setup-panel>.button{justify-self:start}.repo-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.skills-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.path-stack{grid-column:1/-1;grid-template-columns:minmax(0,1fr)}.path-stack-action{justify-self:start}.path-stack-controls{flex-wrap:wrap;justify-content:flex-start}.toolbar{grid-template-columns:minmax(0,1fr);align-items:stretch}.bulk-bar{flex-wrap:wrap;align-items:stretch}.bulk-note{width:100%;margin-left:0}.search-box,.filter-select{width:100%}.pagination-bar{grid-template-columns:minmax(0,1fr);align-items:stretch}.pagination-actions{justify-content:space-between}.page-size-select{width:100%}.compare-source-grid{grid-template-columns:minmax(0,1fr)}.compare-source-content{min-height:180px;max-height:260px}}@media (width<=560px){.workspace{padding:16px}.topbar-actions .button,.settings-head .button,.setup-panel>.button,.path-stack-action,.path-choose{width:100%}.path-input-row{grid-template-columns:minmax(0,1fr)}.repo-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.skills-summary-strip{grid-template-columns:minmax(0,1fr)}.status-tile:nth-child(3),.path-stack{grid-column:1/-1}}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>Skill Sync</title>
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-CPJdd8n0.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="/assets/index-T4bm09OX.css">
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<div id="root"></div>
|
|
12
|
+
</body>
|
|
13
|
+
</html>
|
|
@@ -0,0 +1,515 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
color-scheme: light;
|
|
3
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
|
|
4
|
+
font-size: 16px;
|
|
5
|
+
background: oklch(0.972 0.006 248);
|
|
6
|
+
color: oklch(0.18 0.018 248);
|
|
7
|
+
--ink: oklch(0.18 0.018 248);
|
|
8
|
+
--muted: oklch(0.46 0.022 248);
|
|
9
|
+
--line: oklch(0.82 0.014 248);
|
|
10
|
+
--panel: oklch(0.988 0.004 248);
|
|
11
|
+
--panel-2: oklch(0.946 0.009 248);
|
|
12
|
+
--accent: oklch(0.49 0.145 245);
|
|
13
|
+
--accent-soft: oklch(0.92 0.04 245);
|
|
14
|
+
--success: oklch(0.42 0.11 150);
|
|
15
|
+
--success-soft: oklch(0.92 0.05 150);
|
|
16
|
+
--danger: oklch(0.54 0.16 28);
|
|
17
|
+
--danger-soft: oklch(0.93 0.055 28);
|
|
18
|
+
--radius: 8px;
|
|
19
|
+
--shadow: 0 18px 44px oklch(0.44 0.02 248 / 0.12);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
* {
|
|
23
|
+
box-sizing: border-box;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
body {
|
|
27
|
+
margin: 0;
|
|
28
|
+
min-height: 100vh;
|
|
29
|
+
background: var(--page, oklch(0.972 0.006 248));
|
|
30
|
+
color: var(--ink);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
a {
|
|
34
|
+
color: inherit;
|
|
35
|
+
text-decoration: none;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.option-shell {
|
|
39
|
+
min-height: 100vh;
|
|
40
|
+
display: grid;
|
|
41
|
+
grid-template-columns: 236px minmax(0, 1fr);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.option-sidebar {
|
|
45
|
+
border-right: 1px solid var(--line);
|
|
46
|
+
background: var(--sidebar, var(--panel));
|
|
47
|
+
padding: 22px 16px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.brand {
|
|
51
|
+
display: flex;
|
|
52
|
+
align-items: center;
|
|
53
|
+
gap: 12px;
|
|
54
|
+
margin-bottom: 30px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.brand-mark {
|
|
58
|
+
display: grid;
|
|
59
|
+
place-items: center;
|
|
60
|
+
width: 38px;
|
|
61
|
+
height: 38px;
|
|
62
|
+
border: 1px solid var(--accent);
|
|
63
|
+
border-radius: var(--radius);
|
|
64
|
+
color: var(--accent);
|
|
65
|
+
font-weight: 800;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.brand strong,
|
|
69
|
+
.brand span {
|
|
70
|
+
display: block;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.brand strong {
|
|
74
|
+
font-size: 15px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.brand span {
|
|
78
|
+
color: var(--muted);
|
|
79
|
+
font-size: 13px;
|
|
80
|
+
margin-top: 2px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.nav {
|
|
84
|
+
display: grid;
|
|
85
|
+
gap: 6px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.nav a {
|
|
89
|
+
display: flex;
|
|
90
|
+
align-items: center;
|
|
91
|
+
justify-content: space-between;
|
|
92
|
+
min-height: 40px;
|
|
93
|
+
border: 1px solid transparent;
|
|
94
|
+
border-radius: var(--radius);
|
|
95
|
+
padding: 0 11px;
|
|
96
|
+
color: var(--muted);
|
|
97
|
+
font-weight: 680;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.nav a.active {
|
|
101
|
+
color: var(--accent);
|
|
102
|
+
background: var(--accent-soft);
|
|
103
|
+
border-color: color-mix(in oklch, var(--accent) 36%, var(--line));
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.main {
|
|
107
|
+
min-width: 0;
|
|
108
|
+
padding: 28px 32px 36px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.kicker {
|
|
112
|
+
color: var(--muted);
|
|
113
|
+
font-size: 12px;
|
|
114
|
+
font-weight: 800;
|
|
115
|
+
letter-spacing: 0.08em;
|
|
116
|
+
text-transform: uppercase;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.header {
|
|
120
|
+
display: flex;
|
|
121
|
+
align-items: end;
|
|
122
|
+
justify-content: space-between;
|
|
123
|
+
gap: 20px;
|
|
124
|
+
margin-bottom: 24px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.title h1 {
|
|
128
|
+
margin: 4px 0 0;
|
|
129
|
+
font-size: 28px;
|
|
130
|
+
line-height: 1.15;
|
|
131
|
+
letter-spacing: 0;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.actions {
|
|
135
|
+
display: flex;
|
|
136
|
+
align-items: center;
|
|
137
|
+
gap: 10px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.button {
|
|
141
|
+
display: inline-flex;
|
|
142
|
+
align-items: center;
|
|
143
|
+
justify-content: center;
|
|
144
|
+
min-height: 36px;
|
|
145
|
+
border: 1px solid var(--line);
|
|
146
|
+
border-radius: var(--radius);
|
|
147
|
+
background: var(--panel);
|
|
148
|
+
color: var(--ink);
|
|
149
|
+
padding: 0 14px;
|
|
150
|
+
font-weight: 720;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.button.primary {
|
|
154
|
+
border-color: var(--accent);
|
|
155
|
+
background: var(--accent);
|
|
156
|
+
color: oklch(0.985 0.006 248);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.button:focus,
|
|
160
|
+
.nav a:focus,
|
|
161
|
+
.icon-button:focus {
|
|
162
|
+
outline: 2px solid color-mix(in oklch, var(--accent) 70%, transparent);
|
|
163
|
+
outline-offset: 2px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.status-grid {
|
|
167
|
+
display: grid;
|
|
168
|
+
grid-template-columns: 130px 130px 160px minmax(320px, 1fr);
|
|
169
|
+
gap: 10px;
|
|
170
|
+
margin-bottom: 22px;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.tile,
|
|
174
|
+
.path-panel,
|
|
175
|
+
.toolbar,
|
|
176
|
+
.table-frame,
|
|
177
|
+
.preview-card {
|
|
178
|
+
border: 1px solid var(--line);
|
|
179
|
+
border-radius: var(--radius);
|
|
180
|
+
background: var(--panel);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.tile {
|
|
184
|
+
padding: 12px 14px;
|
|
185
|
+
min-height: 74px;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.tile span,
|
|
189
|
+
.path-row span,
|
|
190
|
+
.table-head span,
|
|
191
|
+
.meta-label {
|
|
192
|
+
color: var(--muted);
|
|
193
|
+
font-size: 12px;
|
|
194
|
+
font-weight: 800;
|
|
195
|
+
letter-spacing: 0.055em;
|
|
196
|
+
text-transform: uppercase;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.tile strong {
|
|
200
|
+
display: block;
|
|
201
|
+
margin-top: 6px;
|
|
202
|
+
font-size: 28px;
|
|
203
|
+
line-height: 1;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.path-panel {
|
|
207
|
+
display: grid;
|
|
208
|
+
gap: 8px;
|
|
209
|
+
padding: 12px 14px;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.path-row {
|
|
213
|
+
display: grid;
|
|
214
|
+
grid-template-columns: 118px minmax(0, 1fr);
|
|
215
|
+
gap: 12px;
|
|
216
|
+
align-items: baseline;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.path-row code,
|
|
220
|
+
.mono {
|
|
221
|
+
font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
|
|
222
|
+
font-size: 13px;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.toolbar {
|
|
226
|
+
display: grid;
|
|
227
|
+
grid-template-columns: minmax(220px, 1fr) 160px 120px;
|
|
228
|
+
gap: 10px;
|
|
229
|
+
padding: 10px;
|
|
230
|
+
margin-bottom: 16px;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.control {
|
|
234
|
+
min-height: 38px;
|
|
235
|
+
border: 1px solid var(--line);
|
|
236
|
+
border-radius: var(--radius);
|
|
237
|
+
background: var(--control, color-mix(in oklch, var(--panel) 80%, var(--panel-2)));
|
|
238
|
+
color: var(--muted);
|
|
239
|
+
display: flex;
|
|
240
|
+
align-items: center;
|
|
241
|
+
padding: 0 12px;
|
|
242
|
+
font-weight: 620;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.table-frame {
|
|
246
|
+
overflow: hidden;
|
|
247
|
+
box-shadow: var(--shadow);
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.table-scroll {
|
|
251
|
+
overflow-x: auto;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.table {
|
|
255
|
+
min-width: 1120px;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.table-head,
|
|
259
|
+
.row {
|
|
260
|
+
display: grid;
|
|
261
|
+
grid-template-columns: 42px 310px 170px 160px 140px 150px 168px;
|
|
262
|
+
align-items: center;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.table-head {
|
|
266
|
+
min-height: 44px;
|
|
267
|
+
background: var(--table-head, var(--panel-2));
|
|
268
|
+
border-bottom: 1px solid var(--line);
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.table-head span {
|
|
272
|
+
padding: 0 12px;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.row {
|
|
276
|
+
min-height: 70px;
|
|
277
|
+
border-bottom: 1px solid var(--line);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.row:last-child {
|
|
281
|
+
border-bottom: 0;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.cell {
|
|
285
|
+
padding: 0 12px;
|
|
286
|
+
min-width: 0;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.check {
|
|
290
|
+
width: 18px;
|
|
291
|
+
height: 18px;
|
|
292
|
+
border: 1px solid var(--muted);
|
|
293
|
+
border-radius: 4px;
|
|
294
|
+
margin-left: 12px;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.skill-name strong,
|
|
298
|
+
.archive-title strong {
|
|
299
|
+
display: block;
|
|
300
|
+
overflow: hidden;
|
|
301
|
+
text-overflow: ellipsis;
|
|
302
|
+
white-space: nowrap;
|
|
303
|
+
font-size: 15px;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.skill-name small,
|
|
307
|
+
.archive-title small {
|
|
308
|
+
display: block;
|
|
309
|
+
overflow: hidden;
|
|
310
|
+
text-overflow: ellipsis;
|
|
311
|
+
white-space: nowrap;
|
|
312
|
+
color: var(--muted);
|
|
313
|
+
font-size: 13px;
|
|
314
|
+
margin-top: 3px;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.badge {
|
|
318
|
+
display: inline-flex;
|
|
319
|
+
align-items: center;
|
|
320
|
+
justify-content: center;
|
|
321
|
+
min-height: 26px;
|
|
322
|
+
border: 1px solid var(--line);
|
|
323
|
+
border-radius: 999px;
|
|
324
|
+
padding: 0 10px;
|
|
325
|
+
font-size: 13px;
|
|
326
|
+
font-weight: 760;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.badge.source {
|
|
330
|
+
background: var(--accent-soft);
|
|
331
|
+
border-color: color-mix(in oklch, var(--accent) 24%, var(--line));
|
|
332
|
+
color: var(--accent);
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.badge.ok {
|
|
336
|
+
background: var(--success-soft);
|
|
337
|
+
border-color: color-mix(in oklch, var(--success) 28%, var(--line));
|
|
338
|
+
color: var(--success);
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.badge.local {
|
|
342
|
+
background: oklch(0.92 0.045 238);
|
|
343
|
+
border-color: oklch(0.8 0.055 238);
|
|
344
|
+
color: oklch(0.38 0.11 238);
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.time {
|
|
348
|
+
color: var(--muted);
|
|
349
|
+
font-size: 12px;
|
|
350
|
+
line-height: 1.25;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.row-actions {
|
|
354
|
+
display: flex;
|
|
355
|
+
justify-content: flex-end;
|
|
356
|
+
gap: 8px;
|
|
357
|
+
padding-right: 12px;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.icon-button {
|
|
361
|
+
display: grid;
|
|
362
|
+
place-items: center;
|
|
363
|
+
width: 36px;
|
|
364
|
+
height: 36px;
|
|
365
|
+
border: 1px solid var(--line);
|
|
366
|
+
border-radius: var(--radius);
|
|
367
|
+
background: var(--panel);
|
|
368
|
+
color: var(--muted);
|
|
369
|
+
font-weight: 800;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.icon-button.danger {
|
|
373
|
+
border-color: color-mix(in oklch, var(--danger) 42%, var(--line));
|
|
374
|
+
background: var(--danger-soft);
|
|
375
|
+
color: var(--danger);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.archive-layout {
|
|
379
|
+
display: grid;
|
|
380
|
+
grid-template-columns: minmax(0, 1fr) 330px;
|
|
381
|
+
gap: 16px;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.archive-row,
|
|
385
|
+
.archive-head {
|
|
386
|
+
display: grid;
|
|
387
|
+
grid-template-columns: 260px 135px 135px 230px 150px 82px 88px;
|
|
388
|
+
align-items: center;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.archive-head {
|
|
392
|
+
min-height: 44px;
|
|
393
|
+
background: var(--table-head, var(--panel-2));
|
|
394
|
+
border-bottom: 1px solid var(--line);
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.archive-head span {
|
|
398
|
+
color: var(--muted);
|
|
399
|
+
font-size: 12px;
|
|
400
|
+
font-weight: 800;
|
|
401
|
+
letter-spacing: 0.055em;
|
|
402
|
+
padding: 0 12px;
|
|
403
|
+
text-transform: uppercase;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.archive-row {
|
|
407
|
+
min-height: 72px;
|
|
408
|
+
border-bottom: 1px solid var(--line);
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.archive-cwd {
|
|
412
|
+
overflow: hidden;
|
|
413
|
+
text-overflow: ellipsis;
|
|
414
|
+
white-space: nowrap;
|
|
415
|
+
color: var(--muted);
|
|
416
|
+
font-size: 13px;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.preview-card {
|
|
420
|
+
padding: 18px;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.preview-card h2 {
|
|
424
|
+
margin: 0 0 8px;
|
|
425
|
+
font-size: 18px;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.preview-card p {
|
|
429
|
+
margin: 0 0 16px;
|
|
430
|
+
color: var(--muted);
|
|
431
|
+
line-height: 1.5;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.meta-grid {
|
|
435
|
+
display: grid;
|
|
436
|
+
gap: 10px;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.meta-field {
|
|
440
|
+
border: 1px solid var(--line);
|
|
441
|
+
border-radius: var(--radius);
|
|
442
|
+
padding: 10px;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.meta-field strong {
|
|
446
|
+
display: block;
|
|
447
|
+
margin-top: 4px;
|
|
448
|
+
font-size: 14px;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.footer-links {
|
|
452
|
+
display: flex;
|
|
453
|
+
gap: 10px;
|
|
454
|
+
margin-top: 20px;
|
|
455
|
+
color: var(--muted);
|
|
456
|
+
font-size: 13px;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.index-grid {
|
|
460
|
+
display: grid;
|
|
461
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
462
|
+
gap: 14px;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.option-card {
|
|
466
|
+
display: block;
|
|
467
|
+
border: 1px solid var(--line);
|
|
468
|
+
border-radius: var(--radius);
|
|
469
|
+
background: var(--panel);
|
|
470
|
+
padding: 18px;
|
|
471
|
+
box-shadow: var(--shadow);
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.option-card strong {
|
|
475
|
+
display: block;
|
|
476
|
+
font-size: 18px;
|
|
477
|
+
margin-bottom: 8px;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.option-card span {
|
|
481
|
+
display: block;
|
|
482
|
+
color: var(--muted);
|
|
483
|
+
line-height: 1.5;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
@media (max-width: 900px) {
|
|
487
|
+
.option-shell {
|
|
488
|
+
grid-template-columns: 1fr;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.option-sidebar {
|
|
492
|
+
border-right: 0;
|
|
493
|
+
border-bottom: 1px solid var(--line);
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.nav {
|
|
497
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.header,
|
|
501
|
+
.archive-layout {
|
|
502
|
+
display: block;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.actions,
|
|
506
|
+
.preview-card {
|
|
507
|
+
margin-top: 14px;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.status-grid,
|
|
511
|
+
.toolbar,
|
|
512
|
+
.index-grid {
|
|
513
|
+
grid-template-columns: 1fr;
|
|
514
|
+
}
|
|
515
|
+
}
|