.adjust-app{display:flex;gap:24px;max-width:1200px;margin:0 auto;padding:24px 20px 60px;align-items:stretch}.adjust-settings{width:340px;min-width:300px;flex-shrink:0;display:flex;flex-direction:column;max-height:1200px}.adjust-panel{background:var(--card-bg);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow);border:1px solid var(--border);flex:1;display:flex;flex-direction:column;max-height:1200px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.adjust-panel::-webkit-scrollbar{width:5px}.adjust-panel::-webkit-scrollbar-track{background:transparent}.adjust-panel::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.adjust-panel-title{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:700;color:var(--dark);margin:0 0 18px}.adjust-panel-title svg{color:var(--primary)}.adjust-divider{height:1px;background:var(--border);margin:16px 0}.adjust-slider-group{margin-bottom:18px}.adjust-slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.adjust-slider-label{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:var(--dark)}.adjust-slider-label svg{color:var(--primary);flex-shrink:0}.adjust-slider-value{font-size:.85rem;font-weight:700;color:var(--primary);min-width:42px;text-align:right;padding:2px 8px;border-radius:6px;background:var(--primary-light)}.adjust-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:var(--border);outline:none;cursor:pointer}.adjust-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--primary);cursor:pointer;box-shadow:0 2px 8px #0052ff59;border:3px solid white;transition:box-shadow .2s}.adjust-slider::-webkit-slider-thumb:hover{box-shadow:0 2px 14px #0052ff80}.adjust-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--primary);cursor:pointer;box-shadow:0 2px 8px #0052ff59;border:3px solid white}.adjust-btn-reset{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg-white);color:var(--text-muted);font-size:.92rem;font-weight:600;cursor:pointer;transition:var(--transition);margin-top:8px}.adjust-btn-reset:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.adjust-btn-reset:active{transform:scale(.98)}.adjust-btn-download{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border:none;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--primary),var(--primary-deep));color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:var(--transition);margin-top:12px}.adjust-btn-download:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0052ff66}.adjust-btn-download:active{transform:translateY(0)}.adjust-btn-download:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.adjust-main-area{flex:1;min-width:0;display:flex;flex-direction:column}.adjust-main-area>*:first-child{flex:1}.adjust-upload-zone{border:2px dashed var(--border);border-radius:var(--radius-lg);padding:80px 24px;text-align:center;cursor:pointer;transition:var(--transition);background:var(--card-bg);display:flex;align-items:center;justify-content:center;height:100%;box-sizing:border-box}.adjust-upload-zone:hover,.adjust-upload-zone.dragover{border-color:var(--primary);background:var(--primary-light)}.adjust-upload-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.adjust-upload-title{font-size:1.1rem;font-weight:600;color:var(--dark);margin:0 0 8px}.adjust-upload-sub{font-size:.9rem;color:var(--text-muted);margin:0 0 24px}.adjust-upload-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg-white);color:var(--dark);font-size:.95rem;font-weight:600;cursor:pointer;transition:var(--transition)}.adjust-upload-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.adjust-preview-area{background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;height:100%}.adjust-canvas-toolbar{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;gap:4px;border-bottom:1px solid var(--border);background:var(--card-bg)}.adjust-toolbar-left{display:flex;align-items:center;gap:6px}.adjust-toolbar-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);border-radius:8px;background:var(--bg-white);color:var(--text-muted);cursor:pointer;transition:var(--transition)}.adjust-toolbar-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.adjust-toolbar-btn:active{transform:scale(.95)}.adjust-toolbar-btn.danger:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.adjust-toolbar-divider{width:1px;height:20px;background:var(--border);margin:0 4px}.adjust-compare-label{font-size:.82rem;font-weight:600;color:var(--text-muted);display:flex;align-items:center;gap:6px}.adjust-compare-label svg{color:var(--primary)}.adjust-btn-reset-all{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid var(--border);border-radius:8px;background:var(--bg-white);color:var(--text-muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:var(--transition);margin-bottom:4px}.adjust-btn-reset-all:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.adjust-canvas-container{position:relative;display:flex;justify-content:center;align-items:center;background:repeating-conic-gradient(#f0f0f0 0% 25%,#fff 0% 50%) 50% / 20px 20px;flex:1;overflow:hidden;min-height:400px;user-select:none;-webkit-user-select:none}[data-theme=dark] .adjust-canvas-container{background:repeating-conic-gradient(#333 0% 25%,#222 0% 50%) 50% / 20px 20px}.adjust-canvas-wrapper{position:relative;display:inline-block;line-height:0}.adjust-canvas-wrapper canvas{display:block;max-width:100%;max-height:500px;box-shadow:0 4px 20px #0000001a}.adjust-canvas-info{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border-top:1px solid var(--border);font-size:.8rem;color:var(--text-muted);background:var(--card-bg)}.adjust-canvas-info-left{display:flex;align-items:center;gap:12px}.adjust-info-hint{display:flex;align-items:center;gap:4px;font-size:.78rem}.adjust-info-hint svg{color:var(--text-muted);opacity:.6}.adjust-format-select{width:100%;padding:10px 36px 10px 14px;border:1px solid var(--border);border-radius:10px;background:var(--bg-white);color:var(--dark);font-size:.9rem;font-weight:500;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2366666e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .2s;margin-bottom:12px}.adjust-format-select:focus{border-color:var(--primary)}.adjust-hero{background:linear-gradient(to bottom,var(--bg-white) 0%,var(--bg-gray) 100%);border-bottom:1px solid var(--border);padding:60px 20px 48px;text-align:center}.adjust-hero .hero-title{font-size:2.2rem;font-weight:800;color:var(--dark);margin:0 0 12px;line-height:1.3}.adjust-hero .hero-title span{color:var(--primary)}.adjust-hero .hero-desc{font-size:1.15rem;color:var(--text-main);margin:0 0 8px}.adjust-hero .hero-desc strong{color:var(--dark)}.adjust-hero .hero-sub{font-size:.95rem;color:var(--text-muted);margin:0 0 40px}.adjust-info{background:var(--bg-gray);border-top:1px solid var(--border);padding:60px 20px 80px}.adjust-info .container{max-width:1200px;margin:0 auto}.adjust-faq-section{max-width:800px;margin:0 auto}.adjust-faq-title{font-size:1.5rem;font-weight:800;color:var(--dark);text-align:center;margin:0 0 32px}.adjust-faq-item{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:12px;overflow:hidden;transition:border-color .2s}.adjust-faq-item:hover{border-color:var(--primary)}.adjust-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border:none;background:transparent;cursor:pointer;text-align:left;font-size:.95rem;font-weight:600;color:var(--dark);line-height:1.5;transition:color .2s}.adjust-faq-question:hover{color:var(--primary)}.adjust-faq-arrow{flex-shrink:0;color:var(--text-muted);transition:transform .3s ease}.adjust-faq-item.open .adjust-faq-arrow{transform:rotate(180deg);color:var(--primary)}.adjust-faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.adjust-faq-item.open .adjust-faq-answer{max-height:300px}.adjust-faq-answer p{padding:0 20px 18px;font-size:.9rem;color:var(--text-muted);line-height:1.7;margin:0}@media(max-width:1024px){.adjust-app{max-width:100%;gap:16px;padding:20px 16px 48px}.adjust-settings{width:300px;min-width:260px}}@media(max-width:860px){.adjust-app{flex-direction:column;padding:16px 12px 48px;align-items:stretch}.adjust-settings{width:100%;min-width:0;position:static;order:2}.adjust-main-area{order:1;min-height:220px}.adjust-upload-zone,.adjust-preview-area{height:auto;min-height:200px}}@media(max-width:640px){.adjust-app{padding:12px 10px 40px;gap:12px}.adjust-panel{padding:14px;border-radius:var(--radius-md)}.adjust-upload-zone{padding:28px 16px;min-height:200px}.adjust-upload-title{font-size:.95rem}.adjust-canvas-toolbar{padding:8px 12px;flex-wrap:wrap;gap:8px}.adjust-toolbar-btn{width:32px;height:32px}.adjust-canvas-container{min-height:300px;padding:8px}.adjust-canvas-wrapper canvas{max-height:350px}.adjust-canvas-info{flex-direction:column;gap:8px;text-align:center}.adjust-canvas-info-left{flex-wrap:wrap;justify-content:center;gap:8px}.adjust-hero{padding:40px 16px 32px}.adjust-hero .hero-title{font-size:1.5rem}.adjust-hero .hero-desc{font-size:1rem}.adjust-info{padding:40px 16px 60px}.adjust-faq-title{font-size:1.25rem}.adjust-faq-question{padding:14px 16px;font-size:.9rem}.adjust-faq-answer p{padding:0 16px 14px;font-size:.85rem}}
