.header-right{gap:15px}.account-label{display:flex;align-items:center;gap:8px;font-size:12px;max-width:155px}.account-label>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#account-avatar{display:grid;place-items:center;background:#e9efe8;color:var(--green);width:32px;height:32px;border-radius:50%;font-size:11px;font-weight:600;flex-shrink:0}.button.secondary{background:white;border:1px solid #dce3d9;color:var(--green)}.button.secondary:hover,.button.subtle:hover{background:#edf2eb}.button.subtle{background:transparent;color:#65715f}.button.danger{background:#b74e43;color:#fff}.button.danger:hover{background:#9f3f35}.boot-state{height:calc(100dvh - 84px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:var(--muted);font-size:14px}.auth-page{max-width:1200px;min-height:calc(100dvh - 84px);margin:auto;display:grid;grid-template-columns:1fr 410px;align-items:center;gap:100px;padding:64px 48px}.auth-story h1{font-size:clamp(36px,4vw,56px);font-weight:450;letter-spacing:-2px;line-height:1.1;margin:22px 0}.auth-story>p{font-size:15px;line-height:1.9;color:#7a8576}.auth-story .eyebrow{font-size:10px;color:#74866b}.story-illustration{position:relative;width:325px;height:200px;margin:32px 0 20px}.story-window{position:absolute;top:8px;left:5px;width:263px;height:160px;background:linear-gradient(140deg,#fefefc,#e5ece0);border:1px solid #cbd6c3;border-radius:10px;box-shadow:0 17px 32px #34452a0a;transform:rotate(-4deg);padding:12px;display:flex;gap:4px}.story-window>span{width:4px;height:4px;border-radius:50%;background:#b7c6ac}.story-window>svg{position:absolute;top:37px;left:91px;width:72px;height:72px;stroke-width:.8;color:#7e9870}.story-window>i{position:absolute;bottom:15px;width:80px;height:7px;background:#dce5d5;left:90px;border-radius:6px}.story-phone{position:absolute;top:48px;right:7px;border-radius:14px;width:81px;height:141px;background:#fff;border:3px solid #859b78;transform:rotate(9deg);box-shadow:0 10px 30px #30442314;display:grid;place-items:center}.story-phone:before{content:'';position:absolute;width:23px;height:4px;background:#d7dfd1;border-radius:5px;top:6px}.story-phone>svg{width:47px;height:47px;color:#8c9e81;stroke-width:.9}.story-check{position:absolute;right:73px;bottom:6px;display:grid;place-items:center;width:34px;height:34px;border:4px solid var(--canvas);border-radius:50%;background:var(--green);color:white}.story-check>svg{width:16px;height:16px}.story-note{font-size:11px;color:#839079;display:flex;align-items:center;gap:8px}.story-note>svg{width:15px;height:15px}.auth-card{border:1px solid #e0e6dc;background:#fff;padding:32px;border-radius:20px;box-shadow:0 14px 45px #344b2405}.auth-tabs{background:#f1f4ee;border-radius:9px;padding:4px;display:flex;gap:4px;margin-bottom:28px}.auth-tabs button{width:50%;height:40px;border:0;background:transparent;color:#849078;font-size:12px;border-radius:6px}.auth-tabs button[aria-selected=true]{background:#fff;color:var(--green);font-weight:600;box-shadow:0 2px 5px #394b2710}.auth-card h2{font-size:24px;font-weight:500;letter-spacing:-.7px;margin:0 0 9px}.auth-card>p{font-size:12px;line-height:1.6;color:#819077;margin:0 0 25px}.form-field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.form-field label{font-size:12px;color:#52634a}.form-field input{height:46px;border:1px solid #dfe5da;border-radius:8px;padding:0 12px;font:inherit;font-size:14px;color:var(--ink);background:#fdfefb;width:100%;min-width:0}.form-field input:focus{outline:2px solid #b7c9aa;outline-offset:1px}.form-field input::placeholder{color:#a4ad9e}.form-field>span{font-size:10px;color:#839077}.form-error{font-size:12px;line-height:1.7;color:#a14639;background:#fff3ef;border:1px solid #f0dcd5;border-radius:8px;padding:10px 12px;margin:12px 0 18px}#auth-submit{width:100%;margin-top:3px}.auth-card>.auth-switch{margin:20px 0 0;text-align:center;font-size:11px}.auth-switch button{font-size:11px;border:0;padding:6px 2px;background:none;color:var(--green);font-weight:600}.library-page{max-width:1320px;margin:0 auto;padding:48px 48px 24px;min-height:calc(100dvh - 84px);display:flex;flex-direction:column}.library-intro{display:flex;align-items:center;justify-content:space-between;gap:20px}.library-intro h1{font-size:34px;font-weight:450;letter-spacing:-1.2px;margin:12px 0 8px;display:flex;align-items:center;gap:13px}.library-intro h1>span{font-size:12px;letter-spacing:0;display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:24px;padding:0 6px;border:1px solid #d9e2d2;color:#87997b;border-radius:7px}.library-intro p{font-size:13px;color:#839076;margin:0}.library-intro .button{font-size:11px}.library-toolbar{display:flex;align-items:center;gap:18px;border-bottom:1px solid #dfe5d9;padding:28px 0 22px;margin-bottom:27px}.search-field{display:flex;gap:9px;align-items:center;border:1px solid #dfe5d9;background:#fff;border-radius:9px;padding:0 12px;max-width:320px;width:100%;height:43px}.search-field>svg{width:17px;height:17px;color:#93a187}.search-field input{border:0;outline:0;background:none;width:100%;min-width:0;font:inherit;font-size:12px;color:var(--ink)}.search-field:focus-within{outline:2px solid #b7c9aa}.search-field input::placeholder{color:#9da992}.library-storage{margin-left:auto;font-size:11px;color:#849375}.library-toolbar .text-button{margin:0;font-size:11px;height:43px}.model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.library-model{background:#fff;border:1px solid #e0e6dc;border-radius:13px;overflow:hidden;transition:box-shadow .2s,transform .2s}.library-model:hover{box-shadow:0 10px 30px #3145210b;transform:translateY(-2px)}.card-open{width:100%;background:none;border:0;text-align:left;padding:0;display:block}.card-picture{background:radial-gradient(ellipse at 50% 50%,#fff,#eff3ea);height:215px;padding:22px;position:relative;display:flex;align-items:center;justify-content:center}.card-picture img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.card-picture>svg{width:70px;height:70px;color:#b3c0a7;stroke-width:.8}.card-picture:after{content:'B3D';position:absolute;top:14px;left:14px;font-size:9px;color:#8b9a7e;letter-spacing:.4px;padding:4px 6px;background:#ffffffb0;border-radius:4px;border:1px solid #e2e9dd}.card-details{padding:19px 19px 14px;display:block}.card-details>strong{display:block;font-size:15px;font-weight:550;letter-spacing:-.2px;overflow-wrap:anywhere}.card-details>span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;color:#8b987f;margin-top:8px}.card-bottom{display:flex;align-items:center;justify-content:space-between;padding:0 12px 12px 19px;gap:8px}.card-bottom>span{font-size:10px;color:#8f9b83}.card-actions{display:flex;gap:5px;align-items:center}.card-actions .button{font-size:11px;height:36px;padding:0 12px;background:#edf2e9;color:var(--green)}.card-actions .button:hover{background:#dfead7}.card-actions .icon-button{width:38px;height:38px;color:#9aa58f}.card-actions .icon-button:hover{color:#b44f42;background:#fff0ec}.card-actions svg{width:16px;height:16px}.library-footer{display:flex;justify-content:space-between;gap:20px;color:#9aa58f;font-size:10px;margin-top:auto;padding-top:35px}.library-footer>span:first-child{display:flex;align-items:center;gap:7px}.library-footer svg{width:13px;height:13px}.library-empty{padding:56px 20px 68px;display:flex;flex-direction:column;align-items:center;text-align:center}.library-empty>.empty-icon{width:72px;height:72px;margin-bottom:24px}.library-empty>.empty-icon svg{width:39px;height:39px}.library-empty h2{font-size:25px;font-weight:450;letter-spacing:-.7px;margin:0 0 13px}.library-empty p{font-size:13px;line-height:1.9;color:#87977a;margin:0 0 24px}.library-empty>span{font-size:10px;color:#9ba98f;margin-top:16px}.library-loading,.no-results{text-align:center;color:#8c9d7d;font-size:13px;padding:50px 0}.app-dialog{border:1px solid #dfe6d9;border-radius:17px;padding:32px;width:min(430px,calc(100vw - 36px));max-height:90dvh;overflow:auto;color:var(--ink);background:#fff;box-shadow:0 20px 70px #1d2f1730}.app-dialog::backdrop{background:#25301f65;backdrop-filter:blur(3px)}.app-dialog h2{font-size:24px;font-weight:500;letter-spacing:-.6px;margin:18px 0 12px}.app-dialog p{font-size:13px;line-height:1.8;color:#7a8970;overflow-wrap:anywhere}.app-dialog p strong{color:#4f6045}.dialog-icon{width:44px;height:44px;background:#edf3e8;color:var(--green);border-radius:11px;display:grid;place-items:center}.danger-icon{background:#fff0eb;color:#ac5849}.dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:25px}.dialog-close{position:absolute;top:17px;right:17px}.app-dialog progress{width:100%;height:9px;accent-color:var(--green);margin:15px 0}.app-dialog #upload-status{font-size:12px;color:#7c8e70;display:block}.app-dialog .phone-note{font-size:11px;padding-top:12px;border-top:1px solid #e3e9df;margin-top:22px}.phone-address{display:block;margin:10px 0;background:#f1f5ed;border:1px solid #dde6d5;padding:12px;border-radius:8px;color:var(--green);font-size:14px;font-weight:500;text-decoration:none;overflow-wrap:anywhere}#delete-confirm:disabled,#delete-cancel:disabled{opacity:.5}
@media(min-width:1600px){.library-page{padding-top:60px}.model-grid{gap:28px}.card-picture{height:240px}}
@media(max-width:1100px){.auth-page{gap:50px;padding:45px 30px;grid-template-columns:1fr 380px}.auth-story h1{font-size:42px}.story-illustration{transform:scale(.87);transform-origin:left center;margin-bottom:0}.library-page{padding:38px 28px 24px}.model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-label{max-width:105px}.header-right{gap:8px}.header-right .button{font-size:11px;padding:0 13px}}
@media(max-width:760px){.header-right{gap:5px}.header{height:auto;min-height:70px;flex-wrap:wrap;padding:16px 18px}.header .brand{flex:1}#account-nav{width:100%;justify-content:space-between;gap:6px}.account-label{margin-left:auto;max-width:110px}#account-avatar{width:28px;height:28px;font-size:10px}#account-name{font-size:11px}.header-right .button{height:40px;padding:0 10px}.header-right .icon-button{width:38px;height:38px}.auth-page{display:flex;flex-direction:column;gap:28px;padding:28px 22px 40px;min-height:auto}.auth-story{width:100%;max-width:440px}.auth-story h1{font-size:35px;letter-spacing:-1.1px;margin:13px 0}.auth-story h1 br{display:none}.auth-story>p{font-size:13px;margin:0}.auth-story>p br{display:none}.story-illustration,.story-note{display:none}.auth-card{width:100%;max-width:440px;padding:25px;border-radius:14px}.auth-tabs{margin-bottom:24px}.auth-card h2{font-size:23px}.form-field input{font-size:16px}.library-page{padding:30px 20px 22px;min-height:calc(100dvh - 132px)}.library-intro{align-items:flex-start;flex-wrap:wrap;gap:18px}.library-intro h1{font-size:29px;margin-top:10px}.library-intro p{font-size:12px}.library-intro .button{height:38px;font-size:10px}.library-toolbar{flex-wrap:wrap;gap:8px 15px;padding:22px 0 15px;margin-bottom:22px}.search-field{max-width:none;flex-basis:100%;height:44px}.search-field input{font-size:14px}.library-storage{margin-left:0;font-size:10px;flex:1}.library-toolbar .text-button{height:32px;font-size:10px}.model-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.card-picture{height:170px;padding:14px}.card-details{padding:15px 14px 10px}.card-details>strong{font-size:13px}.card-details>span{font-size:10px}.card-bottom{padding:0 8px 10px 14px;flex-wrap:wrap}.card-actions{margin-left:auto}.card-bottom>span{font-size:9px}.card-actions .button{height:36px;padding:0 10px;font-size:10px}.card-actions .icon-button{width:38px;height:38px}.library-footer{flex-direction:column;gap:12px;font-size:9px;padding-top:28px}.library-empty{padding:45px 5px}.library-empty h2{font-size:23px}.library-empty p{font-size:12px}.app-dialog{padding:26px}.workspace{height:auto}.auth-card .auth-switch{font-size:11px}.auth-switch button{min-height:36px}}
@media(max-width:460px){.model-grid{grid-template-columns:1fr}.card-picture{height:220px}.card-bottom{flex-wrap:nowrap}.card-details>strong{font-size:15px}.card-details>span{font-size:11px}.card-bottom>span{font-size:10px}.card-actions .button{font-size:11px;height:40px}.card-actions .icon-button{height:40px;width:40px}.account-label{display:none}.header-right .button{font-size:11px}.library-intro .button{height:40px}.auth-story h1{font-size:32px}.auth-page{padding:26px 18px 35px}.auth-card{padding:23px}.library-empty>p br{display:none}}
@media(max-height:650px) and (min-width:761px){.auth-page{padding-top:30px;padding-bottom:30px}.library-page{padding-top:30px}.auth-card{padding:25px}.auth-story .story-illustration{height:180px;margin-top:15px}.workspace{height:calc(100dvh - 60px)}}
.detail-controls .button{width:100%;margin-top:14px}.control-hint{display:block;font-size:10px;line-height:1.7;color:#7c8976;margin:8px 0}.explode-label{display:flex;justify-content:space-between;margin:18px 0 10px;font-size:12px;color:#56664c}.explode-label output{color:var(--green);font-variant-numeric:tabular-nums}#explode{width:100%;accent-color:var(--green)}.texture-dialog{width:900px}.texture-tools{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.texture-tools>span{font-size:11px;color:#7c8976}.texture-rows{display:flex;flex-direction:column;gap:10px;margin-top:16px}.texture-row{display:grid;grid-template-columns:64px minmax(0,1fr) 180px;gap:14px;align-items:center;border:1px solid #e1e7dc;border-radius:12px;padding:14px}.texture-swatch{width:64px;height:64px;background:#edf0e9;border:1px solid #dfe5da;border-radius:8px;object-fit:cover}.texture-name{font-size:12px;font-weight:500;line-height:1.55;overflow-wrap:anywhere}.texture-status{font-size:10px;color:#7d896f;line-height:1.6;margin-top:5px}.texture-status.matched{color:#357252}.texture-status.ambiguous{color:#946c27}.texture-select{max-width:100%;width:100%;font:inherit;font-size:11px;padding:8px;border:1px solid #d7dfd0;border-radius:6px;margin-top:7px;background:white;color:#405039}.texture-row .text-button{font-size:11px;padding:8px 0}.texture-scale{display:flex;gap:6px;align-items:center;margin-top:7px;font-size:10px;color:#839276}.texture-scale input{width:64px;border:1px solid #d7dfd0;border-radius:5px;padding:7px 5px;font:inherit;font-size:12px}.texture-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:20px;position:sticky;bottom:-26px;background:white;padding-bottom:8px}.texture-footer span{font-size:10px;color:#7c8976}#texture-save:disabled{opacity:.5}.library-page.dragging{outline:2px dashed var(--green);outline-offset:-12px;background:#eef5e9}.texture-row.has-image{border-color:#bbcfad}
@media(max-width:760px){.texture-dialog{width:calc(100vw - 24px);padding:22px}.texture-row{grid-template-columns:48px minmax(0,1fr);gap:10px;padding:12px}.texture-swatch{width:48px;height:48px}.texture-row>div:last-child{grid-column:2}.texture-footer{bottom:-22px;flex-wrap:wrap}.texture-scale input{font-size:16px;width:78px}.texture-select{font-size:14px}.texture-dialog h2{font-size:22px;padding-right:20px}}

.update-dialog strong,.update-dialog p{overflow-wrap:anywhere}.update-dialog .eyebrow{font-size:10px;color:var(--muted)}.update-dialog .button{min-height:44px}.update-dialog h2{margin-top:14px}.update-dialog .dialog-actions{flex-wrap:wrap}#model-revision{margin-bottom:0}.card-actions{flex-wrap:wrap;justify-content:flex-end}.card-bottom{flex-wrap:wrap}.card-bottom>span{flex-basis:100%}.card-actions .button,.card-actions .icon-button{min-height:44px}

#auth-captcha{margin:18px 0;min-width:0}#auth-captcha[hidden]{display:none}#auth-captcha-widget{min-height:100px;width:100%}#auth-captcha-status{font-size:12px;line-height:1.5;margin:8px 0;color:#5b6e61}#auth-captcha-status.form-error{color:#a24c27}#auth-captcha-retry{min-height:44px;white-space:normal;width:100%}

