@yccui/ui 1.0.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.
Files changed (153) hide show
  1. package/README.md +504 -0
  2. package/dist/components/DataDisplay/Accordion.d.ts +12 -0
  3. package/dist/components/DataDisplay/Accordion.d.ts.map +1 -0
  4. package/dist/components/DataDisplay/Avatar.d.ts +9 -0
  5. package/dist/components/DataDisplay/Avatar.d.ts.map +1 -0
  6. package/dist/components/DataDisplay/Badge.d.ts +8 -0
  7. package/dist/components/DataDisplay/Badge.d.ts.map +1 -0
  8. package/dist/components/DataDisplay/Banner.d.ts +13 -0
  9. package/dist/components/DataDisplay/Banner.d.ts.map +1 -0
  10. package/dist/components/DataDisplay/Card.d.ts +27 -0
  11. package/dist/components/DataDisplay/Card.d.ts.map +1 -0
  12. package/dist/components/DataDisplay/CompareBar.d.ts +10 -0
  13. package/dist/components/DataDisplay/CompareBar.d.ts.map +1 -0
  14. package/dist/components/DataDisplay/CopyButton.d.ts +8 -0
  15. package/dist/components/DataDisplay/CopyButton.d.ts.map +1 -0
  16. package/dist/components/DataDisplay/DataList.d.ts +11 -0
  17. package/dist/components/DataDisplay/DataList.d.ts.map +1 -0
  18. package/dist/components/DataDisplay/Donut.d.ts +10 -0
  19. package/dist/components/DataDisplay/Donut.d.ts.map +1 -0
  20. package/dist/components/DataDisplay/EmptyState.d.ts +10 -0
  21. package/dist/components/DataDisplay/EmptyState.d.ts.map +1 -0
  22. package/dist/components/DataDisplay/KV.d.ts +9 -0
  23. package/dist/components/DataDisplay/KV.d.ts.map +1 -0
  24. package/dist/components/DataDisplay/Popover.d.ts +9 -0
  25. package/dist/components/DataDisplay/Popover.d.ts.map +1 -0
  26. package/dist/components/DataDisplay/ProgressBar.d.ts +10 -0
  27. package/dist/components/DataDisplay/ProgressBar.d.ts.map +1 -0
  28. package/dist/components/DataDisplay/StatCard.d.ts +13 -0
  29. package/dist/components/DataDisplay/StatCard.d.ts.map +1 -0
  30. package/dist/components/DataDisplay/Table.d.ts +23 -0
  31. package/dist/components/DataDisplay/Table.d.ts.map +1 -0
  32. package/dist/components/DataDisplay/Tag.d.ts +9 -0
  33. package/dist/components/DataDisplay/Tag.d.ts.map +1 -0
  34. package/dist/components/DataDisplay/Timeline.d.ts +12 -0
  35. package/dist/components/DataDisplay/Timeline.d.ts.map +1 -0
  36. package/dist/components/DataDisplay/Tooltip.d.ts +9 -0
  37. package/dist/components/DataDisplay/Tooltip.d.ts.map +1 -0
  38. package/dist/components/DataDisplay/TrendSpark.d.ts +9 -0
  39. package/dist/components/DataDisplay/TrendSpark.d.ts.map +1 -0
  40. package/dist/components/DataDisplay/index.d.ts +39 -0
  41. package/dist/components/DataDisplay/index.d.ts.map +1 -0
  42. package/dist/components/Feedback/Alert.d.ts +9 -0
  43. package/dist/components/Feedback/Alert.d.ts.map +1 -0
  44. package/dist/components/Feedback/ConfirmDialog.d.ts +14 -0
  45. package/dist/components/Feedback/ConfirmDialog.d.ts.map +1 -0
  46. package/dist/components/Feedback/Drawer.d.ts +12 -0
  47. package/dist/components/Feedback/Drawer.d.ts.map +1 -0
  48. package/dist/components/Feedback/Modal.d.ts +14 -0
  49. package/dist/components/Feedback/Modal.d.ts.map +1 -0
  50. package/dist/components/Feedback/Skeleton.d.ts +8 -0
  51. package/dist/components/Feedback/Skeleton.d.ts.map +1 -0
  52. package/dist/components/Feedback/Spinner.d.ts +8 -0
  53. package/dist/components/Feedback/Spinner.d.ts.map +1 -0
  54. package/dist/components/Feedback/Toast.d.ts +20 -0
  55. package/dist/components/Feedback/Toast.d.ts.map +1 -0
  56. package/dist/components/Feedback/index.d.ts +15 -0
  57. package/dist/components/Feedback/index.d.ts.map +1 -0
  58. package/dist/components/Form/Button.d.ts +16 -0
  59. package/dist/components/Form/Button.d.ts.map +1 -0
  60. package/dist/components/Form/Checkbox.d.ts +12 -0
  61. package/dist/components/Form/Checkbox.d.ts.map +1 -0
  62. package/dist/components/Form/DateInput.d.ts +12 -0
  63. package/dist/components/Form/DateInput.d.ts.map +1 -0
  64. package/dist/components/Form/FileUpload.d.ts +11 -0
  65. package/dist/components/Form/FileUpload.d.ts.map +1 -0
  66. package/dist/components/Form/FormGroup.d.ts +11 -0
  67. package/dist/components/Form/FormGroup.d.ts.map +1 -0
  68. package/dist/components/Form/Input.d.ts +17 -0
  69. package/dist/components/Form/Input.d.ts.map +1 -0
  70. package/dist/components/Form/Radio.d.ts +13 -0
  71. package/dist/components/Form/Radio.d.ts.map +1 -0
  72. package/dist/components/Form/RadioGroup.d.ts +16 -0
  73. package/dist/components/Form/RadioGroup.d.ts.map +1 -0
  74. package/dist/components/Form/ScanZone.d.ts +8 -0
  75. package/dist/components/Form/ScanZone.d.ts.map +1 -0
  76. package/dist/components/Form/SearchInput.d.ts +13 -0
  77. package/dist/components/Form/SearchInput.d.ts.map +1 -0
  78. package/dist/components/Form/Select.d.ts +18 -0
  79. package/dist/components/Form/Select.d.ts.map +1 -0
  80. package/dist/components/Form/Textarea.d.ts +14 -0
  81. package/dist/components/Form/Textarea.d.ts.map +1 -0
  82. package/dist/components/Form/Toggle.d.ts +11 -0
  83. package/dist/components/Form/Toggle.d.ts.map +1 -0
  84. package/dist/components/Form/index.d.ts +27 -0
  85. package/dist/components/Form/index.d.ts.map +1 -0
  86. package/dist/components/Icons/Icon.d.ts +10 -0
  87. package/dist/components/Icons/Icon.d.ts.map +1 -0
  88. package/dist/components/Icons/index.d.ts +3 -0
  89. package/dist/components/Icons/index.d.ts.map +1 -0
  90. package/dist/components/Layout/Col.d.ts +12 -0
  91. package/dist/components/Layout/Col.d.ts.map +1 -0
  92. package/dist/components/Layout/Container.d.ts +9 -0
  93. package/dist/components/Layout/Container.d.ts.map +1 -0
  94. package/dist/components/Layout/Divider.d.ts +7 -0
  95. package/dist/components/Layout/Divider.d.ts.map +1 -0
  96. package/dist/components/Layout/Footer.d.ts +10 -0
  97. package/dist/components/Layout/Footer.d.ts.map +1 -0
  98. package/dist/components/Layout/Grid.d.ts +10 -0
  99. package/dist/components/Layout/Grid.d.ts.map +1 -0
  100. package/dist/components/Layout/Header.d.ts +15 -0
  101. package/dist/components/Layout/Header.d.ts.map +1 -0
  102. package/dist/components/Layout/Page.d.ts +14 -0
  103. package/dist/components/Layout/Page.d.ts.map +1 -0
  104. package/dist/components/Layout/PageHeader.d.ts +9 -0
  105. package/dist/components/Layout/PageHeader.d.ts.map +1 -0
  106. package/dist/components/Layout/Row.d.ts +9 -0
  107. package/dist/components/Layout/Row.d.ts.map +1 -0
  108. package/dist/components/Layout/Sidebar.d.ts +10 -0
  109. package/dist/components/Layout/Sidebar.d.ts.map +1 -0
  110. package/dist/components/Layout/Spacer.d.ts +7 -0
  111. package/dist/components/Layout/Spacer.d.ts.map +1 -0
  112. package/dist/components/Layout/Stack.d.ts +10 -0
  113. package/dist/components/Layout/Stack.d.ts.map +1 -0
  114. package/dist/components/Layout/index.d.ts +25 -0
  115. package/dist/components/Layout/index.d.ts.map +1 -0
  116. package/dist/components/Navigation/Breadcrumb.d.ts +12 -0
  117. package/dist/components/Navigation/Breadcrumb.d.ts.map +1 -0
  118. package/dist/components/Navigation/ContextMenu.d.ts +14 -0
  119. package/dist/components/Navigation/ContextMenu.d.ts.map +1 -0
  120. package/dist/components/Navigation/Nav.d.ts +31 -0
  121. package/dist/components/Navigation/Nav.d.ts.map +1 -0
  122. package/dist/components/Navigation/Pagination.d.ts +9 -0
  123. package/dist/components/Navigation/Pagination.d.ts.map +1 -0
  124. package/dist/components/Navigation/Stepper.d.ts +10 -0
  125. package/dist/components/Navigation/Stepper.d.ts.map +1 -0
  126. package/dist/components/Navigation/Tabs.d.ts +14 -0
  127. package/dist/components/Navigation/Tabs.d.ts.map +1 -0
  128. package/dist/components/Navigation/index.d.ts +13 -0
  129. package/dist/components/Navigation/index.d.ts.map +1 -0
  130. package/dist/components/index.d.ts +7 -0
  131. package/dist/components/index.d.ts.map +1 -0
  132. package/dist/index.cjs +5 -0
  133. package/dist/index.d.ts +11 -0
  134. package/dist/index.d.ts.map +1 -0
  135. package/dist/index.js +3704 -0
  136. package/dist/pages/ComponentShowcase.d.ts +2 -0
  137. package/dist/pages/ComponentShowcase.d.ts.map +1 -0
  138. package/dist/pages/DashboardDemo.d.ts +2 -0
  139. package/dist/pages/DashboardDemo.d.ts.map +1 -0
  140. package/dist/pages/PrototypeHome.d.ts +3 -0
  141. package/dist/pages/PrototypeHome.d.ts.map +1 -0
  142. package/dist/pages/index.d.ts +4 -0
  143. package/dist/pages/index.d.ts.map +1 -0
  144. package/dist/styles.css +1 -0
  145. package/dist/tokens/colors.d.ts +259 -0
  146. package/dist/tokens/colors.d.ts.map +1 -0
  147. package/dist/tokens/index.d.ts +4 -0
  148. package/dist/tokens/index.d.ts.map +1 -0
  149. package/dist/tokens/layout.d.ts +138 -0
  150. package/dist/tokens/layout.d.ts.map +1 -0
  151. package/dist/tokens/typography.d.ts +148 -0
  152. package/dist/tokens/typography.d.ts.map +1 -0
  153. package/package.json +42 -0
