:root{color:#f4f4f5;background:#101114;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}#app{grid-template-columns:390px 1fr;display:grid}.panel{background:#17191e;border-right:1px solid #2b2e35;padding:20px;overflow:auto}.title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.title h1{margin:0;font-size:25px}.title span{color:#9da3ae;margin-top:4px;font-size:12px;display:block}.modelBadge{white-space:nowrap;border-radius:999px;padding:5px 8px;color:#cfe3ff!important;background:#29303a!important}section{margin-top:20px;padding-top:2px}h2{color:#cdd1d8;text-transform:uppercase;letter-spacing:.12em;margin:0 0 11px;font-size:11px}label{color:#d8dae0;justify-content:space-between;align-items:center;gap:10px;margin-top:11px;font-size:13px;display:flex}output{font-variant-numeric:tabular-nums;color:#fff}input[type=range]{accent-color:#8ab4ff;width:100%;margin:7px 0 2px}input[type=color]{background:#24272d;border:1px solid #3a3e47;border-radius:8px;width:72px;height:34px;padding:3px}.rangeScale{color:#737b88;grid-auto-columns:1fr;grid-auto-flow:column;gap:0;margin:1px 0 6px;font-size:9px;line-height:1;display:grid}.rangeScale span{text-align:center;white-space:nowrap;position:relative}.rangeScale span:before{content:"";background:#47505d;width:1px;height:5px;position:absolute;top:-7px;left:50%;transform:translate(-50%)}.rangeScale.centered span.centerMark{color:#d7dde8;font-weight:700}.rangeScale.centered span.centerMark:before{background:#8ab4ff;height:7px}.segmented{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.viewBtn{padding:9px 5px;font-size:12px}.viewBtn.active{color:#111318;background:#f2f2f2}.viewBtn:not(.active){color:#d8dbe1;background:#292c33;border:1px solid #383c45}.toggleLabel input{width:auto}.hint{color:#8f96a2;margin:8px 0 0;font-size:11px;line-height:1.4}.spec{color:#aeb4be;background:#202329;border-radius:9px;grid-template-columns:1fr auto;gap:5px 14px;margin-top:12px;padding:10px;font-size:11px;display:grid}.spec strong{color:#e6e8ec}.buttons{gap:8px;padding-bottom:20px;display:grid}button{color:#111318;cursor:pointer;background:#f2f2f2;border:0;border-radius:9px;padding:11px 13px;font-weight:750}button.secondary{color:#e7e8eb;background:#2b2e35;border:1px solid #3b3f48}.resetBtn{color:#fff;background:#353944;border:1px solid #555b68}.presetGrid{grid-template-columns:1fr 1fr;gap:7px;display:grid}.presetBtn{padding:9px;font-size:11px}#viewer{background:#d9dde3;width:100%;height:100%;position:relative}#viewer canvas{width:100%;height:100%;display:block}.viewerBadge,.axisBadge,.loading{z-index:2;color:#fff;background:#00000059;border-radius:8px;padding:8px 10px;font-size:11px;position:absolute}.viewerBadge{top:16px;right:16px}.axisBadge{bottom:16px;left:16px}.loading{top:50%;left:50%;transform:translate(-50%,-50%)}.fdmStatus{border-radius:9px;flex-direction:column;gap:4px;margin-top:11px;padding:11px 12px;font-size:11px;display:flex}.fdmStatus strong{font-size:12px}.fdmStatus.ok{color:#b9f2c8;background:#173522;border:1px solid #285b38}.fdmStatus.warn{color:#ffe2a1;background:#443514;border:1px solid #6d5520}.fdmStatus.bad{color:#ffc0c4;background:#471d20;border:1px solid #763139}.fdmInvalidLabel{color:#ff6b6f!important}.fdmInvalidOutput{background:#ff465014;border-radius:5px;padding:1px 4px;font-weight:800;color:#ff6b6f!important}input[type=range].fdmInvalidRange{accent-color:#e34b52}.fdmFieldReason{color:#ff8a8f;margin:2px 0 5px;font-size:10px;line-height:1.3;display:block}#viewer.draggingHandle{cursor:ew-resize}#viewer.draggingHeight{cursor:ns-resize}@media (width<=900px){html,body,#app{height:auto;overflow:auto}#app{grid-template-columns:1fr}#viewer{height:70vh}}.projectSection{background:#1c1f25;border:1px solid #303540;border-radius:12px;margin-top:14px;padding:13px}.projectIdentity{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.projectIdentity strong{color:#fff;font-size:15px;display:block}.projectIdentity div span{color:#8f96a2;margin-top:3px;font-size:10px;line-height:1.35;display:block}.versionBadge{text-align:center;color:#b9d5ff;background:#24354c;border-radius:999px;min-width:50px;padding:5px 8px;font-size:11px;font-weight:800}.projectGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.projectGrid label{display:block}.projectGrid label span{color:#aeb4be;margin-bottom:5px;font-size:10px;display:block}select,input[type=text]{color:#f4f4f5;width:100%;font:inherit;background:#24272d;border:1px solid #3a3e47;border-radius:7px;outline:none;padding:8px 9px;font-size:12px}select:focus,input[type=text]:focus{border-color:#6f9de6;box-shadow:0 0 0 2px #6f9de61f}.projectActions{grid-template-columns:.8fr 1.4fr;gap:7px;margin-top:10px;display:grid}.projectStateText.dirty{color:#ffd58a}.projectStateText.saved{color:#aee6bc}.projectStateText.error{color:#ff9aa0}.projectOverlay{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#07090cb8;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.projectOverlay.open{display:flex}.projectModal{background:#17191e;border:1px solid #353a45;border-radius:16px;width:min(820px,96vw);max-height:90vh;padding:20px;overflow:auto;box-shadow:0 24px 80px #00000073}.projectModalHeader{border-bottom:1px solid #2c3038;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:14px;display:flex}.projectModalHeader h1{margin:0;font-size:24px}.projectModalHeader p{color:#8f96a2;margin:4px 0 0;font-size:12px}.iconButton{width:38px;height:38px;padding:0;font-size:22px}.newProjectBox{background:#202329;border-radius:12px;margin-top:18px;padding:14px}.newProjectFields{grid-template-columns:1.1fr 1.4fr auto;align-items:center;gap:8px;display:grid}.newProjectBox h2,.projectListHeader h2{color:#cdd1d8;text-transform:uppercase;letter-spacing:.12em;margin:0 0 10px;font-size:11px}.newProjectBox>.secondary{margin-top:9px}.projectListHeader{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.projectListHeader h2{margin:0}.projectListHeader button{padding:7px 10px;font-size:11px}.projectList{gap:8px;margin-top:9px;display:grid}.projectCard{background:#1d2026;border:1px solid #30343d;border-radius:11px;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:13px;display:grid}.projectCard:hover{border-color:#445065}.projectCardTitle{align-items:center;gap:8px;display:flex}.projectCardTitle strong{font-size:14px}.projectCardMeta{color:#8f96a2;margin-top:4px;font-size:10px;line-height:1.4}.projectCardActions{gap:6px;display:flex}.projectCardActions button{padding:8px 10px;font-size:11px}.projectStatusPill{color:#cbd6e6;background:#2b3340;border-radius:999px;padding:2px 6px;font-size:9px;display:inline-block}.emptyProjects{text-align:center;color:#8f96a2;border:1px dashed #343944;border-radius:11px;padding:26px;font-size:12px}@media (width<=700px){.newProjectFields,.projectGrid,.projectActions,.projectCard{grid-template-columns:1fr}.projectCardActions{justify-content:flex-start}}.sectionTitleRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.sectionTitleRow h2{margin-bottom:0}.authUserBar{color:#9da3ae;align-items:center;gap:5px;font-size:10px;display:flex}.miniButton{border-radius:6px;padding:5px 7px;font-size:9px}.authOverlay{z-index:100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#090a0de0;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.authOverlay.open{display:flex}.authCard{background:#17191e;border:1px solid #333741;border-radius:16px;width:min(430px,100%);padding:28px;box-shadow:0 25px 80px #00000080}.authCard.compact{width:min(460px,100%)}.authBrand h1{color:#fff;margin:0;font-size:26px}.authBrand p{color:#969da8;margin:6px 0 20px;font-size:12px}.authForm{gap:13px;display:grid}.authForm label{align-items:stretch;gap:7px;margin:0;display:grid}.authForm input{color:#f6f7f8;background:#22252b;border:1px solid #3a3f49;border-radius:9px;outline:none;width:100%;padding:11px 12px}.authForm input:focus{border-color:#8ab4ff;box-shadow:0 0 0 3px #8ab4ff1f}.authError{color:#ff8a8f;min-height:17px;margin:0;font-size:11px}.authHint{color:#737b86;margin:16px 0 0;font-size:10px;line-height:1.45}.authButtons{grid-template-columns:1fr 1fr;gap:8px;display:grid}.projectOverlay{z-index:50}.hidden{display:none!important}.twistModeSelector{margin-bottom:8px}.twistHint strong{color:#ffad72}.advancedWarning{color:#d8b69b;background:#2a2420;border-radius:7px;padding:8px 9px}.bellyRange{accent-color:#ff8a3d}#viewer.hoverDiameter{cursor:ew-resize}#viewer.hoverTwist{cursor:grab}#viewer.hoverHeight{cursor:ns-resize}#viewer.draggingTwist{cursor:grabbing}.handleTooltip{z-index:8;color:#fff;pointer-events:none;background:#14161be0;border-radius:8px;min-width:94px;padding:6px 8px;font-size:11px;line-height:1.2;display:none;position:absolute;transform:translate(12px,-50%);box-shadow:0 3px 12px #0003}.handleTooltip.visible{gap:2px;display:grid}.handleTooltip span{color:#cfd7e4;font-variant-numeric:tabular-nums}.precisionPanel{z-index:9;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#14161be0;border-radius:10px;align-items:center;gap:7px;padding:7px 9px;display:none;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0000003d}.precisionPanel.visible{display:flex}.precisionPanel>span{color:#cbd1dc;max-width:150px;font-size:11px}.precisionPanel strong{text-align:center;font-variant-numeric:tabular-nums;min-width:70px;font-size:12px}.precisionPanel button{background:#343842;border:1px solid #4a505c;width:auto;min-width:58px;margin:0;padding:6px 8px;font-size:10px}.advancedTwistFields{gap:0;display:grid}.twistAdvancedMirror{width:100%}.twistModeSelector{grid-template-columns:repeat(2,1fr)}.twistModeBtn{padding:9px 5px;font-size:12px}.twistModeBtn.active{color:#111318;background:#f2f2f2}.twistModeBtn:not(.active){color:#d8dbe1;background:#292c33;border:1px solid #383c45}.twistVisualCallout{background:linear-gradient(135deg,#2a211d,#202227);border:1px solid #40342d;border-radius:10px;gap:4px;margin:12px 0 10px;padding:10px 11px;display:grid}.twistVisualCallout strong{color:#ffd2ae;font-size:12px}.twistVisualCallout span{color:#aeb2ba;font-size:10px;line-height:1.4}.twistVisualCallout b{color:#fff}.bellyLegend b{color:#ffad72}.editorModeSwitch{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#14161bb8;border-radius:12px;gap:4px;padding:4px;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%);box-shadow:0 6px 22px #00000029}.editModeBtn{color:#d4d8df;letter-spacing:.02em;background:0 0;border-radius:9px;padding:8px 15px;font-size:11px}.editModeBtn.active{color:#17191e;background:#fff;box-shadow:0 2px 9px #0000002e}.bellyPalette{z-index:11;color:#f6f6f7;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);opacity:0;pointer-events:none;background:#16181de8;border:1px solid #ffffff1c;border-radius:14px;width:min(326px,100% - 32px);padding:12px;transition:opacity .16s,transform .16s;position:absolute;bottom:16px;right:16px;transform:translateY(12px)scale(.985);box-shadow:0 16px 40px #0000003d}.bellyPalette.open{opacity:1;pointer-events:auto;transform:none}.bellyPaletteHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.bellyPaletteHeader>div{gap:2px;display:grid}.bellyPaletteHeader strong{font-size:13px}.paletteEyebrow{letter-spacing:.18em;color:#ffad72;font-size:8px;font-weight:800}.twistModeBadge{color:#ffc08d;background:#35281f;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:800}.bellyValueRow{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:9px;display:grid}.bellyValueChip{color:#fff;text-align:left;background:#292c32;border:1px solid #3b4049;border-radius:9px;gap:2px;padding:7px 8px;display:grid;position:relative;overflow:hidden}.bellyValueChip:before{content:"";height:2px;width:calc(var(--belly-strength,0)*100%);background:#ff8a3d;position:absolute;bottom:0;left:0}.bellyValueChip:hover{background:#302a26;border-color:#cc7542}.bellyValueChip span{text-transform:uppercase;letter-spacing:.07em;color:#969da8;font-size:8px}.bellyValueChip strong{font-variant-numeric:tabular-nums;font-size:11px}.bellyPresets{grid-template-columns:repeat(4,1fr);gap:5px;margin-top:8px;display:grid}.bellyPresetBtn{color:#dfe2e7;background:#292c32;border:1px solid #373b43;justify-items:center;gap:4px;padding:7px 4px;font-size:8px;font-weight:650;display:grid}.bellyPresetBtn:hover{background:#302a26;border-color:#d27942}.bellyPresetIcon{width:30px;height:16px;display:block;position:relative}.bellyPresetIcon:before,.bellyPresetIcon:after{content:"";background:#ff9454;border-radius:999px;position:absolute}.bellyPresetIcon:before{height:2px;top:7px;left:2px;right:2px}.bellyPresetIcon:after{width:7px;height:7px;top:4px;box-shadow:11px 0 #ff945459,22px 0 #ff945459}.bellyPresetIcon.lower:after{width:10px;height:10px;top:2px;box-shadow:11px 1px #ff945447,22px 2px #ff94542e}.bellyPresetIcon.center:after{width:6px;height:6px;top:5px;box-shadow:11px -3px 0 3px #ff9454,22px 0 #ff945459}.bellyPresetIcon.upper:after{width:6px;height:6px;top:5px;box-shadow:11px -1px #ff945459,22px -3px 0 3px #ff9454}.bellyPaletteHint{color:#989faa;margin:8px 1px 0;font-size:9px;line-height:1.4}.bellyPaletteHint b{color:#d9dde3}.axisBadge{transition:opacity .15s}.bellyPalette.open~.axisBadge{opacity:.88}@media (width<=900px){.editorModeSwitch{top:12px}.bellyPalette{width:auto;bottom:12px;left:12px;right:12px}.axisBadge{display:none}}.constraintTag{color:#9fcaff;vertical-align:1px;background:#263c51;border-radius:999px;margin-left:4px;padding:1px 5px;font-size:8px;font-weight:800;display:inline-block}.constraintHint{color:#82a9d6;margin-top:3px}.sculptureStyleSelector .twistModeBtn{align-content:center;gap:1px;min-height:42px;display:grid}.sculptureStyleSelector .twistModeBtn b{font-size:11px}.sculptureStyleSelector .twistModeBtn small{opacity:.68;font-size:8px;font-weight:500}.sculptureStyleSelector .twistModeBtn.active small{opacity:.92}.torsionCallout{border-left:3px solid #ff8a3d}html,body{height:100%;overflow:hidden}body{background:#101114;flex-direction:column;display:flex}.appShellBar{z-index:40;background:#121419;border-bottom:1px solid #2b2e35;flex:0 0 58px;grid-template-columns:auto auto 1fr;align-items:center;gap:18px;height:58px;padding:8px 16px;display:grid}.shellBrand{gap:1px;min-width:170px;display:grid}.shellBrand strong{color:#fff;font-size:15px}.shellBrand span{color:#7f8793;text-transform:uppercase;letter-spacing:.09em;font-size:9px}.shellNav{gap:5px;display:flex}.shellNavBtn{color:#aeb5c0;background:0 0;border:1px solid #0000;padding:8px 11px;font-size:11px}.shellNavBtn:hover{color:#fff;background:#20242b}.shellNavBtn.active{color:#111318;background:#f2f2f2}.shellContext{justify-self:end;align-items:center;gap:8px;min-width:0;display:flex}.shellContext span{color:#aab2be;white-space:nowrap;text-overflow:ellipsis;background:#20242b;border-radius:999px;max-width:230px;padding:5px 8px;font-size:9px;overflow:hidden}.shellContext span:first-child{color:#cce0ff;background:#1d2a3a}#app{height:calc(100% - 58px);min-height:0}.candidatePill{color:#ffd18a;text-transform:uppercase;letter-spacing:.08em;background:#3a2e1d;border-radius:999px;padding:3px 7px;font-size:8px;font-weight:800}.compositionCard{background:linear-gradient(135deg,#1b2734,#202329);border:1px solid #314052;border-radius:10px;gap:4px;margin:10px 0;padding:11px;display:grid}.compositionCard strong{color:#d7e7ff;font-size:13px}.compositionCard span{color:#9ba8b8;font-size:10px;line-height:1.4}.compositionSection select{max-width:170px}.strataCallout{background:linear-gradient(135deg,#2b251d,#202227);border-left:3px solid #d7a85e}.strataPresetGrid{margin-top:11px}.architectureBanner{background:#1c2632;border:1px solid #334256;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;margin:16px 0;padding:12px 14px;display:flex}.architectureBanner strong{color:#cfe3ff}.architectureBanner span{color:#909baa;text-align:right;font-size:10px}.modelModal{width:min(1080px,96vw)}.modelStarterGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.modelStarterCard{background:#1d2026;border:1px solid #303640;border-radius:14px;grid-template-rows:1fr auto;grid-template-columns:150px 1fr;gap:12px;padding:12px;display:grid;overflow:hidden}.modelStarterCard img,.modelArt{object-fit:cover;background:#d9dde3;border-radius:10px;grid-row:1/3;width:150px;height:185px}.modelStarterCard h2{color:#f3f4f6;text-transform:none;letter-spacing:0;margin:5px 0 7px;font-size:16px}.modelStarterCard p{color:#929aa6;margin:0;font-size:10px;line-height:1.45}.modelStarterCard>button{justify-self:start;padding:8px 12px}.modelTags{color:#8fb9f0;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.modelArt{background:radial-gradient(circle at 50% 40%,#fff8dc 0,#e3dcc2 34%,#bcc5cf 100%);place-items:center;display:grid;position:relative}.modelArt:before{content:"";background:repeating-linear-gradient(88deg,#ece5c9 0 5px,#aa9b76 5px 7px);width:85px;height:150px;display:block;box-shadow:inset 0 0 20px #ffffffb3,0 12px 24px #0000002e}.circleArt:before{border-radius:45% 45% 38% 38%/18% 18% 22% 22%}.squareArt:before{border-radius:22px;transform:perspective(250px)rotateY(-8deg)}.architectureFootnote{color:#7f8792;border-top:1px solid #2b3038;margin-top:15px;padding-top:12px;font-size:10px;line-height:1.5}.adminUserForm{grid-template-columns:1fr 1.3fr .8fr 1.4fr auto;align-items:center;gap:8px;display:grid}.adminUserForm input[type=password]{color:#f4f4f5;background:#24272d;border:1px solid #3a3e47;border-radius:7px;width:100%;padding:8px 9px;font-size:12px}.usersModal{width:min(1100px,96vw)}.usersTableWrap{border:1px solid #30343d;border-radius:11px;overflow:auto}.usersTable{border-collapse:collapse;width:100%;font-size:11px}.usersTable th,.usersTable td{text-align:left;vertical-align:middle;border-bottom:1px solid #2b3038;padding:10px}.usersTable th{color:#8f97a3;text-transform:uppercase;letter-spacing:.07em;background:#1c1f25;font-size:9px}.usersTable tr:last-child td{border-bottom:0}.userActions{flex-wrap:wrap;gap:5px;display:flex}.userActions button{padding:6px 7px;font-size:9px}.rolePill{color:#c7d3e3;background:#29313d;border-radius:999px;padding:3px 6px;font-size:9px}.rolePill.admin{color:#ffd19a;background:#47321d}.stateActive{color:#9fe0ae}.stateDisabled{color:#ff9a9f}@media (width<=1000px){.appShellBar{grid-template-columns:auto 1fr}.shellContext{display:none}.modelStarterGrid{grid-template-columns:1fr}.adminUserForm{grid-template-columns:1fr 1fr}.modelStarterCard{grid-template-columns:120px 1fr}.modelStarterCard img,.modelArt{width:120px;height:155px}}@media (width<=900px){body{overflow:auto}.appShellBar{grid-template-columns:1fr;height:auto;min-height:58px;position:sticky;top:0}.shellNav{overflow:auto}.shellBrand{display:none}#app{height:auto}.modelStarterCard{grid-template-columns:100px 1fr}.modelStarterCard img,.modelArt{width:100px;height:135px}.adminUserForm{grid-template-columns:1fr}}
