.ir-editor{background:var(--bg);flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.ir-topbar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.ir-topbar-left{align-items:center;gap:12px;min-width:0;display:flex}.ir-pattern-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.ir-error-badge{background:var(--danger);color:#fffdf9;border-radius:var(--radius-xs);flex-shrink:0;align-items:center;gap:4px;padding:2px 8px;font-size:11.5px;display:inline-flex}.ir-topbar-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.ir-menu-wrap{position:relative}.ir-menu-backdrop{z-index:90;position:fixed;inset:0}.ir-menu{z-index:91;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:180px;box-shadow:var(--shadow-lg);flex-direction:column;padding:5px;display:flex;position:absolute;top:calc(100% + 6px);left:0}.ir-menu-item{text-align:left;color:var(--text);border-radius:var(--radius-xs);cursor:pointer;background:0 0;border:none;padding:7px 12px;font-family:inherit;font-size:12.5px}.ir-menu-item:hover{background:var(--hover-bg)}.ir-menu-divider{background:var(--border-soft);height:1px;margin:4px 8px}.ir-menu-label{color:var(--text-faint);letter-spacing:.05em;padding:3px 12px 2px;font-size:11.5px}.ir-file-input{display:none}.ir-pattern-name-btn{color:var(--text);border-radius:var(--radius-xs);cursor:text;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;max-width:240px;padding:3px 6px;font-family:inherit;font-size:15px;font-weight:600;overflow:hidden}.ir-pattern-name-btn:hover{background:var(--hover-bg)}.ir-name-edit-icon{color:var(--text-faint);margin-left:4px;display:inline-flex}.ir-name-input{color:var(--text);border:1px solid var(--primary);border-radius:var(--radius-xs);background:#fff;outline:none;max-width:240px;padding:3px 8px;font-family:inherit;font-size:13px;font-weight:600}.ir-spec-input{width:110px;font-family:var(--font-hand);letter-spacing:1px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xs);padding:4px 8px;font-size:14px}.ir-spec-input:focus{border-color:var(--primary);outline:none}.ir-repeat-progress{color:var(--secondary-strong);font-size:13px}.ir-quick-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ir-quick-group{color:var(--text-soft);align-items:center;gap:5px;font-size:12px;display:inline-flex}.ir-num-input{border:1px solid var(--border);border-radius:var(--radius-xs);width:52px;color:var(--text);background:#fff;padding:3px 6px;font-family:inherit;font-size:12px}.ir-num-input:focus{border-color:var(--primary);outline:none}.ir-canvas-bg{cursor:grab}.ir-canvas-bg:active{cursor:grabbing}.ir-svg{touch-action:none}.ir-zoom-controls{z-index:8;flex-direction:column;gap:6px;display:flex;position:absolute;bottom:14px;right:14px}.ir-zoom-btn{border-radius:var(--radius-sm);border:1px solid var(--border);width:38px;height:38px;color:var(--primary-strong);cursor:pointer;background:#fffdf9f0;justify-content:center;align-items:center;font-family:inherit;display:inline-flex;box-shadow:0 2px 8px #4a403024}.ir-zoom-btn:hover{background:var(--hover-bg)}.ir-course-batch{flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:8px;display:flex}.ir-course-list{flex-wrap:wrap;gap:5px;margin:0;padding:0;list-style:none;display:flex}.ir-course-list li{background:var(--bg);border:1px solid var(--border-soft);border-radius:var(--radius-pill);color:var(--text-soft);cursor:pointer;transition:all var(--ease-soft);align-items:center;gap:6px;padding:4px 10px;font-size:11.5px;display:inline-flex}.ir-course-list li:hover{border-color:var(--primary)}.ir-course-list li.selected{background:var(--primary);color:#fffdf9;border-color:#0000}.ir-course-list li.selected .ir-course-count{color:#fffdf9c7}.ir-course-count{color:var(--text-faint);font-size:11.5px}.ir-course-ops{background:var(--bg);border:1px solid var(--border-soft);border-radius:var(--radius-sm);flex-direction:column;gap:8px;margin-top:10px;padding:10px;display:flex}.ir-part-select{border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text);cursor:pointer;background:#fff;padding:4px 8px;font-family:inherit;font-size:12px}.ir-part-select:focus{border-color:var(--primary);outline:none}.ir-cloud-chip{background:var(--bg);border:1px solid var(--border);color:var(--primary-strong);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--ease-soft);align-items:center;gap:6px;padding:4px 12px;font-family:inherit;font-size:12px;display:inline-flex}.ir-cloud-chip:hover{background:var(--hover-bg)}.ir-cloud-dot{background:var(--accent);border-radius:50%;width:7px;height:7px}.ir-cloud-dot[data-state=on]{background:var(--success)}.ir-toast{z-index:200;color:#fff6ec;border-radius:var(--radius-pill);background:#5c4a3c;max-width:70vw;padding:9px 18px;font-size:12.5px;animation:.18s ease-out ir-toast-in;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000040}@keyframes ir-toast-in{0%{opacity:0;transform:translate(-50%,6px)}to{opacity:1;transform:translate(-50%)}}.ir-btn{background:var(--surface);border:1px solid var(--border);color:var(--primary-strong);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--ease-soft);justify-content:center;align-items:center;gap:5px;padding:5px 12px;font-family:inherit;font-size:12px;display:inline-flex}.ir-btn:hover{background:var(--hover-bg);border-color:var(--primary)}.ir-btn.primary{background:var(--primary);color:#fffdf9;border:none;font-weight:600}.ir-btn.primary:hover{background:var(--primary-strong)}.ir-body{flex:1;min-height:0;display:flex}.ir-canvas-wrap{background-color:var(--bg);background-image:radial-gradient(#5a4d2e12 1px,#0000 1px);background-size:22px 22px;flex:1;justify-content:center;align-items:center;min-width:0;padding:40px;display:flex;position:relative;overflow:hidden}.ir-svg{max-width:100%;max-height:100%;display:block}.ir-node{cursor:pointer}.ir-empty-guide{z-index:10;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);pointer-events:none;background:#fffdf9f0;max-width:340px;padding:12px 18px;position:absolute;top:18px;left:50%;transform:translate(-50%)}.ir-empty-guide-title{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:700}.ir-empty-guide ol{color:var(--text-soft);margin:0;padding-left:18px;font-size:12px;line-height:1.8}.ir-empty-guide-hint{color:var(--text-faint);margin-top:6px;font-size:11.5px}.ir-foundation-halo{pointer-events:none;animation:1.6s ease-in-out infinite ir-halo-pulse}@keyframes ir-halo-pulse{0%,to{stroke-opacity:.25;r:18}50%{stroke-opacity:.95;r:24}}.ir-node.selected circle,.ir-node.selected line,.ir-node.selected polygon{filter:drop-shadow(0 0 5px #5b8c6f)}.ir-selected-ring{pointer-events:none;animation:1.6s ease-in-out infinite ir-selected-pulse}@keyframes ir-selected-pulse{0%,to{stroke-opacity:.5}50%{stroke-opacity:1}}.ir-edge-idle{stroke:#a89466;stroke-width:1.2px;stroke-dasharray:3 3;opacity:.2}.ir-edge-active{stroke:#3a6ea5;stroke-width:2.1px;stroke-dasharray:5 13;stroke-linecap:round;opacity:1;filter:drop-shadow(0 0 2px #3a6ea573);animation:1s linear infinite ir-edge-flow}@keyframes ir-edge-flow{to{stroke-dashoffset:-18px}}.ir-sidebar{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;gap:16px;width:340px;padding:16px;display:flex;overflow:auto}.ir-section h3{color:var(--text-soft);text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;font-size:12px;font-weight:600}.ir-empty{color:var(--text-soft);font-size:12px;font-style:italic}.ir-json{background:var(--bg);border:1px solid var(--border-soft);border-radius:var(--radius-xs);color:var(--text);white-space:pre-wrap;word-break:break-all;max-height:360px;margin:0;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.5;overflow:auto}.ir-stats{color:var(--text);margin:0;padding:0;font-size:12px;line-height:1.9;list-style:none}.ir-stats li{border-bottom:1px dashed var(--border-soft);justify-content:space-between;padding:2px 0;display:flex}.ir-export-modal{background:var(--overlay);z-index:1000;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ir-export-content{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-modal);width:100%;max-width:520px;padding:20px}.ir-export-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ir-export-header h3{color:var(--text);margin:0;font-size:14px}.ir-export-header button{cursor:pointer;color:var(--text-soft);background:0 0;border:none;display:inline-flex}.ir-export-text{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text);white-space:pre;margin:0;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.7;overflow:auto}.ir-warn-badge{background:var(--accent);color:#fffdf9;border-radius:var(--radius-xs);align-items:center;gap:4px;padding:2px 8px;font-size:11.5px;display:inline-flex}.ir-btn.icon{min-width:30px;padding:5px 8px;line-height:1}.ir-btn:disabled{opacity:.4;cursor:not-allowed}.ir-btn:disabled:hover{background:var(--surface)}.ir-btn.primary:disabled:hover{background:var(--primary)}.ir-btn.danger{border-color:var(--danger);color:var(--danger)}.ir-btn.danger:hover{background:var(--danger-soft);border-color:var(--danger)}.ir-toolbar{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:16px;padding:8px 20px;display:flex}.ir-mode-switch{border:1px solid var(--border);border-radius:var(--radius-pill);display:flex;overflow:hidden}.ir-mode-btn{background:var(--surface);color:var(--text-soft);cursor:pointer;transition:all var(--ease-soft);border:none;padding:5px 14px;font-family:inherit;font-size:12px}.ir-mode-btn+.ir-mode-btn{border-left:1px solid var(--border)}.ir-mode-btn.active{background:var(--primary-soft);color:var(--primary-strong);font-weight:600}.ir-palette{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ir-palette-btn{background:var(--surface);border:1px solid var(--border);color:var(--primary-strong);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--ease-soft);align-items:center;gap:5px;padding:4px 10px;font-family:inherit;font-size:12px;display:inline-flex}.ir-palette-btn:hover{background:var(--hover-bg)}.ir-palette-btn.active{background:var(--primary);color:#fffdf9;border-color:#0000}.ir-palette-btn.small{padding:4px 7px}.ir-palette-btn:disabled{opacity:.35;cursor:not-allowed}.ir-palette-btn.multi.active{background:#d96f4e;border-color:#d96f4e}.ir-pending{align-items:center;gap:6px;display:flex}.ir-pending-count{color:#d96f4e;font-size:11.5px;font-weight:600}.ir-btn.small{padding:3px 9px;font-size:11.5px}.ir-yarn-row{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.ir-yarn-swatch{cursor:pointer;border:1px solid #5a4d2e59;border-radius:50%;width:18px;height:18px;padding:0;transition:transform .1s,box-shadow .1s}.ir-yarn-swatch:hover{transform:scale(1.15)}.ir-yarn-swatch.active{box-shadow:0 0 0 2px var(--surface), 0 0 0 4px var(--primary)}.ir-yarn-swatch.none{background:repeating-linear-gradient(45deg, var(--surface), var(--surface) 3px, var(--border) 3px, var(--border) 6px)}.ir-yarn-swatch.small{width:15px;height:15px}.ir-pending-ring{pointer-events:none}.ir-edge-pending{stroke:#d96f4e;stroke-width:2px;stroke-dasharray:4 4;opacity:.85}.ir-detail-yarn-dot{border:1px solid #0003;border-radius:50%;width:10px;height:10px;display:inline-block}.ir-palette-glyph{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.ir-toolbar-hint{color:var(--text-soft);margin-left:4px;font-size:11.5px}.ir-toolbar-right{margin-left:auto}.ir-editor.add-mode .ir-node,.ir-editor.add-mode .ir-foundation{cursor:crosshair}.ir-node:hover circle,.ir-node:hover line,.ir-node:hover polygon{filter:drop-shadow(0 0 3px #e5b567)}.ir-node.add-target circle,.ir-node.add-target line,.ir-node.add-target polygon{filter:drop-shadow(0 0 5px #d96f4e)}.ir-editor.add-mode .ir-node.add-target{cursor:copy}.ir-node.error circle,.ir-node.error line,.ir-node.error polygon{filter:drop-shadow(0 0 5px #d95f5f)}.ir-error-ring{pointer-events:none;animation:1.2s ease-in-out infinite ir-error-pulse}@keyframes ir-error-pulse{0%,to{stroke-opacity:.35}50%{stroke-opacity:1}}.ir-node.just-added circle,.ir-node.just-added line,.ir-node.just-added polygon{animation:.6s ease-out 2 ir-flash}@keyframes ir-flash{0%{filter:drop-shadow(0 0 6px #5b8c6f)}to{filter:none}}.ir-detail{flex-direction:column;gap:12px;display:flex}.ir-detail-title{align-items:center;gap:8px;display:flex}.ir-detail-glyph{background:var(--bg);border:1px solid var(--border-soft);border-radius:var(--radius-xs);justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.ir-detail-name{color:var(--text);font-size:14px;font-weight:600}.ir-detail-rows{flex-direction:column;gap:6px;margin:0;display:flex}.ir-detail-row{gap:8px;font-size:12px;line-height:1.6;display:flex}.ir-detail-row dt{color:var(--text-soft);flex:0 0 60px}.ir-detail-row dd{color:var(--text);flex-wrap:wrap;gap:4px;margin:0;display:flex}.ir-target-chip{background:var(--bg);border:1px solid var(--border-soft);border-radius:var(--radius-xs);padding:1px 7px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;display:inline-block}.ir-group-chip{border-radius:var(--radius-xs);color:#3f6b4f;background:#eef3ea;border:1px solid #cfe0c8;padding:1px 7px;font-size:11.5px;display:inline-block}.ir-edit-ops{flex-direction:column;gap:6px;display:flex}.ir-edit-label{color:var(--text-soft);font-size:11.5px}.ir-edit-ops-row{flex-wrap:wrap;gap:5px;display:flex}.ir-edit-hint{color:var(--text-faint);margin:0;font-size:11.5px;font-style:italic}.ir-raw-json summary{color:var(--text-soft);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:11.5px}.ir-raw-json .ir-json{max-height:220px;margin-top:8px}.ir-issues{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.ir-issues li{border-radius:var(--radius-xs);border:1px solid #0000;padding:5px 8px;font-size:11.5px;line-height:1.5}.ir-issues li.error{background:var(--danger-soft);color:var(--danger-strong);border-color:#f0c9c0}.ir-issues li.warning{color:#8a6d1f;background:#fdf7ea;border-color:#eddba6}.ir-issues code{margin-right:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.ir-sidebar-toggle{display:none}@media (width<=768px){.ir-body{flex-direction:column}.ir-topbar{flex-wrap:nowrap;gap:6px;padding:8px 10px;overflow-x:auto}.ir-topbar-actions{flex-wrap:nowrap;gap:5px}.ir-topbar-left{min-width:0}.ir-toolbar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:10px;padding:8px 10px;overflow-x:auto}.ir-toolbar>*{flex-shrink:0}.ir-palette,.ir-yarn-row,.ir-quick-row,.ir-pending{flex-wrap:nowrap;overflow-x:auto}.ir-sidebar-toggle{background:var(--surface-sunken);border:none;border-bottom:1px solid var(--border-soft);width:100%;color:var(--text-soft);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:10px;font-family:inherit;font-size:12px;display:flex}.ir-sidebar{flex-direction:column;max-height:46vh;padding:0;display:flex;overflow:hidden}.ir-sidebar .ir-sidebar-body{flex-direction:column;gap:16px;min-height:0;padding:12px;display:flex;overflow-y:auto}.ir-sidebar.collapsed .ir-sidebar-body{display:none}.ir-sidebar.open .ir-sidebar-body{flex:1;display:flex}.ir-canvas-wrap{flex:1;min-height:0;padding:8px}.ir-palette-btn,.ir-btn{padding:8px 12px}.ir-empty-guide{max-width:88vw;top:8px}}.cloud-modal{background:var(--overlay);z-index:150;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.cloud-content{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-modal);flex-direction:column;gap:12px;width:460px;max-width:100%;max-height:80vh;padding:18px 20px;display:flex;overflow:auto}.cloud-header{justify-content:space-between;align-items:center;display:flex}.cloud-header h3{color:var(--text);margin:0;font-size:15px}.cloud-close{cursor:pointer;color:var(--text-soft);background:0 0;border:none;display:inline-flex}.cloud-hint{color:var(--text-soft);margin:0;font-size:12px}.cloud-ok{color:#3f6b4f;margin:8px 0 0;font-size:12px}.cloud-error,.cloud-list-error{color:var(--danger-strong);margin:8px 0 0;font-size:12px}.cloud-login-row{gap:8px;margin-top:8px;display:flex}.cloud-login-row input{border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text);background:#fff;flex:1;padding:7px 10px;font-family:inherit;font-size:13px}.cloud-login-row input:focus{border-color:var(--primary);outline:none}.cloud-account{background:var(--bg);border:1px solid var(--border-soft);border-radius:var(--radius-xs);justify-content:space-between;align-items:center;padding:7px 12px;display:flex}.cloud-account-email{color:var(--text);font-size:12.5px;font-weight:600}.cloud-actions{gap:8px;display:flex}.cloud-message{color:var(--primary-strong);margin:0;font-size:12px}.cloud-list-head{color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;border-top:1px dashed var(--border);padding-top:10px;font-size:11.5px;font-weight:600}.cloud-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.cloud-list li{border:1px solid var(--border-soft);border-radius:var(--radius-xs);justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;display:flex}.cloud-list li.current{border-color:var(--accent);background:#fdf7ea}.cloud-item-info{flex-direction:column;min-width:0;display:flex}.cloud-item-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.cloud-item-meta{color:var(--text-faint);font-size:11.5px}.cloud-item-actions{flex-shrink:0;gap:6px;display:flex}.cloud-list-error{align-items:center;gap:10px;margin:0;display:flex}.cloud-mode-link{color:var(--primary-strong);cursor:pointer;background:0 0;border:none;padding:0 2px;font-family:inherit;font-size:12px;text-decoration:underline}.cloud-notice{color:var(--secondary-strong);margin:8px 0 0;font-size:13px}.cloud-code-input{letter-spacing:6px;font-family:var(--font-hand);text-align:center;font-size:16px}.ocr-modal{z-index:210;background:var(--overlay);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.ocr-content{background:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:560px;max-height:84vh;padding:16px 18px calc(18px + env(safe-area-inset-bottom,0px));border:3px solid #fff;overflow-y:auto;box-shadow:0 -8px 32px #5c4a3a4d}.ocr-header{justify-content:space-between;align-items:center;display:flex}.ocr-header h3{letter-spacing:2px;color:var(--text);margin:0;font-size:19px;font-weight:400}.ocr-header button{color:var(--text-soft);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:6px;display:inline-flex}.ocr-header button:hover{background:var(--hover-bg)}.ocr-hint{color:var(--text-soft);margin:6px 0 12px;font-size:12.5px;line-height:1.6}.ocr-pick-row{gap:12px;display:flex}.ocr-pick{letter-spacing:.1em;color:var(--text);background:var(--bg);border:2px dashed var(--stitch);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:8px;padding:22px 10px;font-family:inherit;font-size:14.5px;display:flex}.ocr-pick:hover{border-color:var(--primary);background:var(--primary-soft)}.ocr-working{flex-direction:column;align-items:center;gap:10px;padding:8px 0;display:flex}.ocr-preview{object-fit:contain;border-radius:var(--radius-sm);border:2px solid #fff;width:100%;max-height:240px;box-shadow:0 3px 8px #5c4a3a33}.ocr-progress{color:var(--primary-strong);margin:0;font-size:18px}.ocr-text{width:100%;min-height:180px;font-family:var(--font-hand);letter-spacing:.06em;color:var(--text);background:var(--bg);border:2px dashed var(--stitch);border-radius:var(--radius-sm);resize:vertical;padding:10px 12px;font-size:14px;line-height:1.7}.ocr-text:focus{border-color:var(--primary);outline:none}.ocr-import-row{justify-content:flex-end;gap:10px;margin-top:12px;display:flex}.ocr-error{color:var(--danger);align-items:center;gap:5px;margin:10px 0 0;font-size:13px;display:flex}@media (width>=560px){.ocr-modal{align-items:center;padding:24px}.ocr-content{border-radius:var(--radius-lg)}}.textimport-modal{background:var(--overlay);z-index:150;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.textimport-content{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-modal);flex-direction:column;gap:12px;width:520px;max-width:100%;padding:18px 20px;display:flex}.textimport-header{justify-content:space-between;align-items:center;display:flex}.textimport-header h3{color:var(--text);margin:0;font-size:15px}.textimport-header button{cursor:pointer;color:var(--text-soft);background:0 0;border:none;display:inline-flex}.textimport-hint{color:var(--text-faint);background:var(--bg);border-radius:var(--radius-xs);margin:0;padding:8px 12px;font-size:11.5px;line-height:1.8}.textimport-textarea{width:100%;height:200px;color:var(--text);border:1px solid var(--border);border-radius:var(--radius-xs);resize:vertical;box-sizing:border-box;background:#fff;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.8}.textimport-textarea:focus{border-color:var(--primary);outline:none}.textimport-error{color:var(--danger-strong);background:var(--danger-soft);border-radius:var(--radius-xs);margin:0;padding:8px 12px;font-size:12.5px}.textimport-actions{justify-content:flex-end;gap:8px;display:flex}.textimport-btn{background:var(--surface);border:1px solid var(--border);color:var(--primary-strong);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--ease-soft);padding:8px 18px;font-family:inherit;font-size:13px}.textimport-btn:hover{background:var(--hover-bg);border-color:var(--primary)}.textimport-btn.primary{background:var(--primary);color:#fffdf9;border:none;font-weight:600}.textimport-btn.primary:hover{background:var(--primary-strong)}.dict-modal{z-index:210;background:var(--overlay);justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.dict-content{background:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:560px;max-height:82vh;padding:16px 18px calc(18px + env(safe-area-inset-bottom,0px));border:3px solid #fff;overflow-y:auto;box-shadow:0 -8px 32px #5c4a3a4d}.dict-header{justify-content:space-between;align-items:center;display:flex}.dict-header h3{letter-spacing:2px;color:var(--text);margin:0;font-size:19px;font-weight:400}.dict-header button{color:var(--text-soft);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:6px;display:inline-flex}.dict-header button:hover{background:var(--hover-bg)}.dict-sub{color:var(--text-soft);margin:4px 0 12px;font-size:12.5px;line-height:1.6}.dict-list{flex-direction:column;gap:8px;display:flex}.dict-row{text-align:left;background:var(--bg);border:2px dashed var(--stitch);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--ease-soft);grid-template-columns:40px 1fr auto;grid-template-areas:"sym name go""sym tip go";align-items:center;column-gap:10px;padding:10px 12px;font-family:inherit;display:grid}.dict-row:hover{background:var(--primary-soft);border-style:solid;border-color:var(--primary)}.dict-row.focus{border-style:solid;border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 3px var(--primary-soft)}.dict-symbol{width:40px;height:40px;color:var(--primary-strong);background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-xs);grid-area:sym;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.dict-name{color:var(--text);grid-area:name;align-items:center;gap:6px;font-size:15.5px;display:flex}.dict-combo{color:var(--secondary-strong);background:var(--secondary-soft);border-radius:var(--radius-pill);padding:1px 7px;font-size:10.5px;font-style:normal}.dict-letter{color:var(--text-faint);grid-area:name;justify-self:end;margin-left:8px;font-size:12px}.dict-tip{color:var(--text-soft);grid-area:tip;font-size:12px;line-height:1.5}.dict-go{white-space:nowrap;color:var(--primary-strong);grid-area:go;align-items:center;gap:4px;font-size:12px;display:inline-flex}@media (width>=560px){.dict-modal{align-items:center;padding:24px}.dict-content{border-radius:var(--radius-lg)}}.crochet-scene{background:#faf6ef;width:100%;height:100%;position:relative}.crochet-scene canvas{display:block;width:100%!important;height:100%!important}.scene-overlay{border:1px solid var(--border);border-radius:var(--radius-sm);pointer-events:none;box-shadow:var(--shadow-md);background:#fffdf9e0;flex-direction:column;gap:4px;padding:10px 14px;display:flex;position:absolute;top:16px;left:16px}.scene-title{color:var(--text);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.scene-badge{background:var(--primary);color:#fffdf9;border-radius:var(--radius-xs);letter-spacing:.04em;padding:1px 7px;font-size:10.5px;font-weight:500}.scene-name{color:var(--text-soft);font-size:12px;font-style:italic}.scene-stats{color:var(--primary-strong);gap:10px;font-size:11.5px;display:flex}.scene-stats span{background:var(--bg);border:1px solid var(--border-soft);border-radius:var(--radius-xs);padding:1px 7px}.scene-empty{color:var(--text-faint);font-style:italic;background:0 0!important;border:none!important;padding-left:0!important}.scene-hint{color:var(--text-faint);font-size:11.5px}.scene-thickness{pointer-events:auto;align-items:center;gap:7px;margin-top:2px;display:flex}.scene-thickness-min,.scene-thickness-max{color:var(--text-faint);font-size:10.5px}.scene-thickness-slider{appearance:none;border-radius:var(--radius-pill);background:linear-gradient(90deg, var(--border) 0%, var(--primary) 100%);cursor:pointer;width:120px;height:5px;margin:0}.scene-thickness-slider::-webkit-slider-thumb{appearance:none;background:var(--surface);border:2px solid var(--primary);width:15px;height:15px;box-shadow:var(--shadow-sm);border-radius:50%}.scene-thickness-slider::-moz-range-thumb{background:var(--surface);border:2px solid var(--primary);border-radius:50%;width:13px;height:13px}.scene-back{pointer-events:auto;background:var(--primary);color:#fffdf9;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--ease-soft);border:none;align-self:flex-start;margin-top:2px;padding:4px 12px;font-family:inherit;font-size:12px}.scene-back:hover{background:var(--primary-strong)}.scene-actions{gap:8px;margin-top:4px;display:flex}.scene-sculpt-btn{pointer-events:auto;background:var(--surface);border:1px solid var(--primary);color:var(--primary-strong);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--ease-soft);padding:4px 12px;font-family:inherit;font-size:12px}.scene-sculpt-btn:hover{background:var(--primary-soft)}.scene-sculpt-btn.active{background:var(--primary);color:#fffdf9;font-weight:600}.scene-sculpt-btn.reset{border-color:var(--border);color:var(--text-soft)}.scene-sculpt-btn.reset:hover{background:var(--hover-bg);color:var(--text)}.scene-sculpt-locked{color:var(--text-faint);background:var(--surface-sunken);border-radius:var(--radius-xs);max-width:220px;padding:4px 10px;font-size:11.5px}.scene-materials{flex-wrap:wrap;align-items:center;gap:5px;margin-top:2px;display:flex}.scene-materials-label{color:var(--text-faint);margin-right:2px;font-size:11px}.scene-material-chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-soft);cursor:pointer;pointer-events:auto;padding:3px 10px;font-family:inherit;font-size:11.5px}.scene-material-chip:hover{border-color:var(--primary)}.scene-material-chip.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-strong);font-weight:600}.community-page{background:0 0;flex-direction:column;flex:1;align-items:center;gap:14px;padding:12px 16px 60px;display:flex;overflow:auto}.community-tabs{background:var(--surface-sunken);border-radius:var(--radius-pill);z-index:5;gap:2px;padding:3px;display:flex;position:sticky;top:10px}.community-tab{color:var(--text-soft);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--ease-soft);background:0 0;border:none;padding:7px 22px;font-family:inherit;font-size:13px}.community-tab.active{background:var(--surface);border:2px dashed var(--stitch);color:var(--primary-strong);box-shadow:0 2px #5c4a3a0f,0 4px 10px #5c4a3a1f}.community-state{text-align:center;max-width:420px;color:var(--text-soft);background:var(--surface);border:2px dashed var(--stitch);border-radius:var(--radius-md);margin-top:32px;padding:28px 26px;font-size:15px;line-height:1.8;box-shadow:0 3px #5c4a3a0d,0 8px 18px #5c4a3a21}.community-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;width:100%;max-width:920px;display:grid}.community-waterfall{align-items:flex-start;gap:14px;width:100%;max-width:720px;display:flex}@media (width>=900px){.community-waterfall,.community-create,.community-tabs{max-width:860px}}.community-col{flex-direction:column;flex:1;gap:14px;min-width:0;display:flex}.community-card{background-color:var(--surface);border-radius:var(--radius-md);cursor:pointer;transition:all var(--ease-soft);border:3px solid #fff;overflow:hidden;box-shadow:0 3px #5c4a3a0f,0 8px 20px #5c4a3a29}.community-col .community-card:nth-child(4n+1){transform:rotate(-1.2deg)}.community-col .community-card:nth-child(4n+2){transform:rotate(.8deg)}.community-col .community-card:nth-child(4n+3){transform:rotate(-.6deg)}.community-col .community-card:nth-child(4n){transform:rotate(1.3deg)}.community-card:hover{transform:translateY(-3px)rotate(0);box-shadow:0 3px #5c4a3a0f,0 14px 32px #5c4a3a3d}.community-card-preview{aspect-ratio:4/3;background-color:var(--bg);background-image:var(--paper-dots);background-size:var(--paper-dots-size);position:relative}.community-preview-inner{position:absolute;inset:10px}.community-preview-loading{width:100%;height:100%;color:var(--text-faint);border-radius:var(--radius-xs);background:repeating-linear-gradient(45deg,#f6ecd8,#f6ecd8 8px,#f0e2c4 8px 16px);justify-content:center;align-items:center;font-size:11.5px;display:flex}.community-fav-badge{color:var(--accent);filter:drop-shadow(0 1px 2px #fffdf9e6);display:inline-flex;position:absolute;top:8px;right:10px}.community-card-body{flex-direction:column;gap:6px;padding:10px 12px 12px;display:flex}.community-card-name{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.community-card-meta{justify-content:space-between;align-items:center;display:flex}.community-author{color:var(--text-faint);font-size:13px}.community-like{color:var(--text-faint);cursor:pointer;border-radius:var(--radius-pill);transition:all var(--ease-soft);background:0 0;border:none;align-items:center;gap:4px;padding:2px 6px;font-family:inherit;font-size:13px;display:inline-flex}.community-like:hover{background:var(--danger-soft);color:var(--danger)}.community-like.liked{color:var(--danger);font-weight:700}.community-btn{letter-spacing:.05em;border:2px dashed var(--stitch);color:var(--accent);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--ease-soft);background:#fff;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;display:inline-flex}.community-btn:hover:not(:disabled){background:var(--primary-soft);border-color:var(--primary)}.community-btn:disabled{opacity:.5}.community-btn.primary{background:var(--primary);color:#fffdf6;box-shadow:0 3px 0 var(--primary-shadow), 0 6px 14px #5c4a3a38;border:2px solid #fff}.community-btn.primary:hover:not(:disabled){background:var(--primary-strong)}.community-btn.starred{border-style:solid;border-color:var(--primary);color:var(--primary-strong);background:var(--primary-soft)}.community-modal{background:var(--overlay);z-index:160;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.community-detail{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-modal);border:3px solid #fff;flex-direction:column;width:560px;max-width:100%;max-height:86vh;display:flex;position:relative;overflow:auto}.community-detail-close{z-index:2;cursor:pointer;color:var(--text-soft);background:#fffdf9eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:absolute;top:10px;right:12px}.community-detail-preview{aspect-ratio:16/10;background:var(--bg);padding:18px}.community-detail-info{flex-direction:column;gap:10px;padding:16px 20px 20px;display:flex}.community-detail-info h3{color:var(--text);margin:0;font-size:18px}.community-detail-meta{color:var(--text-faint);margin:0;font-size:12.5px}.community-detail-actions{align-items:center;gap:10px;margin-top:4px;display:flex}.community-toast{z-index:220;background:var(--text);color:#fff6ec;border-radius:var(--radius-pill);max-width:70vw;padding:9px 18px;font-size:12.5px;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000040}@media (width<=768px){.community-page{padding:14px 12px 48px}.community-waterfall,.community-col{gap:10px}.community-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.community-detail{width:100%}}.home-page{background:0 0;flex-direction:column;flex:1;align-items:center;gap:16px;padding:14px 16px 56px;display:flex;overflow:auto}.home-source-chip{z-index:2;letter-spacing:.05em;border-radius:var(--radius-pill);color:var(--text-soft);background:#fff;padding:2px 8px;font-size:11px;position:absolute;top:8px;right:8px;box-shadow:0 1px 4px #5c4a3a26}.home-cloud-btn{letter-spacing:.05em;border:2px dashed var(--stitch);border-radius:var(--radius-pill);color:var(--accent);cursor:pointer;background:#fff;padding:10px 20px;font-family:inherit;font-size:14px}.home-cloud-btn:hover{border-color:var(--primary);color:var(--primary-strong)}@media (width<=768px){.home-page{padding:10px 12px 48px}}.follow-page{background:var(--bg);flex-direction:column;flex:1;align-items:center;gap:18px;padding:20px 20px 48px;display:flex;overflow:auto}.follow-header{justify-content:space-between;align-items:center;width:100%;max-width:520px;display:flex}.follow-pattern{color:var(--text-soft);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.follow-progress{flex-direction:column;gap:6px;width:100%;max-width:520px;display:flex}.follow-progress-text{color:var(--text-soft);text-align:right;font-size:13px}.follow-bar{border-radius:var(--radius-pill);background:repeating-linear-gradient(90deg, var(--border) 0 11px, transparent 11px 17px);height:8px}.follow-bar-fill{border-radius:var(--radius-pill);background:repeating-linear-gradient(90deg, var(--primary) 0 11px, transparent 11px 17px);height:100%;transition:width .3s}.follow-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);width:100%;max-width:520px;box-shadow:var(--shadow-md);text-align:center;flex-direction:column;align-items:center;gap:9px;padding:16px 20px;display:flex}.follow-card.finished{gap:10px}.follow-finish-emoji{font-size:44px}.follow-course-tag{color:var(--primary-strong);background:var(--primary-soft);border-radius:var(--radius-pill);padding:3px 11px;font-size:12px;font-weight:700}.follow-course-done{color:#3f6b4f;font-size:15px;font-weight:700}.follow-current{align-items:center;gap:10px;display:flex}.follow-glyph{background:var(--bg);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.follow-name{color:var(--text);letter-spacing:.04em;font-size:24px;font-weight:800}.follow-target{color:var(--primary-strong);font-size:13.5px;font-weight:600}.follow-yarn{color:var(--text-soft);align-items:center;gap:6px;font-size:13px;display:inline-flex}.follow-yarn-dot{border:1px solid #00000026;border-radius:50%;width:12px;height:12px}.follow-next{color:var(--text-faint);background:var(--bg);border-radius:var(--radius-pill);padding:5px 12px;font-size:13px}.follow-title{color:var(--text);font-size:22px;font-weight:700}.follow-sub{color:var(--text-soft);margin:0;font-size:13px}.follow-controls{gap:10px;width:100%;max-width:520px;display:flex}.follow-btn{background:var(--surface);border:1px solid var(--border);color:var(--primary-strong);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--ease-soft);justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-family:inherit;font-size:14px;display:inline-flex}.follow-btn:hover:not(:disabled){background:var(--hover-bg);border-color:var(--primary)}.follow-btn:disabled{opacity:.4;cursor:not-allowed}.follow-btn.primary{background:var(--primary);color:#fffdf9;box-shadow:0 3px 0 var(--primary-shadow), 0 6px 14px #5c4a3a38;border:none;font-weight:600}.follow-btn.primary:hover:not(:disabled){background:var(--primary-strong)}.follow-btn.big{flex:1;padding:14px 20px;font-size:16px}.follow-btn.ghost{background:0 0;padding:6px 14px;font-size:12px}.follow-kbd{color:var(--text-faint);margin:0;font-size:13px}.follow-empty{color:var(--text-soft);flex-direction:column;align-items:center;gap:16px;margin-top:60px;font-size:14px;display:flex}@media (width<=768px){.follow-page{padding:14px 14px 40px}.follow-controls{flex-direction:column-reverse}.follow-name{font-size:20px}}.follow-map,.follow-growth{flex-direction:column;gap:8px;width:100%;max-width:520px;display:flex}.follow-dict-btn{letter-spacing:.1em;color:var(--secondary-strong);background:var(--secondary-soft);border:1.5px dashed var(--secondary);border-radius:var(--radius-pill);cursor:pointer;margin-left:auto;padding:2px 10px;font-family:inherit;font-size:12px}.follow-dict-btn:hover{border-style:solid;border-color:var(--secondary-strong)}.follow-map-head{color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:600}.follow-map-chart{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-md);height:340px;padding:12px}.follow-growth{border-radius:var(--radius-md);border:1px solid var(--border-soft);background:var(--surface);padding-bottom:8px;overflow:hidden}.follow-growth .follow-map-head{padding:10px 14px 6px}@media (width<=768px){.follow-map-chart{height:200px;padding:8px}.follow-card{padding:13px 14px}.follow-glyph{width:36px;height:36px}}@media (width>=769px){.follow-page{grid-template-columns:minmax(0,1fr) minmax(340px,410px);grid-template-areas:"header header""progress progress""map card""map controls""growth controls";align-content:start;align-items:start;gap:14px 18px;padding:20px 24px 40px;display:grid}.follow-header{grid-area:header;max-width:none}.follow-progress{grid-area:progress;max-width:none}.follow-map{grid-area:map;max-width:none}.follow-map-chart{flex:1;height:auto;min-height:320px}.follow-map{flex-direction:column;display:flex}.follow-card{grid-area:card;gap:12px;max-width:none;padding:20px 22px}.follow-controls{flex-wrap:wrap;grid-area:controls;max-width:none}.follow-kbd{grid-area:controls;align-self:end;margin-top:44px}.follow-growth{grid-area:growth;max-width:none}.follow-growth .Yarn3D,.follow-growth>div:last-child{height:260px}}.report-sheet-overlay{z-index:170;background:var(--overlay);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.report-sheet{background-color:var(--surface);background-image:var(--paper-grain);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:min(460px,100%);padding:10px 18px calc(18px + env(safe-area-inset-bottom,0px));flex-direction:column;gap:10px;display:flex}.report-sheet-handle{border-radius:var(--radius-pill);background:var(--border);width:40px;height:4px;margin:4px auto 6px}.report-title{color:var(--text);font-size:18px;font-weight:600}.report-sub{color:var(--text-faint);margin-top:-6px;font-size:13px}.report-reasons{flex-wrap:wrap;gap:7px;display:flex}.report-reason{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-soft);cursor:pointer;padding:7px 14px;font-family:inherit;font-size:14px}.report-reason.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-strong);font-weight:600}.report-detail{resize:none;height:64px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:9px 12px;font-family:inherit;font-size:14px;line-height:1.6}.report-detail:focus{border-color:var(--primary);outline:none}.report-actions{justify-content:flex-end;gap:8px;display:flex}.report-btn{background:var(--surface-sunken);border-radius:var(--radius-sm);color:var(--text-soft);cursor:pointer;border:none;padding:9px 18px;font-family:inherit;font-size:15px}.report-btn.primary{background:var(--primary);color:#fffdf9;font-weight:600}.report-btn:disabled{opacity:.45;cursor:not-allowed}.report-divider{margin-top:6px}.report-block{border:1px solid var(--danger-soft);border-radius:var(--radius-sm);color:var(--danger);cursor:pointer;background:0 0;padding:11px;font-family:inherit;font-size:14px}.report-block:hover{background:var(--danger-soft)}.report-done{flex-direction:column;align-items:center;gap:12px;padding:12px 0 6px;display:flex}.report-done p{color:var(--text-soft);text-align:center;margin:0;font-size:15px}.profile-page{background:0 0;flex-direction:column;flex:1;align-items:center;gap:6px;padding:10px 22px 60px;display:flex;overflow:auto}.corner-header{width:100%;max-width:720px;padding:16px 0 4px;position:relative}.corner-title{letter-spacing:2px;color:var(--text);margin:0;padding-right:66px;font-size:28px;font-weight:400;line-height:1.25}.corner-sub{color:var(--text-soft);letter-spacing:1px;margin-top:4px;font-size:14px}.corner-sticker{filter:drop-shadow(0 2px 3px #5c4a3a40);position:absolute;top:44px;right:4px;transform:rotate(14deg)}.corner-profile{width:100%;max-width:720px;margin-top:12px;padding:18px;transform:rotate(-1.2deg)}.corner-row{align-items:flex-start;gap:16px;display:flex}.corner-avatar{color:#fffdf6;border:3px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;font-size:36px;display:flex;transform:rotate(-3deg);box-shadow:0 3px 8px #5c4a3a33}.corner-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.corner-name{color:var(--text);flex-wrap:wrap;align-items:baseline;gap:8px;font-size:23px;display:flex}.corner-year{color:var(--text-soft);letter-spacing:.05em;font-size:13px}.corner-sign{color:var(--text-soft);font-size:13.5px}.corner-sub-line{color:var(--text-faint);font-size:12px}.corner-actions{gap:8px;margin-top:6px;display:flex}.corner-stats{border-top:2px dashed #c9a87e8c;margin-top:16px;padding-top:14px;display:flex}.corner-stat{text-align:center;flex:1}.corner-stat+.corner-stat{border-left:2px dashed #c9a87e8c}.corner-stat .v{color:var(--accent);font-size:21px}.corner-stat .k{color:var(--text-soft);letter-spacing:.1em;margin-top:2px;font-size:12px}.corner-sec{letter-spacing:2px;width:100%;max-width:720px;color:var(--secondary-strong);align-items:center;gap:7px;padding:20px 2px 8px;font-size:15px;display:flex}.corner-badges{justify-content:space-between;width:100%;max-width:720px;padding:0 36px;display:flex}.corner-badge{color:var(--text-soft);filter:drop-shadow(0 2px 3px #5c4a3a38);flex-direction:column;align-items:center;gap:6px;font-size:12.5px;display:flex}.corner-badge:first-child svg{transform:rotate(-10deg)}.corner-badge:nth-child(2) svg{transform:rotate(6deg)}.corner-badge:nth-child(3) svg{transform:rotate(-5deg)}.corner-badge.off{opacity:.4;filter:grayscale(.6)}.corner-settings{width:100%;max-width:720px;margin-top:18px;padding:6px 18px;transform:rotate(.8deg)}.corner-setting-row{min-height:52px;color:var(--text);align-items:center;gap:12px;font-size:16px;text-decoration:none;display:flex}.corner-setting-row+.corner-setting-row{border-top:1.5px dashed #c9a87e66}.corner-setting-row.link{cursor:pointer}.corner-setting-row.link:hover span{color:var(--primary-strong)}.corner-setting-row .chev{color:var(--text-soft);margin-left:auto;font-size:18px}.profile-danger-link{color:var(--danger);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:14px}.profile-danger-link:hover{color:var(--danger-strong)}.profile-danger-confirm{flex-direction:column;gap:8px;padding:6px 0;display:flex}.profile-danger-warn{color:var(--danger);font-size:12.5px;line-height:1.6}.profile-danger-actions{gap:8px;display:flex}.corner-footnote{text-align:center;color:var(--text-soft);letter-spacing:.1em;margin-top:24px;font-size:13px;transform:rotate(-1.2deg)}.profile-section{width:100%;max-width:720px;margin-top:14px}.profile-section h2{letter-spacing:2px;color:var(--secondary-strong);margin:0 0 12px;font-size:15px;font-weight:400}.profile-hint{color:var(--text-soft);background:var(--surface);border:2px dashed var(--stitch);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin:0;padding:18px 20px;font-size:14px;display:flex}.profile-card{background:var(--surface);border-radius:var(--radius-md);cursor:pointer;transition:all var(--ease-soft);border:3px solid #fff;overflow:hidden;box-shadow:0 3px #5c4a3a0f,0 8px 20px #5c4a3a29}.community-grid .profile-card:nth-child(4n+1){transform:rotate(-1.1deg)}.community-grid .profile-card:nth-child(4n+2){transform:rotate(.9deg)}.community-grid .profile-card:nth-child(4n+3){transform:rotate(-.5deg)}.community-grid .profile-card:nth-child(4n){transform:rotate(1.2deg)}.profile-card:hover{transform:translateY(-3px)rotate(0);box-shadow:0 3px #5c4a3a0f,0 14px 32px #5c4a3a3d}.profile-card .community-card-body{flex-direction:column;gap:4px}.profile-card-actions{gap:5px;display:flex}.profile-mini-btn{border:1.5px dashed var(--stitch);color:var(--accent);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--ease-soft);background:#fff;padding:3px 10px;font-family:inherit;font-size:13px}.profile-mini-btn:hover:not(:disabled){background:var(--primary-soft);border-color:var(--primary);color:var(--primary-strong)}.profile-mini-btn.danger{color:var(--danger);border-color:#c88a7680}.profile-mini-btn.danger:hover:not(:disabled){background:var(--danger-soft);border-color:var(--danger)}.profile-mini-btn:disabled{opacity:.5;cursor:not-allowed}.profile-ghost-btn{letter-spacing:.05em;border:1.5px dashed var(--stitch);color:var(--text-soft);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--ease-soft);background:0 0;flex-shrink:0;padding:6px 14px;font-family:inherit;font-size:13px}.profile-ghost-btn:hover{background:var(--primary-soft);color:var(--primary-strong);border-color:var(--primary)}.profile-edit{background:var(--bg);border:2px dashed var(--stitch);border-radius:var(--radius-md);flex-direction:column;gap:12px;width:100%;padding:14px;display:flex}.profile-edit-row{align-items:flex-start;gap:12px;display:flex}.profile-edit-label{width:34px;color:var(--text-faint);flex-shrink:0;padding-top:6px;font-size:13px}.profile-emoji-grid{flex-wrap:wrap;gap:6px;display:flex}.profile-emoji{background:var(--surface);border:1.5px dashed var(--border);border-radius:var(--radius-sm);cursor:pointer;width:36px;height:36px;transition:all var(--ease-soft);justify-content:center;align-items:center;font-size:20px;display:inline-flex}.profile-emoji:hover{border-color:var(--primary)}.profile-emoji.active{border-style:solid;border-color:var(--primary);background:var(--primary-soft)}.profile-color-row{gap:8px;padding-top:4px;display:flex}.profile-swatch{border:2px solid var(--surface);width:26px;height:26px;box-shadow:0 0 0 1px var(--border);cursor:pointer;transition:transform var(--ease-soft);border-radius:50%}.profile-swatch:hover{transform:scale(1.12)}.profile-swatch.active{box-shadow:0 0 0 2px var(--text);transform:scale(1.12)}.profile-input{min-width:0;color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);flex:1;padding:8px 12px;font-family:inherit;font-size:15px}.profile-input:focus{border-color:var(--primary);outline:none}.profile-input.bio{resize:none;height:60px;line-height:1.6}.profile-edit-actions{justify-content:flex-end;gap:8px;display:flex}.profile-save-btn{letter-spacing:.05em;background:var(--primary);color:#fffdf6;border-radius:var(--radius-pill);cursor:pointer;box-shadow:0 2px 0 var(--primary-shadow), 0 4px 10px #5c4a3a2e;border:2px solid #fff;padding:7px 18px;font-family:inherit;font-size:14px}.profile-save-btn:hover{background:var(--primary-strong)}.profile-blocklist{flex-direction:column;gap:8px;display:flex}.profile-block-item{background:var(--surface);border:2px dashed var(--stitch);border-radius:var(--radius-md);align-items:center;gap:12px;padding:10px 14px;display:flex}.profile-block-name{color:var(--text);font-size:15px}.profile-block-email{min-width:0;color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;overflow:hidden}.profile-safety{color:var(--text-faint);text-align:center;margin:0;font-size:12.5px;line-height:1.8}.profile-safety a{color:var(--primary-strong);margin:0 2px}.profile-language-options{gap:6px;margin-left:auto;display:flex}.profile-lang-btn{letter-spacing:.05em;border:1.5px dashed var(--border);border-radius:var(--radius-pill);color:var(--text-soft);cursor:pointer;background:0 0;padding:6px 16px;font-family:inherit;font-size:13.5px}.profile-lang-btn.active{background:var(--primary-soft);border-style:solid;border-color:var(--primary);color:var(--primary-strong)}@media (width<=768px){.profile-page{padding:6px 16px 48px}.corner-badges{padding:0 12px}.corner-actions{flex-flow:wrap}}.lab-page{flex-direction:column;gap:12px;height:100%;padding:16px 18px;display:flex;overflow-y:auto}.lab-header{flex-shrink:0}.lab-title{color:var(--text);letter-spacing:.02em;margin:0;font-size:24px;font-weight:700}.lab-sub{color:var(--text-soft);max-width:62ch;margin:4px 0 0;font-size:12.5px;line-height:1.55}.lab-em{color:var(--primary-strong);font-weight:600}.lab-picker{flex-shrink:0;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:10px;display:grid}.lab-pill{text-align:left;background-color:var(--surface);background-image:var(--paper-grain);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--ease-soft);align-items:center;gap:10px;padding:10px 12px;font-family:inherit;display:flex}.lab-pill:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.lab-pill.active{background-color:var(--primary-soft);border-color:var(--primary);box-shadow:var(--shadow-sm);background-image:none}.lab-pill-body{flex-direction:column;gap:2px;min-width:0;display:flex}.lab-pill-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.lab-pill-sub{color:var(--text-faint);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.lab-pill.active .lab-pill-name{color:var(--primary-strong)}.lab-pill-symbol{width:34px;height:34px;font-family:var(--font-hand);background:var(--surface-sunken);color:var(--text-soft);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:1;display:inline-flex}.lab-pill.active .lab-pill-symbol{background:var(--primary);color:#fffdf9}.lab-meta{flex-wrap:wrap;flex-shrink:0;align-items:baseline;gap:12px;display:flex}.lab-meta-name{color:var(--text);align-items:baseline;gap:7px;font-size:24px;font-weight:700;display:inline-flex}.lab-meta-symbol{background:var(--primary);color:#fffdf9;border-radius:var(--radius-xs);justify-content:center;align-self:center;align-items:center;min-width:34px;height:34px;padding:0 6px;font-size:16px;display:inline-flex}.lab-meta-en{color:var(--text-faint);letter-spacing:.04em;font-size:11px;font-style:italic;font-weight:400}.lab-meta-chip{color:var(--secondary-strong);background:var(--secondary-soft);border-radius:var(--radius-xs);white-space:nowrap;border:none;padding:3px 10px;font-size:13px}.lab-meta-summary{color:var(--text-soft);flex-basis:100%;margin:0;font-size:15px;line-height:1.6}.lab-canvas{background-color:#faf6ef;background-image:var(--paper-dots);background-size:var(--paper-dots-size);border:1px solid var(--border);border-radius:var(--radius-md);background-size:14px 14px;flex:1;min-height:340px;position:relative;overflow:hidden}.lab-canvas canvas{display:block;width:100%!important;height:100%!important}.lab-canvas-hint{z-index:2;color:var(--text-faint);border-radius:var(--radius-xs);pointer-events:none;background:#fffdf9d1;padding:3px 9px;font-size:11px;position:absolute;top:10px;left:12px}.lab-stepper{background-color:var(--surface);background-image:var(--paper-grain);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;flex-shrink:0;gap:10px;padding:12px 14px 13px;display:flex}.lab-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.lab-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;align-items:center;gap:5px;padding:8px 16px;font-family:inherit;font-size:15px;font-weight:600;display:inline-flex}.lab-btn:hover{background:var(--hover-bg)}.lab-btn.primary{background:var(--primary);color:#fffdf9;border:none;font-weight:600}.lab-btn.primary:hover{background:var(--primary-strong)}.lab-btn.small{padding:5px 10px;font-size:12px}.lab-btn.small.on{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-strong)}.lab-progress{flex:1;min-width:200px;padding-bottom:12px;position:relative}.lab-slider{appearance:none;border-radius:var(--radius-pill);background:repeating-linear-gradient(90deg, var(--primary) 0 11px, transparent 11px 17px) 0 0 / var(--lab-fill,0%) 100% no-repeat, repeating-linear-gradient(90deg, var(--border) 0 11px, transparent 11px 17px);cursor:pointer;width:100%;height:8px;margin:0}.lab-slider::-webkit-slider-thumb{appearance:none;background:var(--surface);border:2px solid var(--primary);width:16px;height:16px;box-shadow:var(--shadow-sm);border-radius:50%}.lab-slider::-moz-range-thumb{background:var(--surface);border:2px solid var(--primary);border-radius:50%;width:14px;height:14px}.lab-ticks{height:12px;position:absolute;bottom:0;left:0;right:0}.lab-tick{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;position:absolute;bottom:1px;transform:translate(-50%)}.lab-tick:hover{background:var(--primary)}.lab-tick.active{background:var(--primary-strong);box-shadow:0 0 0 3px var(--primary-soft)}.lab-loops{color:var(--secondary-strong);background:var(--secondary-soft);border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:4px;padding:5px 12px;font-size:13px;display:inline-flex}.lab-loops b{color:var(--primary-strong);font-size:13.5px}.lab-loops.gone{opacity:.45}.lab-loop-dots{letter-spacing:2px;color:var(--primary-strong);gap:2px;font-size:10px;line-height:1;display:inline-flex}.lab-caption{flex-direction:column;gap:3px;display:flex}.lab-caption-title{color:var(--text);align-items:center;gap:8px;font-size:18px;font-weight:600;display:flex}.lab-caption-index{font-family:var(--font-hand);color:var(--primary-strong);background:var(--primary-soft);border-radius:var(--radius-xs);padding:3px 9px;font-size:15px;font-weight:600}.lab-caption-body{color:var(--text-soft);margin:0;font-size:15px;line-height:1.7}@media (width<=768px){.lab-page{gap:10px;padding:12px 12px 16px}.lab-picker{-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.lab-pill{flex:none;width:148px}.lab-meta{gap:8px}.lab-meta-summary{flex-basis:100%}.lab-canvas{flex:none;height:50vh;min-height:340px}.lab-controls{gap:6px}.lab-btn{padding:6px 10px;font-size:12px}}.lab-back{color:var(--text-soft);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;align-self:flex-start;margin-bottom:8px;padding:4px 12px 4px 8px;font-family:inherit;font-size:13px}.lab-back:hover{background:var(--hover-bg);color:var(--primary-strong)}@media (width>=1024px){.lab-page{grid-template:"header header""picker picker""meta meta"1fr"canvas stepper"/minmax(0,1fr) 380px;gap:14px;padding:18px 24px 24px;display:grid;overflow:hidden}.lab-header{grid-area:header}.lab-picker{grid-area:picker;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.lab-meta{grid-area:meta}.lab-canvas{grid-area:canvas;min-height:0}.lab-stepper{grid-area:stepper;overflow-y:auto}}.pl-page{background:var(--bg);flex-direction:column;flex:1;align-items:center;gap:16px;padding:20px 20px 48px;display:flex;overflow-y:auto}@media (width>=900px){.pl-header,.pl-filters,.pl-grid,.pl-empty{max-width:960px}}.pl-header{width:100%;max-width:860px}.pl-title{color:var(--text);margin:0;font-size:24px;font-weight:700}.pl-sub{color:var(--text-soft);margin:6px 0 0;font-size:15px;line-height:1.6}.pl-filters{flex-direction:column;gap:8px;width:100%;max-width:860px;display:flex}.pl-filter-row{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.pl-filter-divider{border-top:2px dashed #c9a87e99;width:34px;margin:0 4px}.pl-chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-soft);cursor:pointer;padding:5px 13px;font-family:inherit;font-size:13px}.pl-chip:hover{border-color:var(--primary);color:var(--primary-strong)}.pl-chip.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-strong);font-weight:600}.pl-chip.level.active{background:var(--secondary-soft);border-color:var(--secondary);color:var(--secondary-strong)}.pl-count{color:var(--text-faint);font-size:13px}.pl-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;width:100%;max-width:860px;display:grid}.pl-card{background-color:var(--surface);background-image:var(--paper-grain);border:1px solid var(--border-soft);border-radius:var(--radius-md);cursor:pointer;transition:all var(--ease-soft);overflow:hidden}.pl-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.pl-card-preview{aspect-ratio:4/3;background-color:var(--bg);background-image:var(--paper-dots);background-size:var(--paper-dots-size);background-size:14px 14px;position:relative}.pl-card-preview>:first-child{position:absolute;inset:10px}.pl-level-chip{border-radius:var(--radius-xs);color:#fffdf9;z-index:2;padding:2px 9px;font-size:11.5px;font-weight:600;position:absolute;top:8px;left:8px}.pl-level-chip.入门{background:var(--secondary)}.pl-level-chip.进阶{background:var(--accent)}.pl-level-chip.挑战{background:var(--primary)}.pl-source-chip{border-radius:var(--radius-xs);color:var(--text-soft);z-index:2;background:#fffdf9d9;padding:2px 8px;font-size:11px;position:absolute;top:8px;right:8px}.pl-card-body{flex-direction:column;gap:4px;padding:10px 12px 12px;display:flex}.pl-card-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:600;overflow:hidden}.pl-card-meta{color:var(--text-faint);gap:10px;font-size:13px;display:flex}.pl-empty{text-align:center;max-width:420px;color:var(--text-soft);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-md);margin-top:48px;padding:28px 26px;font-size:14px}.pl-modal{z-index:150;background:var(--overlay);justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.pl-detail{background:var(--surface);border-radius:var(--radius-lg);width:min(560px,100%);max-height:calc(100vh - 48px);box-shadow:var(--shadow-modal);padding:20px;position:relative;overflow-y:auto}.pl-detail-close{z-index:2;background:var(--surface-sunken);border-radius:var(--radius-sm);width:30px;height:30px;color:var(--text-soft);cursor:pointer;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px}.pl-detail-close:hover{background:var(--hover-bg);color:var(--text)}.pl-detail-preview{aspect-ratio:4/3;background:var(--bg);border-radius:var(--radius-md);position:relative;overflow:hidden}.pl-detail-preview>:first-child{position:absolute;inset:14px}.pl-detail-info{flex-direction:column;gap:10px;margin-top:16px;display:flex}.pl-detail-title{color:var(--text);padding-right:30px;font-size:18px;font-weight:600}.pl-detail-meta{color:var(--text-soft);flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.pl-detail-meta .pl-level-chip{position:static}.pl-meta-item{background:var(--surface-sunken);border-radius:var(--radius-xs);padding:2px 9px}.pl-detail-actions{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.pl-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;align-items:center;gap:6px;padding:9px 18px;font-family:inherit;font-size:15px;font-weight:600;display:inline-flex}.pl-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary-strong)}.pl-btn.primary{background:var(--primary);color:#fffdf9;border:none}.pl-btn.primary:hover:not(:disabled){background:var(--primary-strong);color:#fffdf9}.pl-btn.danger{color:var(--danger);border-color:var(--danger-soft)}.pl-btn:disabled{opacity:.45;cursor:not-allowed}.pl-toast{z-index:200;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-pill);box-shadow:var(--shadow-md);padding:9px 20px;font-size:13px;position:fixed;bottom:32px;left:50%;transform:translate(-50%)}@media (width<=768px){.pl-page{padding:14px 14px 48px}.pl-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.pl-detail{padding:14px}.pl-detail-actions .pl-btn{flex:1;justify-content:center}}.pl-back{color:var(--text-soft);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;align-self:flex-start;margin-bottom:10px;padding:4px 12px 4px 8px;font-family:inherit;font-size:13px}.pl-back:hover{background:var(--hover-bg);color:var(--primary-strong)}.hub-page{background:0 0;flex-direction:column;flex:1;align-items:center;gap:20px;padding:18px 20px 56px;display:flex;overflow-y:auto}@media (width>=900px){.hub-header,.hub-section{max-width:680px}.hub-tiles{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}.hub-header{width:100%;max-width:560px;padding:8px 64px 0 2px;position:relative}.hub-title{letter-spacing:2px;color:var(--text);margin:0;font-size:26px;font-weight:400;line-height:1.25}.hub-sub{color:var(--text-soft);margin:6px 0 0;font-size:14px;line-height:1.7}.hub-hero-ball{filter:drop-shadow(0 3px 5px #5c4a3a38);position:absolute;top:0;right:0;transform:rotate(12deg)}.hub-section{flex-direction:column;gap:12px;width:100%;max-width:560px;display:flex}.hub-section-title{letter-spacing:2px;color:var(--secondary-strong);align-items:center;gap:8px;margin:0;font-size:15px;font-weight:400;display:flex}.hub-section-title:after{content:"";border-top:2px dashed #c9a87e73;flex:1}.hub-continue{text-align:left;background:var(--surface);border-radius:var(--radius-md);cursor:pointer;width:100%;transition:all var(--ease-soft);border:3px solid #fff;align-items:center;gap:14px;padding:16px;font-family:inherit;display:flex;position:relative;transform:rotate(-1.1deg);box-shadow:0 3px #5c4a3a0f,0 8px 20px #5c4a3a29}.hub-continue:hover{transform:rotate(-1.1deg)translateY(-2px);box-shadow:0 3px #5c4a3a0f,0 14px 30px #5c4a3a3d}.hub-continue-preview{background-color:var(--bg);background-image:var(--paper-dots);background-size:var(--paper-dots-size);border-radius:var(--radius-xs);border:3px solid #fff;flex-shrink:0;justify-content:center;align-items:center;width:92px;height:70px;display:flex;overflow:hidden;transform:rotate(-3deg);box-shadow:0 3px 8px #5c4a3a33}.hub-continue-text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.hub-continue-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:19px;overflow:hidden}.hub-continue-sub{color:var(--secondary-strong);font-size:13px}.hub-continue-cta{letter-spacing:.05em;color:#fffdf6;background:var(--primary);border-radius:var(--radius-pill);box-shadow:0 2px 0 var(--primary-shadow), 0 4px 10px #5c4a3a33;border:2px solid #fff;flex-shrink:0;align-items:center;gap:4px;padding:8px 16px;font-size:14.5px;display:inline-flex}.hub-tiles{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.hub-tile{text-align:left;background:var(--surface);border-radius:var(--radius-md);cursor:pointer;transition:all var(--ease-soft);border:2.5px solid #fff;flex-direction:column;align-items:flex-start;gap:3px;padding:14px;font-family:inherit;display:flex;box-shadow:0 3px #5c4a3a0d,0 7px 16px #5c4a3a24}.hub-tile:nth-child(4n+1){transform:rotate(-1.2deg)}.hub-tile:nth-child(4n+2){transform:rotate(.9deg)}.hub-tile:nth-child(4n+3){transform:rotate(-.5deg)}.hub-tile:nth-child(4n){transform:rotate(1.2deg)}.hub-tile:hover{transform:translateY(-2px)rotate(0);box-shadow:0 3px #5c4a3a0d,0 12px 24px #5c4a3a38}.hub-tile.wide{border:2px dashed var(--stitch);padding:18px 16px;transform:rotate(-.6deg);box-shadow:0 3px #5c4a3a0d,0 8px 18px #5c4a3a1f}.hub-tile-num{font-family:var(--font-hand);color:var(--primary-strong);font-size:30px;line-height:1.05}.hub-tile-icon{color:#fffdf6;background:var(--secondary);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:6px;display:inline-flex;transform:rotate(-4deg);box-shadow:0 2px 5px #5c4a3a33}.hub-tiles .hub-tile:nth-child(2n) .hub-tile-icon{background:var(--primary);transform:rotate(5deg)}.hub-tile-label{color:var(--text);font-size:16px}.hub-tile-title{color:var(--text-soft);font-size:15px}.hub-tile-sub{color:var(--text-faint);font-size:12.5px;line-height:1.45}@media (width<=768px){.hub-page{gap:18px;padding:12px 14px 48px}.hub-header{padding-right:60px}.hub-tiles{grid-template-columns:repeat(3,1fr);gap:9px}.hub-tile{padding:12px 10px}.hub-continue-preview{width:78px;height:60px}}.msg-page{background:var(--bg);flex-direction:column;flex:1;align-items:center;gap:18px;padding:20px 20px 48px;display:flex;overflow-y:auto}.msg-header{width:100%;max-width:560px}.msg-title{color:var(--text);margin:0;font-size:24px;font-weight:700}.msg-groups{flex-direction:column;gap:8px;width:100%;max-width:560px;display:flex}.msg-group{background-color:var(--surface);background-image:var(--paper-grain);border:1px solid var(--border-soft);border-radius:var(--radius-md);align-items:center;gap:13px;padding:13px 14px;display:flex}.msg-group-icon{width:40px;height:40px;color:var(--primary-strong);background:var(--primary-soft);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.msg-group-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.msg-group-title{color:var(--text);font-size:16px;font-weight:600}.msg-group-sub{color:var(--text-faint);font-size:13px}.msg-group-empty{color:var(--text-faint);background:var(--surface-sunken);border-radius:var(--radius-pill);padding:2px 10px;font-size:13px}.msg-empty{flex-direction:column;align-items:center;gap:14px;width:100%;max-width:560px;margin-top:24px;display:flex}.msg-empty .stitch-line{width:100%}.msg-empty p{color:var(--text-soft);text-align:center;margin:0;font-size:14px;line-height:1.7}.create-sheet-overlay{z-index:160;background:var(--overlay);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.create-sheet{background:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:min(460px,100%);padding:10px 18px calc(18px + env(safe-area-inset-bottom,0px));flex-direction:column;gap:6px;animation:.22s ease-out create-sheet-up;display:flex}@keyframes create-sheet-up{0%{opacity:.6;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.create-sheet-handle{border-radius:var(--radius-pill);background:var(--border);width:40px;height:4px;margin:4px auto 8px}.create-sheet-title{color:var(--text);margin-bottom:6px;font-size:18px;font-weight:600}.create-option{text-align:left;border-radius:var(--radius-md);cursor:pointer;transition:background var(--ease-soft);background:0 0;border:none;align-items:center;gap:14px;padding:13px 12px;font-family:inherit;display:flex}.create-option:hover{background:var(--hover-bg)}.create-option-icon{width:44px;height:44px;color:var(--primary-strong);background:var(--primary-soft);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.create-option-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.create-option-title{color:var(--text);font-size:16px;font-weight:600}.create-option-sub{color:var(--text-faint);font-size:13px}.create-option-arrow{color:var(--text-faint);font-size:15px}.create-cancel{background:var(--surface-sunken);border-radius:var(--radius-sm);color:var(--text-soft);cursor:pointer;border:none;margin-top:8px;padding:11px;font-family:inherit;font-size:15px}.create-toast{z-index:200;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-pill);box-shadow:var(--shadow-md);padding:9px 20px;font-size:13px;position:fixed;bottom:40px;left:50%;transform:translate(-50%)}:root{color:var(--text);background:var(--bg-root);--bg-root:#f3e9d4;--bg:#faf4e6;--surface:#fffdf6;--surface-sunken:#f3e9d4;--hover-bg:#f6ecd8;--primary:#d9a066;--primary-strong:#b9854e;--primary-soft:#f6e7d2;--secondary:#a8b89a;--secondary-strong:#7d8f69;--secondary-soft:#edf2e7;--accent:#b3854e;--text:#5c4a3a;--text-soft:#a08d76;--text-faint:#b7a88f;--border:#e2d2b2;--border-soft:#efe4cc;--danger:#c88a76;--danger-strong:#a96a56;--danger-soft:#f9e4dd;--success:#7d8f69;--peach:#f4c2b2;--cornflower:#a3b9d8;--stitch:#c9a87e;--nav-bg:#fff8e9;--primary-shadow:#c08a4e;--radius-xs:8px;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--radius-pill:999px;--shadow-sm:0 3px 0 #5c4a3a0f, 0 5px 12px #5c4a3a1a;--shadow-md:0 3px 0 #5c4a3a0f, 0 9px 22px #5c4a3a29;--shadow-lg:0 3px 0 #5c4a3a0f, 0 14px 32px #5c4a3a33;--shadow-modal:0 16px 48px #5c4a3a47;--shadow-nav:0 -4px 20px #5c4a3a14;--ease-soft:.18s ease-out;--overlay:#5c4a3a61;--font-hand:"Gaegu", "ZCOOL KuaiLe", "Kaiti SC", cursive;--paper-grain:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='2' seed='11'/%3E%3CfeColorMatrix values='0 0 0 0 0.36 0 0 0 0 0.29 0 0 0 0 0.22 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23p)'/%3E%3C/svg%3E");--paper-dots:radial-gradient(#d8c9ae 1px, transparent 1.2px);--paper-dots-size:18px 18px;font-family:ZCOOL KuaiLe,Gaegu,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.num{font-family:var(--font-hand);letter-spacing:.02em}.stitch-line{border:none;border-top:2px dashed #c9a87e99;height:0}.stitch-track{border-radius:var(--radius-pill);background:repeating-linear-gradient(90deg, var(--border) 0 10px, transparent 10px 16px);height:6px}.stitch-fill{border-radius:var(--radius-pill);background:repeating-linear-gradient(90deg, var(--primary) 0 10px, transparent 10px 16px);height:100%;transition:width .3s}.sticker-card{background:var(--surface);border-radius:var(--radius-md);border:3px solid #fff;position:relative;box-shadow:0 3px #5c4a3a0f,0 8px 20px #5c4a3a29}.stitch-card{background:var(--surface);border:2px dashed var(--stitch);border-radius:var(--radius-md);position:relative;box-shadow:0 3px #5c4a3a0d,0 8px 18px #5c4a3a21}.card-tape{z-index:3;filter:drop-shadow(0 1px 2px #5c4a3a2e);position:absolute;top:-11px;left:50%;transform:translate(-50%)rotate(-2deg)}.tilt-l{transform:rotate(-1.6deg)}.tilt-r{transform:rotate(.9deg)}.tilt-r2{transform:rotate(1.4deg)}.lined-paper{background:repeating-linear-gradient(var(--surface) 0 25px, #ead9bb 25px 27px);background-origin:content-box}.dot-paper{background-color:var(--bg);background-image:var(--paper-dots);background-size:var(--paper-dots-size)}.community-card,.hub-continue,.hub-tile,.pl-card,.lab-stepper,.msg-group{position:relative}*{box-sizing:border-box}button{touch-action:manipulation;transition:transform var(--ease-soft), background var(--ease-soft), border-color var(--ease-soft), color var(--ease-soft), box-shadow var(--ease-soft), opacity var(--ease-soft)}button:active{transform:scale(.97)}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden}.app{background:var(--bg-root);width:100vw;height:100vh;display:flex;overflow:hidden}.app-shell{background-color:var(--bg);background-image:var(--paper-dots);background-size:var(--paper-dots-size);flex-direction:column;width:100vw;height:100vh;display:flex;position:relative}.app-shell:after{content:"";pointer-events:none;z-index:300;background-image:var(--paper-grain);position:absolute;inset:0}.app-bar{background:var(--nav-bg);border-bottom:2px dashed var(--stitch);flex-shrink:0;align-items:center;gap:24px;height:50px;padding:0 16px;display:flex}.app-brand{align-items:center;gap:9px;min-width:0;display:flex}.app-brand-click{cursor:pointer;border-radius:var(--radius-sm);transition:background var(--ease-soft);margin-left:-6px;padding:3px 6px}.app-brand-click:hover{background:var(--hover-bg)}.app-logo{background:var(--primary);border:2.5px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;box-shadow:0 2px #5c4a3a14,0 3px 8px #5c4a3a33}.app-brand-text{flex-direction:column;line-height:1.15;display:flex}.app-name{color:var(--text);letter-spacing:.06em;font-size:14.5px;font-weight:400}.app-sub{font-family:var(--font-hand);color:var(--text-faint);letter-spacing:.08em;font-size:11px}.app-tabs{background:var(--surface-sunken);border-radius:var(--radius-pill);gap:2px;padding:3px;display:flex}.app-tabs .nav-scallop{display:none}.nav-bar{gap:2px;display:flex}.app-tab{letter-spacing:.08em;color:var(--text-soft);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--ease-soft);background:0 0;border:none;justify-content:center;align-items:center;padding:5px 12px;font-family:inherit;font-size:13.5px;display:flex}.app-tab-icon{display:none}.app-tab:hover{color:var(--primary-strong)}.app-tab.active{background:var(--surface);border:2px dashed var(--stitch);color:var(--primary-strong);font-weight:400}.app-bar-right{align-items:center;gap:8px;margin-left:auto;display:flex}.app-ghost{color:var(--text-soft);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--ease-soft);background:0 0;border:none;padding:4px 10px;font-family:inherit;font-size:12.5px}.app-ghost:hover{background:var(--hover-bg);color:var(--text)}.app-content{flex-direction:column;flex:1;min-height:0;display:flex}@media (width<=768px){.app-bar{background:0 0;border-bottom:none;height:auto;padding:8px 12px}.app-sub{display:none}.app-tabs{z-index:50;width:100%;box-shadow:none;background:0 0;border-radius:0;padding:0;display:block;position:fixed;bottom:0;left:0;right:0}.app-tabs .nav-scallop{filter:drop-shadow(0 -2px 3px #5c4a3a47);width:100%;height:14px;margin-bottom:-2px;display:block}.nav-bar{background:var(--nav-bg);padding:7px 10px calc(9px + env(safe-area-inset-bottom,0px));display:flex;position:relative}.app-tab{border-radius:var(--radius-sm);letter-spacing:.1em;background:0 0;border:none;flex-direction:column;flex:1;gap:3px;min-height:50px;padding:5px 2px 0;font-size:11.5px}.app-tab-icon{font-size:22px;line-height:1;display:inline-flex}.app-tab-label{letter-spacing:.1em;font-size:11px}.app-tab.active{color:#9a6b35;background:0 0;border:none}.app-tab.active .app-tab-icon,.app-tab.active .app-tab-label{opacity:1}.app-content{padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}.app-tab.publish{z-index:3;width:54px;height:54px;min-height:0;box-shadow:0 4px 0 var(--primary-shadow), 0 10px 18px #5c4a3a59;border:none;border-radius:50%;flex:none;align-self:center;padding:0;position:relative;transform:translateY(-20px)}.app-tab.publish:active{transform:translateY(-20px)scale(.95)}.app-tab.publish .app-tab-icon{font-size:26px}}.app-tab.publish{background:var(--primary);color:#fffdf6;width:38px;height:38px;box-shadow:0 2px 0 var(--primary-shadow), 0 5px 12px #5c4a3a38;border:2px solid #fff;border-radius:50%;padding:0;position:relative}.app-tab.publish:after{content:"";pointer-events:none;border:1.5px dashed #fffc;border-radius:50%;position:absolute;inset:3px}.app-tab.publish:hover{background:var(--primary-strong);color:#fffdf6}.app-tab.publish .app-tab-icon{color:#fffdf6;display:inline-flex}.app-tab.publish .app-tab-label{display:none}.community-state:before,.home-empty:before,.follow-empty:before{content:"";border-top:2px dashed #c9a87e99;width:44px;margin:0 auto 14px;display:block}.follow-empty:before{margin:0 0 14px}.app-locale-btn{font-size:12.5px;font-family:var(--font-hand);border:1.5px dashed var(--stitch);border-radius:var(--radius-pill);color:var(--text-soft);cursor:pointer;background:0 0;padding:3px 10px;font-weight:700}.app-locale-btn:hover{border-color:var(--primary);color:var(--primary-strong)}