@@ -0,0 +1,2 @@
1
+ export declare function ComponentShowcase(): import("react").JSX.Element;
2
+ //# sourceMappingURL=ComponentShowcase.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComponentShowcase.d.ts","sourceRoot":"","sources":["../../src/pages/ComponentShowcase.tsx"],"names":[],"mappings":"AA2dA,wBAAgB,iBAAiB,gCAMhC"}
@@ -0,0 +1,2 @@
1
+ export declare function DashboardDemo(): import("react").JSX.Element;
2
+ //# sourceMappingURL=DashboardDemo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DashboardDemo.d.ts","sourceRoot":"","sources":["../../src/pages/DashboardDemo.tsx"],"names":[],"mappings":"AAwFA,wBAAgB,aAAa,gCAmE5B"}
@@ -0,0 +1,3 @@
1
+ import './PrototypeHome.css';
2
+ export declare function PrototypeHome(): import("react").JSX.Element;
3
+ //# sourceMappingURL=PrototypeHome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrototypeHome.d.ts","sourceRoot":"","sources":["../../src/pages/PrototypeHome.tsx"],"names":[],"mappings":"AAEA,OAAO,qBAAqB,CAAC;AA+qD7B,wBAAgB,aAAa,gCA2I5B"}
@@ -0,0 +1,4 @@
1
+ export { DashboardDemo } from './DashboardDemo';
2
+ export { ComponentShowcase } from './ComponentShowcase';
3
+ export { PrototypeHome } from './PrototypeHome';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/pages/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1 @@
1
+ @import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";:root{--ycc-accent: #5B7CE6;--ycc-indigo: #6366F1;--ycc-indigo-bg: #EEF0FE;--ycc-navy: #0E1438;--ycc-page: #F4F5F9;--ycc-card: #FFFFFF;--ycc-soft: #F6F7FB;--ycc-border: #E8EAF2;--ycc-ink: #1B2440;--ycc-sub: #8A93AD;--ycc-faint: #AEB4C9;--ycc-status-released-text: #16A34A;--ycc-status-released-bg: #DCFCE7;--ycc-status-review-text: #EA580C;--ycc-status-review-bg: #FEF3C7;--ycc-status-hold-text: #C2410C;--ycc-status-hold-bg: #FFEDD5;--ycc-status-inspect-text: #B91C1C;--ycc-status-inspect-bg: #FEE2E2;--ycc-status-unknown-text: #6D28D9;--ycc-status-unknown-bg: #EDE9FE;--ycc-status-missing-text: #475569;--ycc-status-missing-bg: #E2E8F0;--ycc-ms-cleared-text: #16A34A;--ycc-ms-cleared-bg: #DCFCE7;--ycc-ms-progress-text: #1D4ED8;--ycc-ms-progress-bg: #DBEAFE;--ycc-ms-hold-text: #B91C1C;--ycc-ms-hold-bg: #FEE2E2;--ycc-ms-pending-text: #EA580C;--ycc-ms-pending-bg: #FEF3C7;--ycc-ms-active-text: #16A34A;--ycc-ms-active-bg: #DCFCE7;--ycc-ms-inactive-text: #64748B;--ycc-ms-inactive-bg: #F1F5F9;--ycc-cl-ready-text: #64748B;--ycc-cl-ready-bg: #F1F5F9;--ycc-cl-submitted-text: #1D4ED8;--ycc-cl-submitted-bg: #DBEAFE;--ycc-cl-ack-text: #6D28D9;--ycc-cl-ack-bg: #EDE9FE;--ycc-cl-released-text: #16A34A;--ycc-cl-released-bg: #DCFCE7;--ycc-cl-hold-text: #B91C1C;--ycc-cl-hold-bg: #FEE2E2;--ycc-cl-docs-text: #EA580C;--ycc-cl-docs-bg: #FEF3C7;--ycc-success: #16A34A;--ycc-warning: #EA580C;--ycc-danger: #B91C1C;--ycc-blue: #1D4ED8;--ycc-purple: #6D28D9;--ycc-slate: #475569;--ycc-success-text: #166534;--ycc-warning-text: #9A3412;--ycc-danger-text: #B91C1C;--ycc-info-text-deep: #3730A3;--ycc-info-text-mid: #4338CA;--ycc-border-red: #FCA5A5;--ycc-border-amber: #FCD34D;--ycc-border-green: #86EFAC;--ycc-border-green-soft: #A7F3D0;--ycc-direction-import-text: #1D4ED8;--ycc-direction-import-bg: #EFF4FF;--ycc-direction-export-text: #6D28D9;--ycc-direction-export-bg: #F1ECFE;--ycc-tstatus-t1-text: #1D4ED8;--ycc-tstatus-t1-bg: #EFF4FF;--ycc-tstatus-t2-text: #6D28D9;--ycc-tstatus-t2-bg: #F1ECFE;--ycc-warehouse-draft-text: #64748B;--ycc-warehouse-draft-bg: #F1F5F9;--ycc-warehouse-expected-text: #1D4ED8;--ycc-warehouse-expected-bg: #EFF4FF;--ycc-warehouse-received-text: #EA580C;--ycc-warehouse-received-bg: #FEF3C7;--ycc-warehouse-located-text: #6D28D9;--ycc-warehouse-located-bg: #F1ECFE;--ycc-warehouse-out-scanned-text: #16A34A;--ycc-warehouse-out-scanned-bg: #DCFCE7;--ycc-branch-air: #4338CA;--ycc-branch-sea: #0369A1;--ycc-branch-road: #C2410C;--ycc-branch-customs: #15803D;--ycc-branch-warehouse: #7C3AED;--ycc-branch-backoffice: #64748B;--ycc-bot-vis: #5B7CE6;--ycc-bot-hist: #0EA5E9;--ycc-bot-llm: #8B5CF6;--ycc-bot-stat: #14B8A6;--ycc-font-sans: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--ycc-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;--ycc-size-xs2: 9px;--ycc-size-xs: 10px;--ycc-size-xs3: 10.5px;--ycc-size-sm2: 11px;--ycc-size-sm: 12px;--ycc-size-sm3: 12.5px;--ycc-size-base: 13px;--ycc-size-md: 14px;--ycc-size-md2: 15px;--ycc-size-md3: 16px;--ycc-size-lg: 18px;--ycc-size-xl: 20px;--ycc-size-2xl: 24px;--ycc-weight-regular: 400;--ycc-weight-medium: 500;--ycc-weight-semibold: 600;--ycc-weight-bold: 700;--ycc-weight-extrabold: 800;--ycc-weight-black: 900;--ycc-leading-tight: 1.25;--ycc-leading-none: 1;--ycc-leading-snug: 1.375;--ycc-leading-normal: 1.5;--ycc-tracking-wide: .025em;--ycc-tracking-wider: .05em;--ycc-space-0: 0px;--ycc-space-0_5: 2px;--ycc-space-1: 4px;--ycc-space-1_5: 6px;--ycc-space-2: 8px;--ycc-space-2_5: 10px;--ycc-space-3: 12px;--ycc-space-3_5: 14px;--ycc-space-4: 16px;--ycc-space-5: 20px;--ycc-space-6: 24px;--ycc-space-8: 32px;--ycc-sidebar-width: 224px;--ycc-topbar-height: 58px;--ycc-size-sidebar: 224px;--ycc-size-topbar: 58px;--ycc-logo-height: 46px;--ycc-icon-xs: 11;--ycc-icon-sm: 12;--ycc-icon-md: 13;--ycc-icon-base: 14;--ycc-icon-lg: 15;--ycc-icon-xl: 16;--ycc-icon-2xl: 17;--ycc-icon-3xl: 18;--ycc-avatar-sm: 24px;--ycc-avatar-md: 28px;--ycc-avatar-base: 32px;--ycc-avatar-lg: 36px;--ycc-thumbnail-width: 88px;--ycc-thumbnail-height: 64px;--ycc-search-bar-max: 340px;--ycc-topbar-search-max: max-w-md;--ycc-dossier-max: 800px;--ycc-donut-default: 52px;--ycc-donut-large: 72px;--ycc-radius-sm: 4px;--ycc-radius-md: 6px;--ycc-radius-lg: 8px;--ycc-radius-xl: 12px;--ycc-radius-2xl: 16px;--ycc-radius-full: 9999px;--ycc-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--ycc-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--ycc-z-base: 0;--ycc-z-raised: 10;--ycc-z-dropdown: 20;--ycc-z-overlay: 30;--ycc-breakpoint-sm: 640px;--ycc-breakpoint-lg: 1024px;--ycc-transition-chevron: transform .15s ease;--ycc-transition-default: all .15s ease;--ycc-feed-poll-ms: 4000;--ycc-flpulse-duration: 1.5s;--ycc-flpulse-timing: ease-in-out}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--ycc-font-sans);font-size:var(--ycc-size-sm);font-weight:var(--ycc-weight-regular);line-height:var(--ycc-leading-normal);color:var(--ycc-ink);background-color:var(--ycc-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,svg,video{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{cursor:pointer;background:none;border:none;padding:0;color:inherit}:focus-visible{outline:2px solid var(--ycc-accent);outline-offset:2px}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.app-root{display:flex;min-height:100vh;width:100%;background-color:var(--ycc-page);color:var(--ycc-ink);font-family:var(--ycc-font-sans)}.app-root,.app-root *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#root,html,body{height:100%}@media print{.no-print{display:none!important}.app-root{background:#fff!important}.print-area{position:absolute;inset:0;background:#fff}body{background:#fff}}@keyframes flpulse{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.animate-flpulse{animation:flpulse 1.5s ease-in-out infinite}.font-mono{font-family:var(--ycc-font-mono)}.font-sans{font-family:var(--ycc-font-sans)}.text-ink{color:var(--ycc-ink)}.text-sub{color:var(--ycc-sub)}.text-faint{color:var(--ycc-faint)}.text-accent{color:var(--ycc-accent)}.text-indigo{color:var(--ycc-indigo)}.bg-page{background-color:var(--ycc-page)}.bg-card{background-color:var(--ycc-card)}.bg-soft{background-color:var(--ycc-soft)}.bg-indigo-light{background-color:var(--ycc-indigo-bg)}.ycc-icon{display:inline-block;flex-shrink:0;vertical-align:middle}.ycc-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--ycc-space-1_5);border:1px solid transparent;border-radius:var(--ycc-radius-lg);font-size:var(--ycc-size-xs);font-weight:var(--ycc-weight-semibold);line-height:var(--ycc-leading-tight);transition:var(--ycc-transition-default);white-space:nowrap}.ycc-button--sm{min-height:calc(var(--ycc-space-6) + var(--ycc-space-1));padding:var(--ycc-space-1_5) var(--ycc-space-2)}.ycc-button--md{min-height:calc(var(--ycc-space-8) + var(--ycc-space-0_5));padding:var(--ycc-space-2) var(--ycc-space-3)}.ycc-button--lg{min-height:calc(var(--ycc-space-8) + var(--ycc-space-2));padding:var(--ycc-space-2_5) var(--ycc-space-3_5);font-size:var(--ycc-size-sm)}.ycc-button--primary{background:var(--ycc-accent);color:var(--ycc-card)}.ycc-button--secondary{background:var(--ycc-card);color:var(--ycc-ink);border-color:var(--ycc-border)}.ycc-button--ghost{background:transparent;color:var(--ycc-ink)}.ycc-button--danger{background:var(--ycc-danger);color:var(--ycc-card)}.ycc-button--link{min-height:auto;padding:var(--ycc-space-0);background:transparent;color:var(--ycc-accent)}.ycc-button:hover:not(:disabled){opacity:.9}.ycc-button--ghost:hover:not(:disabled){background:var(--ycc-soft);opacity:1}.ycc-button:disabled,.ycc-button--loading{cursor:not-allowed;opacity:.65;pointer-events:none}.ycc-button__spinner{animation:ycc-button-spin .8s linear infinite}@keyframes ycc-button-spin{to{transform:rotate(360deg)}}.ycc-toggle{display:inline-flex;align-items:center;gap:var(--ycc-space-2);color:var(--ycc-ink);font-size:var(--ycc-size-sm)}.ycc-toggle__control{position:relative;flex-shrink:0;border-radius:var(--ycc-radius-full);background:var(--ycc-border);transition:var(--ycc-transition-default)}.ycc-toggle__control--sm{width:var(--ycc-avatar-base);height:calc(var(--ycc-space-4) + var(--ycc-space-0_5))}.ycc-toggle__control--md{width:calc(var(--ycc-space-8) + var(--ycc-space-2_5));height:var(--ycc-space-6)}.ycc-toggle__control--checked{background:var(--ycc-accent)}.ycc-toggle__control:disabled{cursor:not-allowed;opacity:.6}.ycc-toggle__knob{position:absolute;top:var(--ycc-space-0_5);left:var(--ycc-space-0_5);border-radius:var(--ycc-radius-full);background:var(--ycc-card);box-shadow:var(--ycc-shadow-sm);transition:var(--ycc-transition-default)}.ycc-toggle__control--sm .ycc-toggle__knob{width:calc(var(--ycc-space-3) + var(--ycc-space-0_5));height:calc(var(--ycc-space-3) + var(--ycc-space-0_5))}.ycc-toggle__control--md .ycc-toggle__knob{width:var(--ycc-space-5);height:var(--ycc-space-5)}.ycc-toggle__control--sm.ycc-toggle__control--checked .ycc-toggle__knob{transform:translate(calc(var(--ycc-space-3) + var(--ycc-space-0_5)))}.ycc-toggle__control--md.ycc-toggle__control--checked .ycc-toggle__knob{transform:translate(calc(var(--ycc-space-4) + var(--ycc-space-0_5)))}.ycc-input-field{width:100%}.ycc-input-control{display:flex;align-items:center;gap:var(--ycc-space-2);width:100%;border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-lg);background:var(--ycc-soft);color:var(--ycc-ink)}.ycc-input-control--sm{min-height:calc(var(--ycc-space-6) + var(--ycc-space-1_5));padding:var(--ycc-space-0) var(--ycc-space-2)}.ycc-input-control--md{min-height:var(--ycc-avatar-lg);padding:var(--ycc-space-0) var(--ycc-space-2_5)}.ycc-input-control--lg{min-height:calc(var(--ycc-space-8) + var(--ycc-space-2_5));padding:var(--ycc-space-0) var(--ycc-space-3)}.ycc-input-control:focus-within{outline:2px solid var(--ycc-accent);outline-offset:2px}.ycc-input-control--error{border-color:var(--ycc-danger)}.ycc-input-control--disabled{cursor:not-allowed;opacity:.65}.ycc-input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:inherit;font-size:var(--ycc-size-sm)}.ycc-input::placeholder{color:var(--ycc-faint)}.ycc-input-addon{display:inline-flex;flex-shrink:0;color:var(--ycc-sub)}.ycc-input-error{margin-top:var(--ycc-space-1);color:var(--ycc-danger);font-size:var(--ycc-size-sm2)}.ycc-select-field{position:relative;width:100%}.ycc-select{width:100%;border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-lg);background:var(--ycc-soft);color:var(--ycc-ink);font-size:var(--ycc-size-sm);outline:0;appearance:none}.ycc-select--sm{min-height:calc(var(--ycc-space-6) + var(--ycc-space-1_5));padding:var(--ycc-space-0) var(--ycc-space-8) var(--ycc-space-0) var(--ycc-space-2)}.ycc-select--md{min-height:var(--ycc-avatar-lg);padding:var(--ycc-space-0) var(--ycc-space-8) var(--ycc-space-0) var(--ycc-space-2_5)}.ycc-select--lg{min-height:calc(var(--ycc-space-8) + var(--ycc-space-2_5));padding:var(--ycc-space-0) var(--ycc-space-8) var(--ycc-space-0) var(--ycc-space-3)}.ycc-select:focus{outline:2px solid var(--ycc-accent);outline-offset:2px}.ycc-select--error{border-color:var(--ycc-danger)}.ycc-select-icon{position:absolute;top:50%;right:var(--ycc-space-3);color:var(--ycc-sub);pointer-events:none;transform:translateY(-50%)}.ycc-select-error{margin-top:var(--ycc-space-1);color:var(--ycc-danger);font-size:var(--ycc-size-sm2)}.ycc-checkbox{display:inline-flex;align-items:center;gap:var(--ycc-space-2);color:var(--ycc-ink);font-size:var(--ycc-size-sm)}.ycc-checkbox--disabled{cursor:not-allowed;opacity:.6}.ycc-checkbox__input{position:absolute;opacity:0;pointer-events:none}.ycc-checkbox__box{position:relative;width:var(--ycc-space-4);height:var(--ycc-space-4);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-sm);background:var(--ycc-card);transition:var(--ycc-transition-default)}.ycc-checkbox__input:focus-visible+.ycc-checkbox__box{outline:2px solid var(--ycc-accent);outline-offset:2px}.ycc-checkbox__box--checked,.ycc-checkbox__box--indeterminate{border-color:var(--ycc-accent);background:var(--ycc-accent)}.ycc-checkbox__box--checked:after{content:"";position:absolute;left:var(--ycc-space-1);top:var(--ycc-space-0_5);width:var(--ycc-space-1);height:var(--ycc-space-2);border:solid var(--ycc-card);border-width:0 var(--ycc-space-0_5) var(--ycc-space-0_5) 0;transform:rotate(45deg)}.ycc-checkbox__box--indeterminate:after{content:"";position:absolute;left:var(--ycc-space-1);right:var(--ycc-space-1);top:calc(var(--ycc-space-2) - var(--ycc-space-0_5));border-top:var(--ycc-space-0_5) solid var(--ycc-card)}.ycc-textarea-field{width:100%}.ycc-textarea{width:100%;min-height:calc(var(--ycc-space-8) * 3);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-lg);background:var(--ycc-soft);color:var(--ycc-ink);padding:var(--ycc-space-2_5);font-size:var(--ycc-size-sm);outline:0}.ycc-textarea::placeholder{color:var(--ycc-faint)}.ycc-textarea:focus{outline:2px solid var(--ycc-accent);outline-offset:2px}.ycc-textarea--error{border-color:var(--ycc-danger)}.ycc-textarea--none{resize:none}.ycc-textarea--vertical{resize:vertical}.ycc-textarea--both{resize:both}.ycc-textarea-error{margin-top:var(--ycc-space-1);color:var(--ycc-danger);font-size:var(--ycc-size-sm2)}.ycc-form-group{display:grid;gap:var(--ycc-space-1_5)}.ycc-form-group__label{color:var(--ycc-sub);font-size:var(--ycc-size-xs);font-weight:var(--ycc-weight-semibold);letter-spacing:var(--ycc-tracking-wider);text-transform:uppercase}.ycc-form-group__required{color:var(--ycc-danger)}.ycc-form-group__helper{color:var(--ycc-sub);font-size:var(--ycc-size-sm2)}.ycc-form-group__error{color:var(--ycc-danger);font-size:var(--ycc-size-sm2)}.ycc-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--ycc-radius-full);font-size:var(--ycc-size-sm2);font-weight:var(--ycc-weight-semibold);line-height:var(--ycc-leading-tight);white-space:nowrap}.ycc-badge--sm{padding:var(--ycc-space-0_5) var(--ycc-space-2)}.ycc-badge--md{padding:var(--ycc-space-1) var(--ycc-space-2_5)}.ycc-badge--released{color:var(--ycc-status-released-text);background:var(--ycc-status-released-bg)}.ycc-badge--review{color:var(--ycc-status-review-text);background:var(--ycc-status-review-bg)}.ycc-badge--hold{color:var(--ycc-status-hold-text);background:var(--ycc-status-hold-bg)}.ycc-badge--inspect{color:var(--ycc-status-inspect-text);background:var(--ycc-status-inspect-bg)}.ycc-badge--unknown{color:var(--ycc-status-unknown-text);background:var(--ycc-status-unknown-bg)}.ycc-badge--missing{color:var(--ycc-status-missing-text);background:var(--ycc-status-missing-bg)}.ycc-badge--cleared{color:var(--ycc-ms-cleared-text);background:var(--ycc-ms-cleared-bg)}.ycc-badge--progress{color:var(--ycc-ms-progress-text);background:var(--ycc-ms-progress-bg)}.ycc-badge--pending{color:var(--ycc-ms-pending-text);background:var(--ycc-ms-pending-bg)}.ycc-badge--active{color:var(--ycc-ms-active-text);background:var(--ycc-ms-active-bg)}.ycc-badge--inactive{color:var(--ycc-ms-inactive-text);background:var(--ycc-ms-inactive-bg)}.ycc-badge--ready{color:var(--ycc-cl-ready-text);background:var(--ycc-cl-ready-bg)}.ycc-badge--submitted{color:var(--ycc-cl-submitted-text);background:var(--ycc-cl-submitted-bg)}.ycc-badge--ack{color:var(--ycc-cl-ack-text);background:var(--ycc-cl-ack-bg)}.ycc-badge--docs{color:var(--ycc-cl-docs-text);background:var(--ycc-cl-docs-bg)}.ycc-badge--import{color:var(--ycc-direction-import-text);background:var(--ycc-direction-import-bg)}.ycc-badge--export{color:var(--ycc-direction-export-text);background:var(--ycc-direction-export-bg)}.ycc-badge--t1{color:var(--ycc-tstatus-t1-text);background:var(--ycc-tstatus-t1-bg)}.ycc-badge--t2{color:var(--ycc-tstatus-t2-text);background:var(--ycc-tstatus-t2-bg)}.ycc-badge--info{color:var(--ycc-accent);background:var(--ycc-indigo-bg)}.ycc-badge--air,.ycc-badge--sea,.ycc-badge--road,.ycc-badge--customs,.ycc-badge--warehouse,.ycc-badge--backoffice{background:var(--ycc-indigo-bg)}.ycc-badge--air{color:var(--ycc-branch-air)}.ycc-badge--sea{color:var(--ycc-branch-sea)}.ycc-badge--road{color:var(--ycc-branch-road)}.ycc-badge--customs{color:var(--ycc-branch-customs)}.ycc-badge--warehouse{color:var(--ycc-branch-warehouse)}.ycc-badge--backoffice{color:var(--ycc-branch-backoffice)}.ycc-badge--fallback{color:var(--ycc-accent);background:var(--ycc-indigo-bg)}.ycc-avatar{position:relative;display:inline-grid;place-items:center;overflow:visible;border-radius:var(--ycc-radius-full);background:var(--ycc-indigo);color:var(--ycc-card);font-weight:var(--ycc-weight-semibold);line-height:var(--ycc-leading-none)}.ycc-avatar--sm{width:var(--ycc-avatar-sm);height:var(--ycc-avatar-sm);font-size:var(--ycc-size-xs)}.ycc-avatar--md{width:var(--ycc-avatar-base);height:var(--ycc-avatar-base);font-size:var(--ycc-size-sm)}.ycc-avatar--lg{width:var(--ycc-avatar-lg);height:var(--ycc-avatar-lg);font-size:var(--ycc-size-base)}.ycc-avatar__image{width:100%;height:100%;border-radius:inherit;object-fit:cover}.ycc-avatar__status{position:absolute;right:var(--ycc-space-0);bottom:var(--ycc-space-0);width:var(--ycc-space-2_5);height:var(--ycc-space-2_5);border:var(--ycc-space-0_5) solid var(--ycc-card);border-radius:var(--ycc-radius-full)}.ycc-avatar__status--online{background:var(--ycc-success)}.ycc-avatar__status--offline{background:var(--ycc-sub)}.ycc-avatar__status--away{background:var(--ycc-warning)}.ycc-tag{display:inline-flex;align-items:center;gap:var(--ycc-space-1);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-full);background:var(--ycc-soft);color:var(--ycc-ink);font-weight:var(--ycc-weight-medium);line-height:var(--ycc-leading-tight)}.ycc-tag--sm{padding:var(--ycc-space-0_5) var(--ycc-space-2);font-size:var(--ycc-size-sm2)}.ycc-tag--md{padding:var(--ycc-space-1) var(--ycc-space-2_5);font-size:var(--ycc-size-sm)}.ycc-tag__remove{display:inline-flex;align-items:center;justify-content:center;color:var(--ycc-sub);font-size:var(--ycc-size-md);line-height:var(--ycc-leading-none)}.ycc-tag__remove:hover{color:var(--ycc-danger)}.ycc-card{background:var(--ycc-card);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-lg)}.ycc-card--shadow{box-shadow:var(--ycc-shadow-sm)}.ycc-card--padding-none{padding:var(--ycc-space-0)}.ycc-card--padding-sm{padding:var(--ycc-space-3)}.ycc-card--padding-md{padding:var(--ycc-space-4)}.ycc-card--padding-lg{padding:var(--ycc-space-6)}.ycc-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--ycc-space-3);margin-bottom:var(--ycc-space-3)}.ycc-card-header__title-row{display:flex;align-items:center;gap:var(--ycc-space-2)}.ycc-card-header__icon{color:var(--ycc-accent)}.ycc-card-header__title{color:var(--ycc-ink);font-size:var(--ycc-size-md);font-weight:var(--ycc-weight-bold)}.ycc-card-header__subtitle{margin-top:var(--ycc-space-1);color:var(--ycc-sub);font-size:var(--ycc-size-sm2)}.ycc-card-body{color:var(--ycc-ink);font-size:var(--ycc-size-base)}.ycc-card-footer{display:flex;gap:var(--ycc-space-2);margin-top:var(--ycc-space-4)}.ycc-card-footer--left{justify-content:flex-start}.ycc-card-footer--right{justify-content:flex-end}.ycc-card-footer--between{justify-content:space-between}.ycc-stat-card{display:grid;gap:var(--ycc-space-2);background:var(--ycc-card);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-lg);padding:var(--ycc-space-4)}.ycc-stat-card__top{display:flex;align-items:center;justify-content:space-between;gap:var(--ycc-space-3)}.ycc-stat-card__title{color:var(--ycc-sub);font-size:var(--ycc-size-sm2);font-weight:var(--ycc-weight-semibold);letter-spacing:var(--ycc-tracking-wide);text-transform:uppercase}.ycc-stat-card__icon{color:var(--ycc-accent)}.ycc-stat-card__value{color:var(--ycc-ink);font-size:var(--ycc-size-2xl);font-weight:var(--ycc-weight-bold);line-height:var(--ycc-leading-tight)}.ycc-stat-card__meta{display:flex;align-items:center;gap:var(--ycc-space-1);color:var(--ycc-sub);font-size:var(--ycc-size-sm2)}.ycc-stat-card__change{display:inline-flex;align-items:center;gap:var(--ycc-space-1);font-weight:var(--ycc-weight-semibold)}.ycc-stat-card__change--positive{color:var(--ycc-success)}.ycc-stat-card__change--negative{color:var(--ycc-danger)}.ycc-stat-card__change--flat{color:var(--ycc-sub)}.ycc-stat-card__skeleton{display:block;width:60%;height:var(--ycc-size-2xl);border-radius:var(--ycc-radius-full);background:linear-gradient(90deg,var(--ycc-soft),var(--ycc-border),var(--ycc-soft));background-size:200% 100%;animation:ycc-stat-card-shimmer 1.2s ease-in-out infinite}@keyframes ycc-stat-card-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ycc-banner{display:flex;align-items:center;justify-content:space-between;gap:var(--ycc-space-3);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-lg);padding:var(--ycc-space-3) var(--ycc-space-3_5);font-size:var(--ycc-size-sm)}.ycc-banner--info{background:var(--ycc-indigo-bg);border-color:var(--ycc-accent);color:var(--ycc-info-text-mid)}.ycc-banner--success{background:var(--ycc-status-released-bg);border-color:var(--ycc-border-green);color:var(--ycc-success-text)}.ycc-banner--warning{background:var(--ycc-status-review-bg);border-color:var(--ycc-border-amber);color:var(--ycc-warning-text)}.ycc-banner--danger{background:var(--ycc-status-inspect-bg);border-color:var(--ycc-border-red);color:var(--ycc-danger-text)}.ycc-banner__content{display:inline-flex;flex-wrap:wrap;gap:var(--ycc-space-1);min-width:0}.ycc-banner__title{font-weight:var(--ycc-weight-bold)}.ycc-banner__actions{display:inline-flex;align-items:center;gap:var(--ycc-space-2)}.ycc-banner__action{color:currentColor;font-weight:var(--ycc-weight-semibold);text-decoration:underline}.ycc-table-wrap{width:100%}.ycc-table-toolbar{max-width:var(--ycc-search-bar-max);margin-bottom:var(--ycc-space-3)}.ycc-table-scroll{width:100%;overflow-x:auto;border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-lg);background:var(--ycc-card)}.ycc-table{width:100%;border-collapse:collapse;font-size:var(--ycc-size-base)}.ycc-table th{padding:var(--ycc-space-2_5) var(--ycc-space-3);border-bottom:1px solid var(--ycc-border);background:var(--ycc-soft);color:var(--ycc-sub);font-size:var(--ycc-size-xs);font-weight:var(--ycc-weight-semibold);letter-spacing:var(--ycc-tracking-wide);text-align:left;text-transform:uppercase}.ycc-table td{padding:var(--ycc-space-2_5) var(--ycc-space-3);border-bottom:1px solid var(--ycc-border);color:var(--ycc-ink);vertical-align:middle}.ycc-table tbody tr:last-child td{border-bottom:0}.ycc-table-sort{display:inline-flex;align-items:center;gap:var(--ycc-space-1);font:inherit;letter-spacing:inherit;text-transform:inherit}.ycc-table--striped tbody tr:nth-child(2n) td{background:var(--ycc-soft)}.ycc-table--clickable tbody tr:hover td{background:var(--ycc-indigo-bg);cursor:pointer}.ycc-table-empty{padding:var(--ycc-space-6);color:var(--ycc-sub);text-align:center}.ycc-table-skeleton{display:block;width:75%;height:var(--ycc-space-3);border-radius:var(--ycc-radius-full);background:linear-gradient(90deg,var(--ycc-soft),var(--ycc-border),var(--ycc-soft));background-size:200% 100%;animation:ycc-table-shimmer 1.2s ease-in-out infinite}@keyframes ycc-table-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ycc-kv{display:flex;align-items:center;justify-content:space-between;gap:var(--ycc-space-3);width:100%;border-bottom:1px solid var(--ycc-border)}.ycc-kv--sm{padding:var(--ycc-space-1_5) var(--ycc-space-0);font-size:var(--ycc-size-sm2)}.ycc-kv--md{padding:var(--ycc-space-2) var(--ycc-space-0);font-size:var(--ycc-size-sm)}.ycc-kv__label{color:var(--ycc-sub);font-weight:var(--ycc-weight-medium)}.ycc-kv__value{color:var(--ycc-ink);font-weight:var(--ycc-weight-semibold);text-align:right}.ycc-empty-state{display:grid;justify-items:center;gap:var(--ycc-space-2);width:100%;padding:var(--ycc-space-8);border:1px dashed var(--ycc-border);border-radius:var(--ycc-radius-2xl);background:var(--ycc-soft);text-align:center}.ycc-empty-state__icon{display:inline-grid;place-items:center;width:var(--ycc-donut-large);height:var(--ycc-donut-large);border-radius:var(--ycc-radius-full);background:var(--ycc-indigo-bg);color:var(--ycc-accent)}.ycc-empty-state h3{margin:var(--ycc-space-0);color:var(--ycc-ink);font-size:var(--ycc-size-md);font-weight:var(--ycc-weight-bold)}.ycc-empty-state p{max-width:var(--ycc-dossier-max);margin:var(--ycc-space-0);color:var(--ycc-sub);font-size:var(--ycc-size-sm)}.ycc-empty-state__action{margin-top:var(--ycc-space-2)}.ycc-donut{position:relative;display:inline-grid;place-items:center;margin:var(--ycc-space-0);color:var(--ycc-accent)}.ycc-donut svg{width:100%;height:100%;transform:rotate(-90deg)}.ycc-donut__track,.ycc-donut__value{fill:none;stroke-width:var(--ycc-space-1)}.ycc-donut__track{stroke:var(--ycc-border)}.ycc-donut__value{stroke:currentColor;stroke-linecap:round;transition:var(--ycc-transition-default)}.ycc-donut figcaption{position:absolute;color:var(--ycc-ink);font-size:var(--ycc-size-xs);font-weight:var(--ycc-weight-bold)}.ycc-trend-spark{display:block;overflow:visible}.ycc-trend-spark path{fill:none;stroke:currentColor;stroke-width:var(--ycc-space-0_5);stroke-linecap:round;stroke-linejoin:round}.ycc-compare-bar{display:grid;gap:var(--ycc-space-2);min-width:var(--ycc-sidebar-width)}.ycc-compare-bar__meta{display:flex;justify-content:space-between;gap:var(--ycc-space-4);color:var(--ycc-sub);font-size:var(--ycc-size-sm2)}.ycc-compare-bar__meta strong{color:var(--ycc-ink)}.ycc-compare-bar__track{height:var(--ycc-space-2);overflow:hidden;border-radius:var(--ycc-radius-full);background:var(--ycc-indigo-bg)}.ycc-compare-bar__track span{display:block;width:var(--ycc-compare-a);height:100%;background:currentColor}.ycc-tooltip{position:relative;display:inline-flex}.ycc-tooltip__content{position:absolute;z-index:var(--ycc-z-dropdown);width:max-content;max-width:var(--ycc-sidebar-width);padding:var(--ycc-space-1_5) var(--ycc-space-2);border-radius:var(--ycc-radius-lg);background:var(--ycc-navy);color:var(--ycc-card);font-size:var(--ycc-size-xs);font-weight:var(--ycc-weight-medium);line-height:var(--ycc-leading-tight);opacity:0;pointer-events:none;transition:var(--ycc-transition-default)}.ycc-tooltip:hover .ycc-tooltip__content,.ycc-tooltip:focus-within .ycc-tooltip__content{opacity:1}.ycc-tooltip--top .ycc-tooltip__content{bottom:calc(100% + var(--ycc-space-2));left:50%;transform:translate(-50%)}.ycc-tooltip--bottom .ycc-tooltip__content{top:calc(100% + var(--ycc-space-2));left:50%;transform:translate(-50%)}.ycc-tooltip--left .ycc-tooltip__content{top:50%;right:calc(100% + var(--ycc-space-2));transform:translateY(-50%)}.ycc-tooltip--right .ycc-tooltip__content{top:50%;left:calc(100% + var(--ycc-space-2));transform:translateY(-50%)}.ycc-popover{position:relative;display:inline-flex}.ycc-popover__trigger{display:inline-flex}.ycc-popover__panel{position:absolute;z-index:var(--ycc-z-dropdown);min-width:var(--ycc-sidebar-width)}.ycc-popover--top .ycc-popover__panel{bottom:calc(100% + var(--ycc-space-2));left:50%;transform:translate(-50%)}.ycc-popover--bottom .ycc-popover__panel{top:calc(100% + var(--ycc-space-2));left:50%;transform:translate(-50%)}.ycc-popover--left .ycc-popover__panel{top:0;right:calc(100% + var(--ycc-space-2))}.ycc-popover--right .ycc-popover__panel{top:0;left:calc(100% + var(--ycc-space-2))}.ycc-accordion{display:grid;width:100%;overflow:hidden;border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-xl);background:var(--ycc-card)}.ycc-accordion__item+.ycc-accordion__item{border-top:1px solid var(--ycc-border)}.ycc-accordion__button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--ycc-space-3) var(--ycc-space-4);color:var(--ycc-ink);font-size:var(--ycc-size-sm);font-weight:var(--ycc-weight-semibold);text-align:left}.ycc-accordion__chevron{color:var(--ycc-sub);transition:var(--ycc-transition-chevron)}.ycc-accordion__chevron--open{transform:rotate(180deg)}.ycc-accordion__content{padding:var(--ycc-space-0) var(--ycc-space-4) var(--ycc-space-4);color:var(--ycc-sub);font-size:var(--ycc-size-sm)}.ycc-timeline{display:grid;gap:var(--ycc-space-4);width:100%;margin:var(--ycc-space-0);padding:var(--ycc-space-0);list-style:none}.ycc-timeline__event{position:relative;display:grid;grid-template-columns:var(--ycc-space-6) 1fr;gap:var(--ycc-space-3)}.ycc-timeline__event:before{position:absolute;top:var(--ycc-space-6);bottom:calc(var(--ycc-space-4) * -1);left:calc(var(--ycc-space-3) - 1px);width:1px;background:var(--ycc-border);content:""}.ycc-timeline__event:last-child:before{display:none}.ycc-timeline__dot{display:inline-grid;place-items:center;width:var(--ycc-space-6);height:var(--ycc-space-6);border-radius:var(--ycc-radius-full);background:var(--ycc-indigo-bg);color:var(--ycc-accent)}.ycc-timeline__event--success .ycc-timeline__dot{background:var(--ycc-status-released-bg);color:var(--ycc-status-released-text)}.ycc-timeline__event--warning .ycc-timeline__dot{background:var(--ycc-status-review-bg);color:var(--ycc-status-review-text)}.ycc-timeline__event--danger .ycc-timeline__dot{background:var(--ycc-status-inspect-bg);color:var(--ycc-status-inspect-text)}.ycc-timeline__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--ycc-space-3)}.ycc-timeline__head strong{color:var(--ycc-ink);font-size:var(--ycc-size-sm)}.ycc-timeline__head time,.ycc-timeline__body p{color:var(--ycc-sub);font-size:var(--ycc-size-sm2)}.ycc-timeline__body p{margin-top:var(--ycc-space-1)}.ycc-progress{display:grid;gap:var(--ycc-space-2);min-width:var(--ycc-sidebar-width)}.ycc-progress__meta{display:flex;align-items:center;justify-content:space-between;gap:var(--ycc-space-3);color:var(--ycc-sub);font-size:var(--ycc-size-sm2)}.ycc-progress__meta strong{color:var(--ycc-ink)}.ycc-progress__track{height:var(--ycc-space-2);overflow:hidden;border-radius:var(--ycc-radius-full);background:var(--ycc-border)}.ycc-progress__track span{display:block;width:var(--ycc-progress-value);height:100%;border-radius:inherit;background:var(--ycc-accent)}.ycc-progress--success .ycc-progress__track span{background:var(--ycc-success)}.ycc-progress--warning .ycc-progress__track span{background:var(--ycc-warning)}.ycc-progress--danger .ycc-progress__track span{background:var(--ycc-danger)}.ycc-data-list{display:grid;grid-template-columns:repeat(var(--ycc-data-list-columns),minmax(0,1fr));gap:var(--ycc-space-3);width:100%;margin:var(--ycc-space-0)}.ycc-data-list__item{display:grid;gap:var(--ycc-space-1);padding:var(--ycc-space-3);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-xl);background:var(--ycc-soft)}.ycc-data-list dt{color:var(--ycc-sub);font-size:var(--ycc-size-xs);font-weight:var(--ycc-weight-semibold);letter-spacing:var(--ycc-tracking-wide);text-transform:uppercase}.ycc-data-list dd{margin:var(--ycc-space-0);color:var(--ycc-ink);font-size:var(--ycc-size-sm);font-weight:var(--ycc-weight-semibold)}@media(max-width:640px){.ycc-data-list{grid-template-columns:1fr}}.ycc-copy-button{display:inline-flex;align-items:center;gap:var(--ycc-space-1_5);min-height:var(--ycc-space-8);padding-inline:var(--ycc-space-3);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-lg);background:var(--ycc-card);color:var(--ycc-sub);font-size:var(--ycc-size-sm2);font-weight:var(--ycc-weight-semibold)}.ycc-copy-button--copied{border-color:var(--ycc-border-green);background:var(--ycc-status-released-bg);color:var(--ycc-status-released-text)}.ycc-file-upload__zone{display:grid;justify-items:center;gap:var(--ycc-space-2);border:1px dashed var(--ycc-border);border-radius:var(--ycc-radius-xl);background:var(--ycc-soft);color:var(--ycc-sub);padding:var(--ycc-space-6);text-align:center;transition:var(--ycc-transition-default)}.ycc-file-upload__zone--drag{border-color:var(--ycc-accent);background:var(--ycc-indigo-bg);color:var(--ycc-accent)}.ycc-file-upload__zone--disabled{cursor:not-allowed;opacity:.6}.ycc-file-upload__input{display:none}.ycc-file-upload__label{color:var(--ycc-ink);font-weight:var(--ycc-weight-semibold)}.ycc-file-upload__hint,.ycc-file-upload__error{font-size:var(--ycc-size-sm2)}.ycc-file-upload__error{margin-top:var(--ycc-space-1);color:var(--ycc-danger)}.ycc-file-upload__files{display:flex;flex-wrap:wrap;gap:var(--ycc-space-2);margin-top:var(--ycc-space-2)}.ycc-scan-zone{display:grid;justify-items:center;gap:var(--ycc-space-2);width:min(100%,var(--ycc-dossier-max));padding:var(--ycc-space-6);border:1px dashed var(--ycc-border);border-radius:var(--ycc-radius-2xl);background:var(--ycc-soft);color:var(--ycc-accent)}.ycc-scan-zone--active{animation:ycc-scan-pulse var(--ycc-flpulse-duration) var(--ycc-flpulse-timing) infinite}.ycc-scan-zone__text{color:var(--ycc-ink);font-size:var(--ycc-size-sm);font-weight:var(--ycc-weight-semibold)}.ycc-scan-zone input{width:min(100%,var(--ycc-search-bar-max));height:var(--ycc-space-8);padding:var(--ycc-space-0) var(--ycc-space-3);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-lg);outline:none;background:var(--ycc-card);color:var(--ycc-ink);font-size:var(--ycc-size-sm);text-align:center}@keyframes ycc-scan-pulse{0%{border-color:var(--ycc-border)}50%{border-color:var(--ycc-accent)}to{border-color:var(--ycc-border)}}.ycc-radio{display:inline-flex;align-items:center;gap:var(--ycc-space-2);color:var(--ycc-ink);font-size:var(--ycc-size-sm);cursor:pointer}.ycc-radio__input{position:absolute;opacity:0;pointer-events:none}.ycc-radio__control{display:inline-grid;place-items:center;width:var(--ycc-space-4);height:var(--ycc-space-4);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-full);background:var(--ycc-card)}.ycc-radio__control:after{width:var(--ycc-space-2);height:var(--ycc-space-2);border-radius:var(--ycc-radius-full);background:var(--ycc-accent);opacity:0;content:""}.ycc-radio__input:checked+.ycc-radio__control{border-color:var(--ycc-accent)}.ycc-radio__input:checked+.ycc-radio__control:after{opacity:1}.ycc-radio--disabled{color:var(--ycc-faint);cursor:not-allowed}.ycc-radio-group{display:flex;gap:var(--ycc-space-3)}.ycc-radio-group--column{flex-direction:column}.ycc-radio-group--row{flex-direction:row;flex-wrap:wrap}.ycc-date-input-field{display:grid;gap:var(--ycc-space-1)}.ycc-date-input-control{display:flex;align-items:center;gap:var(--ycc-space-2);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-lg);background:var(--ycc-card);color:var(--ycc-sub)}.ycc-date-input-control--sm{min-height:var(--ycc-space-8);padding-inline:var(--ycc-space-2)}.ycc-date-input-control--md{min-height:calc(var(--ycc-space-8) + var(--ycc-space-1));padding-inline:var(--ycc-space-3)}.ycc-date-input-control--lg{min-height:calc(var(--ycc-space-8) + var(--ycc-space-3));padding-inline:var(--ycc-space-4)}.ycc-date-input-control--error{border-color:var(--ycc-danger)}.ycc-date-input-control--disabled{background:var(--ycc-soft);color:var(--ycc-faint)}.ycc-date-input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ycc-ink);font:inherit}.ycc-date-input-error{color:var(--ycc-danger);font-size:var(--ycc-size-xs)}.ycc-search-input{display:flex;align-items:center;gap:var(--ycc-space-2);max-width:var(--ycc-search-bar-max);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-lg);background:var(--ycc-card);color:var(--ycc-sub)}.ycc-search-input--sm{min-height:var(--ycc-space-8);padding-inline:var(--ycc-space-2)}.ycc-search-input--md{min-height:calc(var(--ycc-space-8) + var(--ycc-space-1));padding-inline:var(--ycc-space-3)}.ycc-search-input--lg{min-height:calc(var(--ycc-space-8) + var(--ycc-space-3));padding-inline:var(--ycc-space-4)}.ycc-search-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ycc-ink);font:inherit}.ycc-search-input button{display:inline-flex;color:var(--ycc-sub)}.ycc-search-input--disabled{background:var(--ycc-soft);color:var(--ycc-faint)}.ycc-toast-viewport{position:fixed;z-index:var(--ycc-z-overlay);display:grid;gap:var(--ycc-space-2);width:min(calc(var(--ycc-space-8) * 11.25),calc(100vw - var(--ycc-space-6)))}.ycc-toast-viewport--top-right{top:var(--ycc-space-4);right:var(--ycc-space-4)}.ycc-toast-viewport--top-left{top:var(--ycc-space-4);left:var(--ycc-space-4)}.ycc-toast-viewport--bottom-right{right:var(--ycc-space-4);bottom:var(--ycc-space-4)}.ycc-toast-viewport--bottom-left{left:var(--ycc-space-4);bottom:var(--ycc-space-4)}.ycc-toast{display:flex;gap:var(--ycc-space-2);border:1px solid var(--ycc-border);border-left-width:var(--ycc-space-1);border-radius:var(--ycc-radius-lg);background:var(--ycc-card);box-shadow:var(--ycc-shadow-lg);padding:var(--ycc-space-3);animation:ycc-toast-slide .18s ease}.ycc-toast--info{border-left-color:var(--ycc-accent)}.ycc-toast--success{border-left-color:var(--ycc-success)}.ycc-toast--warning{border-left-color:var(--ycc-warning)}.ycc-toast--error{border-left-color:var(--ycc-danger)}.ycc-toast__message{flex:1;font-size:var(--ycc-size-sm)}@keyframes ycc-toast-slide{0%{opacity:0;transform:translateY(calc(var(--ycc-space-2) * -1))}to{opacity:1;transform:translateY(0)}}.ycc-modal-overlay{position:fixed;inset:0;z-index:var(--ycc-z-overlay);display:grid;place-items:center;background:#00000073;padding:var(--ycc-space-4);animation:ycc-modal-fade .15s ease}.ycc-modal{width:min(100%,var(--ycc-modal-width));max-height:calc(100vh - var(--ycc-space-8));overflow:auto;border-radius:var(--ycc-radius-xl);background:var(--ycc-card);box-shadow:var(--ycc-shadow-lg);animation:ycc-modal-scale .15s ease}.ycc-modal--sm{--ycc-modal-width: calc(var(--ycc-space-8) * 12.5)}.ycc-modal--md{--ycc-modal-width: calc(var(--ycc-space-8) * 17.5)}.ycc-modal--lg{--ycc-modal-width: calc(var(--ycc-space-8) * 22.5)}.ycc-modal--xl{--ycc-modal-width: calc(var(--ycc-space-8) * 28.125)}.ycc-modal__header,.ycc-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--ycc-space-3);padding:var(--ycc-space-4);border-bottom:1px solid var(--ycc-border)}.ycc-modal__footer{justify-content:flex-end;border-top:1px solid var(--ycc-border);border-bottom:0}.ycc-modal__title{font-size:var(--ycc-size-md);font-weight:var(--ycc-weight-bold)}.ycc-modal__body{padding:var(--ycc-space-4)}@keyframes ycc-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes ycc-modal-scale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.ycc-alert{display:flex;gap:var(--ycc-space-2_5);border:1px solid var(--ycc-border);border-left-width:var(--ycc-space-1);border-radius:var(--ycc-radius-lg);background:var(--ycc-card);padding:var(--ycc-space-3);color:var(--ycc-ink)}.ycc-alert--info{border-left-color:var(--ycc-accent)}.ycc-alert--success{border-left-color:var(--ycc-border-green)}.ycc-alert--warning{border-left-color:var(--ycc-border-amber)}.ycc-alert--danger{border-left-color:var(--ycc-border-red)}.ycc-alert__icon{margin-top:var(--ycc-space-0_5);color:var(--ycc-accent)}.ycc-alert--success .ycc-alert__icon{color:var(--ycc-success)}.ycc-alert--warning .ycc-alert__icon{color:var(--ycc-warning)}.ycc-alert--danger .ycc-alert__icon{color:var(--ycc-danger)}.ycc-alert__body{flex:1}.ycc-alert__title{margin-bottom:var(--ycc-space-1);font-weight:var(--ycc-weight-semibold)}.ycc-alert__message{color:var(--ycc-sub);font-size:var(--ycc-size-sm)}.ycc-alert__dismiss{color:var(--ycc-sub)}.ycc-spinner{color:var(--ycc-accent);animation:ycc-spinner-rotate .8s linear infinite}.ycc-spinner--sm{width:var(--ycc-space-4);height:var(--ycc-space-4)}.ycc-spinner--md{width:var(--ycc-space-6);height:var(--ycc-space-6)}.ycc-spinner--lg{width:calc(var(--ycc-space-8) + var(--ycc-space-2));height:calc(var(--ycc-space-8) + var(--ycc-space-2))}.ycc-spinner__circle{stroke:currentColor;stroke-dasharray:80;stroke-dashoffset:60;transform-origin:center}@keyframes ycc-spinner-rotate{to{transform:rotate(360deg)}}.ycc-drawer-overlay{position:fixed;inset:var(--ycc-space-0);z-index:var(--ycc-z-overlay)}.ycc-drawer-backdrop{position:absolute;inset:var(--ycc-space-0);width:100%;height:100%;background:var(--ycc-ink);opacity:.3}.ycc-drawer{position:absolute;display:flex;flex-direction:column;border:1px solid var(--ycc-border);background:var(--ycc-card);box-shadow:var(--ycc-shadow-lg)}.ycc-drawer--left,.ycc-drawer--right{top:var(--ycc-space-0);bottom:var(--ycc-space-0);width:min(100%,var(--ycc-drawer-width, var(--ycc-sidebar-width)))}.ycc-drawer--left{left:var(--ycc-space-0)}.ycc-drawer--right{right:var(--ycc-space-0)}.ycc-drawer--bottom{right:var(--ycc-space-0);bottom:var(--ycc-space-0);left:var(--ycc-space-0);max-height:80vh;border-radius:var(--ycc-radius-2xl) var(--ycc-radius-2xl) var(--ycc-space-0) var(--ycc-space-0)}.ycc-drawer--sm{--ycc-drawer-width: var(--ycc-sidebar-width)}.ycc-drawer--md{--ycc-drawer-width: calc(var(--ycc-sidebar-width) * 2)}.ycc-drawer--lg{--ycc-drawer-width: var(--ycc-dossier-max)}.ycc-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:var(--ycc-space-3);padding:var(--ycc-space-4);border-bottom:1px solid var(--ycc-border)}.ycc-drawer__header h2{margin:var(--ycc-space-0);color:var(--ycc-ink);font-size:var(--ycc-size-md)}.ycc-drawer__body{overflow:auto;padding:var(--ycc-space-4);color:var(--ycc-sub)}.ycc-skeleton{display:inline-block;overflow:hidden;background:linear-gradient(90deg,var(--ycc-soft),var(--ycc-border),var(--ycc-soft));background-size:200% 100%;animation:ycc-skeleton-shimmer var(--ycc-flpulse-duration) var(--ycc-flpulse-timing) infinite}.ycc-skeleton--sm{border-radius:var(--ycc-radius-sm)}.ycc-skeleton--md{border-radius:var(--ycc-radius-md)}.ycc-skeleton--lg{border-radius:var(--ycc-radius-lg)}.ycc-skeleton--xl{border-radius:var(--ycc-radius-xl)}.ycc-skeleton--full{border-radius:var(--ycc-radius-full)}@keyframes ycc-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.ycc-confirm-dialog__message{color:var(--ycc-sub);font-size:var(--ycc-size-sm);line-height:var(--ycc-leading-normal)}.ycc-nav{display:grid;gap:var(--ycc-space-1);padding:var(--ycc-space-2)}.ycc-nav-group{display:grid;gap:var(--ycc-space-1)}.ycc-nav-group__button{display:flex;align-items:center;width:100%;gap:var(--ycc-space-2);padding:var(--ycc-space-2);color:var(--ycc-sub);font-size:var(--ycc-size-xs);font-weight:var(--ycc-weight-semibold);letter-spacing:var(--ycc-tracking-wider);text-align:left;text-transform:uppercase}.ycc-nav-group__chevron{margin-left:auto;transition:var(--ycc-transition-chevron)}.ycc-nav-group__chevron--expanded{transform:rotate(180deg)}.ycc-nav-group__items{display:grid;gap:var(--ycc-space-1)}.ycc-nav-item{display:flex;align-items:center;gap:var(--ycc-space-2);min-height:calc(var(--ycc-space-8) + var(--ycc-space-0_5));width:100%;border-left:calc(var(--ycc-space-1) - 1px) solid transparent;border-radius:var(--ycc-radius-lg);color:var(--ycc-sub);padding:var(--ycc-space-2) var(--ycc-space-2_5);font-size:var(--ycc-size-sm);font-weight:var(--ycc-weight-medium);text-align:left;transition:var(--ycc-transition-default)}.ycc-nav-item:hover{background:var(--ycc-soft)}.ycc-nav-item--active{border-left-color:var(--ycc-accent);background:var(--ycc-indigo-bg);color:var(--ycc-accent)}.ycc-nav-item__label{flex:1}.ycc-nav--collapsed .ycc-nav-group__button{justify-content:center}.ycc-nav--collapsed .ycc-nav-group__label,.ycc-nav--collapsed .ycc-nav-group__chevron,.ycc-nav--collapsed .ycc-nav-item__label,.ycc-nav--collapsed .ycc-nav-item__badge{display:none}.ycc-nav--collapsed .ycc-nav-item{justify-content:center;padding-inline:var(--ycc-space-2)}.ycc-breadcrumb{display:flex;align-items:center;gap:var(--ycc-space-1);color:var(--ycc-sub);font-size:var(--ycc-size-sm2)}.ycc-breadcrumb__item{display:inline-flex;align-items:center;gap:var(--ycc-space-1)}.ycc-breadcrumb__link:hover{text-decoration:underline}.ycc-breadcrumb__current{color:var(--ycc-ink);font-weight:var(--ycc-weight-medium)}.ycc-breadcrumb__separator{color:var(--ycc-faint)}.ycc-stepper{display:flex;width:100%;margin:var(--ycc-space-0);padding:var(--ycc-space-0);list-style:none}.ycc-stepper__step{position:relative;display:grid;grid-template-columns:var(--ycc-avatar-md) 1fr;gap:var(--ycc-space-2);flex:1;min-width:var(--ycc-sidebar-width)}.ycc-stepper__step:not(:last-child):after{position:absolute;top:calc(var(--ycc-avatar-md) / 2);left:var(--ycc-avatar-md);right:var(--ycc-space-3);height:1px;background:var(--ycc-border);content:""}.ycc-stepper__marker{display:inline-grid;place-items:center;width:var(--ycc-avatar-md);height:var(--ycc-avatar-md);border-radius:var(--ycc-radius-full);background:var(--ycc-soft);color:var(--ycc-sub);font-size:var(--ycc-size-xs);font-weight:var(--ycc-weight-bold)}.ycc-stepper__step--active .ycc-stepper__marker,.ycc-stepper__step--complete .ycc-stepper__marker{background:var(--ycc-accent);color:var(--ycc-card)}.ycc-stepper__text{display:grid;gap:var(--ycc-space-0_5)}.ycc-stepper__text strong{color:var(--ycc-ink);font-size:var(--ycc-size-sm)}.ycc-stepper__text small{color:var(--ycc-sub);font-size:var(--ycc-size-sm2)}.ycc-tabs{display:grid;gap:var(--ycc-space-3);width:100%}.ycc-tabs__list{display:flex;gap:var(--ycc-space-1);width:max-content;max-width:100%;overflow-x:auto;padding:var(--ycc-space-1);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-xl);background:var(--ycc-card)}.ycc-tabs__tab{display:inline-flex;align-items:center;gap:var(--ycc-space-1_5);min-height:var(--ycc-space-8);padding:var(--ycc-space-0) var(--ycc-space-3);border-radius:var(--ycc-radius-lg);color:var(--ycc-sub);font-size:var(--ycc-size-sm);font-weight:var(--ycc-weight-semibold);white-space:nowrap}.ycc-tabs__tab--active{background:var(--ycc-navy);color:var(--ycc-card)}.ycc-tabs__panel{padding:var(--ycc-space-4);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-xl);background:var(--ycc-card);color:var(--ycc-sub)}.ycc-context-menu{position:relative;display:inline-flex}.ycc-context-menu__trigger{display:inline-flex}.ycc-context-menu__panel{position:absolute;top:calc(100% + var(--ycc-space-2));left:0;z-index:var(--ycc-z-dropdown);display:grid;min-width:var(--ycc-sidebar-width);padding:var(--ycc-space-1);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-xl);background:var(--ycc-card);box-shadow:var(--ycc-shadow-lg)}.ycc-context-menu__item{display:flex;align-items:center;gap:var(--ycc-space-2);min-height:var(--ycc-space-8);padding:var(--ycc-space-0) var(--ycc-space-2);border-radius:var(--ycc-radius-lg);color:var(--ycc-ink);font-size:var(--ycc-size-sm);text-align:left}.ycc-context-menu__item:hover:not(:disabled){background:var(--ycc-soft)}.ycc-context-menu__item--danger{color:var(--ycc-danger)}.ycc-context-menu__item:disabled{color:var(--ycc-faint);cursor:not-allowed}.ycc-pagination{display:inline-flex;align-items:center;gap:var(--ycc-space-1);padding:var(--ycc-space-1);border:1px solid var(--ycc-border);border-radius:var(--ycc-radius-xl);background:var(--ycc-card)}.ycc-pagination button,.ycc-pagination span{display:inline-grid;place-items:center;min-width:var(--ycc-space-8);height:var(--ycc-space-8);border-radius:var(--ycc-radius-lg);color:var(--ycc-sub);font-size:var(--ycc-size-sm);font-weight:var(--ycc-weight-semibold)}.ycc-pagination button:hover:not(:disabled),.ycc-pagination__page--active{background:var(--ycc-indigo-bg);color:var(--ycc-accent)}.ycc-pagination button:disabled{color:var(--ycc-faint);cursor:not-allowed}.ycc-sidebar{position:sticky;top:0;display:flex;flex-direction:column;width:var(--ycc-sidebar-width);height:100vh;background:var(--ycc-card);border-right:1px solid var(--ycc-border);transition:width .2s ease}.ycc-sidebar--collapsed{width:calc(var(--ycc-space-8) * 2)}.ycc-sidebar__logo{display:flex;align-items:center;justify-content:center;min-height:var(--ycc-logo-height);border-bottom:1px solid var(--ycc-border);color:var(--ycc-ink);font-weight:var(--ycc-weight-bold)}.ycc-sidebar__body{flex:1;min-height:0;overflow:auto}.ycc-sidebar__toggle{display:grid;place-items:center;min-height:calc(var(--ycc-space-8) + var(--ycc-space-3));border-top:1px solid var(--ycc-border);color:var(--ycc-sub)}.ycc-header{position:fixed;top:0;right:0;left:var(--ycc-shell-offset, var(--ycc-sidebar-width));z-index:var(--ycc-z-raised);display:flex;align-items:center;gap:var(--ycc-space-4);height:var(--ycc-topbar-height);padding:var(--ycc-space-0) var(--ycc-space-6);background:var(--ycc-card);border-bottom:1px solid var(--ycc-border);transition:left .2s ease}.ycc-header__left,.ycc-header__right{display:flex;align-items:center;gap:var(--ycc-space-3)}.ycc-header__title{color:var(--ycc-ink);font-size:var(--ycc-size-md);font-weight:var(--ycc-weight-bold)}.ycc-header__search{flex:1;max-width:calc(var(--ycc-space-8) * 8.75);margin-inline:auto}.ycc-header__icon-button{position:relative;display:grid;place-items:center;width:var(--ycc-avatar-base);height:var(--ycc-avatar-base);border-radius:var(--ycc-radius-lg);color:var(--ycc-sub)}.ycc-header__icon-button:hover{background:var(--ycc-soft)}.ycc-header__counter{position:absolute;top:calc(var(--ycc-space-0_5) * -1);right:calc(var(--ycc-space-0_5) * -1)}.ycc-header__user{position:relative}.ycc-header__user-button{display:flex;align-items:center;gap:var(--ycc-space-2)}.ycc-header__user-text{display:grid;text-align:left}.ycc-header__user-name{color:var(--ycc-ink);font-size:var(--ycc-size-sm);font-weight:var(--ycc-weight-semibold)}.ycc-header__user-role{color:var(--ycc-sub);font-size:var(--ycc-size-sm2)}.ycc-header__dropdown{position:absolute;top:calc(100% + var(--ycc-space-2));right:0;z-index:var(--ycc-z-dropdown);min-width:calc(var(--ycc-space-8) * 5)}@media(max-width:640px){.ycc-header{left:0;padding:var(--ycc-space-0) var(--ycc-space-3)}.ycc-header__search,.ycc-header__user-text{display:none}}.ycc-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--ycc-space-3);background:var(--ycc-soft);color:var(--ycc-sub);padding:var(--ycc-space-3) var(--ycc-space-6);font-size:var(--ycc-size-xs3)}.ycc-footer__links{display:flex;gap:var(--ycc-space-3)}.ycc-footer__links a:hover{text-decoration:underline}.ycc-page{display:flex;min-height:100vh;background:var(--ycc-page);color:var(--ycc-ink)}.ycc-page__sidebar{position:fixed;inset:0 auto 0 0;z-index:var(--ycc-z-raised)}.ycc-page__content{display:flex;flex:1;flex-direction:column;min-width:0;min-height:100vh;margin-left:var(--ycc-shell-offset, var(--ycc-sidebar-width));padding-top:var(--ycc-topbar-height);transition:margin-left .2s ease}.ycc-page__main{flex:1;min-width:0;padding:var(--ycc-space-5) var(--ycc-space-6)}.ycc-page__backdrop{position:fixed;inset:0;z-index:var(--ycc-z-raised);background:#00000073}@media(max-width:640px){.ycc-page{display:block}.ycc-page__sidebar{z-index:var(--ycc-z-overlay);transform:translate(-100%);transition:transform .2s ease}.ycc-page__sidebar--open{transform:translate(0)}.ycc-page__content{margin-left:var(--ycc-space-0)}.ycc-page__main{padding:var(--ycc-space-4) var(--ycc-space-3)}}.ycc-container{padding-inline:var(--ycc-space-4)}.ycc-row{display:flex;flex-wrap:wrap;gap:var(--ycc-grid-gap, var(--ycc-space-3));width:100%}.ycc-grid{display:grid;grid-template-columns:repeat(var(--ycc-grid-cols, 2),minmax(0,1fr));gap:var(--ycc-grid-gap, var(--ycc-space-3));width:100%}.ycc-col{flex:0 0 calc((100% - (var(--ycc-grid-gap, var(--ycc-space-3)) * 11)) / 12 * var(--ycc-col-span) + var(--ycc-grid-gap, var(--ycc-space-3)) * (var(--ycc-col-span) - 1));max-width:calc((100% - (var(--ycc-grid-gap, var(--ycc-space-3)) * 11)) / 12 * var(--ycc-col-span) + var(--ycc-grid-gap, var(--ycc-space-3)) * (var(--ycc-col-span) - 1));min-width:0}@media(min-width:640px){.ycc-col{flex-basis:calc((100% - (var(--ycc-grid-gap, var(--ycc-space-3)) * 11)) / 12 * var(--ycc-col-sm) + var(--ycc-grid-gap, var(--ycc-space-3)) * (var(--ycc-col-sm) - 1));max-width:calc((100% - (var(--ycc-grid-gap, var(--ycc-space-3)) * 11)) / 12 * var(--ycc-col-sm) + var(--ycc-grid-gap, var(--ycc-space-3)) * (var(--ycc-col-sm) - 1))}}@media(max-width:640px){.ycc-grid{grid-template-columns:1fr}}@media(min-width:1024px){.ycc-col{flex-basis:calc((100% - (var(--ycc-grid-gap, var(--ycc-space-3)) * 11)) / 12 * var(--ycc-col-lg) + var(--ycc-grid-gap, var(--ycc-space-3)) * (var(--ycc-col-lg) - 1));max-width:calc((100% - (var(--ycc-grid-gap, var(--ycc-space-3)) * 11)) / 12 * var(--ycc-col-lg) + var(--ycc-grid-gap, var(--ycc-space-3)) * (var(--ycc-col-lg) - 1))}}.ycc-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--ycc-space-4);width:100%}.ycc-page-header h1{margin:var(--ycc-space-0);color:var(--ycc-ink);font-size:var(--ycc-size-xl);font-weight:var(--ycc-weight-bold);line-height:var(--ycc-leading-tight)}.ycc-page-header p{margin-top:var(--ycc-space-1);color:var(--ycc-sub);font-size:var(--ycc-size-sm)}.ycc-page-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--ycc-space-2);flex-wrap:wrap}@media(max-width:640px){.ycc-page-header{flex-direction:column}}.ycc-divider{display:flex;align-items:center;gap:var(--ycc-space-3);width:100%;border:0;color:var(--ycc-sub);font-size:var(--ycc-size-xs);font-weight:var(--ycc-weight-bold);letter-spacing:var(--ycc-tracking-wider);text-transform:uppercase}.ycc-divider:before,.ycc-divider:after{flex:1;height:1px;background:var(--ycc-border);content:""}hr.ycc-divider:after{display:none}.ycc-divider--sm{margin:var(--ycc-space-2) var(--ycc-space-0)}.ycc-divider--md{margin:var(--ycc-space-4) var(--ycc-space-0)}.ycc-divider--lg{margin:var(--ycc-space-6) var(--ycc-space-0)}.ycc-stack{display:flex;flex-direction:column;gap:var(--ycc-stack-gap, var(--ycc-space-3));width:100%}.ycc-spacer{display:block;flex:0 0 auto}.ycc-spacer--y{width:100%;height:var(--ycc-spacer-size, var(--ycc-space-4))}.ycc-spacer--x{width:var(--ycc-spacer-size, var(--ycc-space-4));height:1px}.prototype-shell{--prototype-navy: #17325C;--prototype-deep: #10183D;--prototype-ink: #202942;--prototype-muted: #98A2BC;--prototype-faint: #B9C1D5;--prototype-line: #E7EAF4;--prototype-page: #F7F8FC;--prototype-active: #6B73FF;--prototype-active-bg: #ECEEFF;display:flex;min-height:100vh;background:var(--prototype-page);color:var(--prototype-ink);font-family:var(--ycc-font-sans)}.prototype-sidebar{position:fixed;inset:0 auto 0 0;z-index:10;display:flex;flex-direction:column;width:236px;background:#fff;border-right:1px solid var(--prototype-line)}.prototype-sidebar__logo{display:flex;align-items:center;width:100%;height:74px;padding:9px 18px 5px}.ycc-prototype-logo{width:138px;height:auto;color:var(--prototype-navy)}.ycc-prototype-logo__shape{fill:currentColor}.ycc-prototype-logo__letters{fill:currentColor;font-family:Arial,Helvetica,sans-serif;font-size:70px;font-weight:800;letter-spacing:-7px}.ycc-prototype-logo--compact{width:184px;color:#fff}.prototype-sidebar__workspace{position:relative;display:grid;gap:7px;padding:0 10px 8px}.prototype-sidebar__workspace-pill,.prototype-sidebar__branch,.prototype-sidebar__item{display:flex;align-items:center;width:100%;gap:10px;border-radius:9px;text-align:left}.prototype-sidebar__workspace-pill{height:32px;padding:0 12px;background:var(--prototype-active-bg);color:var(--prototype-active);font-size:12px;font-weight:500}.prototype-sidebar__branch{gap:8px;height:36px;padding:0 10px;border:1px solid #DEE3F0;background:#fff;color:#29324b;font-size:12px;font-weight:500;white-space:nowrap}.prototype-sidebar__branch span{min-width:0;overflow:hidden;text-overflow:ellipsis}.prototype-sidebar__branch svg:last-child{margin-left:auto;flex:0 0 auto}.prototype-sidebar__branch-menu{position:absolute;left:42px;top:39px;z-index:30;display:grid;width:294px;padding:8px 0;border:1px solid #C9CBD5;border-radius:12px;background:#e1e1e7;box-shadow:0 24px 48px #0f172a2e}.prototype-sidebar__branch-option{display:grid;grid-template-columns:26px 1fr;align-items:center;min-height:34px;padding:0 16px;color:#222;font-size:17px;font-weight:400;text-align:left}.prototype-sidebar__branch-option:hover{background:#ffffff73}.prototype-sidebar__branch-check{display:inline-flex;align-items:center;justify-content:center;color:#222;font-size:21px;font-weight:700;line-height:1}.prototype-sidebar__nav{flex:1;min-height:0;overflow-y:auto;padding:0 12px 12px}.prototype-sidebar__section{padding:16px 12px 7px;color:#b1b9ce;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.prototype-sidebar__item{min-height:38px;padding:0 12px;color:#202942;font-size:13px;font-weight:600;transition:background .15s ease,color .15s ease,transform .15s ease}.prototype-sidebar__item svg{flex:0 0 auto;color:#95a0ba;width:16px;height:16px}.prototype-sidebar__item:hover{background:#f7f8fc;transform:translate(2px)}.prototype-sidebar__item--active,.prototype-sidebar__item--promoted{background:var(--prototype-active-bg);color:var(--prototype-active)}.prototype-sidebar__item--expanded{color:#17213a;font-weight:600}.prototype-sidebar__item--active svg,.prototype-sidebar__item--promoted svg{color:var(--prototype-active)}.prototype-sidebar__item--expanded svg{color:#8e99b4}.prototype-sidebar__item-chevron{margin-left:auto;width:14px;height:14px}.prototype-sidebar__submenu{display:grid;gap:1px;margin:1px 0 8px 16px;padding:1px 0 1px 12px;border-left:1px solid #E2E7F2}.prototype-sidebar__subitem{display:flex;align-items:center;gap:8px;min-height:26px;padding:0 8px;border-radius:7px;color:#8c96ae;font-size:11px;font-weight:400;text-align:left;transition:background .15s ease,color .15s ease,transform .15s ease}.prototype-sidebar__subitem svg{flex:0 0 auto;color:#8e99b4;width:13px;height:13px}.prototype-sidebar__subitem:hover,.prototype-sidebar__subitem--active{color:var(--prototype-active)}.prototype-sidebar__subitem:hover{background:#f7f8ff;transform:translate(1px)}.prototype-sidebar__subitem--active{background:#f2f3ff;font-weight:500}.prototype-sidebar__subitem--active svg{color:var(--prototype-active)}.prototype-sidebar__footer{padding:13px 20px;border-top:1px solid #F0F2F8;color:#b9c1d5;font-size:11px;line-height:1.45}.prototype-main{display:flex;flex:1;flex-direction:column;min-width:0;margin-left:236px}.prototype-topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;height:58px;padding:0 16px;background:#fff;border-bottom:1px solid var(--prototype-line)}.prototype-topbar__search{display:flex;align-items:center;gap:12px;width:min(460px,40vw);height:36px;padding:0 12px;border-radius:10px;background:#f3f5fb;color:#9aa4bc}.prototype-topbar__search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#29324b;font-size:14px;font-weight:400}.prototype-topbar__search input::placeholder{color:#a7aec0}.prototype-topbar__actions{display:flex;align-items:center;gap:12px;color:#8e98b4}.prototype-topbar__language,.prototype-topbar__bell,.prototype-topbar__user{display:flex;align-items:center;gap:9px}.prototype-topbar__language{font-size:12px;font-weight:500}.prototype-topbar__bell{position:relative}.prototype-topbar__bell span{position:absolute;top:-5px;right:-6px;width:11px;height:11px;border:2px solid #FFFFFF;border-radius:999px;background:var(--prototype-active)}.prototype-topbar__user{padding-left:18px;border-left:1px solid var(--prototype-line);text-align:left}.prototype-topbar__avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:#6269f2;color:#fff;font-size:13px;font-weight:600}.prototype-topbar__user strong,.prototype-topbar__user span{display:block}.prototype-topbar__user strong{color:#1e2740;font-size:13px;font-weight:600}.prototype-topbar__user span{color:#9ca6be;font-size:12px;font-weight:500}.prototype-popover{position:absolute;top:62px;right:26px;z-index:20;display:grid;gap:10px;width:min(320px,calc(100vw - 32px));padding:12px;border:1px solid var(--prototype-line);border-radius:12px;background:#fff;box-shadow:0 20px 45px #11183d1f}.prototype-popover--user{right:32px;width:280px;max-height:calc(100vh - 84px);overflow-y:auto;padding:8px;border-radius:12px}.prototype-popover strong{color:#1e2740;font-size:13px}.prototype-popover p{margin:0;color:#7f8aa5;font-size:12px;line-height:1.4}.prototype-popover button{min-height:30px;border-radius:8px;color:#29324b;text-align:left;font-weight:600}.prototype-popover button:hover{background:#f3f5fb}.prototype-login-switcher__title{padding:3px 10px 7px;color:#a7afc3;font-size:10px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.prototype-login-switcher__list{display:grid;gap:1px}.prototype-login-switcher__person{display:grid;grid-template-columns:32px 1fr 18px;align-items:center;gap:9px;min-height:44px;padding:6px 10px;border-radius:9px;text-align:left}.prototype-login-switcher__person:hover,.prototype-login-switcher__person--selected{background:var(--prototype-active-bg)}.prototype-login-switcher__avatar{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:#6269f2;color:#fff;font-size:11px;font-weight:600}.prototype-login-switcher__person--selected .prototype-login-switcher__avatar{background:var(--prototype-deep)}.prototype-login-switcher__identity{display:grid;gap:1px}.prototype-login-switcher__identity strong{color:#1e2740;font-size:13px;font-weight:600;line-height:1.2}.prototype-login-switcher__identity span{color:#8d97b0;font-size:12px;font-weight:400}.prototype-login-switcher__person--selected .prototype-login-switcher__identity strong,.prototype-login-switcher__check{color:var(--prototype-active)}.prototype-login-switcher__check{width:15px;height:15px}.prototype-content{flex:1;min-height:calc(100vh - 64px);padding:24px}.prototype-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 118px);width:min(720px,100%);margin:0 auto;text-align:center}.prototype-welcome__mark{display:grid;place-items:center;width:220px;height:120px;margin-bottom:24px;border-radius:22px;background:var(--prototype-deep);box-shadow:0 28px 60px #11183d1f}.prototype-welcome h1{margin:0 0 18px;color:var(--prototype-navy);font-size:clamp(25px,2.6vw,32px);font-weight:700;letter-spacing:0}.prototype-welcome__kicker{margin-bottom:18px;color:#98a2ba;font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.prototype-welcome__copy{max-width:550px;margin-bottom:26px;color:#9aa4bc;font-size:14px;font-weight:400;line-height:1.45}.prototype-welcome__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:26px}.prototype-welcome__copyright{color:#bcc4d5;font-size:12px;font-weight:500}.prototype-dashboard{display:grid;gap:14px;width:min(1180px,100%);margin:0 auto}.prototype-dashboard__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border:1px solid var(--prototype-line);border-radius:12px;background:#fff;box-shadow:0 18px 42px #11183d0d}.prototype-dashboard__head p{margin:0 0 8px;color:var(--prototype-active);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.prototype-dashboard__head h1{margin:0 0 10px;color:var(--prototype-navy);font-size:clamp(21px,2.4vw,28px);font-weight:700}.prototype-dashboard__head span{display:block;max-width:720px;color:#8e98b4;font-size:12px;line-height:1.55}.prototype-dashboard__icon{display:grid;place-items:center;flex:0 0 auto;width:48px;height:48px;border-radius:12px;background:var(--prototype-active-bg);color:var(--prototype-active)}.prototype-feedback{padding:10px 13px;border:1px solid #C7D2FE;border-radius:12px;background:#eef2ff;color:#4338ca;font-size:12px;font-weight:600}.prototype-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.prototype-metric{display:grid;gap:6px;padding:13px;border:1px solid var(--prototype-line);border-radius:10px;background:#fff}.prototype-metric span{color:#8e98b4;font-size:10px;font-weight:600;text-transform:uppercase}.prototype-metric strong{color:#1e2740;font-size:21px;font-weight:700}.prototype-metric em{width:max-content;padding:3px 7px;border-radius:999px;font-size:10px;font-style:normal;font-weight:600}.prototype-metric--blue em{background:#eaf1ff;color:#2563eb}.prototype-metric--green em{background:#dcfce7;color:#15803d}.prototype-metric--amber em{background:#fef3c7;color:#b45309}.prototype-metric--violet em{background:#f1ecfe;color:#6d28d9}.prototype-panel{overflow:hidden;border:1px solid var(--prototype-line);border-radius:12px;background:#fff;box-shadow:0 18px 42px #11183d0d}.prototype-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid var(--prototype-line)}.prototype-panel__head strong,.prototype-panel__head span{display:block}.prototype-panel__head strong{color:#1e2740;font-size:13px;font-weight:700}.prototype-panel__head span{margin-top:3px;color:#98a2bc;font-size:11px;font-weight:500}.prototype-panel__actions{display:flex;flex-wrap:wrap;gap:8px}.prototype-action,.prototype-mini-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;padding:0 11px;border:1px solid #DEE3F0;border-radius:8px;background:#fff;color:#29324b;font-size:11px;font-weight:600;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}.prototype-action:hover,.prototype-mini-button:hover{border-color:#c7d2fe;background:#f4f6ff;transform:translateY(-1px)}.prototype-action--primary{border-color:var(--prototype-active);background:var(--prototype-active);color:#fff}.prototype-action--primary:hover{background:#5962ee;color:#fff}.prototype-table-wrap{overflow-x:auto}.prototype-table{width:100%;min-width:760px;border-collapse:collapse}.prototype-table th,.prototype-table td{padding:10px 14px;border-bottom:1px solid #F0F2F8;color:#29324b;font-size:11px;text-align:left}.prototype-table th{color:#98a2bc;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.prototype-table tr:last-child td{border-bottom:0}.prototype-table tbody tr:hover{background:#f8faff}.prototype-status{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:10px;font-weight:600}.prototype-mini-button{min-height:26px;padding:0 8px;font-size:10px}.executive-page{display:grid;gap:16px;width:100%}.executive-heading{display:grid;gap:4px}.executive-breadcrumb{display:flex;align-items:center;gap:6px;color:#98a2ba;font-size:12px;font-weight:500}.executive-heading h1{margin:0;color:#17213a;font-size:24px;font-weight:800}.executive-banner{display:grid;gap:8px;padding:18px 20px;border-radius:18px;background:var(--prototype-active-bg);color:#5652e9}.executive-banner__title{display:flex;align-items:center;gap:8px}.executive-banner__title strong{color:#3730a3;font-size:14px;font-weight:800}.executive-banner__title span{padding:4px 7px;border-radius:5px;background:#fff;color:#6b73ff;font-family:var(--ycc-font-mono);font-size:10px;font-weight:700}.executive-banner p{margin:0;color:#5652e9;font-size:13px;line-height:1.45}.coo-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.coo-kpi,.coo-module-card,.ceo-mode-card,.escalation-card,.exec-bar-card{border:1px solid var(--prototype-line);border-radius:16px;background:#fff;box-shadow:0 1px 2px #11183d08}.coo-kpi{display:grid;gap:8px;min-height:86px;padding:18px}.coo-kpi span,.coo-module-stat span{color:#99a3ba;font-size:11px;font-weight:800;text-transform:uppercase}.coo-kpi strong{font-size:28px;font-weight:800;line-height:1}.exec-tone-dark{color:#17213a}.exec-tone-blue{color:#2563eb}.exec-tone-orange{color:#f25a13}.exec-tone-red{color:#d8212c}.exec-tone-violet{color:#6670f6}.exec-tone-green{color:#18a558}.coo-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.coo-module-card{display:grid;gap:14px;padding:18px}.coo-module-card__head,.ceo-mode-card__head{display:flex;align-items:center;gap:10px}.coo-module-card__head h2,.ceo-mode-card__head h2,.escalation-card h2,.exec-bar-card h2{margin:0;color:#17213a;font-size:15px;font-weight:800}.coo-module-card__head button,.ceo-mode-card button{display:inline-flex;align-items:center;gap:4px;margin-left:auto;color:#6670f6;font-size:12px;font-weight:700}.coo-module-card__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.coo-module-stat{display:grid;gap:7px;min-height:58px;padding:12px;border-radius:12px;background:#f5f6fb}.coo-module-stat strong{font-size:18px;font-weight:800;line-height:1}.executive-section-title{margin:4px 0 0;color:#17213a;font-size:18px;font-weight:800}.todo-list{display:grid;gap:10px}.todo-row{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;min-height:68px;padding:12px 20px;border:1px solid var(--prototype-line);border-radius:16px;background:#fff}.todo-row>strong{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#f25a13;color:#fff;font-size:15px}.todo-row span{color:#17213a;font-size:14px;font-weight:700}.todo-row button{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 14px;border-radius:8px;background:var(--prototype-deep);color:#fff;font-size:12px;font-weight:700}.ceo-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ceo-mode-card{display:grid;gap:14px;padding:20px}.ceo-mode-card__head>span{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#f4f5fb;color:#6670f6}.ceo-gpm{margin-left:auto;padding:5px 8px;border-radius:999px;font-size:12px;font-style:normal;font-weight:800}.ceo-gpm--green{background:#dcfce7;color:#16a34a}.ceo-gpm--orange{background:#ffedd5;color:#f25a13}.ceo-mode-card__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ceo-mode-card__stats div{display:grid;gap:4px;min-height:58px;padding:12px;border-radius:12px;background:#f5f6fb}.ceo-mode-card__stats strong{color:#17213a;font-size:24px;font-weight:800;line-height:1}.ceo-mode-card__stats span{color:#b2bbcd;font-size:11px;font-weight:800;text-transform:uppercase}.ceo-mode-card button{margin-left:0}.escalation-card{display:grid;gap:8px;padding:18px 20px}.escalation-card h2,.exec-bar-card h2{display:flex;align-items:center;gap:8px}.escalation-card h2 svg{color:#f25a13}.escalation-row{display:grid;grid-template-columns:48px 1fr auto 18px;align-items:center;gap:12px;min-height:38px;padding:8px 12px;border:1px solid #E8ECF5;border-radius:10px;background:#f7f8fc}.escalation-pill{display:inline-grid;place-items:center;min-width:42px;padding:4px 8px;border-radius:999px;color:#fff;font-size:11px;font-weight:800}.escalation-pill--coo{background:#6670f6}.escalation-pill--cfo{background:#0e879b}.escalation-pill--cco{background:#7c3aed}.escalation-row span{color:#17213a;font-size:13px;font-weight:700}.escalation-days{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-style:normal;font-weight:800}.escalation-days--hot,.escalation-days--danger{color:#d8212c}.escalation-days--muted{color:#8e98b4}.escalation-card>p,.exec-bar-card>p{margin:0;color:#b0b9cb;font-size:12px}.exec-bottom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.exec-bar-card{display:grid;gap:12px;padding:20px}.exec-bar-row{display:grid;gap:7px}.exec-bar-row div:first-child{display:flex;justify-content:space-between;gap:10px}.exec-bar-row strong{color:#17213a;font-size:13px;font-weight:700}.exec-bar-row span{color:#98a2ba;font-size:12px}.exec-bar-track{height:8px;overflow:hidden;border-radius:999px;background:#f2f4fa}.exec-bar-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5f7fef,#6b63f6)}.files-page,.air-page{display:grid;gap:16px;width:100%}.files-page__title{margin:-8px 0 4px;color:#17213a;font-size:23px;font-weight:800}.files-banner{display:grid;gap:8px;padding:18px 20px;border-radius:18px;background:var(--prototype-active-bg);color:#5652e9}.files-banner div{display:flex;align-items:center;gap:8px}.files-banner strong{color:#3730a3;font-size:13px;font-weight:800}.files-banner p{margin:0;color:#5652e9;font-size:12px;line-height:1.45}.files-toolbar{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.files-search{display:flex;align-items:center;gap:10px;min-height:34px;padding:0 12px;border:1px solid #E6EAF3;border-radius:10px;background:#fff;color:#98a2ba}.files-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#29324b;font-size:12px}.files-tabs{display:flex;align-items:center;gap:2px}.files-tab{min-height:34px;padding:0 12px;border-radius:9px;color:#98a2ba;font-size:11px;font-weight:700}.files-tab--active{background:var(--prototype-deep);color:#fff}.files-table-card{overflow:hidden;border:1px solid #E8ECF5;border-radius:14px;background:#fff}.files-table{width:100%;border-collapse:collapse}.files-table th,.files-table td{padding:10px 13px;border-bottom:1px solid #EDF0F7;color:#8d97b0;font-size:12px;text-align:left}.files-table th{color:#b0b9cb;font-size:10px;font-weight:800;text-transform:uppercase}.files-table tr:last-child td{border-bottom:0}.files-table__file{color:#17213a!important;font-family:var(--ycc-font-mono);font-weight:800}.files-table__customer{color:#29324b!important;font-weight:600}.files-pill,.files-status{display:inline-flex;align-items:center;min-height:20px;padding:0 9px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.files-pill--import{background:#e8f0ff;color:#2563eb}.files-pill--export{background:#efe7ff;color:#7c3aed}.files-status--in-progress{background:#dbeafe;color:#2563eb}.files-status--invoiced{background:#fef3c7;color:#f25a13}.files-status--draft{background:#e8edf5;color:#64748b}.files-status--cleared{background:#dcfce7;color:#16a34a}.files-status--docs-ready{background:#ede9fe;color:#7c3aed}.files-status--expected{background:#e8f0ff;color:#2563eb}.files-status--received{background:#fef3c7;color:#f25a13}.files-status--out-scanned{background:#dcfce7;color:#16a34a}.files-page__meta{margin:-4px 0 0;color:#b0b9cb;font-size:12px}.air-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.air-stat-card{display:grid;gap:8px;min-height:82px;padding:16px;border:1px solid #E8ECF5;border-radius:14px;background:#fff}.air-stat-card span{color:#99a3ba;font-size:10px;font-weight:800;text-transform:uppercase}.air-stat-card strong{font-size:26px;font-weight:800;line-height:1}.air-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.air-module-button{display:grid;grid-template-columns:26px 1fr 16px;align-items:center;gap:10px;min-height:58px;padding:0 16px;border:1px solid #E8ECF5;border-radius:14px;background:#fff;color:#17213a;text-align:left}.air-module-button svg{color:#6670f6}.air-module-button span{font-size:13px;font-weight:700}.air-table-title{padding:13px 14px;border-bottom:1px solid #EDF0F7;color:#17213a;font-size:14px;font-weight:800}.air-detail-page{display:grid;gap:14px;color:#17213a}.air-page-titlebar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.air-summary-grid{display:grid;gap:12px}.air-summary-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.air-summary-grid--six{grid-template-columns:repeat(6,minmax(0,1fr))}.air-summary-card{display:grid;gap:8px;min-height:72px;padding:14px 16px;border:1px solid #E8ECF5;border-radius:14px;background:#fff}.air-summary-card span{color:#a0a9bd;font-size:10px;font-weight:800;text-transform:uppercase}.air-summary-card strong{font-size:23px;line-height:1}.air-panel{padding:18px;border:1px solid #E8ECF5;border-radius:16px;background:#fff}.air-panel h2{display:flex;align-items:center;gap:8px;margin:0 0 14px;color:#17213a;font-size:15px;font-weight:800}.air-panel h2 svg{color:#6670f6}.air-panel p{margin:10px 0 0;color:#a5aec1;font-size:11px;line-height:1.45}.air-action-primary,.air-action-secondary{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;padding:0 14px;border-radius:9px;font-size:12px;font-weight:800}.air-action-primary{background:var(--prototype-deep);color:#fff}.air-action-secondary{border:1px solid #E4E8F2;background:#fff;color:#29324b}.trigger-list{display:grid;gap:8px}.trigger-row{display:grid;grid-template-columns:28px 1fr 16px;align-items:center;gap:10px;min-height:42px;padding:0 12px;border:1px solid #E5E9F2;border-radius:8px;background:#f7f8fc;color:#17213a;text-align:left}.trigger-row span,.shipment-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#f1f4fb;color:#6670f6}.trigger-row strong{font-size:11px;font-weight:800}.trigger-row>svg{color:#a5aec1}.track-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.track-tabs,.awb-tabs{display:flex;align-items:center;gap:2px;padding:3px;border:1px solid #E4E8F2;border-radius:11px;background:#fff}.track-tab,.awb-tab{min-height:30px;padding:0 12px;border-radius:8px;color:#8e98ae;font-size:11px;font-weight:800}.track-tab--active,.awb-tab--active{background:#5f7fef;color:#fff;box-shadow:0 5px 12px #5f7fef38}.track-tab span{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;margin-left:4px;border-radius:999px;background:#e11d48;color:#fff;font-size:9px}.track-search{display:flex;align-items:center;gap:8px;min-height:30px;padding:0 10px;border:1px solid #E4E8F2;border-radius:8px;background:#fff;color:#a4adc0}.track-search input{width:150px;border:0;outline:0;color:#29324b;font-size:11px}.milestone-card{display:grid;gap:10px}.milestone-row{display:grid;gap:14px;padding:12px;border:1px solid #E6EAF3;border-radius:12px}.milestone-head{display:grid;grid-template-columns:34px 1fr auto;align-items:start;gap:10px}.milestone-head strong{color:#17213a;font-family:var(--ycc-font-mono);font-size:12px}.milestone-head em{display:inline-flex;margin-left:8px;padding:2px 7px;border-radius:999px;background:#e8f0ff;color:#2563eb;font-size:10px;font-style:normal;font-weight:800}.milestone-head p,.milestone-head small{margin:2px 0 0;color:#9aa5ba;font-size:10px;font-weight:600}.milestone-line{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:start}.milestone-step{position:relative;display:grid;justify-items:center;gap:6px;color:#b2bacc;font-size:9px;font-weight:700;text-align:center}.milestone-step:before{position:absolute;top:9px;left:0;right:0;height:2px;background:#e3e8f3;content:""}.milestone-step:first-child:before{left:50%}.milestone-step:last-child:before{right:50%}.milestone-step span{position:relative;z-index:1;width:18px;height:18px;border:2px solid #E3E8F3;border-radius:999px;background:#fff}.milestone-step--done{color:#17213a}.milestone-step--done:before,.milestone-step--done span{border-color:#5f7fef;background:#5f7fef}.milestone-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.inventory-grid,.security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.inventory-list{display:grid;gap:10px}.inventory-list__row{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#29324b;font-size:14px}.inventory-list__row strong{color:#17213a}.inventory-list__row em{color:#b0b9cb;font-style:normal}.inventory-table,.security-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:10px}.inventory-table th,.inventory-table td,.security-table th,.security-table td{padding:10px 12px;border-bottom:1px solid #EDF0F7;color:#29324b;font-size:12px;text-align:left}.inventory-table th,.security-table th{background:#f5f7fb;color:#a8b1c5;font-size:10px;font-weight:800;text-transform:uppercase}.positive{color:#16a34a!important;font-weight:800}.alert-list{display:grid;gap:10px}.dot{display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:999px}.dot--orange{background:#f25a13}.dot--blue{background:#2563eb}.warehouse-alert{display:flex;align-items:center;gap:9px;min-height:40px;padding:0 16px;border-radius:12px;font-size:13px}.warehouse-alert--danger{border:1px solid #FDA4AF;background:#ffe4e6;color:#dc2626}.warehouse-alert--warning{border:1px solid #FACC15;background:#fef9c3;color:#b45309}.warehouse-search{width:min(360px,100%);margin-bottom:14px}.shipment-list{display:grid;gap:10px}.shipment-row{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;width:100%;min-height:64px;padding:10px 14px;border:1px solid #E8ECF5;border-radius:12px;background:#fff;text-align:left}.shipment-row--alert{border-color:#fda4af;background:#fff7f7}.shipment-main{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shipment-main strong{color:#17213a;font-family:var(--ycc-font-mono);font-size:12px}.shipment-main em{display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border-radius:999px;background:#fef3c7;color:#f25a13;font-size:10px;font-style:normal;font-weight:800}.shipment-main small{flex-basis:100%;color:#97a2b8;font-size:11px}.shipment-side{display:inline-flex;align-items:center;gap:6px;color:#8b96ad;font-size:11px;white-space:nowrap}.security-status-card{align-content:start}.security-status-card span,.security-form-grid label,.security-form label{display:grid;gap:7px;color:#a1aabd;font-size:10px;font-weight:800;text-transform:uppercase}.security-status-card strong{margin-bottom:5px;color:#17213a;font-size:17px}.security-status-card em{width:max-content;padding:4px 10px;border-radius:999px;background:#dcfce7;color:#16a34a;font-size:11px;font-style:normal;font-weight:800}.security-form-grid,.security-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:12px}.security-form{grid-template-columns:1.2fr 1fr 1.1fr 1fr 1fr;margin-top:14px}.security-form-grid select,.security-form select,.security-form input{width:100%;height:36px;border:1px solid #E4E8F2;border-radius:9px;background:#fff;color:#29324b;font-size:12px;padding:0 11px}@media(max-width:1180px){.prototype-sidebar{width:226px}.prototype-main{margin-left:226px}.prototype-topbar__search{width:min(360px,36vw)}.prototype-sidebar__item{font-size:13px}.prototype-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.coo-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.coo-module-grid,.ceo-mode-grid,.air-card-grid,.air-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.air-summary-grid--six{grid-template-columns:repeat(3,minmax(0,1fr))}.air-summary-grid--four,.inventory-grid,.security-grid,.security-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.prototype-shell{display:block}.prototype-sidebar{position:static;width:100%;height:auto;border-right:0;border-bottom:1px solid var(--prototype-line)}.prototype-sidebar__logo{height:70px;justify-content:center}.prototype-sidebar__workspace,.prototype-sidebar__footer{display:none}.prototype-sidebar__nav{display:flex;gap:8px;overflow-x:auto;padding:10px 14px 14px;scrollbar-width:none}.prototype-sidebar__nav::-webkit-scrollbar{display:none}.prototype-sidebar__section{display:none}.prototype-sidebar__item{flex:0 0 auto;min-height:36px;padding:0 10px;font-size:12px}.prototype-sidebar__item-chevron{display:none}.prototype-main{margin-left:0}.prototype-topbar{height:auto;flex-wrap:wrap;gap:14px;padding:16px}.prototype-topbar__search{order:2;width:100%}.prototype-topbar__actions{width:100%;justify-content:space-between;gap:12px}.prototype-topbar__language,.prototype-topbar__user{flex-shrink:0}.prototype-popover--user{right:16px;width:min(360px,calc(100vw - 32px))}.prototype-content{min-height:auto;padding:20px 14px 44px}.coo-kpi-grid,.coo-module-grid,.ceo-mode-grid,.exec-bottom-grid,.air-card-grid,.air-module-grid,.air-summary-grid--four,.air-summary-grid--six,.inventory-grid,.security-grid,.security-form-grid,.security-form{grid-template-columns:1fr}.air-page-titlebar,.track-toolbar{align-items:stretch;flex-direction:column}.files-toolbar{grid-template-columns:1fr}.files-tabs,.track-tabs,.awb-tabs,.files-table-card{overflow-x:auto}.files-table,.security-table,.inventory-table{min-width:900px}.air-panel{overflow-x:auto}.milestone-line{min-width:760px}.shipment-row{grid-template-columns:34px 1fr}.shipment-side{grid-column:2}.todo-row{grid-template-columns:36px 1fr}.todo-row button{grid-column:2;width:max-content}.escalation-row{grid-template-columns:48px 1fr}.escalation-days{grid-column:2}.prototype-welcome{min-height:auto;padding-top:24px}}@media(max-width:620px){.prototype-sidebar__branch-menu{left:16px;right:16px;width:auto}.prototype-sidebar__branch-option{font-size:15px}.prototype-sidebar__logo{justify-content:flex-start;padding-inline:18px}.ycc-prototype-logo{width:132px}.prototype-sidebar__item{min-height:34px;font-size:12px;font-weight:600}.prototype-topbar__search{height:38px}.prototype-topbar__search input{font-size:13px}.prototype-topbar__actions{justify-content:flex-end}.prototype-topbar__language span,.prototype-topbar__user div:not(.prototype-topbar__avatar){display:none}.prototype-login-switcher__person{grid-template-columns:30px 1fr 18px;min-height:42px;padding:6px 10px}.prototype-login-switcher__avatar{width:28px;height:28px;font-size:11px}.prototype-login-switcher__identity strong{font-size:13px}.prototype-login-switcher__identity span{font-size:11px}.prototype-welcome__mark{width:190px;height:104px;border-radius:20px}.prototype-welcome__mark .ycc-prototype-logo{width:148px}.prototype-welcome__copy{margin-bottom:24px;font-size:13px}.prototype-welcome__kicker{letter-spacing:.2em}.prototype-dashboard__head,.prototype-panel__head{align-items:flex-start;flex-direction:column}.prototype-dashboard__icon{width:42px;height:42px;border-radius:11px}.prototype-metrics{grid-template-columns:1fr}.prototype-panel__actions,.prototype-action{width:100%}}
@@ -0,0 +1,259 @@
1
+ export declare const primary: {
2
+ readonly accent: "#5B7CE6";
3
+ readonly indigo: "#6366F1";
4
+ readonly indigoBg: "#EEF0FE";
5
+ readonly navy: "#0E1438";
6
+ };
7
+ export declare const neutral: {
8
+ readonly page: "#F4F5F9";
9
+ readonly card: "#FFFFFF";
10
+ readonly soft: "#F6F7FB";
11
+ readonly border: "#E8EAF2";
12
+ readonly ink: "#1B2440";
13
+ readonly sub: "#8A93AD";
14
+ readonly faint: "#AEB4C9";
15
+ };
16
+ export declare const status: {
17
+ readonly released: {
18
+ readonly text: "#16A34A";
19
+ readonly bg: "#DCFCE7";
20
+ };
21
+ readonly review: {
22
+ readonly text: "#EA580C";
23
+ readonly bg: "#FEF3C7";
24
+ };
25
+ readonly hold: {
26
+ readonly text: "#C2410C";
27
+ readonly bg: "#FFEDD5";
28
+ };
29
+ readonly inspect: {
30
+ readonly text: "#B91C1C";
31
+ readonly bg: "#FEE2E2";
32
+ };
33
+ readonly unknown: {
34
+ readonly text: "#6D28D9";
35
+ readonly bg: "#EDE9FE";
36
+ };
37
+ readonly missing: {
38
+ readonly text: "#475569";
39
+ readonly bg: "#E2E8F0";
40
+ };
41
+ };
42
+ export declare const milestone: {
43
+ readonly cleared: {
44
+ readonly text: "#16A34A";
45
+ readonly bg: "#DCFCE7";
46
+ };
47
+ readonly progress: {
48
+ readonly text: "#1D4ED8";
49
+ readonly bg: "#DBEAFE";
50
+ };
51
+ readonly hold: {
52
+ readonly text: "#B91C1C";
53
+ readonly bg: "#FEE2E2";
54
+ };
55
+ readonly pending: {
56
+ readonly text: "#EA580C";
57
+ readonly bg: "#FEF3C7";
58
+ };
59
+ readonly active: {
60
+ readonly text: "#16A34A";
61
+ readonly bg: "#DCFCE7";
62
+ };
63
+ readonly inactive: {
64
+ readonly text: "#64748B";
65
+ readonly bg: "#F1F5F9";
66
+ };
67
+ };
68
+ export declare const clearance: {
69
+ readonly ready: {
70
+ readonly text: "#64748B";
71
+ readonly bg: "#F1F5F9";
72
+ };
73
+ readonly submitted: {
74
+ readonly text: "#1D4ED8";
75
+ readonly bg: "#DBEAFE";
76
+ };
77
+ readonly ack: {
78
+ readonly text: "#6D28D9";
79
+ readonly bg: "#EDE9FE";
80
+ };
81
+ readonly released: {
82
+ readonly text: "#16A34A";
83
+ readonly bg: "#DCFCE7";
84
+ };
85
+ readonly hold: {
86
+ readonly text: "#B91C1C";
87
+ readonly bg: "#FEE2E2";
88
+ };
89
+ readonly docs: {
90
+ readonly text: "#EA580C";
91
+ readonly bg: "#FEF3C7";
92
+ };
93
+ };
94
+ export declare const semantic: {
95
+ readonly successTextDark: "#166534";
96
+ readonly warningTextDark: "#9A3412";
97
+ readonly dangerTextDark: "#B91C1C";
98
+ readonly infoTextDeep: "#3730A3";
99
+ readonly infoTextMid: "#4338CA";
100
+ readonly success: "#16A34A";
101
+ readonly warning: "#EA580C";
102
+ readonly danger: "#B91C1C";
103
+ readonly blue: "#1D4ED8";
104
+ readonly purple: "#6D28D9";
105
+ readonly slate: "#475569";
106
+ readonly borderRed: "#FCA5A5";
107
+ readonly borderAmber: "#FCD34D";
108
+ readonly borderGreen: "#86EFAC";
109
+ readonly borderGreenSoft: "#A7F3D0";
110
+ };
111
+ export declare const direction: {
112
+ readonly import: {
113
+ readonly text: "#1D4ED8";
114
+ readonly bg: "#EFF4FF";
115
+ };
116
+ readonly export: {
117
+ readonly text: "#6D28D9";
118
+ readonly bg: "#F1ECFE";
119
+ };
120
+ };
121
+ export declare const tStatus: {
122
+ readonly T1: {
123
+ readonly text: "#1D4ED8";
124
+ readonly bg: "#EFF4FF";
125
+ };
126
+ readonly T2: {
127
+ readonly text: "#6D28D9";
128
+ readonly bg: "#F1ECFE";
129
+ };
130
+ };
131
+ export declare const warehouseStatus: {
132
+ readonly Draft: {
133
+ readonly text: "#64748B";
134
+ readonly bg: "#F1F5F9";
135
+ };
136
+ readonly Expected: {
137
+ readonly text: "#1D4ED8";
138
+ readonly bg: "#EFF4FF";
139
+ };
140
+ readonly Received: {
141
+ readonly text: "#EA580C";
142
+ readonly bg: "#FEF3C7";
143
+ };
144
+ readonly Located: {
145
+ readonly text: "#6D28D9";
146
+ readonly bg: "#F1ECFE";
147
+ };
148
+ readonly 'Out-scanned': {
149
+ readonly text: "#16A34A";
150
+ readonly bg: "#DCFCE7";
151
+ };
152
+ };
153
+ export declare const branchModule: {
154
+ readonly air: "#4338CA";
155
+ readonly sea: "#0369A1";
156
+ readonly road: "#C2410C";
157
+ readonly customs: "#15803D";
158
+ readonly warehouse: "#7C3AED";
159
+ readonly backoffice: "#64748B";
160
+ };
161
+ export declare const aiBot: {
162
+ readonly VIS: "#5B7CE6";
163
+ readonly HIST: "#0EA5E9";
164
+ readonly LLM: "#8B5CF6";
165
+ readonly STAT: "#14B8A6";
166
+ };
167
+ export declare const colorTokens: {
168
+ readonly accent: "#5B7CE6";
169
+ readonly indigo: "#6366F1";
170
+ readonly 'indigo-bg': "#EEF0FE";
171
+ readonly navy: "#0E1438";
172
+ readonly page: "#F4F5F9";
173
+ readonly card: "#FFFFFF";
174
+ readonly soft: "#F6F7FB";
175
+ readonly border: "#E8EAF2";
176
+ readonly ink: "#1B2440";
177
+ readonly sub: "#8A93AD";
178
+ readonly faint: "#AEB4C9";
179
+ readonly success: "#16A34A";
180
+ readonly warning: "#EA580C";
181
+ readonly danger: "#B91C1C";
182
+ readonly blue: "#1D4ED8";
183
+ readonly purple: "#6D28D9";
184
+ readonly slate: "#475569";
185
+ readonly 'success-text': "#166534";
186
+ readonly 'warning-text': "#9A3412";
187
+ readonly 'danger-text': "#B91C1C";
188
+ readonly 'info-text-deep': "#3730A3";
189
+ readonly 'info-text-mid': "#4338CA";
190
+ readonly 'border-red': "#FCA5A5";
191
+ readonly 'border-amber': "#FCD34D";
192
+ readonly 'border-green': "#86EFAC";
193
+ readonly 'border-green-soft': "#A7F3D0";
194
+ readonly 'status-released-text': "#16A34A";
195
+ readonly 'status-released-bg': "#DCFCE7";
196
+ readonly 'status-review-text': "#EA580C";
197
+ readonly 'status-review-bg': "#FEF3C7";
198
+ readonly 'status-hold-text': "#C2410C";
199
+ readonly 'status-hold-bg': "#FFEDD5";
200
+ readonly 'status-inspect-text': "#B91C1C";
201
+ readonly 'status-inspect-bg': "#FEE2E2";
202
+ readonly 'status-unknown-text': "#6D28D9";
203
+ readonly 'status-unknown-bg': "#EDE9FE";
204
+ readonly 'status-missing-text': "#475569";
205
+ readonly 'status-missing-bg': "#E2E8F0";
206
+ readonly 'ms-cleared-text': "#16A34A";
207
+ readonly 'ms-cleared-bg': "#DCFCE7";
208
+ readonly 'ms-progress-text': "#1D4ED8";
209
+ readonly 'ms-progress-bg': "#DBEAFE";
210
+ readonly 'ms-hold-text': "#B91C1C";
211
+ readonly 'ms-hold-bg': "#FEE2E2";
212
+ readonly 'ms-pending-text': "#EA580C";
213
+ readonly 'ms-pending-bg': "#FEF3C7";
214
+ readonly 'ms-active-text': "#16A34A";
215
+ readonly 'ms-active-bg': "#DCFCE7";
216
+ readonly 'ms-inactive-text': "#64748B";
217
+ readonly 'ms-inactive-bg': "#F1F5F9";
218
+ readonly 'cl-ready-text': "#64748B";
219
+ readonly 'cl-ready-bg': "#F1F5F9";
220
+ readonly 'cl-submitted-text': "#1D4ED8";
221
+ readonly 'cl-submitted-bg': "#DBEAFE";
222
+ readonly 'cl-ack-text': "#6D28D9";
223
+ readonly 'cl-ack-bg': "#EDE9FE";
224
+ readonly 'cl-released-text': "#16A34A";
225
+ readonly 'cl-released-bg': "#DCFCE7";
226
+ readonly 'cl-hold-text': "#B91C1C";
227
+ readonly 'cl-hold-bg': "#FEE2E2";
228
+ readonly 'cl-docs-text': "#EA580C";
229
+ readonly 'cl-docs-bg': "#FEF3C7";
230
+ readonly 'direction-import-text': "#1D4ED8";
231
+ readonly 'direction-import-bg': "#EFF4FF";
232
+ readonly 'direction-export-text': "#6D28D9";
233
+ readonly 'direction-export-bg': "#F1ECFE";
234
+ readonly 'tstatus-t1-text': "#1D4ED8";
235
+ readonly 'tstatus-t1-bg': "#EFF4FF";
236
+ readonly 'tstatus-t2-text': "#6D28D9";
237
+ readonly 'tstatus-t2-bg': "#F1ECFE";
238
+ readonly 'warehouse-draft-text': "#64748B";
239
+ readonly 'warehouse-draft-bg': "#F1F5F9";
240
+ readonly 'warehouse-expected-text': "#1D4ED8";
241
+ readonly 'warehouse-expected-bg': "#EFF4FF";
242
+ readonly 'warehouse-received-text': "#EA580C";
243
+ readonly 'warehouse-received-bg': "#FEF3C7";
244
+ readonly 'warehouse-located-text': "#6D28D9";
245
+ readonly 'warehouse-located-bg': "#F1ECFE";
246
+ readonly 'warehouse-out-scanned-text': "#16A34A";
247
+ readonly 'warehouse-out-scanned-bg': "#DCFCE7";
248
+ readonly 'branch-air': "#4338CA";
249
+ readonly 'branch-sea': "#0369A1";
250
+ readonly 'branch-road': "#C2410C";
251
+ readonly 'branch-customs': "#15803D";
252
+ readonly 'branch-warehouse': "#7C3AED";
253
+ readonly 'branch-backoffice': "#64748B";
254
+ readonly 'bot-vis': "#5B7CE6";
255
+ readonly 'bot-hist': "#0EA5E9";
256
+ readonly 'bot-llm': "#8B5CF6";
257
+ readonly 'bot-stat': "#14B8A6";
258
+ };
259
+ //# sourceMappingURL=colors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/tokens/colors.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO;;;;;CAKV,CAAC;AAKX,eAAO,MAAM,OAAO;;;;;;;;CAQV,CAAC;AAKX,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CAOT,CAAC;AAKX,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;CAOZ,CAAC;AAKX,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;CAOZ,CAAC;AAKX,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;CAqBX,CAAC;AAKX,eAAO,MAAM,SAAS;;;;;;;;;CAGZ,CAAC;AAIX,eAAO,MAAM,OAAO;;;;;;;;;CAGV,CAAC;AAIX,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;CAMlB,CAAC;AAIX,eAAO,MAAM,YAAY;;;;;;;CAOf,CAAC;AAKX,eAAO,MAAM,KAAK;;;;;CAKR,CAAC;AAKX,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkHd,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { primary, neutral, status, milestone, clearance, semantic, direction, tStatus, warehouseStatus, branchModule, aiBot, colorTokens, } from './colors';
2
+ export { fontFamily, fontWeight, fontSize, lineHeight, letterSpacing, textStyle, typographyTokens, } from './typography';
3
+ export { spacing, size, radius, shadow, breakpoint, zIndex, transition, animation, layoutTokens, } from './layout';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tokens/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,OAAO,EACP,MAAM,EACN,SAAS,EACT,SAAS,EACT,QAAQ,EACR,SAAS,EACT,OAAO,EACP,eAAe,EACf,YAAY,EACZ,KAAK,EACL,WAAW,GACZ,MAAM,UAAU,CAAC;AAElB,OAAO,EACL,UAAU,EACV,UAAU,EACV,QAAQ,EACR,UAAU,EACV,aAAa,EACb,SAAS,EACT,gBAAgB,GACjB,MAAM,cAAc,CAAC;AAEtB,OAAO,EACL,OAAO,EACP,IAAI,EACJ,MAAM,EACN,MAAM,EACN,UAAU,EACV,MAAM,EACN,UAAU,EACV,SAAS,EACT,YAAY,GACb,MAAM,UAAU,CAAC"}
@@ -0,0 +1,138 @@
1
+ export declare const spacing: {
2
+ readonly 0: "0px";
3
+ readonly 0.5: "2px";
4
+ readonly 1: "4px";
5
+ readonly 1.5: "6px";
6
+ readonly 2: "8px";
7
+ readonly 2.5: "10px";
8
+ readonly 3: "12px";
9
+ readonly 3.5: "14px";
10
+ readonly 4: "16px";
11
+ readonly 5: "20px";
12
+ readonly 6: "24px";
13
+ readonly 8: "32px";
14
+ };
15
+ export declare const size: {
16
+ readonly sidebarWidth: "224px";
17
+ readonly topbarHeight: "58px";
18
+ readonly logoHeight: "46px";
19
+ readonly icon: {
20
+ readonly xs: 11;
21
+ readonly sm: 12;
22
+ readonly md: 13;
23
+ readonly base: 14;
24
+ readonly lg: 15;
25
+ readonly xl: 16;
26
+ readonly '2xl': 17;
27
+ readonly '3xl': 18;
28
+ };
29
+ readonly avatar: {
30
+ readonly sm: "24px";
31
+ readonly md: "28px";
32
+ readonly base: "32px";
33
+ readonly lg: "36px";
34
+ };
35
+ readonly thumbnailWidth: "88px";
36
+ readonly thumbnailHeight: "64px";
37
+ readonly searchBarMax: "340px";
38
+ readonly topbarSearchMax: "max-w-md";
39
+ readonly dossierMax: "800px";
40
+ readonly donutDefault: "52px";
41
+ readonly donutLarge: "72px";
42
+ };
43
+ export declare const radius: {
44
+ readonly none: "0px";
45
+ readonly sm: "4px";
46
+ readonly md: "6px";
47
+ readonly lg: "8px";
48
+ readonly xl: "12px";
49
+ readonly '2xl': "16px";
50
+ readonly full: "9999px";
51
+ };
52
+ export declare const shadow: {
53
+ readonly sm: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
54
+ readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.10), 0 4px 6px -4px rgb(0 0 0 / 0.10)";
55
+ readonly none: "none";
56
+ };
57
+ export declare const breakpoint: {
58
+ readonly sm: "640px";
59
+ readonly lg: "1024px";
60
+ };
61
+ export declare const zIndex: {
62
+ readonly base: 0;
63
+ readonly raised: 10;
64
+ readonly dropdown: 20;
65
+ readonly overlay: 30;
66
+ };
67
+ export declare const transition: {
68
+ readonly chevron: "transform 0.15s ease";
69
+ readonly default: "all 0.15s ease";
70
+ readonly feedPoll: 4000;
71
+ };
72
+ export declare const animation: {
73
+ readonly flpulse: {
74
+ readonly name: "flpulse";
75
+ readonly keyframes: "\n 0% { opacity: 0.3; }\n 50% { opacity: 1; }\n 100% { opacity: 0.3; }\n ";
76
+ readonly duration: "1.5s";
77
+ readonly timing: "ease-in-out";
78
+ readonly iteration: "infinite";
79
+ };
80
+ };
81
+ export declare const print: {};
82
+ export declare const layoutTokens: {
83
+ readonly 'space-0': "0px";
84
+ readonly 'space-0_5': "2px";
85
+ readonly 'space-1': "4px";
86
+ readonly 'space-1_5': "6px";
87
+ readonly 'space-2': "8px";
88
+ readonly 'space-2_5': "10px";
89
+ readonly 'space-3': "12px";
90
+ readonly 'space-3_5': "14px";
91
+ readonly 'space-4': "16px";
92
+ readonly 'space-5': "20px";
93
+ readonly 'space-6': "24px";
94
+ readonly 'space-8': "32px";
95
+ readonly 'sidebar-width': "224px";
96
+ readonly 'topbar-height': "58px";
97
+ readonly 'logo-height': "46px";
98
+ readonly 'icon-xs': string;
99
+ readonly 'icon-sm': string;
100
+ readonly 'icon-md': string;
101
+ readonly 'icon-base': string;
102
+ readonly 'icon-lg': string;
103
+ readonly 'icon-xl': string;
104
+ readonly 'icon-2xl': string;
105
+ readonly 'icon-3xl': string;
106
+ readonly 'avatar-sm': "24px";
107
+ readonly 'avatar-md': "28px";
108
+ readonly 'avatar-base': "32px";
109
+ readonly 'avatar-lg': "36px";
110
+ readonly 'thumbnail-width': "88px";
111
+ readonly 'thumbnail-height': "64px";
112
+ readonly 'search-bar-max': "340px";
113
+ readonly 'topbar-search-max': "max-w-md";
114
+ readonly 'dossier-max': "800px";
115
+ readonly 'donut-default': "52px";
116
+ readonly 'donut-large': "72px";
117
+ readonly 'radius-sm': "4px";
118
+ readonly 'radius-md': "6px";
119
+ readonly 'radius-lg': "8px";
120
+ readonly 'radius-xl': "12px";
121
+ readonly 'radius-2xl': "16px";
122
+ readonly 'radius-full': "9999px";
123
+ readonly 'shadow-sm': "0 1px 2px 0 rgb(0 0 0 / 0.05)";
124
+ readonly 'shadow-lg': "0 10px 15px -3px rgb(0 0 0 / 0.10), 0 4px 6px -4px rgb(0 0 0 / 0.10)";
125
+ readonly 'z-base': string;
126
+ readonly 'z-raised': string;
127
+ readonly 'z-dropdown': string;
128
+ readonly 'z-overlay': string;
129
+ readonly 'breakpoint-sm': "640px";
130
+ readonly 'breakpoint-lg': "1024px";
131
+ readonly 'transition-chevron': "transform 0.15s ease";
132
+ readonly 'transition-default': "all 0.15s ease";
133
+ readonly 'feed-poll-ms': string;
134
+ readonly 'flpulse-duration': "1.5s";
135
+ readonly 'flpulse-timing': "ease-in-out";
136
+ readonly 'flpulse-iteration': "infinite";
137
+ };
138
+ //# sourceMappingURL=layout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../src/tokens/layout.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAaV,CAAC;AAKX,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCP,CAAC;AAKX,eAAO,MAAM,MAAM;;;;;;;;CAQT,CAAC;AAKX,eAAO,MAAM,MAAM;;;;CAOT,CAAC;AAKX,eAAO,MAAM,UAAU;;;CAGb,CAAC;AAKX,eAAO,MAAM,MAAM;;;;;CAKT,CAAC;AAKX,eAAO,MAAM,UAAU;;;;CAOb,CAAC;AAKX,eAAO,MAAM,SAAS;;;;;;;;CAaZ,CAAC;AAKX,eAAO,MAAM,KAAK,IAIR,CAAC;AAIX,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsEf,CAAC"}