.processor-container{background-color:var(--bg-dark);flex:1;height:100%;display:flex;overflow:hidden}.processor-sidebar{background-color:var(--bg-sidebar);border-right:1px solid var(--border);z-index:10;flex-direction:column;width:320px;display:flex;box-shadow:4px 0 24px #00000008}.processor-header{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:20px 24px;display:flex}.back-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;margin-left:-8px;padding:8px;transition:all .2s;display:flex}.back-btn:hover{background:var(--input-bg);color:var(--text-main)}.processor-title{color:var(--text-main);align-items:center;gap:8px;margin:0;font-size:16px;font-weight:600;display:flex}.processor-controls{flex-direction:column;flex:1;gap:24px;padding:24px;display:flex;overflow-y:auto}.processor-actions{border-top:1px solid var(--border);background:var(--bg-sidebar);padding:24px}.processor-main{background-color:#f1f5f9;background-image:linear-gradient(45deg,#e2e8f0 25%,#0000 25%),linear-gradient(-45deg,#e2e8f0 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e2e8f0 75%),linear-gradient(-45deg,#0000 75%,#e2e8f0 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.processor-upload-zone{flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.upload-box{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;cursor:pointer;background:#ffffffe6;border:2px dashed #94a3b8;border-radius:20px;width:100%;max-width:400px;padding:60px;transition:all .2s;box-shadow:0 10px 25px -5px #0000000d}.upload-box:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 20px 25px -5px #00ef891a}.upload-icon{width:80px;height:80px;color:var(--primary);background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;display:flex}.upload-box h3{color:var(--text-main);margin-bottom:8px;font-size:20px}.upload-box p{color:var(--text-muted);margin-bottom:24px;font-size:14px}.upload-btn{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:all .2s}.upload-btn:hover{background:var(--primary-hover)}.processor-canvas-wrapper{flex:1;justify-content:center;align-items:center;padding:40px;display:flex;overflow:auto}.processor-canvas{background:#fff;max-width:100%;max-height:100%;box-shadow:0 25px 50px -12px #00000040}.upload-input-hidden{display:none}@media (max-width:768px){.processor-container{flex-direction:column;height:auto;min-height:calc(100vh - 60px)}.processor-sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;box-shadow:0 4px 10px #00000008}.processor-controls{max-height:40vh}.processor-main{min-height:50vh}.processor-upload-zone{padding:20px}.upload-box{padding:32px 20px}}
.batch-processor-container{box-sizing:border-box;background-color:#f8fafc;width:100%;height:100vh;display:flex}.bp-sidebar{border-right:1px solid var(--border);z-index:10;background:#fff;flex-direction:column;flex-shrink:0;width:320px;display:flex;box-shadow:2px 0 10px #00000005}.bp-header{border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:24px;display:flex}.bp-back-btn{background:var(--input-bg);width:36px;height:36px;color:var(--text-main);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.bp-back-btn:hover{background:#e2e8f0}.bp-title{color:var(--text-main);align-items:center;gap:8px;margin:0;font-size:18px;font-weight:700;display:flex}.bp-controls{flex-direction:column;flex:1;gap:24px;padding:24px;display:flex;overflow-y:auto}.bp-actions{border-top:1px solid var(--border);flex-direction:column;gap:12px;padding:24px;display:flex}.bp-download-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.bp-download-btn:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px)}.bp-clear-btn{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.bp-clear-btn:hover{background:#fee2e2}.bp-main{background-color:#f1f5f9;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.bp-upload-zone{flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.bp-upload-box{cursor:pointer;background:#fff;border:2px dashed #cbd5e1;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:600px;height:400px;transition:all .2s;display:flex}.bp-upload-box:hover{border-color:var(--primary);background:#f8fafc}.bp-upload-icon{color:#3b82f6;background:#e0f2fe;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex}.bp-upload-box h3{color:#1e293b;margin:0 0 12px;font-size:20px;font-weight:700}.bp-upload-box p{color:#64748b;margin:0 0 32px}.bp-upload-btn{background:var(--primary);color:#fff;pointer-events:none;border:none;border-radius:24px;padding:12px 32px;font-size:15px;font-weight:600}.bp-input-hidden{display:none}.bp-list-wrapper{box-sizing:border-box;flex:1;padding:40px;overflow-y:auto}.bp-controls label{color:var(--text-main);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.bp-controls input[type=text],.bp-controls input[type=number]{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text-main);box-sizing:border-box;border-radius:8px;outline:none;padding:10px 12px;font-size:14px}.bp-controls input[type=text]:focus,.bp-controls input[type=number]:focus{border-color:var(--primary);background:#fff}
.md5-tool-container{flex-direction:column;gap:40px;max-width:1200px;height:calc(100vh - 64px);margin:0 auto;padding:40px 24px 80px;display:flex;overflow-y:auto}.md5-hero{justify-content:space-between;align-items:center;gap:40px;display:flex}.md5-hero-left{flex:1;max-width:600px}.md5-hero-title{color:#1e293b;margin:0 0 16px;font-size:36px;font-weight:800;line-height:1.3}.md5-hero-title span{color:#10b981}.md5-hero-desc{color:#475569;margin:0 0 32px;font-size:15px;line-height:1.6}.md5-hero-features{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.md5-hf-card{background:#fff;border-radius:12px;flex-direction:column;gap:12px;padding:20px 16px;display:flex;box-shadow:0 2px 10px #00000005}.md5-hf-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.md5-hf-card:first-child .md5-hf-icon{color:#10b981;background:#dcfce7}.md5-hf-card:nth-child(2) .md5-hf-icon,.md5-hf-card:nth-child(3) .md5-hf-icon,.md5-hf-card:nth-child(4) .md5-hf-icon{color:#10b981;background:#f0fdf4}.md5-hf-card h4{color:#1e293b;margin:0;font-size:14px;font-weight:700}.md5-hf-card p{color:#64748b;margin:0;font-size:11px;line-height:1.4}.md5-hero-illu{flex-shrink:0;justify-content:center;align-items:center;width:480px;height:320px;display:flex;position:relative}.md5-illu-monitor{z-index:2;background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:320px;height:220px;display:flex;position:relative;box-shadow:0 20px 40px #10b9811a}.md5-illu-stand{background:#e2e8f0;width:80px;height:30px;position:absolute;bottom:-30px}.md5-illu-base{background:#cbd5e1;border-radius:5px;width:140px;height:10px;position:absolute;bottom:-40px}.md5-illu-shield{color:#fff;z-index:3;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:absolute;top:-30px;left:50%;transform:translate(-50%);box-shadow:0 10px 20px #10b9814d}.md5-illu-text{color:#10b981;letter-spacing:2px;margin-bottom:20px;font-size:40px;font-weight:900}.md5-illu-search{box-sizing:border-box;background:#f1f5f9;border-radius:20px;justify-content:space-between;align-items:center;width:240px;height:40px;padding:0 16px;display:flex}.md5-illu-search-dots{gap:6px;display:flex}.md5-illu-search-dots span{background:#cbd5e1;border-radius:4px;width:12px;height:12px}.md5-illu-app-badge{color:#fff;z-index:3;background:#34d399;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:16px;font-weight:800;display:flex;position:absolute;bottom:20px;left:-30px;box-shadow:0 10px 20px #34d39966}.md5-illu-lock{color:#10b981;z-index:3;background:#fff;border:1px solid #f1f5f9;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;bottom:40px;right:-20px;box-shadow:0 10px 20px #0000000d}.md5-illu-dots{opacity:.3;grid-template-columns:repeat(3,1fr);gap:6px;display:grid;position:absolute;top:40px;right:-40px}.md5-illu-dots span{background:#cbd5e1;border-radius:50%;width:6px;height:6px}.md5-upload-box{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #00000008}.md5-dropzone{cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;transition:all .3s;display:flex}.md5-dropzone:hover{background:#f0fdf4;border-color:#10b981}.md5-up-icon-wrap{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;display:flex;box-shadow:0 10px 20px #10b98133}.md5-up-title{color:#1e293b;margin:0 0 8px;font-size:18px;font-weight:700}.md5-up-desc{color:#64748b;margin:0;font-size:13px}.md5-up-formats{color:#475569;justify-content:center;align-items:center;gap:24px;margin-top:32px;font-size:13px;display:flex}.md5-fmt{align-items:center;gap:8px;display:flex}.md5-up-safe{color:#10b981;justify-content:center;align-items:center;gap:8px;margin-top:24px;font-size:13px;display:flex}.md5-result-area{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000008}.md5-result-area h3{color:#1e293b;margin:0 0 24px;font-size:18px;font-weight:700}.md5-empty-state{flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.md5-empty-illu{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:24px;display:flex;position:relative}.md5-empty-state h4{color:#1e293b;margin:0 0 8px;font-size:16px;font-weight:700}.md5-empty-state p{color:#64748b;margin:0;font-size:13px}.md5-result-tip{color:#64748b;background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:32px;padding:12px 16px;font-size:12px;display:flex}.md5-pwd-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;margin-top:24px;padding:16px 20px}.md5-pwd-header{color:#c2410c;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}.md5-pwd-input-group{gap:12px;display:flex}.md5-pwd-input-group input{border:1px solid #fdba74;border-radius:8px;outline:none;flex:1;padding:10px 16px;font-size:14px}.md5-pwd-input-group input:focus{border-color:#f97316;box-shadow:0 0 0 2px #f973161a}.md5-pwd-input-group button{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;padding:0 24px;font-weight:600}.md5-error-box{color:#ef4444;background:#fef2f2;border-radius:8px;align-items:center;gap:8px;margin-top:24px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.md5-result-list{flex-direction:column;gap:20px;display:flex}.md5-result-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;overflow:hidden}.md5-result-header{background:#f1f5f9;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.md5-result-label{color:#475569;font-size:13px;font-weight:700}.md5-copy-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;transition:all .2s;display:flex}.md5-copy-btn:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}.md5-copy-btn.copied{color:#10b981;background:#dcfce7;border-color:#10b981}.md5-result-value{color:#1e293b;word-break:break-all;margin:0;padding:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1.5}.md5-result-value.code{white-space:pre-wrap;background:#f8fafc;max-height:200px;font-size:12px;overflow-y:auto}.md5-info-row{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.md5-info-card{background:#fff;border-radius:16px;flex-direction:column;padding:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.md5-info-card h3{color:#10b981;align-items:center;gap:8px;margin:0 0 20px;font-size:18px;font-weight:700;display:flex}.md5-info-card p{color:#475569;flex:1;margin:0 0 24px;font-size:13px;line-height:1.6}.md5-info-link{color:#10b981;align-items:center;gap:4px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.md5-bg-icon{color:#f0fdf4;z-index:0;position:absolute;bottom:-20px;right:-20px}.md5-info-card>*{z-index:1;position:relative}.md5-acc-list{flex-direction:column;flex:1;gap:12px;display:flex}.md5-acc-item{cursor:pointer;border-bottom:1px solid #f1f5f9;flex-direction:column;display:flex}.md5-acc-item:last-child{border-bottom:none}.md5-acc-header{color:#1e293b;justify-content:space-between;align-items:center;padding:12px 0;font-size:13px;font-weight:600;transition:color .2s;display:flex}.md5-acc-item:hover .md5-acc-header{color:#10b981}.md5-acc-icon{transition:transform .3s}.md5-acc-item.open .md5-acc-icon{transform:rotate(180deg)}.md5-acc-content{color:#64748b;padding:0 0 16px;font-size:12px;line-height:1.6;animation:.3s forwards fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.md5-checklist{flex-direction:column;flex:1;gap:16px;margin:0;padding:0;list-style:none;display:flex}.md5-checklist li{color:#475569;align-items:flex-start;gap:12px;font-size:13px;line-height:1.5;display:flex}@media (max-width:768px){.md5-tool-container{padding:24px 16px 40px}.md5-hero{flex-direction:column;gap:32px}.md5-hero-left{text-align:center}.md5-hero-title{font-size:28px}.md5-hero-features{grid-template-columns:1fr}.md5-hero-illu{width:100%;height:auto}.md5-illu-monitor{width:100%;max-width:320px}.md5-upload-box{padding:20px 16px}.md5-dropzone{padding:40px 20px}.md5-up-formats{flex-direction:column;gap:12px}.md5-result-area{padding:20px 16px}.md5-pwd-input-group{flex-direction:column}.md5-pwd-input-group button{padding:10px}.md5-result-header{flex-direction:column;align-items:flex-start;gap:12px}.md5-info-row{grid-template-columns:1fr}}
