:root{--primary: #007aff;--primary-dark: #0062cc;--primary-light: #5ac8fa;--background: #f2f2f7;--surface: #ffffff;--text-primary: #000000;--text-secondary: #8e8e93;--divider: #c6c6c8;--error: #ff3b30;--success: #34c759;--warning: #ff9500}*{box-sizing:border-box}html,body{height:100%;overscroll-behavior:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,sans-serif;color:var(--text-primary);background:#e5e5ea;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}.appShell{min-height:100vh;min-height:100svh;display:flex;align-items:stretch;justify-content:flex-start;padding:0}.phoneFrame{width:100%;max-width:420px;min-height:100vh;min-height:100svh;min-height:100dvh;background:var(--background);display:flex;flex-direction:column;box-shadow:0 18px 50px #00000040;overflow:hidden}@media (min-width: 640px){.appShell{min-height:100%;align-items:center;justify-content:center;padding:16px}.phoneFrame{min-height:800px;border-radius:40px}}.topBar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:48px 24px 16px;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.08)}.homeTopBar{justify-content:center}.homeLogoWrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.homeLogoMark{display:inline-flex;align-items:center;gap:9px;line-height:1}.homeLogoIcon{display:block;width:28px;height:28px}.homeLogoText{font-size:20px;font-weight:800;letter-spacing:-.2px;color:#1f2937}.brand{display:flex;align-items:center;gap:10px}.brandIcon{width:26px;height:26px;color:var(--primary)}.brandName{font-size:20px;font-weight:800;letter-spacing:-.3px}.iconButton{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:none;background:#0000000d;border-radius:999px;cursor:pointer;color:var(--primary);transition:background .15s ease,transform .1s ease}.iconButton:hover{background:#00000014}.iconButton:active{transform:scale(.95)}.iconButtonIcon{width:18px;height:18px}.closeButton{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:none;background:#e9e9eb;border-radius:999px;cursor:pointer;color:#8e8e93;transition:background .15s ease,color .15s ease,transform .1s ease}.closeButton:hover{background:#d1d1d6;color:#000000b3}.closeButton:active{transform:scale(.95)}.closeButton:focus-visible{outline:2px solid rgba(0,122,255,.55);outline-offset:2px}.closeIcon{width:20px;height:20px}.content{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column}.heroCard{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:12px;padding:14px;background:linear-gradient(145deg,#f4ddca,#efcfb9 38%,#dae5f3);box-shadow:0 12px 26px #1a1d2333,0 3px 10px #00000014;isolation:isolate;margin-bottom:20px}.heroGlow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(circle at 14% 16%,rgba(255,255,255,.58),transparent 34%),radial-gradient(circle at 92% 82%,rgba(0,122,255,.16),transparent 42%),linear-gradient(165deg,rgba(255,255,255,.3),transparent 55%)}.heroText{position:relative;z-index:1;color:#1f2938}.heroBadge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.08em;color:#234268;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.75);background:#ffffff8f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:8px}.heroBadgeIcon{width:14px;height:14px}.heroTitle{font-size:20px;font-weight:900;line-height:1.2;letter-spacing:-.25px}.heroSubtitle{margin-top:6px;font-size:12px;line-height:1.45;color:#1f2938c7}.heroCompare{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr);align-items:center;gap:10px}.heroPanel{position:relative;margin:0;min-width:0;border-radius:16px;padding:6px;overflow:hidden;background:linear-gradient(170deg,#ffffffbd,#ffffff75 52%,#ffffff4d);border:1px solid rgba(255,255,255,.82);box-shadow:0 10px 22px #10264738,inset 0 1px #ffffffb8,inset 0 -8px 16px #ffffff1f;backdrop-filter:blur(12px) saturate(145%);-webkit-backdrop-filter:blur(12px) saturate(145%)}.heroPanel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(160deg,#ffffff8a,#fff0 58%)}.heroPanel>*{position:relative;z-index:1}.heroPanelTag{margin:0 0 6px;font-size:10px;font-weight:800;letter-spacing:.08em;color:#16233ac7}.heroPanelImage{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:11px;border:1px solid rgba(21,27,37,.12)}.heroPanelImage.isBead{image-rendering:pixelated}.heroArrowWrap{width:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.heroArrow{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0a89ff,#0065cf);color:#fff;font-size:20px;font-weight:800;line-height:1;box-shadow:0 4px 10px #0065cf59}.heroArrowLabel{font-size:10px;font-weight:700;letter-spacing:.04em;color:#14253dc2;white-space:nowrap}@media (max-width: 360px){.heroCard{padding:12px;gap:10px}.heroCompare{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);gap:6px}.heroArrowWrap{width:44px}.heroTitle{font-size:18px}.heroSubtitle{font-size:11px}.heroArrow{width:30px;height:30px;font-size:18px}.heroArrowLabel,.heroPanelTag{font-size:9px}}.introTitle{font-size:28px;font-weight:900;margin:0 0 8px;letter-spacing:-.5px}.introDesc{margin:0;color:var(--text-secondary);font-size:16px;line-height:1.6}.spacer{flex:1}.form{display:flex;flex-direction:column;gap:14px;padding-bottom:18px}.formHeader{display:flex;align-items:center;justify-content:space-between;padding:0 2px}.formLabel{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--text-secondary)}.linkButton{border:none;background:transparent;padding:0;color:var(--primary);font-weight:600;font-size:12px;cursor:pointer;transition:opacity .15s ease}.linkButton:hover{opacity:.7}.inputWrap{position:relative;height:56px}.inputIcon{position:absolute;left:14px;top:0;bottom:0;display:flex;align-items:center;color:#00000059;pointer-events:none;line-height:0}.inputWrap:focus-within .inputIcon{color:#007affd9}.inputWrap.isError .inputIcon{color:#ff3b30d9}.inputIconSvg{width:18px;height:18px;display:block}.inputIconEmoji{font-size:18px;line-height:1;display:block}.textInput{width:100%;height:56px;border-radius:14px;border:1px solid rgba(0,0,0,.18);padding:0 48px 0 44px;font-size:16px;font-weight:600;outline:none;background:var(--surface);box-shadow:0 1px 3px #0000000d inset;transition:border-color .2s ease,box-shadow .2s ease}.inputClearButton{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:none;border-radius:999px;background:#00000014;color:#00000080;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,transform .1s ease}.inputClearButton:hover{background:#0000001f;color:#000000b8}.inputClearButton:active{transform:translateY(-50%) scale(.95)}.inputClearButton:focus-visible{outline:2px solid rgba(0,122,255,.45);outline-offset:1px}.textInput:focus{border-color:#007affcc;box-shadow:0 0 0 4px #007aff26,0 1px 3px #0000000d inset}.inputWrap.isError .textInput{border-color:#ff3b30e6;color:var(--error)}.inputWrap.isError .textInput:focus{box-shadow:0 0 0 4px #ff3b301f}.fieldError{font-size:12px;color:var(--error);font-weight:600;margin-top:-6px}.fieldHint{font-size:12px;color:var(--text-secondary);font-weight:600;margin-top:-6px}.primaryButton{width:100%;height:56px;border:none;border-radius:14px;background:var(--primary);color:#fff;font-size:18px;font-weight:800;cursor:pointer;box-shadow:none;transition:transform .12s ease,background .15s ease}.primaryButton:hover{background:var(--primary-dark);box-shadow:none;transform:translateY(-1px)}.primaryButton:active{transform:translateY(0) scale(.98);box-shadow:none}.secondaryButton{width:100%;height:48px;border:none;border-radius:14px;background:#0000000f;color:var(--text-primary);font-size:14px;font-weight:700;cursor:pointer;transition:background .15s ease,transform .1s ease}.secondaryButton:hover{background:#0000001a}.secondaryButton:active{transform:scale(.98)}.center{text-align:center}.toast{position:fixed;top:68px;left:50%;transform:translate(-50%);background:#000000bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;padding:8px 16px;border-radius:999px;font-size:14px;font-weight:600;z-index:40;box-shadow:0 4px 12px #0000001f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:8px;animation:toastIn .3s cubic-bezier(.2,.9,.3,1)}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.toastIconEmoji{font-size:16px;line-height:1}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:18px}.modalBackdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:fadeIn .25s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modalCard{position:relative;width:100%;max-width:320px;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 16px 48px #0003,0 4px 12px #0000001a;overflow:hidden;animation:modalIn .35s cubic-bezier(.19,1,.22,1);display:flex;flex-direction:column}@keyframes modalIn{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.modalHeader{display:flex;flex-direction:column;align-items:center;padding:24px 20px 8px;text-align:center}.modalTitle{font-size:17px;font-weight:800;letter-spacing:-.4px;color:#000}.modalContent{padding:0 20px 20px;color:#000;font-size:14px;line-height:1.4;text-align:center}.modalActions{display:flex;flex-direction:column;border-top:.5px solid rgba(0,0,0,.15)}.modalActions.horizontal{flex-direction:row}.modalActions.horizontal .modalActionBtn{flex:1;border-right:.5px solid rgba(0,0,0,.15)}.modalActions .modalActionBtn:last-child{border-right:none}.modalActions .modalActionBtn{border-bottom:.5px solid rgba(0,0,0,.15)}.modalActions .modalActionBtn:last-child{border-bottom:none}.modalActionBtn{height:44px;border:none;background:transparent;color:var(--primary);font-size:17px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;width:100%}.modalActionBtn:active{background:#0000000d}.modalActionBtn.bold{font-weight:800}.modalActionBtn.danger{color:var(--error)}.modalBody p{margin:0 0 10px}.modalList{margin:0 0 10px 18px;padding:0}.modalHint{margin:0;color:var(--text-secondary);font-size:12px;font-weight:600}.editorExportModalBody{display:flex;flex-direction:column;gap:10px;text-align:left}.editorExportModalBody>p{margin:0;font-size:14px;font-weight:700;color:#000c}.editorExportChoices{display:flex;flex-direction:column;gap:10px}.editorExportOption{width:100%;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#007aff0f;padding:12px 14px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.editorExportOption:hover{background:#007aff1a;border-color:#007aff5c;transform:translateY(-1px)}.editorExportOption:active{transform:translateY(0)}.editorExportOption:disabled{opacity:.6;cursor:not-allowed}.editorExportOptionTitle{font-size:15px;font-weight:800;color:#000000e6}.editorExportOptionSub{font-size:12px;font-weight:600;color:#0009;line-height:1.4}.gateCard{background:var(--surface);border-radius:18px;box-shadow:0 10px 24px #00000014;padding:18px;margin-top:24px;display:flex;flex-direction:column;gap:12px}.gatePage{padding-top:0}.keyInvalidPage{padding:0;background:var(--background)}.keyInvalidLayout{flex:1;display:flex;flex-direction:column;min-height:calc(100dvh - 48px)}@media (min-width: 640px){.keyInvalidLayout{min-height:760px}}.keyInvalidTop{height:64px;display:flex;align-items:center;justify-content:center;padding:16px}.keyInvalidTopTitle{opacity:0;font-size:17px;font-weight:700;letter-spacing:-.2px}.keyInvalidCenter{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 32px;margin-top:-64px}.keyInvalidIconWrap{position:relative;margin-bottom:28px}.keyInvalidIconCircle{width:112px;height:112px;border-radius:999px;background:#007aff14;display:flex;align-items:center;justify-content:center}.keyInvalidIconEmoji{font-size:56px;line-height:1;display:block}.keyInvalidBadge{position:absolute;right:-4px;bottom:-4px;width:36px;height:36px;border-radius:999px;background:var(--surface);border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #0000001f}.keyInvalidBadgeEmoji{font-size:18px;line-height:1;display:block}.keyInvalidTitle{margin:0 0 10px;font-size:28px;font-weight:900;letter-spacing:-.5px;text-align:center;line-height:1.15}.keyInvalidDesc{margin:0;font-size:17px;line-height:1.65;text-align:center;color:#0000008c;max-width:320px}.keyInvalidCodePill{margin-top:32px;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#00000005;border:1px solid rgba(0,0,0,.05)}.keyInvalidCodeDot{width:8px;height:8px;border-radius:999px;background:#ef4444}.keyInvalidCodeText{font-size:13px;font-weight:600;color:var(--text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:.06em}.keyInvalidBottom{padding:24px 24px 40px;background:transparent}.keyInvalidActions{max-width:420px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:10px}.keyInvalidActions .primaryButton,.keyInvalidActions .secondaryButton{height:52px;border-radius:18px;font-size:17px}.keyInvalidActions .secondaryButton{background:#0000000f;border:none;color:var(--text-primary);font-weight:700}.hiddenInput{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.uploadRoot{background:var(--background);display:flex;flex-direction:column;flex:1}.uploadTopBar{position:sticky;top:0;z-index:20;height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#ffffffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.08)}.uploadBack{width:82px;display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;color:var(--primary);font-size:17px;font-weight:600;cursor:pointer;padding:6px;margin-left:-6px}.uploadBackIcon{width:24px;height:24px}.uploadTopTitle{font-size:17px;font-weight:800;color:#000}.uploadTopRight{width:82px;text-align:right;color:#000000b3;font-weight:800;font-size:13px}.uploadQuotaBadge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;background:#ff3b301f;border:1px solid rgba(255,59,48,.28);color:#b42318;font-weight:900;letter-spacing:.01em;font-variant-numeric:tabular-nums}.uploadMain{padding:18px 16px 110px;display:flex;flex-direction:column;gap:18px}.uploadCard{position:relative;width:100%;border-radius:16px;background:var(--surface);box-shadow:0 2px 10px #0000000d;overflow:hidden;cursor:pointer}.uploadCard:before{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border-radius:8px;border:2px dashed rgba(0,0,0,.18);pointer-events:none;transition:border-color .2s ease,opacity .2s ease}.uploadCard:has(.uploadFilled):before{opacity:0}.uploadEmpty{padding:44px 18px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.uploadEmptyIcon{width:80px;height:80px;border-radius:999px;background:#007aff1f;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:40px;margin-bottom:12px}.uploadEmptyIconSvg{width:30px;height:30px}.uploadEmptyTitle{font-size:17px;font-weight:800}.uploadEmptySub{font-size:13px;font-weight:600;color:var(--text-secondary)}.uploadSelectBtn{margin-top:10px;border:none;background:var(--primary);color:#fff;font-weight:700;font-size:15px;height:44px;padding:0 20px;border-radius:12px;cursor:pointer;box-shadow:0 2px 8px #007aff40,0 1px 3px #007aff26;transition:all .15s ease}.uploadSelectBtn:hover{background:var(--primary-dark);box-shadow:0 4px 12px #007aff4d,0 2px 6px #007aff33;transform:translateY(-1px)}.uploadSelectBtn:active{transform:translateY(0) scale(.98);box-shadow:0 1px 4px #007aff33}.uploadSelectBtn:active{transform:scale(.96)}.uploadFilled{padding:16px;display:grid;gap:12px}.uploadPreview{width:100%;height:280px;object-fit:contain;border-radius:12px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);box-shadow:0 4px 12px #00000014,0 1px 3px #0000000f}.uploadFilledActions{display:flex;gap:10px}.uploadSmallBtn{flex:1;height:44px;border-radius:12px;border:none;background:#0000000f;font-weight:700;font-size:15px;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 3px #0000000d}.uploadSmallBtn:hover{background:#0000001a;box-shadow:0 2px 6px #00000014;transform:translateY(-1px)}.uploadSmallBtn:active{transform:translateY(0) scale(.98);box-shadow:0 1px 2px #0000000f}.uploadSmallBtn.danger{color:#ef4444;border:none}.uploadSmallBtn.danger:hover{background:#fef2f2}.styleSection{display:flex;flex-direction:column;gap:10px}.styleHeader{display:flex;align-items:flex-end;justify-content:space-between;padding:0 4px}.styleLabel{font-size:14px;font-weight:900;letter-spacing:.12em;color:var(--text-secondary)}.styleSeeAll{border:none;background:transparent;color:var(--primary);font-weight:700;font-size:14px;cursor:pointer;transition:opacity .15s ease}.styleSeeAll:hover{opacity:.7}.styleScroller{display:flex;gap:12px;overflow-x:auto;padding:4px 4px 10px;-webkit-overflow-scrolling:touch}.styleCard{width:100px;border:none;background:transparent;padding:0;cursor:pointer;display:flex;flex-direction:column;gap:8px;align-items:center}.styleThumb{width:100px;aspect-ratio:1 / 1;border-radius:12px;border:1px solid rgba(0,0,0,.08);overflow:hidden;position:relative;background:#fff;transition:transform .15s cubic-bezier(.2,.9,.2,1),border-color .15s ease,box-shadow .15s ease}.styleCard.isSelected .styleThumb{border-color:#007aff;border-width:2px;box-shadow:0 0 0 3px #007aff40,0 4px 12px #007aff33}.styleThumb.isStandard{background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.8),transparent 55%),linear-gradient(140deg,#2dd4bf,#60a5fa 55%,#f59e0b)}.styleThumb.isVibrant{background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.75),transparent 55%),linear-gradient(135deg,#a855f7,#22c55e 55%,#ef4444)}.styleThumb.isSepia{background:radial-gradient(circle at 30% 35%,rgba(255,255,255,.6),transparent 55%),linear-gradient(135deg,#f59e0b,#a16207 55%,#d97706)}.styleThumb.isMono{background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.65),transparent 55%),linear-gradient(135deg,#111827,#6b7280 55%,#e5e7eb);filter:grayscale(.65)}.styleCheck{position:absolute;right:8px;bottom:8px;width:22px;height:22px;border-radius:999px;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 6px 14px #0000002e}.styleCheckIcon{width:14px;height:14px}.styleName{font-size:13px;font-weight:700;color:#000000c7}.styleName.isSelected{color:var(--primary)}.optionsSection{display:flex;flex-direction:column;gap:8px}.optionsLabel{font-size:14px;font-weight:900;letter-spacing:.12em;color:var(--text-secondary);padding-left:4px}.optionsCard{border-radius:14px;background:var(--surface);border:1px solid rgba(0,0,0,.06);overflow:hidden}.optionRow{width:100%;border:none;background:transparent;padding:14px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.06);transition:background .15s ease}.optionRowStatic{cursor:default}.optionRowStatic:hover,.optionRowStatic:active{background:transparent}.optionRowColumn{flex-direction:column;align-items:stretch;gap:10px}.optionRowTop{display:flex;align-items:center;justify-content:space-between}.optionRowBottom{display:flex;flex-direction:column;gap:8px}.optionHint{font-size:12px;font-weight:700;color:#00000085}.optionRow:hover{background:#00000005}.optionRow:active{background:#0000000a}.optionRow:last-child{border-bottom:none}.optionRow.subRow{padding-top:12px;padding-bottom:12px;background:#00000005}.optionLeft{display:flex;align-items:center;gap:12px}.optionIcon{width:30px;height:30px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.optionIcon.isOrange{background:#ff9500}.optionIcon.isBlue{background:#007affeb}.optionIcon.isGray{background:#8e8e93}.optionIconSvg{width:18px;height:18px;transform-origin:center}.optionIconSvgBrand{transform:scale(.95)}.optionIconSvgAdvanced{transform:scale(.9)}.optionText{font-size:18px;font-weight:500;color:var(--text-primary)}.optionRight{display:flex;align-items:center;gap:6px;color:#00000059}.optionValue{font-size:18px;font-weight:500;color:#00000080}.optionChevron{width:18px;height:18px;color:#00000040}.optionExpand{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:18px;transform:rotate(0);transition:transform .15s ease}.optionExpand.isOpen{transform:rotate(180deg)}.optionExpandIcon{width:20px;height:20px;color:#00000040}.optionsHint{font-size:13px;color:var(--text-secondary);line-height:1.5;padding-left:4px;max-width:90%}.uploadBottomBar{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:420px;padding:12px 16px 18px;background:transparent;pointer-events:none}.uploadBottomBar>*{pointer-events:auto}.uploadStartBtn{width:100%;height:50px;border:none;border-radius:12px;background:var(--primary);color:#fff;font-size:17px;font-weight:800;box-shadow:none;cursor:pointer;transition:transform .12s ease,background .15s ease,box-shadow .15s ease}.uploadStartBtn:hover{background:var(--primary-dark);box-shadow:none;transform:translateY(-1px)}.uploadStartBtn:active{transform:translateY(0) scale(.98)}.sheetOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;touch-action:pan-y;overscroll-behavior-x:contain}.sheetBackdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#0006;animation:sheetBackdropIn .3s ease-out both}.sheetCard{position:relative;width:100%;max-width:420px;height:80vh;max-height:800px;background:#f2f2f7e6;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;animation:sheetIn .45s cubic-bezier(.32,1,.67,1) both}.sheetHandle{width:36px;height:5px;border-radius:999px;background:#0003;margin:8px auto 4px;flex:none}.sheetHeader{display:flex;align-items:center;justify-content:space-between;padding:10px 14px}.sheetTitle{font-size:18px;font-weight:900;color:#000000e6}.sheetClose{width:32px;height:32px;border-radius:999px;border:none;background:#00000014;color:#0000008c;cursor:pointer;transition:background .15s ease,transform .1s ease;display:inline-flex;align-items:center;justify-content:center}.sheetClose:hover{background:#0000001f}.sheetClose:active{transform:scale(.92)}.sheetContent{flex:1;overflow:auto;padding:0 14px calc(18px + env(safe-area-inset-bottom,0px));touch-action:pan-y}@keyframes sheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes sheetBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes sheetOut{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes sheetBackdropOut{0%{opacity:1}to{opacity:0}}.sheetOverlay.sheetClosing .sheetBackdrop{animation:sheetBackdropOut .2s linear forwards}.sheetCard.sheetClosing{animation:sheetOut .2s linear forwards}.styleAllGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:8px 4px 4px}.styleCardGrid{width:100%;min-width:0}.styleCardGrid .styleThumb{width:100%}.sheetSearch{position:relative;margin:4px 0 12px}.sheetFreeHint{margin:0 0 12px;border-radius:10px;border:1px solid rgba(0,122,255,.18);background:#007aff14;color:#0052abe6;padding:8px 10px;font-size:12px;font-weight:600;line-height:1.4}.sheetSearchIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:16px;line-height:1;pointer-events:none;opacity:.5}.sheetSearchInput{width:100%;height:44px;border-radius:12px;border:none;background:#0000000d;padding:0 38px 0 36px;font-size:15px;font-weight:500;color:var(--text-primary);outline:none;transition:background .15s ease,box-shadow .15s ease;caret-color:var(--primary)}chInput:focus{background:#fff;box-shadow:0 0 0 3px #007aff26,0 2px 8px #0000000f}.sheetSection{margin-top:14px}.sheetSectionTitle{font-size:12px;font-weight:900;letter-spacing:.1em;color:#00000080;padding:0 2px 8px;text-transform:uppercase}.sheetList{display:flex;flex-direction:column;gap:8px}.sheetRow{width:100%;border:none;background:var(--surface);padding:12px;display:flex;align-items:center;gap:12px;cursor:pointer;border-radius:16px;text-align:left;transition:all .15s ease;box-shadow:0 1px 3px #0000000d;border:1px solid rgba(0,0,0,.04)}.sheetRow.isSelected{background:#007aff1f;border:2px solid rgba(0,122,255,1);padding:11px;box-shadow:0 0 0 1px #007aff26}.sheetRow:hover:not(.isDisabled){background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0000000f;border-color:#00000014}.sheetRow:active:not(.isDisabled){transform:translateY(0) scale(.98);box-shadow:0 1px 2px #0000000a}.sheetRow.isSelected:hover,.sheetRow.isSelected:active{background:#007aff1f;border:2px solid rgba(0,122,255,1);padding:11px;box-shadow:0 0 0 1px #007aff26;transform:none}.sheetRow.isDisabled{opacity:.5;cursor:not-allowed}.sheetAvatar{width:40px;height:40px;border-radius:12px;background:#00000014;flex:none}.sheetAvatar.isBlue{background:linear-gradient(135deg,#60a5fa,#6366f1)}.sheetAvatar.isOrange{background:linear-gradient(135deg,#fb923c,#ec4899)}.sheetAvatar.isGray{background:#00000014}.sheetRowMain{flex:1;min-width:0}.sheetRowTop{display:flex;align-items:center;justify-content:space-between;gap:12px}.sheetRowName{font-size:17px;font-weight:700;color:#000000e6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheetRowMeta{font-size:15px;color:#00000059;flex:none}.sheetRowSub{margin-top:2px;font-size:13px;color:#00000073;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheetRowRight{width:28px;display:flex;align-items:center;justify-content:flex-end}.sheetCheck{width:22px;height:22px;color:var(--primary)}.sheetSpacer{display:inline-block;width:22px;height:22px}.canvasPill{margin:4px 0 12px;background:#007aff1f;color:var(--primary);padding:10px 12px;border-radius:12px;font-weight:700;font-size:14px}.canvasScroll{padding-bottom:18px}.canvasSection{margin-top:16px}.canvasSectionHeader{padding:0 2px 10px}.canvasSectionTitle{font-size:16px;font-weight:900}.canvasSectionSub{margin-top:4px;font-size:12px;color:#00000073}.canvasGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.canvasCard{border:1px solid rgba(0,0,0,.08);border-radius:14px;background:var(--surface);padding:14px;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .1s ease,box-shadow .2s ease}.canvasCard:hover{border-color:#0000001f;background:#007aff05}.canvasCard:active{transform:scale(.97)}.canvasCard.isSelected{border-color:#007aff;border-width:2px;background:#007aff14;padding:13px;box-shadow:0 0 0 3px #007aff26,0 2px 8px #007aff1a}.canvasCardSize{font-size:16px;font-weight:900;color:#000000e6}.canvasCard.isSelected .canvasCardSize{color:var(--primary)}.canvasCardBeads{font-size:12px;color:#00000073}.canvasCardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:6px}.canvasCardHint{font-size:11px;color:#00000073;line-height:1.35}.brandGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-bottom:18px}.brandCard{border:1px solid rgba(0,0,0,.08);border-radius:14px;background:var(--surface);padding:14px;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .1s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:4px}.brandCard:hover{border-color:#0000001f;background:#007aff05}.brandCard:active{transform:scale(.97)}.brandCard.isSelected{border-color:#007aff;border-width:2px;background:#007aff14;padding:13px;box-shadow:0 0 0 3px #007aff26,0 2px 8px #007aff1a}.brandCardName{font-size:15px;font-weight:800;color:#000000e6;line-height:1.2}.brandCard.isSelected .brandCardName{color:var(--primary)}.brandCardColors{font-size:12px;color:#00000080;font-weight:600}.brandCardHint{font-size:11px;color:#00000073;line-height:1.35;margin-top:2px}.genFrame{position:relative;background:#fff}.genBg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f2f2f7;background-image:radial-gradient(#d1d1d6 2px,transparent 2px);background-size:16px 16px;pointer-events:none}.genCenter{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;padding:28px 20px 12px;gap:14px}.genTop{width:100%;max-width:352px;text-align:center}.genBeadWrap{position:relative;width:140px;height:140px;margin-bottom:40px;display:flex;align-items:center;justify-content:center}.genBeadGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%;height:100%;animation:beadGridBounce 3s ease-in-out infinite}@keyframes beadGridBounce{0%,25%,75%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.genBead{width:100%;padding-bottom:100%;position:relative;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 4px var(--bead-color, #ccc),inset 2px 2px 6px #0000001a,0 4px 6px #00000014;transform:scale(0);animation:beadPop 3s cubic-bezier(.34,1.56,.64,1) infinite}.genBead:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32%;height:32%;border-radius:50%;background:#0000000d;box-shadow:inset 1px 1px 2px #0000001a}@keyframes beadPop{0%{transform:scale(0);opacity:0}10%{transform:scale(1.1);opacity:1}15%,85%{transform:scale(1);opacity:1}90%{transform:scale(0);opacity:0}to{transform:scale(0);opacity:0}}.genBeadIcon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:34px;color:#fb923c;z-index:10;text-shadow:0 2px 10px rgba(251,146,60,.4);background:#ffffffd9;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;animation:beadIconFloat 3s ease-in-out infinite}@keyframes beadIconFloat{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.95}50%{transform:translate(-50%,-60%) scale(1.05);opacity:1}}.genText{width:100%;max-width:320px;text-align:center}.genTitle{font-size:20px;font-weight:750;letter-spacing:-.2px;color:#0f172a}.genAccent{color:var(--primary)}.genProgress{margin:16px auto 10px;width:100%;max-width:320px;height:16px;border-radius:0;border:3px solid #0f172a;background:#fff;position:relative;overflow:hidden;box-shadow:2px 2px #0f172a}.genProgressBar{position:absolute;top:0;bottom:0;left:0;width:0%;border-radius:0;background:var(--primary);border-right:3px solid #0f172a;transition:width .2s steps(20,end)}.genProgressMeta{display:flex;align-items:center;justify-content:space-between;margin-top:6px;height:18px}.genProgressPct{font-size:12px;font-weight:700;color:#0f172a}.genTimer{font-size:12px;font-weight:500;color:#64748b}.genStageEmoji{display:inline-block;margin-right:6px;font-style:normal}.genTip{width:100%;max-width:352px;margin-top:2px;padding:10px 14px;border-radius:0;background:#fff;border:3px solid #0f172a;box-shadow:4px 4px #0f172a;font-family:inherit;font-size:14px;font-weight:700;color:#0f172a;line-height:1.5;text-align:left;opacity:0;transform:translateY(4px);transition:opacity .35s ease,transform .35s ease}.genTip.genTipVisible{opacity:1;transform:translateY(0)}.genGameCard{position:relative;width:100%;max-width:352px;height:212px;border-radius:0;border:4px solid #0f172a;background:#fff;box-shadow:6px 6px #0f172a;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:manipulation}.genGameCard.isCrashed{animation:genGameShake .16s ease}@keyframes genGameShake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.genGameCanvas{width:100%;height:100%;display:block}.genGameHud{position:absolute;top:12px;left:14px;right:14px;display:flex;align-items:center;justify-content:space-between;font-family:Courier New,Courier,monospace,sans-serif;font-size:14px;font-weight:800;color:#0f172a;text-shadow:1px 1px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,0 1px 0 #fff,1px 0 0 #fff,0 -1px 0 #fff,-1px 0 0 #fff;pointer-events:none}.genGameHint{position:absolute;left:50%;transform:translate(-50%);top:10px;padding:4px 8px;border-radius:0;background:#ffffffd9;border:2px solid #0f172a;box-shadow:2px 2px #0f172a;font-size:10px;font-weight:700;color:#0f172a;line-height:1.2;white-space:normal;max-width:calc(100% - 150px);text-align:center;pointer-events:none}.genGameCrash{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:8px 14px;border-radius:0;background:#ff3b30;border:3px solid #0f172a;box-shadow:4px 4px #0f172a;color:#fff;font-family:inherit;font-size:14px;font-weight:800;text-shadow:2px 2px 0px rgba(0,0,0,.5);pointer-events:none;animation:crashBlink 1s steps(2,start) infinite}@keyframes crashBlink{to{visibility:hidden}}.genBottom{position:relative;z-index:1;padding:10px 24px 28px}.genCancelBtn{width:100%;height:48px;border-radius:0;border:3px solid #0f172a;background:#fff;color:#0f172a;box-shadow:4px 4px #0f172a;font-family:inherit;font-size:16px;font-weight:800;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease}.genCancelBtn:active{transform:translate(2px,2px);box-shadow:2px 2px #0f172a}@media (max-width: 390px){.genCenter{padding:24px 16px 12px;gap:14px}.genTitle{font-size:20px}.genGameCard{height:188px;border-radius:16px}.genTip{font-size:12px}}@media (orientation: landscape) and (max-height: 520px){.genCenter{padding-top:16px;gap:10px}.genGameCard{height:150px;max-width:360px}.genTip{margin-top:0;padding:8px 12px}.genBottom{padding-top:8px;padding-bottom:16px}}.editorFrame{background:var(--background)}.editorTopBar{position:sticky;top:0;z-index:20;height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}.editorBack{width:82px;display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;color:var(--primary);font-size:17px;font-weight:600;cursor:pointer;padding:6px;margin-left:-6px;transition:opacity .15s ease}.editorBack:hover{opacity:.7}.editorBackIcon{width:24px;height:24px}.editorTitle{font-size:17px;font-weight:600;color:#000}.editorRight{width:82px}.editorTabs{padding:12px 16px;background:var(--background);display:flex;position:relative}.editorTabsInner{display:flex;width:100%;background:#7676801f;padding:2px;border-radius:9px;height:36px}.editorTab{flex:1;height:100%;border-radius:7px;border:.5px solid transparent;background:transparent;font-weight:600;font-size:13px;cursor:pointer;color:#000000c7;transition:background .15s ease,transform .12s ease}.editorTab.isOn{background:#fff;box-shadow:0 1px 2px #0000001f;border-color:#0000000d}.editorTab:active{transform:scale(.98)}.editorCanvasArea{flex:1;position:relative;overflow:hidden;background:linear-gradient(180deg,#0000000a,#00000005)}.editorCanvasBg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.06;background-image:radial-gradient(#000 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.zoomWrap{position:absolute;top:0;right:0;bottom:0;left:0}.zoomStage{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;touch-action:none;cursor:grab}.zoomStage:active{cursor:grabbing}.zoomContent{transform-origin:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.editorPaper{width:min(85%,360px,calc(60vh * var(--paper-ratio, .8)));height:auto;background:transparent;box-shadow:0 20px 40px -10px #00000026;border-radius:10px;overflow:hidden;position:relative;border:1px solid rgba(0,0,0,.06);transition:transform .22s ease,box-shadow .22s ease}.editorPaper:hover{transform:scale(1.01);box-shadow:0 24px 46px -12px #0000002e}.editorPreview{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.editorImgPixel{width:100%;height:100%;display:block;image-rendering:pixelated;object-fit:contain}.editorPatternCanvas{width:100%;height:100%;display:block;image-rendering:pixelated}.editorPaperGrid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,0,0,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.08) 1px,transparent 1px);background-size:24px 24px;opacity:.1;mix-blend-mode:multiply;pointer-events:none}.editorScalePill{position:absolute;top:12px;right:12px;background:#00000052;color:#fff;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:800;letter-spacing:.06em;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.editorPreviewAlert{position:absolute;bottom:16px;left:50%;transform:translate(-50%);max-width:90%;background:#000000bf;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:8px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 8px 16px #0003;animation:fadeInUp .3s ease-out;z-index:10}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.editorPreviewAlertIcon{font-size:18px;line-height:1}.editorPreviewAlertText{color:#fffffff2;font-size:13px;font-weight:600;letter-spacing:.02em}.editorGeneratingOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:20}.editorGeneratingBox{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:16px;border-radius:16px;box-shadow:0 8px 24px #0000001a;display:flex;flex-direction:column;align-items:center;gap:12px}.editorGeneratingSpinner{width:32px;height:32px;border:3px solid rgba(0,122,255,.2);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.editorGeneratingText{font-size:14px;font-weight:600;color:#000000a6}.editorBottom{background:var(--surface);border-top:1px solid rgba(0,0,0,.05);box-shadow:0 -10px 28px #0000000a;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))}.editorSummaryWrap{padding:0 16px;margin-top:-48px;position:relative;z-index:10}.editorSummary{width:100%;border:1px solid rgba(255,255,255,.6);background:#fffffff2;border-radius:16px;padding:16px;display:flex;align-items:stretch;justify-content:flex-start;gap:12px;cursor:default;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 30px #00000014;border:1px solid rgba(0,0,0,.05);position:relative}.editorSummaryConfig{flex:1.2;display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.editorSummaryStats{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.editorSummaryDivider{width:1px;background:linear-gradient(180deg,#0000000d,#0000001a,#0000000d);margin:4px 0}.editorSummaryLeft{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.editorSummaryKicker{font-size:10px;font-weight:900;letter-spacing:.12em;color:var(--text-secondary);text-transform:uppercase;opacity:.8}.editorSummaryLine{display:flex;align-items:center;gap:0;font-size:13px;flex-wrap:wrap;line-height:1.4;font-weight:600;color:#000}.editorSummaryLabel{color:#00000073;font-weight:500}.editorSummaryValue{color:var(--primary);font-weight:700;font-variant-numeric:tabular-nums}.editorSummaryGroup{display:inline-flex;align-items:center;gap:4px}.editorSummaryGroup:not(:last-child):after{content:"|";display:block;margin:0 5px;color:#0000001f;font-weight:300;transform:translateY(-1px)}.editorFreeNotice{margin-top:8px;border-radius:10px;border:1px solid rgba(0,122,255,.2);background:linear-gradient(135deg,#007aff12,#007aff08);padding:6px 10px;display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.editorFreeNoticeLabel{display:inline-flex;align-items:center;justify-content:center;height:18px;padding:0 6px;border-radius:999px;background:#007aff29;color:var(--primary);font-size:10px;font-weight:800;letter-spacing:.02em;flex-shrink:0}.editorFreeNoticeText{font-size:11px;font-weight:600;color:#0052abeb;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.editorDirtyBadge{margin-top:12px;padding:10px 14px;border-radius:12px;background:linear-gradient(135deg,#ff950014,#ff95001f);border:1px solid rgba(255,149,0,.2);display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#c70}.editorDirtyDot{position:relative;width:8px;height:8px;flex-shrink:0}.editorDirtyDot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#ff9500;animation:pulse 2s ease-in-out infinite}.editorDirtyDot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#ff9500}@keyframes pulse{0%,to{opacity:.75;transform:scale(1)}50%{opacity:.25;transform:scale(1.5)}}.editorDirtyHint{margin-left:auto;font-size:10px;color:#cc7700a6;font-weight:600}.editorActions{padding:14px 16px 16px;display:grid;gap:10px}.editorActionsRow{display:grid;grid-template-columns:1fr 1fr;gap:10px}.editorActions .primaryButton,.editorActions .secondaryButton{display:inline-flex;align-items:center;justify-content:center;gap:8px}.editorActions .primaryButton{height:52px;font-size:17px;font-weight:700}.editorActions .secondaryButton{height:52px;border:none;background:#0000000f;color:var(--primary);font-size:16px;font-weight:700}.editorActions .secondaryButton:hover{background:#0000001a}.editorActionIcon{width:18px;height:18px}.editorSettingsBtn{position:relative}.editorSettingsFreeTag{display:inline-flex;align-items:center;justify-content:center;height:20px;padding:0 7px;border-radius:999px;background:#007aff1f;color:var(--primary);font-size:10px;font-weight:800;letter-spacing:.02em}.editorBtnBadge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;background:#ff3b30;color:#fff;font-size:11px;font-weight:900;border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface);box-shadow:0 2px 6px #ff3b304d;pointer-events:none}.settingsNotice{margin:-12px -14px 16px;padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.06)}.settingsNoticeAlert{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:linear-gradient(135deg,#ff95001a,#ff950026);border:1px solid rgba(255,149,0,.25);font-size:13px;font-weight:700;color:#c70}.settingsNoticeInfo{font-size:13px;font-weight:600;color:#00000080;text-align:center}.settingsNoticeIcon{font-size:16px;line-height:1}.settingsNoticeFree{margin-top:10px;padding:8px 10px;border-radius:10px;background:#007aff14;border:1px dashed rgba(0,122,255,.22);font-size:12px;font-weight:600;color:#0052abe0;line-height:1.4}.settingsRowTitleWrapper{display:flex;align-items:center;gap:8px}.settingsPendingTag{padding:2px 6px;border-radius:4px;background:#ff950026;color:#c70;font-size:10px;font-weight:900;letter-spacing:.02em;border:1px solid rgba(255,149,0,.3)}.settingsDirtyItem{position:relative;border-left:3px solid rgb(255,149,0);padding-left:11px!important}.settingsFooter{position:sticky;bottom:calc(16px + env(safe-area-inset-bottom,0px));left:16px;right:16px;margin:16px 0 0;padding:0;z-index:100;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease}.settingsFooterHidden{opacity:0;transform:translateY(30px);pointer-events:none}.settingsFooter .primaryButton{width:100%;height:54px;font-size:17px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:16px;box-shadow:0 12px 32px #007aff40,0 4px 12px #0000001a}.settingsFooterIcon{width:18px;height:18px}.settingsSection{margin-top:12px}.settingsLabel{font-size:12px;font-weight:800;letter-spacing:.08em;color:#00000073;text-transform:uppercase;padding:0 2px 8px}.settingsCard{background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.06);overflow:hidden}.settingsCard.pad{padding:14px}.settingsRow{width:100%;border:none;background:transparent;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.06);text-align:left}.settingsRowStatic{cursor:default}.settingsRowColumn{flex-direction:column;align-items:stretch}.settingsRowTop{display:flex;align-items:center;justify-content:space-between;gap:12px}.settingsRowBottom{display:flex;flex-direction:column;gap:8px;padding-left:0}.settingsInlineHint{font-size:12px;font-weight:700;color:#00000080}.settingsRow:last-child{border-bottom:none}.settingsRowLeft{display:flex;align-items:center;gap:12px}.settingsIcon{width:32px;height:32px;border-radius:10px;background:#007affeb;color:#fff;display:flex;align-items:center;justify-content:center;flex:none}.settingsIconSvg{width:18px;height:18px}.settingsRowText{display:flex;flex-direction:column;gap:3px}.settingsRowTitle{font-size:17px;font-weight:700;color:#000000eb}.settingsRowSub{font-size:13px;color:#00000080;font-weight:600}.settingsRowRight{display:inline-flex;align-items:center;gap:6px;color:var(--primary);flex:none}.settingsRowValue{font-size:17px;font-weight:700;color:var(--primary)}.settingsRowValue.muted{color:#00000073;font-size:15px}.settingsChevron{font-size:22px;color:#00000040}.settingsSegment{margin-top:10px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;background:#7676801f;padding:4px;border-radius:10px}.settingsSegBtn{border:none;background:transparent;border-radius:8px;height:32px;font-size:13px;font-weight:800;cursor:pointer;color:#000000b8}.settingsSegBtn.isOn{background:#fff;box-shadow:0 1px 2px #0000001f;color:#000}.settingsFootnote{text-align:center;padding:18px 0 6px;color:#0006;font-weight:700;font-size:11px}.poePanel{display:flex;flex-direction:column;gap:12px}.poeGrid{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}.poeRow{display:flex}.poeTwoCol{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:end}.poeField{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.poeLabel{font-size:12px;font-weight:900;letter-spacing:.02em;color:#0000008c}.poeLabelRow{display:flex;align-items:center;justify-content:space-between;gap:8px}.poeValueChip{padding:2px 8px;border-radius:999px;background:#007aff1f;color:#007afff2;font-weight:900;font-size:12px}.poeInput,.poeSelect{height:40px;border-radius:12px;border:1px solid rgba(0,0,0,.06);background:#7676801f;padding:0 12px;font-size:15px;font-weight:800;outline:none;color:#000000e0}.poeInput:disabled,.poeSelect:disabled{opacity:.55;cursor:not-allowed}.poeSelect{cursor:pointer}.poeBind{display:inline-flex;align-items:center;gap:8px;padding:0 10px;height:40px;border-radius:12px;background:#7676801f;border:1px solid rgba(0,0,0,.06);font-weight:900;font-size:13px;color:#000000ad;-webkit-user-select:none;user-select:none}.poeBind input{width:16px;height:16px}.poeSliderField{gap:10px}.poeSlider{width:100%}.poeNumberInput{width:100%;height:48px;border-radius:12px;background:#0000000d;border:1px solid rgba(0,0,0,.08);padding:0 16px;font-size:16px;font-weight:600;color:var(--text-primary);outline:none;transition:all .15s ease;-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.poeNumberInput::-webkit-outer-spin-button,.poeNumberInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.poeNumberInput:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px #007aff1a}.poeRecommendHint{margin-top:8px;font-size:12px;font-weight:500;color:var(--primary);line-height:1.4;background:#007aff0f;padding:8px 12px;border-radius:8px}.poeChecks{display:grid;gap:10px;padding-top:4px}.poeCheck{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:#000000b8}.poeCheck input{width:16px;height:16px}.palSheetContent{padding:0 14px 18px}.palPanel{display:flex;flex-direction:column;gap:12px;margin-top:6px}.palToggleRow{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ffffffc7;border-radius:16px;padding:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 24px #0000000f}.palToggleLeft{flex:1;min-width:0}.palToggleTitle{font-size:14px;font-weight:900;color:#000000e6}.palToggleSub{margin-top:2px;font-size:12px;font-weight:700;color:#0000008c;line-height:1.35}.palCard{background:#ffffffc7;border-radius:16px;padding:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 24px #0000000f;display:flex;flex-direction:column;gap:10px}.palCard.isDisabled{opacity:.55}.palRow{display:flex}.palPreviewHeader{display:flex;align-items:center;justify-content:space-between;gap:10px}.palPreviewTitle{font-size:13px;font-weight:900;color:#000c}.palPreviewMeta{font-size:12px;font-weight:800;color:#00000073}.palPreviewGrid{display:flex;flex-wrap:wrap;gap:6px;padding:10px;border-radius:12px;border:1px solid rgba(0,0,0,.06);background:#0000000a}.palSwatch{width:22px;height:22px;border-radius:6px;border:1px solid rgba(0,0,0,.12);box-shadow:0 1px 2px #00000014}.palMore{height:22px;display:flex;align-items:center;padding:0 8px;border-radius:6px;border:1px solid rgba(0,0,0,.12);background:#fffc;color:#0000008c;font-size:11px;font-weight:900}.palDesc{font-size:12px;font-weight:700;color:#0000008c;line-height:1.35}.palSegment{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;background:#00000014;padding:4px;border-radius:10px}.palSegBtn{border:none;background:transparent;border-radius:8px;height:32px;cursor:pointer;font-weight:900;font-size:12px}.palSegBtn.isOn{background:#fff;box-shadow:0 1px 2px #0000001f}.palSegBtn:disabled{opacity:.6;cursor:default}.palHint{font-size:12px;font-weight:700;color:#00000080;line-height:1.35}.exportSheetOverlay .sheetBackdrop{background:#00000038}.exportSheetBg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:blur(20px);transform:scale(1.08);opacity:.75;pointer-events:none}.exportSheetBg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,#ffffff59,#fff0 55%),linear-gradient(180deg,#f2f2f759,#f2f2f7d9)}.exportSheetCard{height:78vh}.exportSection{margin-top:10px}.exportLabel{font-size:12px;font-weight:800;letter-spacing:.08em;color:#00000073;text-transform:uppercase;padding:0 2px 8px}.exportCard{display:block;cursor:pointer;margin-bottom:10px}.exportRadio{position:absolute;opacity:0;pointer-events:none}.exportCardInner{background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.06);padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.exportCard.isSelected .exportCardInner{border-color:#007affb3;background:#007aff14}.exportCardLeft{display:flex;align-items:center;gap:10px}.exportCardIcon{width:40px;height:40px;border-radius:12px;background:#0000000d;display:flex;align-items:center;justify-content:center;color:var(--primary);font-weight:900}.exportCardIcon.muted{color:#00000073}.exportCardTitle{font-weight:900;font-size:15px}.exportCardSub{font-weight:700;color:#0000008c;font-size:13px;margin-top:2px}.exportRec{display:inline-block;margin-left:6px;font-size:10px;font-weight:900;color:var(--primary);background:#007aff1f;padding:2px 6px;border-radius:999px;letter-spacing:.08em}.exportIndicator{width:22px;height:22px;border-radius:999px;border:1px solid rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;background:#fff}.exportCheck{width:18px;height:18px;color:var(--primary)}.exportSegment{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#00000014;padding:4px;border-radius:10px}.exportSegBtn{border:none;background:transparent;border-radius:8px;height:32px;cursor:pointer;font-weight:800;font-size:13px}.exportSegBtn.isOn{background:#fff;box-shadow:0 1px 2px #0000001f}.exportInfo{margin-top:10px;display:flex;gap:8px;align-items:flex-start;color:#0000008c;font-weight:700;font-size:12px;line-height:1.35}.exportInfoIcon{width:16px;height:16px;color:#00000059;flex:none;margin-top:2px}.exportFooter{position:sticky;bottom:0;padding:12px 0 4px;background:linear-gradient(180deg,#f2f2f71a,#f2f2f7 35%)}.exportToast{position:absolute;left:50%;bottom:80px;transform:translate(-50%);width:calc(100% - 28px);max-width:420px;background:#ffffffeb;border:1px solid rgba(0,0,0,.06);border-radius:18px;box-shadow:0 10px 24px #00000024;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.exportToastLeft{display:flex;align-items:center;gap:10px}.exportToastOk{width:32px;height:32px;border-radius:999px;background:#34c759;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.exportToastTitle{font-weight:900;font-size:14px}.exportToastSub{font-weight:700;font-size:11px;color:#0000008c}.exportToastActions{display:flex;gap:8px}.exportToastBtn{border:none;background:#0000000f;color:var(--primary);font-weight:900;font-size:12px;padding:8px 10px;border-radius:999px;cursor:pointer}.exportToastBtn.primary{background:var(--primary);color:#fff}.failureFrame{background:#fff}.failBanner{position:absolute;top:10px;left:12px;right:12px;z-index:40;background:#ffffffdb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 10px 22px #0000001a;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.failBannerLeft{display:flex;align-items:center;gap:10px}.failBannerIcon{width:40px;height:40px;border-radius:999px;background:#ff3b301f;display:flex;align-items:center;justify-content:center}.failBannerIconSvg{width:22px;height:22px;color:var(--error)}.failBannerEmoji{font-size:24px}.failBannerTitle{font-weight:800;font-size:15px;color:#000}.failBannerSub{font-weight:500;font-size:13px;color:#00000080;margin-top:1px}.failBannerBtn{width:28px;height:28px;border-radius:999px;border:none;background:#0000000d;cursor:pointer;font-size:12px;font-weight:700;color:#0006;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .15s ease}.failBannerBtn:active{background:#0000001a}.failMain{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px 0;margin-top:-30px}.failCard{position:relative;width:220px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:visible;margin-bottom:36px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.failCard:hover{transform:scale(1.05) translateY(-4px)}.failGlow{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:conic-gradient(from 0deg,#ff3b3026,#ff3b300d,#ff3b3033,#ff3b3026);filter:blur(50px);opacity:.8;animation:rotateGlow 10s linear infinite}.failDecor{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.failDecorItem{position:absolute;font-size:24px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.failDecorItem.item1{top:15%;left:10%;animation:floatDecor 4s ease-in-out infinite}.failDecorItem.item2{top:10%;right:15%;font-size:18px;animation:floatDecor 5s ease-in-out infinite .5s}.failDecorItem.item3{bottom:25%;left:15%;font-size:20px;animation:floatDecor 6s ease-in-out infinite 1s}.failThumb{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.failThumbInner{width:120px;height:120px;display:flex;align-items:center;justify-content:center;font-size:84px;animation:breathe 3.5s ease-in-out infinite;perspective:1000px;filter:drop-shadow(0 20px 40px rgba(255,59,48,.25))}.failBadge{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;justify-content:center;z-index:10;animation:floatBadge 4s ease-in-out infinite;filter:drop-shadow(0 12px 24px rgba(255,59,48,.3))}.failBadgeEmoji{font-size:36px}.failTitle{margin:0;font-size:32px;font-weight:900;letter-spacing:-.8px;color:#1a1a1a;text-align:center}.failDesc{margin:12px 0 0;text-align:center;font-size:17px;line-height:1.55;color:#00000073;max-width:320px;font-weight:500}.failBottom{padding:16px 18px 24px;background:linear-gradient(180deg,transparent,#fff 20%)}.failActions{display:grid;gap:12px}.failActions .primaryButton,.failActions .secondaryButton{height:52px;font-size:17px;font-weight:700;border-radius:14px}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes floatDecor{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes breathe{0%,to{transform:scale(1);filter:saturate(100%)}50%{transform:scale(1.05);filter:saturate(120%)}}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes shimmer{0%{background-position:0% 0%}to{background-position:180% 0%}}.actionSheetOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-end;justify-content:center}.actionSheetBackdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .3s cubic-bezier(.32,.72,0,1)}.actionSheetBackdrop.visible{opacity:1}.actionSheetContainer{position:relative;width:100%;max-width:400px;padding:0 10px 10px;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;flex-direction:column;gap:8px}.actionSheetContainer.visible{transform:translateY(0)}.actionSheetGroup{background:#ffffffd9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.actionSheetHeader{padding:14px 16px;text-align:center;border-bottom:.5px solid rgba(0,0,0,.1)}.actionSheetTitle{font-size:13px;font-weight:600;color:#8e8e93}.actionSheetMessage{font-size:13px;color:#8e8e93;margin-top:4px}.actionSheetOptions{display:flex;flex-direction:column}.actionSheetOption{background:transparent;border:none;border-bottom:.5px solid rgba(0,0,0,.1);padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:background .15s ease;width:100%}.actionSheetOption:last-child{border-bottom:none}.actionSheetOption:active{background:#00000014}.actionSheetOption:disabled{opacity:.4;cursor:not-allowed}.actionSheetOptionTitle{font-size:20px;color:var(--primary)}.actionSheetOptionSub{font-size:13px;color:#3c3c4399;text-align:center}.actionSheetOption.danger .actionSheetOptionTitle{color:var(--error)}.actionSheetHint{text-align:center;font-size:13px;color:#fffc;margin:4px 0;text-shadow:0 1px 2px rgba(0,0,0,.2)}.actionSheetCancel{background:#fff;border:none;border-radius:14px;padding:16px;font-size:20px;font-weight:600;color:var(--primary);width:100%;cursor:pointer;transition:background .15s ease}.actionSheetCancel:active{background:#00000014}.actionSheetSafeArea{height:env(safe-area-inset-bottom,0px)}.premiumExportModalBody{position:relative;display:flex;flex-direction:column;gap:16px;padding:8px 4px 4px;z-index:1}.premiumExportGlow{position:absolute;top:50%;left:50%;width:150%;height:150%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(0,122,255,.15) 0%,rgba(52,199,89,.08) 50%,transparent 70%);pointer-events:none;z-index:-1;filter:blur(40px);animation:premiumGlowPulse 8s ease-in-out infinite alternate}@keyframes premiumGlowPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}to{transform:translate(-50%,-50%) scale(1.1);opacity:1}}.premiumExportToggle{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;background:#ffffffc7;border:.5px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 4px 16px #0000000a;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);cursor:pointer;text-align:left;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.premiumExportToggle:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0000000d;border-color:#007aff2e}.premiumExportToggle:active{transform:scale(.99)}.premiumExportToggle:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.premiumExportToggleCopy{display:flex;flex:1;flex-direction:column;gap:4px}.premiumExportToggleTitle{font-size:16px;font-weight:800;color:#1c1c1e;letter-spacing:-.02em}.premiumExportToggleSub{font-size:13px;font-weight:500;line-height:1.4;color:#8e8e93}.premiumExportToggleTrack{width:56px;height:32px;padding:3px;display:inline-flex;align-items:center;border-radius:999px;background:#78788033;transition:background .25s ease}.premiumExportToggleThumb{width:26px;height:26px;border-radius:999px;background:#fff;box-shadow:0 2px 8px #0000002e;transition:transform .25s ease}.premiumExportToggle.isOn .premiumExportToggleTrack{background:linear-gradient(135deg,#34c759,#0a84ff)}.premiumExportToggle.isOn .premiumExportToggleThumb{transform:translate(24px)}.premiumExportCard{position:relative;width:100%;display:flex;align-items:center;gap:16px;padding:20px;background:#ffffffd9;border:.5px solid rgba(0,0,0,.08);border-radius:20px;box-shadow:0 4px 16px #0000000a;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);cursor:pointer;overflow:hidden;transition:all .3s cubic-bezier(.2,.8,.2,1);text-align:left}.premiumExportCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.6) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.premiumExportCard:hover{transform:scale(1.01);box-shadow:0 8px 24px #0000000f;border-color:#0000001f}.premiumExportCard:hover:before{opacity:1}.premiumExportCard:active{transform:scale(.98);transition-duration:.1s}.premiumExportCard:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.premiumExportIcon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:36px;z-index:1}.premiumExportDetails{flex:1;display:flex;flex-direction:column;gap:4px;z-index:1}.premiumExportTitle{font-size:17px;font-weight:800;color:#1c1c1e;letter-spacing:-.02em}.premiumExportSub{font-size:13px;font-weight:500;line-height:1.4;color:#8e8e93}.premiumExportHint{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px;font-size:14px;font-weight:600;color:#007aff;animation:pulse 2s infinite}.editorGeneratingSpinner.small{width:16px;height:16px;border-width:2px}
