:root{color:#f8f1df;background:#050403;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{font:inherit;cursor:pointer}.app-shell{display:grid;min-height:100vh;place-items:center;overflow:hidden;padding:18px;background:#020201}.master-loader{position:fixed;inset:0;z-index:10000;display:grid;overflow:hidden;color:#f4d58f;background:radial-gradient(circle at 50% 46%,rgba(113,72,22,.16),transparent 28%),linear-gradient(180deg,#080604,#020201 68%);opacity:1;visibility:visible;place-items:center;transition:opacity .34s ease,visibility 0s linear}.master-loader.ready{opacity:0;visibility:hidden;transition:opacity .34s ease,visibility 0s linear .34s;pointer-events:none}.master-loader:before{position:absolute;inset:14px;border:1px solid rgba(206,151,68,.36);border-radius:3px;content:"";pointer-events:none}.master-loader-content{display:grid;width:min(250px,calc(100vw - 64px));justify-items:center;opacity:0;animation:master-loader-content-in .22s ease .14s forwards}.master-loader-spinner{width:34px;height:34px;margin-bottom:20px;border:2px solid rgba(244,213,143,.18);border-top-color:#f4d58f;border-radius:50%;filter:drop-shadow(0 3px 12px rgba(202,144,54,.18));animation:part-loading-spin .76s linear infinite}.master-loader-content p{margin:0;color:#f4d58fe6;font-size:10px;font-weight:750;letter-spacing:.28em;text-indent:.28em;text-transform:uppercase}.master-loader-content strong{margin-top:9px;color:#fff1cfe0;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:400;font-variant-numeric:tabular-nums;letter-spacing:.05em}.master-loader-track{width:100%;height:1px;margin-top:15px;overflow:hidden;background:#f4d58f1f}.master-loader-track i{display:block;height:100%;background:linear-gradient(90deg,#b87d2a8c,#f4d58f);box-shadow:0 0 10px #f4d58f47;transition:width .18s ease}.stage-frame{position:relative;flex:none}.builder-stage{position:relative;width:1920px;height:1080px;overflow:hidden;box-shadow:0 22px 80px #000000b8;transform-origin:top left}.background-image,.guitar-canvas{position:absolute;inset:0;width:100%;height:100%}.background-image{z-index:0;object-fit:cover}.builder-stage:after{position:absolute;inset:20px 22px;z-index:20;border:2px solid rgba(198,151,68,.86);box-shadow:0 0 5px #d6a64c21,inset 0 0 4px #d6a64c12;content:"";pointer-events:none}.guitar-canvas{z-index:2;pointer-events:none}.guitar-canvas .konva-fit,.mobile-guitar-preview .konva-fit{opacity:1;transition:opacity .22s ease}.guitar-canvas.initial-loading .konva-fit,.mobile-guitar-preview.initial-loading .konva-fit{opacity:0}.konva-fit{width:100%;height:100%}.guitar-canvas canvas{width:100%!important;height:100%!important}.brand-header{position:absolute;top:4.6%;left:50%;display:grid;justify-items:center;transform:translate(-50%);z-index:5}.brand-logo{width:145px;max-height:70px;object-fit:contain;opacity:.94}.brand-header p{margin:14px 0 0;color:#f9f1dbe6;font-size:16px;font-weight:500;letter-spacing:.34em;text-transform:uppercase;white-space:nowrap}.guitar-name-editor{display:grid;width:350px;min-height:54px;margin-top:10px;justify-items:center}.guitar-name-display{display:grid;padding:0;border:0;color:inherit;background:transparent;justify-items:center;cursor:pointer}.guitar-name-title{color:#e7bd71f5;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:400;line-height:1.15}.guitar-name-edit-label{display:flex;margin-top:7px;color:#ffffffa8;font-size:8px;font-weight:650;letter-spacing:.18em;align-items:center;gap:5px;text-transform:uppercase}.guitar-name-edit-label svg,.guitar-name-actions svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.guitar-name-form{display:grid;width:350px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px}.guitar-name-form input{width:100%;min-width:0;padding:10px 14px;border:1px solid rgba(205,151,69,.48);border-radius:8px;outline:none;color:#fff4d8;background:#0504036b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.guitar-name-form input:focus{border-color:#f0cd89}.guitar-name-actions{display:flex;gap:5px}.guitar-name-actions button{display:grid;width:36px;height:36px;padding:0;border:1px solid rgba(205,151,69,.48);border-radius:50%;color:#f4d58fe6;background:#05040394;place-items:center;cursor:pointer}.guitar-name-actions button:hover,.guitar-name-actions button:focus-visible{border-color:#f0cd89;color:#fff4d8}.password-form{position:absolute;top:50%;left:50%;z-index:6;width:360px;transform:translate(-50%,-50%)}.password-input{width:100%;padding:13px 16px;border:1px solid rgba(205,151,69,.56);border-radius:8px;outline:none;color:#fff4d8;background:#0504037a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center}.password-input::placeholder{color:#f8f1df75}.password-input:focus{border-color:#f0cd89}.controls{position:absolute;right:6.2%;bottom:7.1%;left:6.2%;z-index:10;display:grid;gap:14px}.category-tabs,.option-panel{display:flex;gap:12px;justify-content:center}.category-tab,.part-option,.build-summary button,.download-panel button{border:1px solid rgba(205,151,69,.72);color:#e7bd71;background:#0504038f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.category-tab{min-width:112px;min-height:56px;padding:12px 16px;border-radius:8px;font-size:13px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.category-tab:hover,.part-option:hover,.build-summary button:hover,.download-panel button:hover{border-color:#f0cd89;color:#fff4d8;transform:translateY(-1px)}.category-tab.active,.part-option.active{border-color:#f5d38d;color:#130d05;background:linear-gradient(180deg,#f2d491,#b87a2f)}.option-panel{width:max-content;min-width:100%;min-height:62px;box-sizing:border-box}.option-rail{display:grid;width:100%;min-width:0;min-height:62px;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:8px}.option-rail.six-up{width:calc(100% - 200px);justify-self:center}.option-viewport{min-width:0;padding:2px 0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none}.option-viewport::-webkit-scrollbar{display:none}.option-rail.can-scroll-left.can-scroll-right .option-viewport{-webkit-mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent)}.option-rail.can-scroll-left:not(.can-scroll-right) .option-viewport{-webkit-mask-image:linear-gradient(90deg,transparent,#000 28px,#000 100%);mask-image:linear-gradient(90deg,transparent,#000 28px,#000 100%)}.option-rail.can-scroll-right:not(.can-scroll-left) .option-viewport{-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 28px),transparent)}.option-rail-arrow{display:grid;width:38px;height:52px;padding:0;border:1px solid rgba(205,151,69,.62);border-radius:8px;color:#e7bd71;background:#05040380;box-shadow:inset 0 0 18px #cd974509;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;place-items:center;transition:border-color .16s ease,color .16s ease,background .16s ease,opacity .16s ease,transform .16s ease}.option-rail-arrow span{display:block;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:400;line-height:1;transform:translateY(-1px)}.option-rail-arrow:not(:disabled):hover,.option-rail-arrow:not(:disabled):focus-visible{border-color:#f0cd89;color:#fff4d8;background:#1c140bad;transform:translateY(-1px)}.option-rail-arrow:disabled{opacity:0;pointer-events:none}.part-option{position:relative;display:grid;flex:0 0 auto;min-width:180px;height:62px;padding:12px 18px;border-radius:8px;align-content:center;gap:5px;text-align:left}.part-option>span,.part-option>small{transition:opacity .15s ease,filter .15s ease}.part-option.loading>span,.part-option.loading>small{opacity:.2;filter:brightness(1.5)}.part-option-spinner{position:absolute;inset:0;width:19px;height:19px;margin:auto;border:2px solid rgba(74,45,10,.25);border-top-color:#4e300b;border-radius:50%;animation:part-loading-spin .72s linear infinite;pointer-events:none}.part-option span{font-size:15px;font-weight:700;white-space:nowrap}.part-option small{color:#f8f1df9e;font-size:10px;letter-spacing:.08em}.part-option.active small{color:#130d05b8}.build-summary{position:absolute;top:4.6%;right:4.9%;z-index:8;display:grid;width:430px;padding:14px;border:1px solid rgba(205,151,69,.4);border-radius:8px;color:#f8f1dfc7;background:#0303025c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:10px 14px;grid-template-columns:repeat(2,minmax(0,1fr))}.download-panel{position:absolute;top:4.6%;left:4.9%;z-index:8;padding:12px;border:1px solid rgba(205,151,69,.4);border-radius:8px;background:#0303025c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.download-panel button{min-width:152px;padding:11px 14px;border-radius:8px;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.build-summary h2{align-self:center;grid-column:1 / -1;grid-row:1;margin:0;color:#e7bd71;font-size:15px;letter-spacing:.22em;text-transform:uppercase}.build-summary p{display:grid;min-width:0;margin:0;gap:2px;font-size:13px}.build-summary span{color:#e7bd71b8;font-size:10px;letter-spacing:.16em;text-transform:uppercase}.build-summary button{grid-column:1;grid-row:auto;justify-self:stretch;width:auto;min-width:128px;margin:0;padding:9px 12px 11px;border-radius:8px}.quote-dialog-layer{position:absolute;inset:0;z-index:40;display:grid;padding:28px;box-sizing:border-box;overflow:hidden;place-items:center}.quote-dialog-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000000a8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);cursor:default}.quote-dialog{position:relative;z-index:1;display:grid;width:min(560px,calc(100% - 32px));max-height:calc(100% - 32px);box-sizing:border-box;padding:34px;border:1px solid rgba(221,174,96,.56);border-radius:18px;overflow-x:hidden;overflow-y:auto;color:#f8f1df;background:linear-gradient(145deg,#382a19eb,#0e0c09f5 42%,#050403fa);box-shadow:inset 0 1px #ffefc629,0 30px 100px #000000b8;gap:22px;scrollbar-color:rgba(231,189,113,.45) transparent;scrollbar-width:thin}.quote-dialog-close{position:absolute;top:14px;right:14px;display:grid;width:36px;height:36px;border:1px solid rgba(205,151,69,.34);border-radius:50%;color:#f8f1dfbd;background:#0403025c;font:300 25px/1 Arial,sans-serif;place-items:center}.quote-dialog-header{display:grid;padding:3px 42px 0 0;gap:8px}.quote-dialog-header>span,.quote-build-preview>span,.quote-form label>span{color:#e7bd71bf;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.quote-dialog-header h2,.quote-success h2{margin:0;color:#f4d58f;font-size:27px;font-weight:650;letter-spacing:.12em;text-transform:uppercase}.quote-dialog-header p,.quote-success p{margin:0;color:#f8f1dfad;font-size:14px;line-height:1.5}.quote-dialog-header strong{color:#f4d58ff5;font-family:Georgia,Times New Roman,serif;font-weight:400}.quote-build-preview{display:grid;padding:14px 16px;border:1px solid rgba(205,151,69,.2);border-radius:10px;background:#02020138;gap:7px}.quote-build-preview p{margin:0;color:#f8f1dfbd;font-size:12px;line-height:1.55}.quote-form{display:grid;gap:14px}.quote-form label:not(.quote-honeypot){display:grid;gap:7px}.quote-form input{width:100%;min-height:46px;box-sizing:border-box;padding:0 14px;border:1px solid rgba(221,174,96,.4);border-radius:8px;outline:none;color:#fff4d8;background:#04030273;box-shadow:inset 0 1px #ffffff09;font:inherit;font-size:16px;transition:border-color .16s ease,box-shadow .16s ease}.quote-form input:focus{border-color:#f4d58feb;box-shadow:0 0 0 3px #e7bd711a}.quote-form input::placeholder{color:#f8f1df57}.quote-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.quote-privacy-note,.quote-form-error{margin:0;font-size:11px;line-height:1.45}.quote-privacy-note{color:#f8f1df7a}.quote-form-error{padding:10px 12px;border:1px solid rgba(232,118,89,.42);border-radius:8px;color:#ffd3c7;background:#661c0c38}.quote-primary-button{display:flex;width:100%;min-height:50px;border:1px solid rgba(255,222,150,.9);border-radius:9px;color:#1b1207;background:linear-gradient(145deg,#f5d98e,#d7a84e 58%,#bb7d2e);box-shadow:inset 0 1px #ffffff85,0 12px 34px #6b420f3d;align-items:center;justify-content:center;gap:10px;font-size:11px;font-weight:750;letter-spacing:.18em;text-transform:uppercase}.quote-primary-button:disabled,.quote-dialog-close:disabled,.quote-dialog-backdrop:disabled{cursor:wait}.quote-primary-button:disabled{opacity:.72}.quote-submit-spinner{width:16px;height:16px;border:2px solid rgba(64,39,8,.24);border-top-color:#4d2e08;border-radius:50%;animation:part-loading-spin .72s linear infinite}.quote-success{display:grid;padding:12px 0 2px;justify-items:center;gap:16px;text-align:center}.quote-success>span{display:grid;width:54px;height:54px;border:1px solid rgba(244,213,143,.84);border-radius:50%;color:#1b1207;background:linear-gradient(145deg,#f5d98e,#c98c35);font-size:25px;place-items:center}.mobile-app-shell{min-height:var(--app-viewport-height, var(--mobile-stage-height, 100dvh));overflow:hidden;background:#020201}.mobile-builder-stage{--mobile-gold: #e7bd71;--mobile-gold-bright: #f4d58f;--mobile-safe-top: env(safe-area-inset-top);--mobile-safe-bottom: env(safe-area-inset-bottom);position:relative;width:min(100vw,520px);height:var(--app-viewport-height, var(--mobile-stage-height, 100dvh));min-height:540px;margin:0 auto;overflow:hidden;isolation:isolate;background:#070503;box-shadow:0 0 80px #000000eb}.mobile-builder-stage button{-webkit-tap-highlight-color:transparent}@supports (-moz-appearance: none){.mobile-builder-stage{--mobile-safe-bottom: 0px}}.mobile-background-image,.mobile-background-shade{position:absolute;inset:0;width:100%;height:100%}.mobile-background-image{z-index:-3;object-fit:cover}.mobile-background-shade{z-index:-2;background:linear-gradient(180deg,rgba(1,1,1,.8) 0%,rgba(1,1,1,.16) 24%,transparent 54%),linear-gradient(180deg,transparent 58%,rgba(1,1,1,.34) 74%,rgba(1,1,1,.82) 100%),radial-gradient(circle at 50% 44%,transparent 26%,rgba(0,0,0,.25) 88%);pointer-events:none}.mobile-brand-header{position:absolute;top:max(14px,var(--mobile-safe-top));right:14px;left:14px;z-index:8;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;transition:transform .32s ease,opacity .32s ease}.mobile-brand-header img{flex:0 0 auto;width:clamp(78px,23vw,104px);max-height:48px;object-fit:contain;opacity:.96;filter:drop-shadow(0 2px 14px rgba(0,0,0,.65))}.mobile-brand-copy{display:grid;flex:1;min-width:0;justify-items:end}.mobile-brand-header p{display:grid;max-width:100%;margin:0;overflow:hidden;padding-right:2px;color:#f4d58fe6;font-size:clamp(7px,2.15vw,10px);font-weight:650;letter-spacing:clamp(.16em,.55vw,.24em);line-height:1.18;text-align:right;text-overflow:clip;text-transform:uppercase;white-space:nowrap;justify-items:end}.mobile-brand-header p span{display:block}.mobile-guitar-preview{position:absolute;top:max(2px,var(--mobile-safe-top));right:-8px;bottom:calc(82px + var(--mobile-safe-bottom));left:-8px;z-index:2;overflow:hidden;pointer-events:none;transition:top .38s cubic-bezier(.2,.72,.24,1),bottom .38s cubic-bezier(.2,.72,.24,1)}.mobile-guitar-name{position:absolute;right:16px;bottom:calc(68px + var(--mobile-safe-bottom));left:16px;z-index:6;display:flex;align-items:center;justify-content:center;gap:1px;color:#f4d58ff5;font-family:Georgia,Times New Roman,serif;font-size:clamp(15px,4.25vw,19px);line-height:1.15;text-shadow:0 2px 14px rgba(0,0,0,.72);transition:opacity .16s ease,transform .22s ease;pointer-events:none}.mobile-guitar-name p{min-width:0;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.mobile-guitar-name:before{content:"";flex:0 0 40px}.mobile-guitar-name button{display:grid;flex:0 0 40px;width:40px;height:40px;padding:0;border:0;border-radius:50%;color:#f4d58feb;background:transparent;place-items:center;pointer-events:auto;transition:color .15s ease,transform .15s ease}.mobile-guitar-name button:active:not(:disabled){color:#fff0c8;transform:scale(.92)}.mobile-guitar-name button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.mobile-builder-stage.panel-open .mobile-guitar-name{opacity:0;transform:translateY(5px)}.mobile-builder-stage[data-panel=categories] .mobile-guitar-preview{top:max(2px,var(--mobile-safe-top));bottom:53%}.mobile-builder-stage[data-panel=options] .mobile-guitar-preview{top:max(2px,var(--mobile-safe-top));bottom:60%}.mobile-builder-stage.options-short[data-panel=options] .mobile-guitar-preview{bottom:max(320px,40%)}.mobile-builder-stage.options-medium[data-panel=options] .mobile-guitar-preview{bottom:max(340px,49%)}.mobile-builder-stage[data-panel=specs] .mobile-guitar-preview{top:max(2px,var(--mobile-safe-top));bottom:58%}.mobile-action-dock{position:absolute;right:14px;bottom:calc(14px + var(--mobile-safe-bottom));left:14px;z-index:7;display:grid;grid-template-columns:minmax(0,1.18fr) repeat(2,minmax(0,.91fr));gap:8px;transition:opacity .18s ease,transform .26s ease}.panel-open .mobile-action-dock{opacity:0;transform:translateY(24px);visibility:hidden;pointer-events:none;transition:none}.mobile-action-dock button,.mobile-done-button,.mobile-copy-specs{min-width:0;min-height:56px;border:1px solid rgba(205,151,69,.56);border-radius:8px;color:var(--mobile-gold);background:#050403ad;box-shadow:inset 0 1px #ffffff0a,0 10px 30px #0003;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-size:9px;font-weight:750;letter-spacing:.16em;text-transform:uppercase;transition:border-color .16s ease,color .16s ease,transform .16s ease}.mobile-action-dock button:active,.mobile-done-button:active,.mobile-copy-specs:active{transform:scale(.985)}.mobile-action-dock svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4}.mobile-action-dock button:not(.mobile-primary-action){display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:5px 4px;white-space:nowrap}.mobile-action-dock .mobile-primary-action{display:flex;align-items:center;justify-content:center;gap:7px;padding:5px 7px;border-color:#ffde96e6;color:#1b1207;background:linear-gradient(145deg,#f5d98e,#d7a84e 58%,#bb7d2e);box-shadow:inset 0 1px #ffffff85,0 10px 34px #6b420f47;font-size:10px;white-space:nowrap}.mobile-sheet-backdrop{position:absolute;inset:0;z-index:9;border:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.06));animation:mobile-fade-in .22s ease both}.mobile-name-dialog-backdrop{position:absolute;inset:0;z-index:11;border:0;background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 58%);animation:mobile-fade-in .18s ease both}.mobile-name-dialog{position:absolute;top:max(140px,calc((100% - clamp(320px,54%,590px))/2));right:18px;left:18px;z-index:12;display:grid;padding:24px 18px 20px;border:1px solid rgba(221,174,96,.48);border-radius:18px;color:#f8f1df;background:linear-gradient(150deg,#35281985,#0e0c09ad 44%,#060504bd);box-shadow:inset 0 1px #ffefc629,0 24px 70px #00000085;-webkit-backdrop-filter:blur(18px) saturate(1.12);backdrop-filter:blur(18px) saturate(1.12);justify-items:center;transform:translateY(-50%);animation:mobile-name-dialog-in .3s cubic-bezier(.16,.8,.2,1) both}.mobile-name-dialog>span{color:var(--mobile-gold-bright);font-size:13px;font-weight:700;letter-spacing:.22em;text-align:center;text-transform:uppercase}.mobile-name-dialog>p{margin:6px 0 0;color:#f8f1df94;font-size:8px;font-weight:650;letter-spacing:.16em;text-align:center;text-transform:uppercase}.mobile-name-dialog .guitar-name-editor,.mobile-name-dialog .guitar-name-form{width:100%}.mobile-name-dialog .guitar-name-editor{min-height:0;margin-top:16px}.mobile-name-dialog .guitar-name-form{gap:6px}.mobile-name-dialog .guitar-name-form input{height:40px;padding:0 13px;border-color:#ddae6080;border-radius:8px;color:#fff4d8;background:#0403026b;box-shadow:inset 0 1px #ffffff09;font-size:16px}.mobile-name-dialog .guitar-name-form input:focus{border-color:#f4d58feb;box-shadow:0 0 0 3px #e7bd7117}.mobile-name-dialog .guitar-name-actions{gap:5px}.mobile-name-dialog .guitar-name-actions button{width:40px;height:40px;background:#05040380}.mobile-editor-sheet{position:absolute;right:0;bottom:0;left:0;z-index:10;display:flex;height:54%;min-height:320px;max-height:590px;padding:18px 14px calc(12px + var(--mobile-safe-bottom));border:1px solid rgba(221,174,96,.44);border-bottom:0;border-radius:26px 26px 0 0;overflow:hidden;color:#f8f1df;background:linear-gradient(155deg,#31261975,#0f0d0a8c 40%,#080706a3);box-shadow:inset 0 1px #ffefc626,inset 0 0 38px #e8b75f06,0 -24px 70px #00000070;-webkit-backdrop-filter:blur(16px) saturate(1.12) brightness(.9);backdrop-filter:blur(16px) saturate(1.12) brightness(.9);flex-direction:column;animation:mobile-sheet-in .38s cubic-bezier(.16,.8,.2,1) both}.mobile-builder-stage[data-panel=options] .mobile-editor-sheet{height:61%}.mobile-builder-stage.options-short[data-panel=options] .mobile-editor-sheet{height:max(320px,40%)}.mobile-builder-stage.options-medium[data-panel=options] .mobile-editor-sheet{height:max(340px,49%)}.mobile-builder-stage[data-panel=specs] .mobile-editor-sheet{height:59%}.mobile-sheet-handle{position:absolute;top:9px;left:50%;width:40px;height:4px;border-radius:999px;background:#f9f1db85;transform:translate(-50%)}.mobile-sheet-title{position:relative;display:grid;flex:none;min-height:62px;padding:6px 42px 10px;place-items:center;text-align:center}.mobile-sheet-title>button{position:absolute;top:8px;left:0;display:grid;width:42px;height:42px;border:0;border-radius:50%;color:var(--mobile-gold);background:transparent;place-items:center}.mobile-sheet-title svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.35}.mobile-sheet-title h2{margin:0;color:var(--mobile-gold-bright);font-size:13px;font-weight:650;letter-spacing:.2em;text-transform:uppercase}.mobile-sheet-title p{margin:5px 0 0;color:#f8f1df94;font-size:8px;font-weight:650;letter-spacing:.18em;text-transform:uppercase}.mobile-category-grid{display:grid;flex:1;min-height:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.mobile-category-grid button{display:grid;min-width:0;min-height:64px;padding:6px 4px;border:1px solid rgba(205,151,69,.4);border-radius:7px;color:var(--mobile-gold);background:#04030229;box-shadow:inset 0 1px #ffffff06;gap:4px;place-items:center;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.mobile-category-grid button.active{border-color:#f4d58fe0;color:#1d1308;background:linear-gradient(145deg,#f4d88d,#c98d38)}.mobile-category-grid button:active{transform:scale(.975)}.mobile-category-grid .mobile-category-icon{width:min(76%,72px);height:clamp(34px,10vw,46px);filter:drop-shadow(0 3px 8px rgba(0,0,0,.48));transition:filter .18s ease,transform .18s ease}.mobile-category-grid button.active .mobile-category-icon{filter:brightness(.72) saturate(.9) drop-shadow(0 2px 4px rgba(92,48,4,.28));transform:translateY(-1px)}.mobile-category-grid span{overflow:hidden;font-size:clamp(7px,2vw,9px);font-weight:750;letter-spacing:.11em;line-height:1.2;text-align:center;text-overflow:ellipsis;text-transform:uppercase}.mobile-option-list,.mobile-spec-list{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(231,189,113,.45) transparent;scrollbar-width:thin}.mobile-option-list{display:grid;align-content:start;gap:6px;padding:1px 1px 8px}.mobile-option-list>button{display:grid;width:100%;min-height:68px;padding:5px 10px 5px 5px;border:1px solid rgba(205,151,69,.18);border-radius:9px;color:#f8f1dfde;background:#02020124;grid-template-columns:64px minmax(0,1fr) 28px;align-items:center;gap:10px;text-align:left;transition:border-color .18s ease,background .18s ease,transform .16s ease}.mobile-option-list>button.active{border-color:#f4c962e0;background:linear-gradient(90deg,#70491457,#130f0a73);box-shadow:inset 0 0 22px #d69a370d}.mobile-option-list>button:active{transform:scale(.99)}.mobile-option-thumb{position:relative;display:block;width:64px;height:56px;border-radius:7px;overflow:hidden;background:radial-gradient(circle,#9768292e,#00000014 70%)}.mobile-option-thumbnail-canvas{display:block;width:100%;height:100%}.mobile-option-copy{display:grid;min-width:0;gap:5px}.mobile-option-copy strong{font-size:11px;font-weight:620;line-height:1.25}.mobile-option-copy small{overflow:hidden;color:#e7bd71a6;font-size:7px;letter-spacing:.1em;text-overflow:ellipsis;white-space:nowrap}.mobile-selection-mark{display:grid;width:24px;height:24px;border:1px solid rgba(231,189,113,.62);border-radius:50%;color:#1d1308;background:transparent;font-size:12px;place-items:center}.mobile-option-list>button.active .mobile-selection-mark{border-color:#f3d17e;background:linear-gradient(145deg,#f7dc91,#c98c33)}.mobile-option-list>button.loading .mobile-selection-mark{border-color:#f4d58fc7;background:#0504035c}.mobile-option-spinner{display:block;width:13px;height:13px;border:1.5px solid rgba(244,213,143,.28);border-top-color:#f4d58f;border-radius:50%;animation:part-loading-spin .72s linear infinite}.mobile-done-button,.mobile-copy-specs{flex:none;width:100%;min-height:47px;margin-top:8px}.mobile-editor-sheet .mobile-done-button{background:#0403023d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-spec-list{display:grid;align-content:start;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:1px}.mobile-spec-list p{display:grid;min-width:0;margin:0;padding:9px 10px;border:1px solid rgba(205,151,69,.18);border-radius:7px;background:#0202011a;gap:4px}.mobile-spec-list span{color:#e7bd71a8;font-size:7px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.mobile-spec-list strong{overflow:hidden;color:#f8f1dfe0;font-size:10px;font-weight:560;line-height:1.25;text-overflow:ellipsis}.mobile-copy-specs{color:#1b1207;background:linear-gradient(145deg,#f4d78d,#c98c35)}.mobile-builder-stage .quote-dialog-layer{position:absolute;z-index:20;padding:max(14px,var(--mobile-safe-top)) 14px calc(14px + var(--mobile-safe-bottom))}.mobile-builder-stage .quote-dialog{width:min(500px,100%);max-height:100%;padding:25px 18px 19px;border-radius:18px;gap:15px}.mobile-builder-stage .quote-dialog-header{padding-right:36px;gap:6px}.mobile-builder-stage .quote-dialog-header h2,.mobile-builder-stage .quote-success h2{font-size:clamp(18px,5vw,24px)}.mobile-builder-stage .quote-dialog-header p,.mobile-builder-stage .quote-success p{font-size:12px}.mobile-builder-stage .quote-build-preview{max-height:84px;padding:11px 12px;overflow-y:auto}.mobile-builder-stage .quote-build-preview p{font-size:10px}.mobile-builder-stage .quote-form{gap:11px}.mobile-builder-stage .quote-form input{min-height:44px}.mobile-builder-stage .quote-primary-button{min-height:48px}.mobile-login-stage .mobile-background-shade{background:linear-gradient(180deg,#000000bd,#0000001f 40%,#0000009e),radial-gradient(circle at center,transparent,rgba(0,0,0,.45))}.mobile-login-card{position:absolute;top:50%;right:22px;left:22px;z-index:4;display:grid;padding:26px 20px 20px;border:1px solid rgba(205,151,69,.38);border-radius:18px;background:#080604ad;box-shadow:0 20px 60px #00000073,inset 0 1px #ffffff0a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);gap:12px;transform:translateY(-50%);text-align:center}.mobile-login-card span{color:#e7bd71b8;font-size:8px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.mobile-login-card h1{margin:0 0 4px;color:#f5e6c6;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:400}.mobile-login-card input,.mobile-login-card button{min-height:50px;border:1px solid rgba(205,151,69,.48);border-radius:8px;outline:none}.mobile-login-card input{padding:0 14px;color:#fff4d8;background:#02020180;text-align:center}.mobile-login-card button{color:#1b1207;background:linear-gradient(145deg,#f4d78d,#c98c35);font-size:10px;font-weight:750;letter-spacing:.16em;text-transform:uppercase}@keyframes mobile-sheet-in{0%{opacity:0;transform:translateY(45px)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-name-dialog-in{0%{opacity:0;transform:translateY(calc(-50% + 18px)) scale(.985)}to{opacity:1;transform:translateY(-50%) scale(1)}}@keyframes part-loading-spin{to{transform:rotate(360deg)}}@keyframes master-loader-content-in{to{opacity:1}}@keyframes mobile-fade-in{0%{opacity:0}to{opacity:1}}@media(max-height:680px)and (max-width:720px){.mobile-brand-header p{font-size:7px;letter-spacing:.1em}.mobile-guitar-preview{top:max(4px,var(--mobile-safe-top))}.mobile-category-grid button{min-height:56px}}@media(max-width:1024px)and (max-aspect-ratio:4 / 5){html,body,#root{min-height:calc(100lvh + 1px)}body{overflow-y:auto}.mobile-app-shell{min-height:calc(100lvh + 1px);overflow:visible}.mobile-builder-stage{position:sticky;top:0}html.chrome-viewport-scroll-pending,html.chrome-viewport-scroll-pending body,html.chrome-viewport-scroll-pending #root{height:100dvh;min-height:100dvh}html.chrome-viewport-scroll-pending body{overflow-y:hidden}html.chrome-viewport-scroll-pending .mobile-app-shell{min-height:var(--app-viewport-height, var(--mobile-stage-height, 100dvh));overflow:hidden}}@media(min-width:721px)and (max-width:1024px)and (max-aspect-ratio:4 / 5){.mobile-builder-stage{width:100%;min-height:640px;box-shadow:none}.mobile-brand-header{top:max(24px,var(--mobile-safe-top));right:28px;left:28px;gap:28px}.mobile-brand-header img{width:clamp(112px,15vw,152px);max-height:66px}.mobile-brand-header p{font-size:clamp(10px,1.35vw,13px);letter-spacing:clamp(.18em,.35vw,.25em)}.mobile-guitar-preview{right:-14px;bottom:calc(104px + var(--mobile-safe-bottom));left:-14px}.mobile-guitar-name{right:max(28px,calc((100% - 680px)/2));bottom:calc(88px + var(--mobile-safe-bottom));left:max(28px,calc((100% - 680px)/2));font-size:clamp(20px,2.8vw,28px)}.mobile-guitar-name button{flex-basis:46px;width:46px;height:46px}.mobile-guitar-name:before{flex-basis:46px}.mobile-guitar-name button svg{width:18px;height:18px}.mobile-action-dock{right:max(28px,calc((100% - 680px)/2));bottom:calc(22px + var(--mobile-safe-bottom));left:max(28px,calc((100% - 680px)/2));gap:12px}.mobile-action-dock button,.mobile-done-button,.mobile-copy-specs{min-height:68px;border-radius:10px;font-size:11px}.mobile-action-dock .mobile-primary-action{gap:10px;font-size:12px}.mobile-action-dock svg{width:21px;height:21px}.mobile-name-dialog{right:max(28px,calc((100% - 560px)/2));left:max(28px,calc((100% - 560px)/2));padding:30px 26px 26px;border-radius:22px}.mobile-name-dialog>span{font-size:15px}.mobile-name-dialog>p{font-size:9px}.mobile-name-dialog .guitar-name-form input{height:48px;font-size:16px}.mobile-name-dialog .guitar-name-actions button{width:48px;height:48px}.mobile-editor-sheet{right:max(20px,calc((100% - 760px)/2));left:max(20px,calc((100% - 760px)/2));height:56%;min-height:410px;max-height:720px;padding:24px 22px calc(20px + var(--mobile-safe-bottom));border-radius:30px 30px 0 0}.mobile-builder-stage[data-panel=options] .mobile-editor-sheet{height:61%}.mobile-builder-stage.options-short[data-panel=options] .mobile-editor-sheet{height:max(410px,42%)}.mobile-builder-stage.options-medium[data-panel=options] .mobile-editor-sheet{height:max(440px,50%)}.mobile-sheet-handle{top:11px;width:52px;height:5px}.mobile-sheet-title{min-height:76px;padding:8px 54px 14px}.mobile-sheet-title>button{width:50px;height:50px}.mobile-sheet-title svg{width:26px;height:26px}.mobile-sheet-title h2{font-size:16px}.mobile-sheet-title p{font-size:9px}.mobile-category-grid{gap:9px}.mobile-category-grid button{min-height:86px;padding:9px 6px;border-radius:9px;gap:6px}.mobile-category-grid .mobile-category-icon{height:clamp(46px,7vw,64px)}.mobile-category-grid span{font-size:clamp(9px,1.25vw,11px)}.mobile-option-list{gap:9px}.mobile-option-list>button{min-height:82px;padding:7px 14px 7px 7px;border-radius:11px;grid-template-columns:78px minmax(0,1fr) 32px;gap:14px}.mobile-option-thumb{width:78px;height:68px}.mobile-option-copy strong{font-size:13px}.mobile-option-copy small{font-size:8px}.mobile-selection-mark{width:28px;height:28px}.mobile-done-button,.mobile-copy-specs{min-height:56px;margin-top:12px}.mobile-spec-list{gap:9px}.mobile-spec-list p{padding:12px 14px;border-radius:9px;gap:5px}.mobile-spec-list span{font-size:8px}.mobile-spec-list strong{font-size:12px}}@media(max-width:1024px)and (max-height:600px)and (orientation:landscape)and (pointer:coarse){html{overscroll-behavior-y:none}html,body,#root{height:auto;min-height:calc(100lvh + 1px)}body{overflow-y:auto}.app-shell{width:100%;height:auto;min-height:calc(100lvh + 1px);overflow:visible;padding:4px;place-items:start center}.stage-frame{position:sticky;top:4px}html.chrome-viewport-scroll-pending,html.chrome-viewport-scroll-pending body,html.chrome-viewport-scroll-pending #root{height:100dvh;min-height:100dvh}html.chrome-viewport-scroll-pending body{overflow-y:hidden}html.chrome-viewport-scroll-pending .app-shell{height:100dvh;min-height:100dvh;overflow:hidden}}@media(prefers-reduced-motion:reduce){.mobile-guitar-preview,.mobile-guitar-name,.mobile-brand-header,.mobile-action-dock,.mobile-name-dialog,.mobile-name-dialog-backdrop,.mobile-editor-sheet,.mobile-sheet-backdrop,.part-option-spinner,.mobile-option-spinner,.master-loader,.master-loader-content,.master-loader-spinner,.master-loader-track i{animation:none;transition:none}.master-loader-content{opacity:1}}
