forgecad 0.9.13 → 0.9.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +6 -4
- package/README.md +8 -4
- package/dist/assets/{AdminPage-DramHHDf.js → AdminPage-CDyGUinA.js} +2 -2
- package/dist/assets/{BenchmarkPage-Bjgkh5m9.js → BenchmarkPage-DfPMY_-d.js} +4 -15
- package/dist/assets/{BlogPage-n_HGP3Qm.js → BlogPage-kF0fkdJT.js} +2 -2
- package/dist/assets/{DocsPage-WCIkPmzC.js → DocsPage-B954L3YN.js} +9 -3
- package/dist/assets/EditorApp-Beb-IZ0y.js +14014 -0
- package/dist/assets/{EditorApp-BAnckbsk.css → EditorApp-CuDLxKqL.css} +698 -0
- package/dist/assets/{EmbedViewer-DEZKqdfW.js → EmbedViewer-C77B-TrF.js} +3 -3
- package/dist/assets/{LandingPageProofDriven-CeRIctuj.js → LandingPageProofDriven-Cr6fXMDj.js} +35 -37
- package/dist/assets/LegalPage-BRlScr9A.css +91 -0
- package/dist/assets/LegalPage-Dzklqmmg.js +39 -0
- package/dist/assets/{PricingPage-BMedqFef.css → PricingPage-BPF6HKyO.css} +25 -0
- package/dist/assets/{PricingPage-rIRa8p4Y.js → PricingPage-zWXkvlwl.js} +19 -19
- package/dist/assets/{SettingsPage-BqCUvEXM.js → SettingsPage-Bz0of4KQ.js} +2 -2
- package/dist/assets/app-CE3sYcV7.css +3890 -0
- package/dist/assets/{app-BUZqJvSO.js → app-D3kDkggg.js} +2305 -960
- package/dist/assets/cli/{render-lhGxj50Y.js → render-DSY3mMQa.js} +423 -30
- package/dist/assets/{constructionHistoryWorker-ipD1jcIv.js → constructionHistoryWorker-gpDo-uH2.js} +927 -243
- package/dist/assets/{evalWorker-CHXSe_-u.js → evalWorker-CU0Ke6DP.js} +7799 -4163
- package/dist/assets/{forgecad_geometry-BVnIeXMG.js → forgecad_geometry-Dgceylq9.js} +43 -1
- package/dist/assets/{forgecad_geometry_bg-DufhhCBV.wasm → forgecad_geometry_bg-dD4RNQF1.wasm} +0 -0
- package/dist/assets/{inspectWorker-DeRnMVv1.js → inspectWorker-COyp8XXA.js} +927 -243
- package/dist/assets/{javascript-70-4uGcz.js → javascript-1kQXfVaz.js} +1 -1
- package/dist/assets/landing-proof-driven-DiGqdtWa.js +18 -0
- package/dist/assets/{landing-proof-driven-oFYW6mjz.css → landing-proof-driven-ORyigZ6p.css} +13 -7
- package/dist/assets/legalContent-ZfFGMmi4.js +251 -0
- package/dist/assets/{manifold-D1LZIHqn.js → manifold-BRI5prcH.js} +1 -1
- package/dist/assets/{manifold-C2fwoTgd.js → manifold-C-3h2M7p.js} +2 -2
- package/dist/assets/{manifold-BTkzxi9V.js → manifold-DNkrUWpA.js} +1 -1
- package/dist/assets/{reportWorker-Cq1qGmg0.js → reportWorker-CdBz5bNg.js} +7537 -10856
- package/dist/assets/{scalar-sampling-budget-D9Qv_UlJ.js → scalar-sampling-budget-wJF98aY9.js} +6943 -4345
- package/dist/assets/{scanProxyWorker-Bs2TDgLw.js → scanProxyWorker-B-9VbLIs.js} +32 -1
- package/dist/assets/{renderSceneState-Dr0xPq1A.js → targets-B9sGB5nB.js} +27 -1
- package/dist/assets/{vendor-react-Da3A2QmU.js → vendor-react-6j1Kke-Y.js} +6 -5
- package/dist/cli/render.html +1 -1
- package/dist/docs/index.html +2 -2
- package/dist/docs-raw/AI/ai-native-cad.md +50 -0
- package/dist/docs-raw/AI/usage.md +9 -17
- package/dist/docs-raw/CLI.md +71 -21
- package/dist/docs-raw/component-model.md +27 -11
- package/dist/docs-raw/generated/assembly.md +301 -212
- package/dist/docs-raw/generated/concepts.md +238 -240
- package/dist/docs-raw/generated/core.md +283 -6
- package/dist/docs-raw/generated/curves.md +274 -361
- package/dist/docs-raw/generated/lib.md +7 -1
- package/dist/docs-raw/generated/output.md +19 -4
- package/dist/docs-raw/generated/runtime-names.md +41 -0
- package/dist/docs-raw/generated/sdf.md +31 -0
- package/dist/docs-raw/generated/sheet-metal.md +9 -0
- package/dist/docs-raw/generated/sketch.md +44 -1
- package/dist/docs-raw/generated/viewport.md +14 -6
- package/dist/docs-raw/guides/coordinate-system.md +20 -16
- package/dist/docs-raw/guides/geometry-conventions.md +2 -2
- package/dist/docs-raw/guides/inspection-bundles.md +2 -1
- package/dist/docs-raw/guides/joint-design.md +24 -0
- package/dist/docs-raw/guides/positioning.md +13 -3
- package/dist/docs-raw/legal/privacy.md +63 -0
- package/dist/docs-raw/legal/software-license.md +55 -0
- package/dist/docs-raw/legal/terms.md +87 -0
- package/dist/docs-raw/skills/forgecad-3d-reconstruction.md +3 -3
- package/dist/docs-raw/skills/forgecad-blockout-model.md +1 -1
- package/dist/docs-raw/skills/forgecad-component-model.md +11 -2
- package/dist/docs-raw/skills/forgecad-high-level-spec.md +1 -1
- package/dist/docs-raw/skills/forgecad-image-replicator.md +8 -8
- package/dist/docs-raw/skills/forgecad-lld.md +1 -1
- package/dist/docs-raw/skills/forgecad-make-a-model.md +4 -4
- package/dist/docs-raw/skills/forgecad-model-grader.md +2 -2
- package/dist/docs-raw/skills/forgecad-prepare-prompt.md +2 -2
- package/dist/docs-raw/skills/forgecad-project.md +1 -1
- package/dist/docs-raw/skills/forgecad-reconstruction-benchmark.md +4 -4
- package/dist/docs-raw/skills/forgecad-render-inspect.md +4 -2
- package/dist/docs-raw/skills/forgecad-visual-spec.md +1 -1
- package/dist/docs-raw/skills/forgecad.md +4 -3
- package/dist/index.html +40 -12
- package/dist/llms.txt +8 -0
- package/dist/site.webmanifest +1 -1
- package/dist/sitemap.xml +49 -13
- package/dist-cli/{check-compiler-LOXCPEOI.js → check-compiler-SDX5QIXI.js} +1 -2
- package/dist-cli/{check-query-propagation-BAKNVWXR.js → check-query-propagation-EAYEFT77.js} +1 -2
- package/dist-cli/{chunk-RY43WF46.js → chunk-N4O47JLF.js} +13772 -9938
- package/dist-cli/forgecad.js +2387 -899
- package/dist-cli/{forgecad_geometry-GYVNKPIE.js → forgecad_geometry-QOQIIP53.js} +42 -1
- package/dist-cli/forgecad_geometry_bg.wasm +0 -0
- package/dist-cli/{solver-46FFSK2U.js → solver-OK4HECRH.js} +0 -1
- package/dist-skill/CONTEXT.md +1120 -724
- package/dist-skill/SKILL.md +3 -2
- package/dist-skill/docs/API/core/concepts.md +64 -1
- package/dist-skill/docs/CLI.md +71 -21
- package/dist-skill/docs/generated/assembly.md +277 -229
- package/dist-skill/docs/generated/core.md +283 -6
- package/dist-skill/docs/generated/curves.md +272 -362
- package/dist-skill/docs/generated/lib.md +7 -1
- package/dist-skill/docs/generated/output.md +19 -4
- package/dist-skill/docs/generated/runtime-names.md +41 -0
- package/dist-skill/docs/generated/sdf.md +31 -0
- package/dist-skill/docs/generated/sheet-metal.md +9 -0
- package/dist-skill/docs/generated/sketch.md +44 -2
- package/dist-skill/docs/generated/viewport.md +5 -90
- package/dist-skill/docs/guides/coordinate-system.md +20 -16
- package/dist-skill/docs/guides/geometry-conventions.md +2 -2
- package/dist-skill/docs/guides/inspection-bundles.md +2 -1
- package/dist-skill/docs/guides/joint-design.md +24 -0
- package/dist-skill/docs/guides/positioning.md +13 -3
- package/dist-skill/library/forgecad-3d-reconstruction/SKILL.md +2 -2
- package/dist-skill/library/forgecad-component-model/SKILL.md +10 -1
- package/dist-skill/library/forgecad-image-replicator/SKILL.md +6 -6
- package/dist-skill/library/forgecad-image-replicator/scripts/compare_images.py +166 -0
- package/dist-skill/library/forgecad-make-a-model/SKILL.md +3 -3
- package/dist-skill/library/forgecad-model-grader/SKILL.md +1 -1
- package/dist-skill/library/forgecad-prepare-prompt/SKILL.md +1 -1
- package/dist-skill/library/forgecad-reconstruction-benchmark/SKILL.md +3 -3
- package/dist-skill/library/forgecad-render-inspect/SKILL.md +3 -1
- package/examples/api/assembly-kinematics-foundation.forge.js +65 -0
- package/examples/api/assembly-kinematics-four-bar.forge.js +115 -0
- package/examples/api/assembly-kinematics-limb.forge.js +116 -0
- package/examples/api/connector-frame-rig-chain.forge.js +102 -0
- package/examples/api/exact-sheet-shell-assembly.forge.js +0 -2
- package/examples/api/exact-surface-studio.forge.js +6 -8
- package/examples/api/helix-basics.forge.js +6 -6
- package/examples/api/lean-foundations/README.md +12 -0
- package/examples/api/lean-foundations/curve-blend-exact.forge.js +22 -0
- package/examples/api/lean-foundations/curve-fit-interpolation.forge.js +18 -0
- package/examples/api/lean-foundations/curve-helix-canonicalization.forge.js +27 -0
- package/examples/api/lean-foundations/curve-route-canonicalization.forge.js +16 -0
- package/examples/api/lean-foundations/curve-trim-reverse.forge.js +24 -0
- package/examples/api/lean-foundations/exact-curve-arc.forge.js +36 -0
- package/examples/api/mixed-edge-finishes-proof.forge.js +8 -11
- package/examples/api/route3d-elbow.forge.js +68 -0
- package/examples/api/transition-curves.forge.js +44 -15
- package/examples/api/y-blend-corner-showcase.forge.js +0 -2
- package/examples/generative/coral-vase.forge.js +1 -1
- package/examples/nurbs-tube.forge.js +1 -1
- package/package.json +14 -18
- package/dist/assets/EditorApp-CP9Za6tm.js +0 -13630
- package/dist/assets/app-CsHnaBWt.css +0 -1789
- package/dist/docs-raw/API/README.md +0 -16
- package/dist/docs-raw/API/core/concepts.md +0 -118
- package/dist/docs-raw/INDEX.md +0 -138
- package/dist/docs-raw/RELEASING.md +0 -87
- package/dist/docs-raw/agent-native-api.md +0 -27
- package/dist/docs-raw/beta-deployment.md +0 -304
- package/dist/docs-raw/beta-operations.md +0 -325
- package/dist/docs-raw/blueprint-first.md +0 -145
- package/dist/docs-raw/cli-monetization.md +0 -112
- package/dist/docs-raw/coding-best-practices.md +0 -120
- package/dist/docs-raw/coding.md +0 -340
- package/dist/docs-raw/deployment.md +0 -374
- package/dist/docs-raw/guides/skill-maintenance.md +0 -161
- package/dist/docs-raw/guides/surface-members.md +0 -82
- package/dist/docs-raw/internals/backend-vocabulary.md +0 -35
- package/dist/docs-raw/internals/compiler.md +0 -307
- package/dist/docs-raw/internals/constraint-solver-quality.md +0 -161
- package/dist/docs-raw/internals/constraint-solver.md +0 -176
- package/dist/docs-raw/internals/shape-from-slices.md +0 -152
- package/dist/docs-raw/internals/sketch-2d-pipeline.md +0 -108
- package/dist/docs-raw/platform/admin.md +0 -45
- package/dist/docs-raw/platform/architecture.md +0 -82
- package/dist/docs-raw/platform/auth.md +0 -139
- package/dist/docs-raw/platform/email.md +0 -67
- package/dist/docs-raw/platform/google-oauth-setup.md +0 -88
- package/dist/docs-raw/platform/observability.md +0 -197
- package/dist/docs-raw/platform/projects.md +0 -111
- package/dist/docs-raw/platform/sharing.md +0 -90
- package/dist/docs-raw/product/README.md +0 -39
- package/dist/docs-raw/product/api-as-product-language.md +0 -13
- package/dist/docs-raw/product/business-model.md +0 -15
- package/dist/docs-raw/product/competitive-positioning.md +0 -17
- package/dist/docs-raw/product/creative-manufacturing.md +0 -15
- package/dist/docs-raw/product/founder-story.md +0 -11
- package/dist/docs-raw/product/manufacturing-workflows.md +0 -15
- package/dist/docs-raw/product/onboarding-first-experience.md +0 -256
- package/dist/docs-raw/product/product-loop.md +0 -17
- package/dist/docs-raw/product/strategic-decisions.md +0 -22
- package/dist/docs-raw/product/user-outreach-email-templates.md +0 -161
- package/dist/docs-raw/product/user-segments.md +0 -15
- package/dist/docs-raw/product/vision.md +0 -26
- package/dist/docs-raw/rl-environments.md +0 -508
- package/dist/docs-raw/runbook.md +0 -611
- package/dist-cli/check-compiler-LOXCPEOI.js.map +0 -1
- package/dist-cli/check-query-propagation-BAKNVWXR.js.map +0 -1
- package/dist-cli/chunk-RY43WF46.js.map +0 -1
- package/dist-cli/forgecad.js.map +0 -1
- package/dist-cli/forgecad_geometry-GYVNKPIE.js.map +0 -1
- package/dist-cli/solver-46FFSK2U.js.map +0 -1
- package/dist-skill/SKILL-dev.md +0 -145
- package/dist-skill/docs-dev/API/core/concepts.md +0 -118
- package/dist-skill/docs-dev/CLI.md +0 -647
- package/dist-skill/docs-dev/agent-native-api.md +0 -27
- package/dist-skill/docs-dev/blueprint-first.md +0 -145
- package/dist-skill/docs-dev/coding-best-practices.md +0 -120
- package/dist-skill/docs-dev/coding.md +0 -340
- package/dist-skill/docs-dev/component-model.md +0 -164
- package/dist-skill/docs-dev/generated/assembly.md +0 -794
- package/dist-skill/docs-dev/generated/core.md +0 -2117
- package/dist-skill/docs-dev/generated/curves.md +0 -2583
- package/dist-skill/docs-dev/generated/lib.md +0 -169
- package/dist-skill/docs-dev/generated/output.md +0 -247
- package/dist-skill/docs-dev/generated/sdf.md +0 -446
- package/dist-skill/docs-dev/generated/sheet-metal.md +0 -504
- package/dist-skill/docs-dev/generated/sketch.md +0 -1811
- package/dist-skill/docs-dev/generated/viewport.md +0 -585
- package/dist-skill/docs-dev/generated/wood.md +0 -108
- package/dist-skill/docs-dev/guides/coordinate-system.md +0 -46
- package/dist-skill/docs-dev/guides/geometry-conventions.md +0 -52
- package/dist-skill/docs-dev/guides/inspection-bundles.md +0 -485
- package/dist-skill/docs-dev/guides/joint-design.md +0 -78
- package/dist-skill/docs-dev/guides/modeling-recipes.md +0 -78
- package/dist-skill/docs-dev/guides/positioning.md +0 -161
- package/dist-skill/docs-dev/guides/skill-maintenance.md +0 -161
- package/dist-skill/docs-dev/internals/backend-vocabulary.md +0 -35
- package/dist-skill/docs-dev/internals/compiler.md +0 -307
- package/dist-skill/docs-dev/internals/constraint-solver-quality.md +0 -161
- package/dist-skill/docs-dev/internals/constraint-solver.md +0 -176
- package/dist-skill/docs-dev/internals/sketch-2d-pipeline.md +0 -108
- package/dist-skill/library/forgecad-image-replicator/scripts/compare_images.mjs +0 -289
|
@@ -832,6 +832,26 @@
|
|
|
832
832
|
border-color: var(--fc-border);
|
|
833
833
|
}
|
|
834
834
|
|
|
835
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile {
|
|
836
|
+
background:
|
|
837
|
+
linear-gradient(rgba(54, 232, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(54, 232, 255, 0.028) 1px, transparent 1px),
|
|
838
|
+
radial-gradient(circle at 50% 32%, rgba(54, 232, 255, 0.09), transparent 40%), var(--fc-viewportBg, var(--fc-bg));
|
|
839
|
+
background-size:
|
|
840
|
+
30px 30px,
|
|
841
|
+
30px 30px,
|
|
842
|
+
cover,
|
|
843
|
+
cover;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-fab,
|
|
847
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-objinfo-sheet {
|
|
848
|
+
border-color: rgba(54, 232, 255, 0.26);
|
|
849
|
+
background: color-mix(in srgb, var(--fc-bgPanel) 82%, transparent);
|
|
850
|
+
box-shadow:
|
|
851
|
+
0 0 22px rgba(54, 232, 255, 0.12),
|
|
852
|
+
inset 0 1px 0 rgba(217, 251, 255, 0.05);
|
|
853
|
+
}
|
|
854
|
+
|
|
835
855
|
/* ════════════════════════════════════
|
|
836
856
|
STATUS PILL — floating top-center
|
|
837
857
|
════════════════════════════════════ */
|
|
@@ -1300,6 +1320,15 @@
|
|
|
1300
1320
|
outline: none;
|
|
1301
1321
|
}
|
|
1302
1322
|
|
|
1323
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor,
|
|
1324
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor:focus {
|
|
1325
|
+
background: transparent;
|
|
1326
|
+
border: none;
|
|
1327
|
+
color: transparent;
|
|
1328
|
+
box-shadow: none;
|
|
1329
|
+
caret-color: var(--fc-text);
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1303
1332
|
/* ── highlight.js token colours — dark themes (default) ── */
|
|
1304
1333
|
.fc-mobile-editor-highlight .hljs-keyword {
|
|
1305
1334
|
color: #c586c0;
|
|
@@ -1348,6 +1377,39 @@
|
|
|
1348
1377
|
color: #d4d4d4;
|
|
1349
1378
|
}
|
|
1350
1379
|
|
|
1380
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-keyword {
|
|
1381
|
+
color: #36e8ff;
|
|
1382
|
+
}
|
|
1383
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-string {
|
|
1384
|
+
color: #77ffc0;
|
|
1385
|
+
}
|
|
1386
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-number {
|
|
1387
|
+
color: #ff9d36;
|
|
1388
|
+
}
|
|
1389
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-comment {
|
|
1390
|
+
color: #4e7078;
|
|
1391
|
+
font-style: italic;
|
|
1392
|
+
}
|
|
1393
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-function,
|
|
1394
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-title {
|
|
1395
|
+
color: #ffe293;
|
|
1396
|
+
}
|
|
1397
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-params,
|
|
1398
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-built_in,
|
|
1399
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-literal,
|
|
1400
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-attr,
|
|
1401
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-property,
|
|
1402
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-variable {
|
|
1403
|
+
color: #8eefff;
|
|
1404
|
+
}
|
|
1405
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-regexp {
|
|
1406
|
+
color: #ff5568;
|
|
1407
|
+
}
|
|
1408
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-operator,
|
|
1409
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-editor-highlight .hljs-punctuation {
|
|
1410
|
+
color: #d9fbff;
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1351
1413
|
/* ── highlight.js token colours — light themes ── */
|
|
1352
1414
|
:root[data-fc-theme="light"] .fc-mobile-editor-highlight .hljs-keyword {
|
|
1353
1415
|
color: #af00db;
|
|
@@ -3533,3 +3595,639 @@
|
|
|
3533
3595
|
font-family: "SF Mono", "Menlo", monospace;
|
|
3534
3596
|
color: var(--fc-accent);
|
|
3535
3597
|
}
|
|
3598
|
+
|
|
3599
|
+
/* ════════════════════════════════════
|
|
3600
|
+
SHIELD mobile mode — tactical glass without layout changes
|
|
3601
|
+
════════════════════════════════════ */
|
|
3602
|
+
|
|
3603
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile {
|
|
3604
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
|
|
3605
|
+
}
|
|
3606
|
+
|
|
3607
|
+
:root[data-fc-hud-theme="shield"] .fc-m-cmdbar,
|
|
3608
|
+
:root[data-fc-hud-theme="shield"] .fc-m-param-chip,
|
|
3609
|
+
:root[data-fc-hud-theme="shield"] .fc-m-params-pill,
|
|
3610
|
+
:root[data-fc-hud-theme="shield"] .fc-m-status-pill,
|
|
3611
|
+
:root[data-fc-hud-theme="shield"] .fc-m-code-drawer,
|
|
3612
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-drawer,
|
|
3613
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet,
|
|
3614
|
+
:root[data-fc-hud-theme="shield"] .fc-m-choice-sheet,
|
|
3615
|
+
:root[data-fc-hud-theme="shield"] .fc-m-action-sheet,
|
|
3616
|
+
:root[data-fc-hud-theme="shield"] .fc-m-error-sheet,
|
|
3617
|
+
:root[data-fc-hud-theme="shield"] .fc-m-type-card,
|
|
3618
|
+
:root[data-fc-hud-theme="shield"] .fc-m-scrub-zone,
|
|
3619
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-objinfo-sheet,
|
|
3620
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-sheet,
|
|
3621
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-filepicker-sheet,
|
|
3622
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-export-sheet {
|
|
3623
|
+
border-color: rgba(54, 232, 255, 0.3);
|
|
3624
|
+
background:
|
|
3625
|
+
linear-gradient(180deg, rgba(54, 232, 255, 0.075), rgba(1, 8, 12, 0.68)), color-mix(in srgb, var(--fc-bgPanel) 88%, transparent);
|
|
3626
|
+
box-shadow:
|
|
3627
|
+
0 0 30px rgba(54, 232, 255, 0.12),
|
|
3628
|
+
inset 0 1px 0 rgba(217, 251, 255, 0.055);
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
:root[data-fc-hud-theme="shield"] .fc-m-cmdbar {
|
|
3632
|
+
border-radius: 8px;
|
|
3633
|
+
}
|
|
3634
|
+
|
|
3635
|
+
:root[data-fc-hud-theme="shield"] .fc-m-cmdbar-search-btn,
|
|
3636
|
+
:root[data-fc-hud-theme="shield"] .fc-m-cmdbar-code-btn,
|
|
3637
|
+
:root[data-fc-hud-theme="shield"] .fc-m-code-drawer-btn,
|
|
3638
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-btn,
|
|
3639
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-btn,
|
|
3640
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-choice-btn,
|
|
3641
|
+
:root[data-fc-hud-theme="shield"] .fc-m-choice-done,
|
|
3642
|
+
:root[data-fc-hud-theme="shield"] .fc-m-action-sheet-btn,
|
|
3643
|
+
:root[data-fc-hud-theme="shield"] .fc-m-error-goto-btn,
|
|
3644
|
+
:root[data-fc-hud-theme="shield"] .fc-m-scrub-step-btn,
|
|
3645
|
+
:root[data-fc-hud-theme="shield"] .fc-m-scrub-type-btn,
|
|
3646
|
+
:root[data-fc-hud-theme="shield"] .fc-m-scrub-done-btn,
|
|
3647
|
+
:root[data-fc-hud-theme="shield"] .fc-m-type-cancel,
|
|
3648
|
+
:root[data-fc-hud-theme="shield"] .fc-m-type-set,
|
|
3649
|
+
:root[data-fc-hud-theme="shield"] .fc-m-share-card,
|
|
3650
|
+
:root[data-fc-hud-theme="shield"] .fc-m-share-btn,
|
|
3651
|
+
:root[data-fc-hud-theme="shield"] .fc-m-filepicker-new-btn,
|
|
3652
|
+
:root[data-fc-hud-theme="shield"] .fc-m-filepicker-new-confirm,
|
|
3653
|
+
:root[data-fc-hud-theme="shield"] .fc-m-filepicker-cancel-btn,
|
|
3654
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-objinfo-btn,
|
|
3655
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-export-item {
|
|
3656
|
+
border-color: rgba(54, 232, 255, 0.24);
|
|
3657
|
+
background: rgba(1, 8, 12, 0.72);
|
|
3658
|
+
color: var(--fc-textMuted);
|
|
3659
|
+
box-shadow: inset 0 1px 0 rgba(217, 251, 255, 0.04);
|
|
3660
|
+
}
|
|
3661
|
+
|
|
3662
|
+
:root[data-fc-hud-theme="shield"] .fc-m-cmdbar-code-btn--active,
|
|
3663
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-btn--primary,
|
|
3664
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-btn--add,
|
|
3665
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-btn--done,
|
|
3666
|
+
:root[data-fc-hud-theme="shield"] .fc-m-share-btn--primary,
|
|
3667
|
+
:root[data-fc-hud-theme="shield"] .fc-m-type-set,
|
|
3668
|
+
:root[data-fc-hud-theme="shield"] .fc-m-scrub-done-btn,
|
|
3669
|
+
:root[data-fc-hud-theme="shield"] .fc-m-param-chip--active {
|
|
3670
|
+
border-color: rgba(54, 232, 255, 0.62);
|
|
3671
|
+
background: linear-gradient(180deg, rgba(54, 232, 255, 0.22), rgba(54, 232, 255, 0.09));
|
|
3672
|
+
color: var(--fc-text);
|
|
3673
|
+
box-shadow:
|
|
3674
|
+
inset 0 -2px 0 var(--fc-accent),
|
|
3675
|
+
0 0 20px rgba(54, 232, 255, 0.18);
|
|
3676
|
+
}
|
|
3677
|
+
|
|
3678
|
+
:root[data-fc-hud-theme="shield"] .fc-m-cmdbar-run-btn {
|
|
3679
|
+
background: linear-gradient(180deg, var(--fc-accent), #138ca4);
|
|
3680
|
+
border: 1px solid rgba(217, 251, 255, 0.3);
|
|
3681
|
+
box-shadow:
|
|
3682
|
+
0 0 28px rgba(54, 232, 255, 0.35),
|
|
3683
|
+
inset 0 1px 0 rgba(255, 255, 255, 0.24);
|
|
3684
|
+
}
|
|
3685
|
+
|
|
3686
|
+
:root[data-fc-hud-theme="shield"] .fc-m-cmdbar-run-btn svg {
|
|
3687
|
+
fill: var(--fc-accentText);
|
|
3688
|
+
}
|
|
3689
|
+
|
|
3690
|
+
:root[data-fc-hud-theme="shield"] .fc-m-cmdbar-search-icon,
|
|
3691
|
+
:root[data-fc-hud-theme="shield"] .fc-m-cmdbar-code-btn svg,
|
|
3692
|
+
:root[data-fc-hud-theme="shield"] .fc-m-params-pill-icon {
|
|
3693
|
+
stroke: var(--fc-accent);
|
|
3694
|
+
filter: drop-shadow(0 0 6px rgba(54, 232, 255, 0.35));
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3697
|
+
:root[data-fc-hud-theme="shield"] .fc-m-cmdbar-project,
|
|
3698
|
+
:root[data-fc-hud-theme="shield"] .fc-m-param-chip-name,
|
|
3699
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-row-range,
|
|
3700
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-number-unit,
|
|
3701
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-scrub-name {
|
|
3702
|
+
color: var(--fc-textDim);
|
|
3703
|
+
}
|
|
3704
|
+
|
|
3705
|
+
:root[data-fc-hud-theme="shield"] .fc-m-cmdbar-filename,
|
|
3706
|
+
:root[data-fc-hud-theme="shield"] .fc-m-param-chip-val,
|
|
3707
|
+
:root[data-fc-hud-theme="shield"] .fc-m-params-pill,
|
|
3708
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-row-value,
|
|
3709
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-scrub-value {
|
|
3710
|
+
color: var(--fc-text);
|
|
3711
|
+
text-shadow: 0 0 10px rgba(54, 232, 255, 0.16);
|
|
3712
|
+
}
|
|
3713
|
+
|
|
3714
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon,
|
|
3715
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-filepicker-icon,
|
|
3716
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-export-icon {
|
|
3717
|
+
position: relative;
|
|
3718
|
+
display: inline-grid;
|
|
3719
|
+
flex: 0 0 28px;
|
|
3720
|
+
width: 28px;
|
|
3721
|
+
height: 28px;
|
|
3722
|
+
place-items: center;
|
|
3723
|
+
color: transparent;
|
|
3724
|
+
font-size: 0;
|
|
3725
|
+
line-height: 1;
|
|
3726
|
+
}
|
|
3727
|
+
|
|
3728
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon::before,
|
|
3729
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon::after,
|
|
3730
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-filepicker-icon::before,
|
|
3731
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-filepicker-icon::after,
|
|
3732
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-export-icon::before,
|
|
3733
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-export-icon::after {
|
|
3734
|
+
position: absolute;
|
|
3735
|
+
pointer-events: none;
|
|
3736
|
+
content: "";
|
|
3737
|
+
}
|
|
3738
|
+
|
|
3739
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-filepicker-icon--folder::before,
|
|
3740
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="open-files"]::before {
|
|
3741
|
+
bottom: 7px;
|
|
3742
|
+
left: 4px;
|
|
3743
|
+
width: 20px;
|
|
3744
|
+
height: 13px;
|
|
3745
|
+
border: 1px solid rgba(255, 157, 54, 0.78);
|
|
3746
|
+
background: linear-gradient(180deg, rgba(255, 157, 54, 0.24), rgba(54, 232, 255, 0.06));
|
|
3747
|
+
box-shadow: 0 0 14px rgba(255, 157, 54, 0.2);
|
|
3748
|
+
clip-path: polygon(0 4px, 34% 4px, 44% 0, 100% 0, 100% 100%, 0 100%);
|
|
3749
|
+
}
|
|
3750
|
+
|
|
3751
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-filepicker-icon--file::before {
|
|
3752
|
+
top: 5px;
|
|
3753
|
+
left: 7px;
|
|
3754
|
+
width: 14px;
|
|
3755
|
+
height: 18px;
|
|
3756
|
+
border: 1px solid rgba(54, 232, 255, 0.72);
|
|
3757
|
+
background: linear-gradient(180deg, rgba(54, 232, 255, 0.12), rgba(1, 8, 12, 0.18));
|
|
3758
|
+
clip-path: polygon(0 0, 68% 0, 100% 26%, 100% 100%, 0 100%);
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3761
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-filepicker-icon--file::after {
|
|
3762
|
+
top: 5px;
|
|
3763
|
+
right: 7px;
|
|
3764
|
+
width: 5px;
|
|
3765
|
+
height: 5px;
|
|
3766
|
+
border-bottom: 1px solid rgba(54, 232, 255, 0.52);
|
|
3767
|
+
border-left: 1px solid rgba(54, 232, 255, 0.52);
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-export-icon::before,
|
|
3771
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="export"]::before,
|
|
3772
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon^="export-"]::before {
|
|
3773
|
+
inset: 6px;
|
|
3774
|
+
border: 1px solid rgba(255, 157, 54, 0.82);
|
|
3775
|
+
background: linear-gradient(135deg, transparent 48%, rgba(255, 157, 54, 0.42) 49% 56%, transparent 57%), rgba(255, 157, 54, 0.12);
|
|
3776
|
+
box-shadow: 0 0 14px rgba(255, 157, 54, 0.24);
|
|
3777
|
+
transform: rotate(45deg) skew(-8deg, -8deg);
|
|
3778
|
+
}
|
|
3779
|
+
|
|
3780
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="ai-skill"]::before,
|
|
3781
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="ai-usage-guide"]::before {
|
|
3782
|
+
inset: 7px;
|
|
3783
|
+
border: 1px solid rgba(54, 232, 255, 0.78);
|
|
3784
|
+
border-radius: 50%;
|
|
3785
|
+
background:
|
|
3786
|
+
linear-gradient(90deg, transparent 45%, var(--fc-accent) 46% 54%, transparent 55%),
|
|
3787
|
+
linear-gradient(180deg, transparent 45%, var(--fc-accent) 46% 54%, transparent 55%);
|
|
3788
|
+
box-shadow:
|
|
3789
|
+
0 0 14px rgba(54, 232, 255, 0.32),
|
|
3790
|
+
inset 0 0 10px rgba(54, 232, 255, 0.12);
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3793
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="ai-skill"]::after,
|
|
3794
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="ai-usage-guide"]::after {
|
|
3795
|
+
top: 2px;
|
|
3796
|
+
left: 50%;
|
|
3797
|
+
width: 6px;
|
|
3798
|
+
height: 6px;
|
|
3799
|
+
border-top: 1px solid var(--fc-warning);
|
|
3800
|
+
border-right: 1px solid var(--fc-warning);
|
|
3801
|
+
transform: translateX(-50%) rotate(-45deg);
|
|
3802
|
+
}
|
|
3803
|
+
|
|
3804
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="skill-download"]::before {
|
|
3805
|
+
top: 4px;
|
|
3806
|
+
left: 12px;
|
|
3807
|
+
width: 4px;
|
|
3808
|
+
height: 16px;
|
|
3809
|
+
background: linear-gradient(180deg, var(--fc-accent), var(--fc-warning));
|
|
3810
|
+
box-shadow: 0 0 12px rgba(54, 232, 255, 0.3);
|
|
3811
|
+
}
|
|
3812
|
+
|
|
3813
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="skill-download"]::after {
|
|
3814
|
+
right: 7px;
|
|
3815
|
+
bottom: 4px;
|
|
3816
|
+
left: 7px;
|
|
3817
|
+
height: 9px;
|
|
3818
|
+
border-right: 1px solid var(--fc-warning);
|
|
3819
|
+
border-bottom: 1px solid var(--fc-warning);
|
|
3820
|
+
border-left: 1px solid var(--fc-warning);
|
|
3821
|
+
clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
|
|
3822
|
+
}
|
|
3823
|
+
|
|
3824
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="share"]::before,
|
|
3825
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="open-gist"]::before,
|
|
3826
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="open-url"]::before {
|
|
3827
|
+
top: 7px;
|
|
3828
|
+
left: 4px;
|
|
3829
|
+
width: 12px;
|
|
3830
|
+
height: 8px;
|
|
3831
|
+
border: 1px solid var(--fc-accent);
|
|
3832
|
+
border-radius: 8px;
|
|
3833
|
+
box-shadow: 0 0 10px rgba(54, 232, 255, 0.28);
|
|
3834
|
+
transform: rotate(-35deg);
|
|
3835
|
+
}
|
|
3836
|
+
|
|
3837
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="share"]::after,
|
|
3838
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="open-gist"]::after,
|
|
3839
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="open-url"]::after {
|
|
3840
|
+
right: 4px;
|
|
3841
|
+
bottom: 7px;
|
|
3842
|
+
width: 12px;
|
|
3843
|
+
height: 8px;
|
|
3844
|
+
border: 1px solid var(--fc-accent);
|
|
3845
|
+
border-radius: 8px;
|
|
3846
|
+
box-shadow: 0 0 10px rgba(54, 232, 255, 0.28);
|
|
3847
|
+
transform: rotate(-35deg);
|
|
3848
|
+
}
|
|
3849
|
+
|
|
3850
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="fit-viewport"]::before {
|
|
3851
|
+
inset: 5px;
|
|
3852
|
+
border: 1px solid var(--fc-accent);
|
|
3853
|
+
clip-path: polygon(
|
|
3854
|
+
0 0,
|
|
3855
|
+
38% 0,
|
|
3856
|
+
38% 2px,
|
|
3857
|
+
2px 2px,
|
|
3858
|
+
2px 38%,
|
|
3859
|
+
0 38%,
|
|
3860
|
+
0 0,
|
|
3861
|
+
100% 0,
|
|
3862
|
+
100% 38%,
|
|
3863
|
+
calc(100% - 2px) 38%,
|
|
3864
|
+
calc(100% - 2px) 2px,
|
|
3865
|
+
62% 2px,
|
|
3866
|
+
62% 0,
|
|
3867
|
+
100% 0,
|
|
3868
|
+
100% 100%,
|
|
3869
|
+
62% 100%,
|
|
3870
|
+
62% calc(100% - 2px),
|
|
3871
|
+
calc(100% - 2px) calc(100% - 2px),
|
|
3872
|
+
calc(100% - 2px) 62%,
|
|
3873
|
+
100% 62%,
|
|
3874
|
+
100% 100%,
|
|
3875
|
+
0 100%,
|
|
3876
|
+
0 62%,
|
|
3877
|
+
2px 62%,
|
|
3878
|
+
2px calc(100% - 2px),
|
|
3879
|
+
38% calc(100% - 2px),
|
|
3880
|
+
38% 100%,
|
|
3881
|
+
0 100%
|
|
3882
|
+
);
|
|
3883
|
+
box-shadow: 0 0 12px rgba(54, 232, 255, 0.26);
|
|
3884
|
+
}
|
|
3885
|
+
|
|
3886
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="iso-view"]::before,
|
|
3887
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="theme"]::before {
|
|
3888
|
+
inset: 6px;
|
|
3889
|
+
border: 1px solid rgba(255, 157, 54, 0.82);
|
|
3890
|
+
background: linear-gradient(135deg, rgba(54, 232, 255, 0.18), rgba(255, 157, 54, 0.26));
|
|
3891
|
+
box-shadow: 0 0 14px rgba(255, 157, 54, 0.22);
|
|
3892
|
+
transform: rotate(45deg);
|
|
3893
|
+
}
|
|
3894
|
+
|
|
3895
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon^="theme-"]::before {
|
|
3896
|
+
inset: 6px;
|
|
3897
|
+
border: 1px solid var(--fc-accent);
|
|
3898
|
+
border-radius: 50%;
|
|
3899
|
+
background: conic-gradient(from 90deg, var(--fc-accent), var(--fc-warning), rgba(217, 251, 255, 0.9), var(--fc-accent));
|
|
3900
|
+
box-shadow: 0 0 12px rgba(54, 232, 255, 0.24);
|
|
3901
|
+
}
|
|
3902
|
+
|
|
3903
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="copy-file-path"]::before {
|
|
3904
|
+
inset: 6px 8px;
|
|
3905
|
+
border: 1px solid var(--fc-accent);
|
|
3906
|
+
border-radius: 3px;
|
|
3907
|
+
box-shadow: 0 0 10px rgba(54, 232, 255, 0.24);
|
|
3908
|
+
}
|
|
3909
|
+
|
|
3910
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="toggle-xyz-axes"]::before {
|
|
3911
|
+
color: var(--fc-accent);
|
|
3912
|
+
font-size: 11px;
|
|
3913
|
+
font-weight: 800;
|
|
3914
|
+
content: "XYZ";
|
|
3915
|
+
text-shadow: 0 0 10px rgba(54, 232, 255, 0.34);
|
|
3916
|
+
}
|
|
3917
|
+
|
|
3918
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="toggle-performance-info"]::before {
|
|
3919
|
+
inset: 6px;
|
|
3920
|
+
border: 2px dotted var(--fc-accent);
|
|
3921
|
+
border-radius: 50%;
|
|
3922
|
+
box-shadow: 0 0 12px rgba(54, 232, 255, 0.22);
|
|
3923
|
+
}
|
|
3924
|
+
|
|
3925
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="open-joints"]::before {
|
|
3926
|
+
top: 5px;
|
|
3927
|
+
left: 5px;
|
|
3928
|
+
width: 8px;
|
|
3929
|
+
height: 8px;
|
|
3930
|
+
border: 1px solid var(--fc-accent);
|
|
3931
|
+
border-radius: 50%;
|
|
3932
|
+
box-shadow:
|
|
3933
|
+
12px 12px 0 -1px rgba(1, 8, 12, 0.92),
|
|
3934
|
+
12px 12px 0 0 var(--fc-accent),
|
|
3935
|
+
0 0 12px rgba(54, 232, 255, 0.24);
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="open-joints"]::after {
|
|
3939
|
+
top: 13px;
|
|
3940
|
+
left: 12px;
|
|
3941
|
+
width: 14px;
|
|
3942
|
+
height: 1px;
|
|
3943
|
+
background: var(--fc-accent);
|
|
3944
|
+
transform: rotate(45deg);
|
|
3945
|
+
}
|
|
3946
|
+
|
|
3947
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="show-all-objects"]::before {
|
|
3948
|
+
top: 8px;
|
|
3949
|
+
left: 4px;
|
|
3950
|
+
width: 20px;
|
|
3951
|
+
height: 12px;
|
|
3952
|
+
border: 1px solid var(--fc-accent);
|
|
3953
|
+
border-radius: 50%;
|
|
3954
|
+
box-shadow: 0 0 12px rgba(54, 232, 255, 0.22);
|
|
3955
|
+
}
|
|
3956
|
+
|
|
3957
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="show-all-objects"]::after {
|
|
3958
|
+
inset: 11px;
|
|
3959
|
+
border-radius: 50%;
|
|
3960
|
+
background: var(--fc-accent);
|
|
3961
|
+
box-shadow: 0 0 8px rgba(54, 232, 255, 0.48);
|
|
3962
|
+
}
|
|
3963
|
+
|
|
3964
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="logout"]::before {
|
|
3965
|
+
inset: 5px 8px;
|
|
3966
|
+
border: 1px solid var(--fc-warning);
|
|
3967
|
+
background: rgba(255, 157, 54, 0.1);
|
|
3968
|
+
}
|
|
3969
|
+
|
|
3970
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon="logout"]::after {
|
|
3971
|
+
top: 13px;
|
|
3972
|
+
right: 3px;
|
|
3973
|
+
width: 12px;
|
|
3974
|
+
height: 1px;
|
|
3975
|
+
background: var(--fc-warning);
|
|
3976
|
+
box-shadow: 0 0 10px rgba(255, 157, 54, 0.32);
|
|
3977
|
+
}
|
|
3978
|
+
|
|
3979
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon^="hide-tag"]::before,
|
|
3980
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon^="show-only-tag"]::before,
|
|
3981
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon^="focus-tag"]::before,
|
|
3982
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon[data-command-icon$="-objects-by-tag"]::before {
|
|
3983
|
+
color: var(--fc-warning);
|
|
3984
|
+
font-size: 16px;
|
|
3985
|
+
font-weight: 800;
|
|
3986
|
+
content: "#";
|
|
3987
|
+
text-shadow: 0 0 10px rgba(255, 157, 54, 0.3);
|
|
3988
|
+
}
|
|
3989
|
+
|
|
3990
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item-icon::before {
|
|
3991
|
+
inset: 8px;
|
|
3992
|
+
border: 1px solid rgba(54, 232, 255, 0.66);
|
|
3993
|
+
background: rgba(54, 232, 255, 0.08);
|
|
3994
|
+
box-shadow: 0 0 10px rgba(54, 232, 255, 0.18);
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3997
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-overlay,
|
|
3998
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-filepicker-overlay,
|
|
3999
|
+
:root[data-fc-hud-theme="shield"] .fc-m-code-drawer-backdrop,
|
|
4000
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-backdrop,
|
|
4001
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-backdrop,
|
|
4002
|
+
:root[data-fc-hud-theme="shield"] .fc-m-choice-overlay,
|
|
4003
|
+
:root[data-fc-hud-theme="shield"] .fc-m-action-sheet-overlay,
|
|
4004
|
+
:root[data-fc-hud-theme="shield"] .fc-m-error-overlay,
|
|
4005
|
+
:root[data-fc-hud-theme="shield"] .fc-m-type-overlay,
|
|
4006
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-objinfo-overlay,
|
|
4007
|
+
:root[data-fc-hud-theme="shield"] .fc-m-scrub-backdrop {
|
|
4008
|
+
background: repeating-linear-gradient(180deg, rgba(217, 251, 255, 0.025) 0 1px, transparent 1px 5px), rgba(0, 9, 13, 0.7);
|
|
4009
|
+
}
|
|
4010
|
+
|
|
4011
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-header,
|
|
4012
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-filepicker-header,
|
|
4013
|
+
:root[data-fc-hud-theme="shield"] .fc-m-code-drawer-titlebar,
|
|
4014
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-titlebar,
|
|
4015
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-header,
|
|
4016
|
+
:root[data-fc-hud-theme="shield"] .fc-m-choice-header,
|
|
4017
|
+
:root[data-fc-hud-theme="shield"] .fc-m-action-sheet-title,
|
|
4018
|
+
:root[data-fc-hud-theme="shield"] .fc-m-error-titlebar {
|
|
4019
|
+
border-color: rgba(54, 232, 255, 0.2);
|
|
4020
|
+
background: linear-gradient(90deg, rgba(54, 232, 255, 0.08), transparent);
|
|
4021
|
+
}
|
|
4022
|
+
|
|
4023
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-search,
|
|
4024
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-search,
|
|
4025
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-number-input,
|
|
4026
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-select,
|
|
4027
|
+
:root[data-fc-hud-theme="shield"] .fc-m-share-url,
|
|
4028
|
+
:root[data-fc-hud-theme="shield"] .fc-m-filepicker-new-input,
|
|
4029
|
+
:root[data-fc-hud-theme="shield"] .fc-m-type-input {
|
|
4030
|
+
border-color: rgba(54, 232, 255, 0.28);
|
|
4031
|
+
background: rgba(1, 8, 12, 0.74);
|
|
4032
|
+
color: var(--fc-text);
|
|
4033
|
+
box-shadow: inset 0 1px 0 rgba(217, 251, 255, 0.035);
|
|
4034
|
+
}
|
|
4035
|
+
|
|
4036
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item,
|
|
4037
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-filepicker-item,
|
|
4038
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-row,
|
|
4039
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-row,
|
|
4040
|
+
:root[data-fc-hud-theme="shield"] .fc-m-action-sheet-btn {
|
|
4041
|
+
border-bottom-color: rgba(54, 232, 255, 0.06);
|
|
4042
|
+
}
|
|
4043
|
+
|
|
4044
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-cmdpal-item:active,
|
|
4045
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-filepicker-item:active,
|
|
4046
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-row:active,
|
|
4047
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-row--selected,
|
|
4048
|
+
:root[data-fc-hud-theme="shield"] .fc-m-action-sheet-btn:active,
|
|
4049
|
+
:root[data-fc-hud-theme="shield"] .fc-m-share-card:active {
|
|
4050
|
+
background: linear-gradient(90deg, rgba(54, 232, 255, 0.18), rgba(54, 232, 255, 0.06));
|
|
4051
|
+
}
|
|
4052
|
+
|
|
4053
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-group-header {
|
|
4054
|
+
letter-spacing: 0;
|
|
4055
|
+
}
|
|
4056
|
+
|
|
4057
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-states,
|
|
4058
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-slider-wrap,
|
|
4059
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-scrub,
|
|
4060
|
+
:root[data-fc-hud-theme="shield"] .fc-m-error-ctx,
|
|
4061
|
+
:root[data-fc-hud-theme="shield"] .fc-mobile-joints-section {
|
|
4062
|
+
border-color: rgba(54, 232, 255, 0.22);
|
|
4063
|
+
background: linear-gradient(135deg, rgba(54, 232, 255, 0.07), rgba(1, 8, 12, 0.68));
|
|
4064
|
+
}
|
|
4065
|
+
|
|
4066
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-slider,
|
|
4067
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-scrub-slider {
|
|
4068
|
+
background: linear-gradient(90deg, var(--fc-accent), rgba(255, 157, 54, 0.75));
|
|
4069
|
+
}
|
|
4070
|
+
|
|
4071
|
+
:root[data-fc-hud-theme="shield"] .fc-m-explorer-slider::-webkit-slider-thumb,
|
|
4072
|
+
:root[data-fc-hud-theme="shield"] .fc-m-listsheet-scrub-slider::-webkit-slider-thumb {
|
|
4073
|
+
border-color: rgba(1, 8, 12, 0.92);
|
|
4074
|
+
background: var(--fc-warning);
|
|
4075
|
+
box-shadow:
|
|
4076
|
+
0 0 16px rgba(255, 157, 54, 0.45),
|
|
4077
|
+
0 0 28px rgba(54, 232, 255, 0.18);
|
|
4078
|
+
}
|
|
4079
|
+
|
|
4080
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-keyword {
|
|
4081
|
+
color: #008aa6;
|
|
4082
|
+
}
|
|
4083
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-string {
|
|
4084
|
+
color: #1f7a5e;
|
|
4085
|
+
}
|
|
4086
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-number {
|
|
4087
|
+
color: #c06b16;
|
|
4088
|
+
}
|
|
4089
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-comment {
|
|
4090
|
+
color: #687a80;
|
|
4091
|
+
font-style: italic;
|
|
4092
|
+
}
|
|
4093
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-function,
|
|
4094
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-title {
|
|
4095
|
+
color: #c06b16;
|
|
4096
|
+
}
|
|
4097
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-params,
|
|
4098
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-built_in,
|
|
4099
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-literal,
|
|
4100
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-attr,
|
|
4101
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-property,
|
|
4102
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-variable {
|
|
4103
|
+
color: #126f80;
|
|
4104
|
+
}
|
|
4105
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-regexp {
|
|
4106
|
+
color: #d9384f;
|
|
4107
|
+
}
|
|
4108
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-operator,
|
|
4109
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-editor-highlight .hljs-punctuation {
|
|
4110
|
+
color: #071518;
|
|
4111
|
+
}
|
|
4112
|
+
|
|
4113
|
+
:root[data-fc-theme="shield-light"] .fc-m-cmdbar,
|
|
4114
|
+
:root[data-fc-theme="shield-light"] .fc-m-param-chip,
|
|
4115
|
+
:root[data-fc-theme="shield-light"] .fc-m-params-pill,
|
|
4116
|
+
:root[data-fc-theme="shield-light"] .fc-m-status-pill,
|
|
4117
|
+
:root[data-fc-theme="shield-light"] .fc-m-code-drawer,
|
|
4118
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-drawer,
|
|
4119
|
+
:root[data-fc-theme="shield-light"] .fc-m-listsheet,
|
|
4120
|
+
:root[data-fc-theme="shield-light"] .fc-m-choice-sheet,
|
|
4121
|
+
:root[data-fc-theme="shield-light"] .fc-m-action-sheet,
|
|
4122
|
+
:root[data-fc-theme="shield-light"] .fc-m-error-sheet,
|
|
4123
|
+
:root[data-fc-theme="shield-light"] .fc-m-type-card,
|
|
4124
|
+
:root[data-fc-theme="shield-light"] .fc-m-scrub-zone,
|
|
4125
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-objinfo-sheet,
|
|
4126
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-cmdpal-sheet,
|
|
4127
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-filepicker-sheet,
|
|
4128
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-export-sheet {
|
|
4129
|
+
border-color: rgba(0, 138, 166, 0.34);
|
|
4130
|
+
background:
|
|
4131
|
+
linear-gradient(180deg, rgba(0, 138, 166, 0.12), rgba(219, 227, 224, 0.72)), color-mix(in srgb, var(--fc-bgPanel) 88%, transparent);
|
|
4132
|
+
box-shadow:
|
|
4133
|
+
0 0 30px rgba(0, 138, 166, 0.12),
|
|
4134
|
+
inset 0 1px 0 rgba(255, 255, 255, 0.72);
|
|
4135
|
+
}
|
|
4136
|
+
|
|
4137
|
+
:root[data-fc-theme="shield-light"] .fc-m-cmdbar-search-btn,
|
|
4138
|
+
:root[data-fc-theme="shield-light"] .fc-m-cmdbar-code-btn,
|
|
4139
|
+
:root[data-fc-theme="shield-light"] .fc-m-code-drawer-btn,
|
|
4140
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-btn,
|
|
4141
|
+
:root[data-fc-theme="shield-light"] .fc-m-listsheet-btn,
|
|
4142
|
+
:root[data-fc-theme="shield-light"] .fc-m-listsheet-choice-btn,
|
|
4143
|
+
:root[data-fc-theme="shield-light"] .fc-m-choice-done,
|
|
4144
|
+
:root[data-fc-theme="shield-light"] .fc-m-action-sheet-btn,
|
|
4145
|
+
:root[data-fc-theme="shield-light"] .fc-m-error-goto-btn,
|
|
4146
|
+
:root[data-fc-theme="shield-light"] .fc-m-scrub-step-btn,
|
|
4147
|
+
:root[data-fc-theme="shield-light"] .fc-m-scrub-type-btn,
|
|
4148
|
+
:root[data-fc-theme="shield-light"] .fc-m-scrub-done-btn,
|
|
4149
|
+
:root[data-fc-theme="shield-light"] .fc-m-type-cancel,
|
|
4150
|
+
:root[data-fc-theme="shield-light"] .fc-m-type-set,
|
|
4151
|
+
:root[data-fc-theme="shield-light"] .fc-m-share-card,
|
|
4152
|
+
:root[data-fc-theme="shield-light"] .fc-m-share-btn,
|
|
4153
|
+
:root[data-fc-theme="shield-light"] .fc-m-filepicker-new-btn,
|
|
4154
|
+
:root[data-fc-theme="shield-light"] .fc-m-filepicker-new-confirm,
|
|
4155
|
+
:root[data-fc-theme="shield-light"] .fc-m-filepicker-cancel-btn,
|
|
4156
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-objinfo-btn,
|
|
4157
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-export-item {
|
|
4158
|
+
border-color: rgba(0, 138, 166, 0.26);
|
|
4159
|
+
background: rgba(255, 255, 255, 0.64);
|
|
4160
|
+
color: var(--fc-textMuted);
|
|
4161
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
|
|
4162
|
+
}
|
|
4163
|
+
|
|
4164
|
+
:root[data-fc-theme="shield-light"] .fc-m-cmdbar-code-btn--active,
|
|
4165
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-btn--primary,
|
|
4166
|
+
:root[data-fc-theme="shield-light"] .fc-m-listsheet-btn--add,
|
|
4167
|
+
:root[data-fc-theme="shield-light"] .fc-m-listsheet-btn--done,
|
|
4168
|
+
:root[data-fc-theme="shield-light"] .fc-m-share-btn--primary,
|
|
4169
|
+
:root[data-fc-theme="shield-light"] .fc-m-type-set,
|
|
4170
|
+
:root[data-fc-theme="shield-light"] .fc-m-scrub-done-btn,
|
|
4171
|
+
:root[data-fc-theme="shield-light"] .fc-m-param-chip--active {
|
|
4172
|
+
border-color: rgba(0, 138, 166, 0.62);
|
|
4173
|
+
background: linear-gradient(180deg, rgba(0, 138, 166, 0.22), rgba(0, 138, 166, 0.09));
|
|
4174
|
+
color: var(--fc-text);
|
|
4175
|
+
box-shadow:
|
|
4176
|
+
inset 0 -2px 0 var(--fc-accent),
|
|
4177
|
+
0 0 20px rgba(0, 138, 166, 0.18);
|
|
4178
|
+
}
|
|
4179
|
+
|
|
4180
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-cmdpal-overlay,
|
|
4181
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-filepicker-overlay,
|
|
4182
|
+
:root[data-fc-theme="shield-light"] .fc-m-code-drawer-backdrop,
|
|
4183
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-backdrop,
|
|
4184
|
+
:root[data-fc-theme="shield-light"] .fc-m-listsheet-backdrop,
|
|
4185
|
+
:root[data-fc-theme="shield-light"] .fc-m-choice-overlay,
|
|
4186
|
+
:root[data-fc-theme="shield-light"] .fc-m-action-sheet-overlay,
|
|
4187
|
+
:root[data-fc-theme="shield-light"] .fc-m-error-overlay,
|
|
4188
|
+
:root[data-fc-theme="shield-light"] .fc-m-type-overlay,
|
|
4189
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-objinfo-overlay,
|
|
4190
|
+
:root[data-fc-theme="shield-light"] .fc-m-scrub-backdrop {
|
|
4191
|
+
background: repeating-linear-gradient(180deg, rgba(0, 138, 166, 0.035) 0 1px, transparent 1px 5px), rgba(178, 190, 188, 0.72);
|
|
4192
|
+
}
|
|
4193
|
+
|
|
4194
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-cmdpal-search,
|
|
4195
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-search,
|
|
4196
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-number-input,
|
|
4197
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-select,
|
|
4198
|
+
:root[data-fc-theme="shield-light"] .fc-m-share-url,
|
|
4199
|
+
:root[data-fc-theme="shield-light"] .fc-m-filepicker-new-input,
|
|
4200
|
+
:root[data-fc-theme="shield-light"] .fc-m-type-input {
|
|
4201
|
+
border-color: rgba(0, 138, 166, 0.32);
|
|
4202
|
+
background: rgba(255, 255, 255, 0.72);
|
|
4203
|
+
color: var(--fc-text);
|
|
4204
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
|
|
4205
|
+
}
|
|
4206
|
+
|
|
4207
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-cmdpal-item:active,
|
|
4208
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-filepicker-item:active,
|
|
4209
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-row:active,
|
|
4210
|
+
:root[data-fc-theme="shield-light"] .fc-m-listsheet-row--selected,
|
|
4211
|
+
:root[data-fc-theme="shield-light"] .fc-m-action-sheet-btn:active,
|
|
4212
|
+
:root[data-fc-theme="shield-light"] .fc-m-share-card:active {
|
|
4213
|
+
background: linear-gradient(90deg, rgba(0, 138, 166, 0.18), rgba(0, 138, 166, 0.06));
|
|
4214
|
+
}
|
|
4215
|
+
|
|
4216
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-states,
|
|
4217
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-slider-wrap,
|
|
4218
|
+
:root[data-fc-theme="shield-light"] .fc-m-listsheet-scrub,
|
|
4219
|
+
:root[data-fc-theme="shield-light"] .fc-m-error-ctx,
|
|
4220
|
+
:root[data-fc-theme="shield-light"] .fc-mobile-joints-section {
|
|
4221
|
+
border-color: rgba(0, 138, 166, 0.24);
|
|
4222
|
+
background: linear-gradient(135deg, rgba(0, 138, 166, 0.1), rgba(255, 255, 255, 0.7));
|
|
4223
|
+
}
|
|
4224
|
+
|
|
4225
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-slider,
|
|
4226
|
+
:root[data-fc-theme="shield-light"] .fc-m-listsheet-scrub-slider {
|
|
4227
|
+
background: linear-gradient(90deg, var(--fc-accent), rgba(192, 107, 22, 0.75));
|
|
4228
|
+
}
|
|
4229
|
+
|
|
4230
|
+
:root[data-fc-theme="shield-light"] .fc-m-explorer-slider::-webkit-slider-thumb,
|
|
4231
|
+
:root[data-fc-theme="shield-light"] .fc-m-listsheet-scrub-slider::-webkit-slider-thumb {
|
|
4232
|
+
border-color: rgba(255, 255, 255, 0.92);
|
|
4233
|
+
}
|