.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;padding:0 120px;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}}
.jf-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;width:100%;max-width:1200px;height:calc(100vh - 180px);min-height:600px;margin:40px auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.jf-container.jf-fullscreen{z-index:9999;border-radius:0;height:100vh;position:fixed;inset:0}.jf-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.jf-title{align-items:center;gap:12px;display:flex}.jf-title h2{color:#1e293b;margin:0;font-family:Noto Sans SC,sans-serif;font-size:18px;font-weight:700}.jf-actions{gap:12px;display:flex}.jf-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-family:Noto Sans SC,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:flex}.jf-btn:hover{color:#1e293b;background:#f1f5f9}.jf-btn-primary{color:#fff;background:#10b981;border-color:#10b981}.jf-btn-primary:hover{color:#fff;background:#059669}.jf-icon-btn{padding:8px}.jf-workspace{flex:1;display:flex;overflow:hidden}.jf-panel{flex-direction:column;flex:1;display:flex;overflow:hidden}.jf-input-panel{border-right:1px solid #e2e8f0}.jf-textarea{resize:none;color:#334155;background:#fafafa;border:none;outline:none;flex:1;padding:24px;font-family:inherit;font-size:14px;line-height:1.6}.jf-textarea:focus{background:#fff}.jf-output-panel{color:#e2e8f0;background:#1e293b;overflow-y:auto}.jf-viewer{padding:24px;font-size:14px;line-height:1.6}.jf-empty{color:#64748b;flex-direction:column;justify-content:center;align-items:center;height:100%;font-family:Noto Sans SC,sans-serif;display:flex}.jf-empty p{margin-top:16px;font-size:14px}.jf-error-box{background:#451a1a;border-left:4px solid #ef4444;border-radius:8px;align-items:flex-start;gap:16px;margin:24px;padding:24px;font-family:Noto Sans SC,sans-serif;display:flex}.jf-error-box h4{color:#fca5a5;margin:0 0 8px}.jf-error-box p{color:#f87171;word-break:break-all;margin:0;font-size:13px}.j-key{color:#7dd3fc}.j-str{color:#a7f3d0}.j-num{color:#fde047}.j-bool{color:#c084fc;font-weight:700}.j-null{color:#94a3b8;font-style:italic}.j-brace{color:#e2e8f0;cursor:pointer;-webkit-user-select:none;user-select:none}.j-brace:hover{color:#10b981}.j-dots{color:#94a3b8;background:#334155;border-radius:4px;padding:0 4px;font-size:12px}
.bu-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;width:100%;max-width:1200px;height:calc(100vh - 180px);min-height:600px;margin:40px auto;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.bu-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:0 24px}.bu-tabs{gap:32px;display:flex}.bu-tab{color:#64748b;cursor:pointer;border-bottom:3px solid #0000;align-items:center;gap:8px;padding:20px 0;font-size:15px;font-weight:600;transition:all .2s;display:flex}.bu-tab:hover{color:#1e293b}.bu-tab.active{color:#10b981;border-bottom-color:#10b981}.bu-workspace{flex:1;display:flex;overflow:hidden}.bu-left,.bu-right{flex-direction:column;flex:1;padding:24px;display:flex}.bu-left{background:#fafafa;border-right:1px solid #e2e8f0}.bu-panel-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.bu-panel-header h3{color:#334155;margin:0;font-size:14px;font-weight:700}.bu-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;transition:all .2s;display:flex}.bu-btn:hover{color:#1e293b;background:#f1f5f9}.bu-btn-primary{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600}.bu-btn-primary:hover{background:#059669}.bu-textarea{resize:none;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;outline:none;flex:1;width:100%;padding:16px;font-family:ui-monospace,monospace;font-size:14px;line-height:1.6}.bu-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.bu-textarea.readonly{color:#334155;background:#f8fafc;border:none}.bu-encode-bar{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;margin-top:16px;padding:16px;font-size:13px;display:flex}.bu-output-area{flex-direction:column;flex:1;display:flex;overflow:hidden}.bu-url-breakdown{flex-direction:column;gap:16px;height:100%;display:flex}.bu-url-meta{color:#064e3b;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;flex-direction:column;gap:8px;padding:16px;font-family:ui-monospace,monospace;font-size:14px;display:flex}.bu-table-wrap{border:1px solid #e2e8f0;border-radius:8px;flex:1;overflow-y:auto}.bu-table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.bu-table th{color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-weight:600;position:sticky;top:0}.bu-table td{word-break:break-all;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-family:ui-monospace,monospace}.bu-key{color:#0369a1;width:30%;font-weight:600}.bu-val{color:#334155}.bu-image-preview{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:24px;display:flex}.bu-img-tag{color:#fff;background:#10b981;border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 12px;font-size:12px;font-weight:600;display:flex}.bu-image-preview img{object-fit:contain;max-width:100%;max-height:100%;box-shadow:0 4px 12px #0000001a}
.cf-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;width:100%;max-width:1200px;height:calc(100vh - 180px);min-height:600px;margin:40px auto;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.cf-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:0 24px;display:flex}.cf-tabs{gap:32px;display:flex}.cf-tab{color:#64748b;cursor:pointer;border-bottom:3px solid #0000;align-items:center;gap:8px;padding:20px 0;font-size:15px;font-weight:600;transition:all .2s;display:flex}.cf-tab:hover{color:#1e293b}.cf-tab.active{color:#10b981;border-bottom-color:#10b981}.cf-header-tip{color:#64748b;background:#f1f5f9;border-radius:6px;padding:6px 12px;font-size:13px}.cf-workspace{flex:1;display:flex;overflow:hidden}.cf-left,.cf-right{flex-direction:column;flex:1;padding:24px;display:flex}.cf-left{background:#fafafa;border-right:1px solid #e2e8f0}.cf-panel-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.cf-panel-header h3{color:#334155;margin:0;font-size:14px;font-weight:700}.cf-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;transition:all .2s;display:flex}.cf-btn:hover:not(:disabled){color:#1e293b;background:#f1f5f9}.cf-btn:disabled{opacity:.5;cursor:not-allowed}.cf-action-bar{border-top:1px solid #e2e8f0;gap:12px;margin-top:16px;padding-top:16px;display:flex}.cf-btn-primary{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.cf-btn-primary:hover{background:#059669}.cf-btn-secondary{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.cf-btn-secondary:hover{background:#2563eb}.cf-textarea{resize:none;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;outline:none;flex:1;width:100%;padding:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1.6}.cf-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.cf-textarea.readonly{color:#1e293b;background:#f8fafc;border:none}.cf-output-area{flex-direction:column;flex:1;display:flex;overflow:hidden}
.cc-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;width:100%;max-width:1200px;height:calc(100vh - 180px);min-height:600px;margin:40px auto;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.cc-split{flex:1;display:flex}.cc-left{border-right:1px solid #e2e8f0;flex-direction:column;flex:1;padding:40px;display:flex}.cc-header{margin-bottom:32px}.cc-header h2{color:#1e293b;margin:16px 0 8px;font-size:24px;font-weight:700}.cc-header p{color:#64748b;margin:0;font-size:14px}.cc-input-wrap{margin-bottom:32px}.cc-input{box-sizing:border-box;border:2px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:16px 20px;font-family:ui-monospace,monospace;font-size:16px;transition:all .2s}.cc-input:focus{border-color:#10b981;box-shadow:0 0 0 4px #10b9811a}.cc-error{color:#ef4444;margin-top:8px;font-size:13px}.cc-outputs{flex-direction:column;gap:20px;display:flex}.cc-out-item{flex-direction:column;gap:8px;display:flex}.cc-out-label{color:#475569;font-size:13px;font-weight:600}.cc-out-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;overflow:hidden}.cc-out-box input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;padding:12px 16px;font-family:ui-monospace,monospace;font-size:15px}.cc-out-box button{cursor:pointer;color:#64748b;background:0 0;border:none;border-left:1px solid #e2e8f0;justify-content:center;align-items:center;padding:0 16px;transition:all .2s;display:flex}.cc-out-box button:hover:not(:disabled){color:#10b981;background:#f1f5f9}.cc-out-box button:disabled{opacity:.5;cursor:not-allowed}.cc-tip{color:#064e3b;background:#f0fdf4;border-radius:8px;align-items:center;gap:8px;margin-top:auto;padding:12px 16px;font-size:13px;display:flex}.cc-right{flex:1;justify-content:center;align-items:center;transition:background-color .4s;display:flex}.cc-color-preview{opacity:0;flex-direction:column;justify-content:center;align-items:center;animation:.4s forwards ccFadeIn;display:flex}@keyframes ccFadeIn{to{opacity:1}}.cc-cp-main{letter-spacing:2px;margin-bottom:8px;font-family:ui-monospace,monospace;font-size:48px;font-weight:800}.cc-cp-sub{opacity:.8;font-family:ui-monospace,monospace;font-size:18px}.cc-empty-preview{color:#94a3b8;background:#ffffff80;border:2px dashed #cbd5e1;border-radius:24px;justify-content:center;align-items:center;width:200px;height:200px;font-weight:600;display:flex}
.bc-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;width:100%;max-width:1200px;height:calc(100vh - 180px);min-height:600px;margin:40px auto;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.bc-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:32px 40px}.bc-title-wrap{align-items:center;gap:16px;display:flex}.bc-title-wrap h2{color:#1e293b;margin:0 0 6px;font-size:20px;font-weight:700}.bc-title-wrap p{color:#64748b;margin:0;font-size:13px}.bc-workspace{background:#fafafa;flex:1;padding:40px;overflow-y:auto}.bc-error-banner{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:24px;padding:12px 16px;font-size:14px;font-weight:500}.bc-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.bc-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.bc-card:focus-within{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.bc-card-header{color:#334155;background:#f8fafc;border-bottom:1px solid #f1f5f9;border-radius:12px 12px 0 0;align-items:center;gap:12px;padding:16px 20px;font-size:14px;font-weight:600;display:flex}.bc-badge{color:#475569;background:#e2e8f0;border-radius:6px;padding:4px 8px;font-family:ui-monospace,monospace;font-size:12px;font-weight:700}.bc-badge.dec{color:#1d4ed8;background:#dbeafe}.bc-badge.hex{color:#be185d;background:#fce7f3}.bc-textarea{resize:none;color:#1e293b;word-break:break-all;border:none;outline:none;flex:1;min-height:120px;padding:20px;font-family:ui-monospace,monospace;font-size:18px;line-height:1.5}.bc-textarea::placeholder{color:#cbd5e1}.bc-textarea.readonly{color:#94a3b8}.bc-card-footer{border-top:1px solid #f1f5f9;justify-content:flex-end;padding:12px 20px;display:flex}.bc-card-footer button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;transition:all .2s;display:flex}.bc-card-footer button:hover:not(:disabled){color:#3b82f6;background:#f1f5f9}.bc-card-footer button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.bc-grid{grid-template-columns:1fr}}
.ts-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;width:100%;max-width:1200px;height:calc(100vh - 180px);min-height:600px;margin:40px auto;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.ts-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:24px 40px}.ts-current-time{align-items:center;gap:32px;display:flex}.ts-pulse-icon{animation:2s infinite pulse}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.ts-live-data{flex-direction:column;gap:4px;display:flex}.ts-live-label{color:#64748b;font-size:13px;font-weight:600}.ts-live-val-row{align-items:center;gap:12px;display:flex}.ts-live-val{color:#1e293b;letter-spacing:1px;font-family:ui-monospace,monospace;font-size:24px;font-weight:700}.ts-copy-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.ts-copy-btn:hover{color:#10b981;background:#e2e8f0}.ts-workspace{background:#fafafa;flex:1;padding:40px;overflow-y:auto}.ts-input-section{margin-bottom:40px}.ts-input-section h2{color:#1e293b;margin:0 0 8px;font-size:20px;font-weight:700}.ts-input-section p{color:#64748b;margin:0 0 20px;font-size:14px}.ts-omni-input{border:2px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:20px 24px;font-family:ui-monospace,monospace;font-size:18px;transition:all .2s;box-shadow:0 2px 4px #00000005}.ts-omni-input:focus{border-color:#10b981;box-shadow:0 0 0 4px #10b9811a}.ts-error-msg{color:#ef4444;margin-top:8px;font-size:13px;font-weight:500}.ts-result-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;animation:.3s forwards fadeUp;display:grid}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ts-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000005}.ts-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.ts-card-icon{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ts-card-content{flex-direction:column;flex:1;gap:4px;display:flex;overflow:hidden}.ts-card-label{color:#64748b;font-size:13px;font-weight:600}.ts-card-val{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-family:ui-monospace,monospace;font-size:16px;font-weight:700;overflow:hidden}.ts-card-copy{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s}.ts-card:hover .ts-card-copy{color:#64748b}.ts-card-copy:hover{background:#f1f5f9;color:#10b981!important}
.rt-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;width:100%;max-width:1400px;height:calc(100vh - 120px);min-height:700px;margin:20px auto;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.rt-layout{flex:1;display:flex;overflow:hidden}.rt-main{background:#fafafa;flex-direction:column;flex:1;padding:32px 40px;display:flex;overflow-y:auto}.rt-header{margin-bottom:24px}.rt-header h2{color:#1e293b;margin:12px 0 8px;font-size:24px;font-weight:700}.rt-header p{color:#64748b;margin:0;font-size:14px}.rt-regex-box{background:#fff;border:2px solid #e2e8f0;border-radius:12px;align-items:center;padding:0 16px;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.rt-regex-box:focus-within{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.rt-slash{color:#94a3b8;font-family:ui-monospace,monospace;font-size:24px;font-weight:700}.rt-input-pattern{color:#1e293b;background:0 0;border:none;outline:none;flex:1;padding:16px 12px;font-family:ui-monospace,monospace;font-size:18px;font-weight:600}.rt-input-pattern.error{color:#ef4444}.rt-input-flags{color:#8b5cf6;background:0 0;border:none;outline:none;width:60px;padding:16px 0;font-family:ui-monospace,monospace;font-size:18px;font-weight:600}.rt-error-banner{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;margin-top:16px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.rt-test-section{flex-direction:column;flex:1;min-height:200px;margin-top:32px;display:flex}.rt-section-title{color:#334155;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:700;display:flex}.rt-match-count{color:#1d4ed8;background:#dbeafe;border-radius:12px;padding:2px 8px;font-size:12px}.rt-editor-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:1;min-height:200px;position:relative;overflow:hidden;box-shadow:0 2px 4px #00000005}.rt-backdrop,.rt-textarea{white-space:pre-wrap;word-wrap:break-word;box-sizing:border-box;border:none;width:100%;height:100%;margin:0;padding:20px;font-family:ui-monospace,monospace;font-size:16px;line-height:1.6;position:absolute;top:0;left:0}.rt-backdrop{color:#0000;z-index:1;pointer-events:none;overflow-y:auto}.rt-match{color:#0000;background-color:#3b82f633;border-radius:3px}.rt-textarea{z-index:2;color:#1e293b;resize:none;caret-color:#0f172a;background:0 0;outline:none}.rt-groups-section{margin-top:32px}.rt-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.rt-table{border-collapse:collapse;text-align:left;width:100%}.rt-table th,.rt-table td{border-bottom:1px solid #f1f5f9;padding:12px 16px;font-size:13px}.rt-table th{color:#475569;background:#f8fafc;font-weight:600}.rt-table td{color:#1e293b;vertical-align:top}.rt-code{color:#334155;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-family:ui-monospace,monospace}.rt-code.sub{color:#4338ca;background:#e0e7ff}.rt-group-list{flex-direction:column;gap:6px;display:flex}.rt-group-item{align-items:center;gap:8px;display:flex}.rt-g-idx{color:#64748b;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:700}.rt-sidebar{background:#fff;border-left:1px solid #e2e8f0;flex-direction:column;gap:32px;width:300px;padding:24px;display:flex;overflow-y:auto}.rt-side-card h3{color:#334155;align-items:center;gap:8px;margin:0 0 16px;font-size:14px;font-weight:700;display:flex}.rt-presets{flex-direction:column;gap:8px;display:flex}.rt-preset-btn{cursor:pointer;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:13px;transition:all .2s;display:flex}.rt-preset-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.rt-cheat-list{flex-direction:column;gap:8px;display:flex}.rt-cheat-item{border-bottom:1px dashed #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;padding:10px 8px;transition:all .2s;display:flex}.rt-cheat-item.clickable{cursor:pointer}.rt-cheat-item.clickable:hover{background:#f8fafc;border-bottom-color:#0000}.rt-c-desc{color:#64748b;font-size:13px}.rt-c-code{color:#059669;background:#ecfdf5;border-radius:4px;padding:2px 6px;font-family:ui-monospace,monospace;font-size:13px}
.pp-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;width:100%;max-width:1400px;height:calc(100vh - 120px);min-height:700px;margin:20px auto;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.pp-tab-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:0 20px;display:flex}.pp-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:16px 24px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.pp-tab-btn:hover{color:#1e293b}.pp-tab-btn.active{color:#3b82f6;border-bottom-color:#3b82f6}.pp-workspace{flex:1;display:flex;overflow:hidden}.pp-editor{background:#fafafa;border-right:1px solid #e2e8f0;flex-direction:column;gap:32px;width:450px;min-width:400px;padding:32px;display:flex;overflow-y:auto}.pp-editor-section{flex-direction:column;gap:16px;display:flex}.pp-sec-title{color:#1e293b;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:700;display:flex}.pp-sec-desc{color:#64748b;margin:-8px 0 0;font-size:13px;line-height:1.5}.pp-input-group{flex-direction:column;gap:8px;display:flex}.pp-input-group label{color:#475569;font-size:13px;font-weight:600}.pp-input-group input{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:12px 16px;font-size:14px;transition:all .2s}.pp-input-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.pp-checkbox-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.pp-checkbox-card{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:flex-start;gap:12px;padding:12px;transition:all .2s;display:flex}.pp-checkbox-card:hover{border-color:#94a3b8}.pp-checkbox-card.active{background:#eff6ff;border-color:#3b82f6}.pp-checkbox-card input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;margin-top:4px}.pp-cb-title{color:#334155;font-size:13px;font-weight:600;display:block}.pp-checkbox-list{flex-direction:column;gap:12px;display:flex}.pp-checkbox-item{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:flex-start;gap:12px;padding:16px;transition:all .2s;display:flex}.pp-checkbox-item:hover{border-color:#94a3b8}.pp-checkbox-item.active{background:#eff6ff;border-color:#3b82f6}.pp-checkbox-item input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;margin-top:4px}.pp-cbi-info{flex-direction:column;gap:4px;display:flex}.pp-cbi-title{color:#1e293b;font-size:14px;font-weight:600}.pp-cbi-desc{color:#64748b;font-size:12px;line-height:1.4}.pp-add-custom-btn{color:#64748b;cursor:pointer;background:0 0;border:1px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:12px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.pp-add-custom-btn:hover{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}.pp-add-custom-btn.list-mode{padding:16px}.pp-custom-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:12px;margin-top:-4px;padding:16px;animation:.2s ease-out slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.pp-custom-form input{border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:10px 12px;font-size:13px;transition:all .2s}.pp-custom-form input:focus{border-color:#3b82f6}.pp-cf-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.pp-cf-cancel,.pp-cf-submit{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.pp-cf-cancel{color:#64748b;background:0 0}.pp-cf-cancel:hover{background:#e2e8f0}.pp-cf-submit{color:#fff;background:#10b981}.pp-cf-submit:hover{background:#059669}.pp-preview{background:#fff;flex-direction:column;flex:1;display:flex;overflow:hidden}.pp-preview-toolbar{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.pp-preview-title{color:#475569;font-size:14px;font-weight:700}.pp-preview-actions{gap:12px;display:flex}.pp-action-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.pp-action-btn:hover{color:#0f172a;background:#f1f5f9}.pp-action-btn.primary{color:#fff;background:#3b82f6;border-color:#3b82f6}.pp-action-btn.primary:hover{background:#2563eb;border-color:#2563eb}.pp-preview-content{background:#fff;flex:1;padding:40px 60px;overflow-y:auto}.pp-prose{color:#334155;max-width:800px;margin:0 auto;font-size:15px;line-height:1.8}.pp-prose h1{color:#0f172a;text-align:center;margin-bottom:40px;font-size:28px}.pp-prose h2{color:#1e293b;border-left:4px solid #3b82f6;margin-top:40px;margin-bottom:16px;padding-left:12px;font-size:18px}.pp-prose h3{color:#334155;margin-top:24px;margin-bottom:12px;font-size:16px}.pp-prose p{text-align:justify;margin-bottom:16px}.pp-prose ul{margin-bottom:16px;padding-left:24px}.pp-prose li{margin-bottom:8px}.pp-prose strong{color:#0f172a;font-weight:600}
.ag-container{background:#f8fafc;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden auto}.ag-content-wrapper{flex-direction:column;gap:24px;width:100%;max-width:1400px;margin:0 auto;padding:24px;display:flex}.ag-banner{background:linear-gradient(135deg,#e0f2fe 0%,#d1fae5 100%);border-radius:16px;justify-content:space-between;align-items:center;min-height:120px;padding:24px 36px;display:flex;position:relative;overflow:hidden}.ag-banner-content{z-index:2;max-width:600px}.ag-banner-content h1{color:#0f172a;margin:0 0 10px;font-size:24px;font-weight:800}.ag-banner-content h1 span{color:#10b981}.ag-banner-content p{color:#475569;margin:0 0 16px;font-size:14px}.ag-banner-tags{flex-wrap:wrap;gap:8px;display:flex}.ag-banner-tags span{color:#059669;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff9;border:1px solid #fffc;border-radius:100px;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:600;display:flex}.ag-banner-illustration{flex-shrink:0;justify-content:center;align-items:center;width:180px;display:flex;position:relative}.ag-ill-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2;background:#fff6;border:2px solid #fffc;border-radius:14px;width:110px;height:140px;padding:10px;position:relative;transform:rotate(-5deg);box-shadow:0 12px 24px #10b9811a}.ag-ill-header{color:#1e293b;margin-bottom:8px;font-size:11px;font-weight:700}.ag-ill-body{background:linear-gradient(#a78bfa 0%,#c084fc 100%);border-radius:8px;height:90px}.ag-ill-circle{border-radius:50%;position:absolute}.ag-ill-circle.primary{z-index:1;opacity:.8;background:#3b82f6;width:90px;height:90px;top:-10px;right:10px}.ag-ill-circle.secondary{z-index:3;background:#10b981;justify-content:center;align-items:center;width:50px;height:50px;display:flex;bottom:10px;right:0;box-shadow:0 6px 12px #10b9814d}.ag-detailed-filters-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:8px;overflow:hidden}.ag-top-tabs{background:#fff;border-bottom:1px solid #f1f5f9;display:flex}.ag-top-tab{color:#64748b;cursor:pointer;background:0 0;border:none;padding:16px 32px;font-size:15px;font-weight:500;transition:all .2s;position:relative}.ag-top-tab:hover{color:#1e293b}.ag-top-tab.active{color:#1e293b;font-weight:600}.ag-top-tab.active:after{content:"";background:#10b981;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:32px;right:32px}.ag-detailed-filters{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.ag-df-row{align-items:center;gap:32px;display:flex}.ag-df-subcats{border-top:1px dashed #e2e8f0;align-items:flex-start;padding-top:16px}.ag-df-group{align-items:center;gap:12px;display:flex}.ag-df-label{color:#334155;white-space:nowrap;font-size:13px;font-weight:600}.ag-df-options{align-items:center;gap:8px;display:flex}.ag-df-options.wrap{flex-wrap:wrap;gap:10px}.ag-df-pill{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;padding:6px 14px;font-size:13px;transition:all .2s}.ag-df-pill:hover{color:#1e293b;border-color:#cbd5e1}.ag-df-pill.active{color:#059669;background:#ecfdf5;border-color:#10b981;font-weight:500}.ag-df-pill.with-dropdown{align-items:center;gap:4px;display:flex}.ag-df-pill.with-dropdown:hover{background:#f8fafc}.ag-layout{align-items:flex-start;gap:24px;display:flex}.ag-main{flex-direction:column;flex:1;gap:24px;display:flex}.ag-sub-charts{border-bottom:1px solid #e2e8f0;gap:24px;padding-bottom:2px;display:flex;overflow-x:auto}.ag-chart-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0 0 12px;font-size:15px;font-weight:600;position:relative}.ag-chart-tab:hover{color:#1e293b}.ag-chart-tab.active{color:#10b981}.ag-chart-tab.active:after{content:"";background:#10b981;border-radius:3px 3px 0 0;width:100%;height:3px;position:absolute;bottom:-3px;left:0}.ag-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.ag-card{background:#fff;border-radius:16px;flex-direction:column;gap:16px;min-width:0;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 15px #00000008}.ag-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px #0000000f}.ag-rank-badge{color:#fff;z-index:2;background:#f59e0b;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:flex;position:absolute;top:-8px;left:-8px;box-shadow:0 4px 10px #f59e0b4d}.ag-card-header{gap:12px;display:flex}.ag-app-icon{object-fit:cover;border-radius:14px;width:60px;height:60px;box-shadow:0 2px 8px #00000014}.ag-app-info{flex:1;overflow:hidden}.ag-app-info h3{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:16px;font-weight:700;overflow:hidden}.ag-app-cat{color:#3b82f6;background:#eff6ff;border-radius:4px;margin-bottom:6px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}.ag-app-desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;display:-webkit-box;overflow:hidden}.ag-card-screens{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;align-items:flex-start;gap:8px;width:100%;min-width:0;padding-bottom:4px;display:flex;overflow-x:auto}.ag-card-screens::-webkit-scrollbar{height:4px}.ag-card-screens::-webkit-scrollbar-track{background:0 0;border-radius:2px}.ag-card-screens::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.ag-screen-wrap{scroll-snap-align:start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;width:150px;overflow:hidden}.ag-screen-wrap img{border-radius:10px;width:100%;height:auto;display:block}.ag-no-screens{align-items:flex-start;gap:8px;width:100%;display:flex}.ag-no-screen-box{aspect-ratio:9/19.5;color:#94a3b8;background:#f1f5f9;border-radius:10px;flex:1;justify-content:center;align-items:center;font-size:12px;display:flex}.ag-card-footer{border-top:1px dashed #e2e8f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.ag-rating{align-items:center;gap:4px;display:flex}.ag-r-val{color:#f59e0b;font-size:13px;font-weight:700}.ag-r-count{color:#94a3b8;font-size:12px}.ag-actions{gap:8px;display:flex}.ag-btn-bookmark{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.ag-btn-bookmark:hover{background:#f8fafc}.ag-btn-bookmark.active{color:#10b981;background:#ecfdf5;border-color:#10b981}.ag-btn-download{color:#3b82f6;cursor:pointer;background:#eff6ff;border:none;border-radius:6px;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.ag-btn-download:hover:not(:disabled){color:#fff;background:#3b82f6}.ag-btn-download:disabled{opacity:.7;cursor:not-allowed}.ag-btn-view{color:#10b981;background:#f8fafc;border-radius:6px;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.ag-btn-view:hover{color:#fff;background:#10b981}.ag-load-more{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:200px;margin:0 auto;padding:12px 0;font-size:14px;font-weight:600;transition:all .2s;display:flex}.ag-load-more:hover{background:#f8fafc;border-color:#cbd5e1}.skeleton{background:#fff}.skeleton .sk-icon{background:#f1f5f9;border-radius:14px;width:60px;height:60px;animation:1.5s infinite pulse}.skeleton .sk-info{flex-direction:column;flex:1;justify-content:center;gap:8px;display:flex}.skeleton .sk-title{background:#f1f5f9;border-radius:4px;width:60%;height:16px;animation:1.5s infinite pulse}.skeleton .sk-desc{background:#f1f5f9;border-radius:4px;width:90%;height:12px;animation:1.5s infinite pulse}.skeleton .sk-screen{aspect-ratio:9/19.5;background:#f1f5f9;border-radius:10px;flex-shrink:0;width:150px;animation:1.5s infinite pulse}.skeleton .sk-rating{background:#f1f5f9;border-radius:4px;width:60px;height:16px;animation:1.5s infinite pulse}.skeleton .sk-actions{gap:8px;display:flex}.skeleton .sk-btn{background:#f1f5f9;border-radius:6px;width:60px;height:24px;animation:1.5s infinite pulse}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.ag-layout{flex-direction:column}.ag-grid{grid-template-columns:1fr}}
.hmt-container{background-color:#fff;max-width:1440px;min-height:100vh;margin:0 auto;padding:24px 120px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.hmt-header{justify-content:space-between;align-items:flex-start;margin-bottom:32px;display:flex}.hmt-title-row{align-items:center;gap:12px;margin-bottom:8px;display:flex}.hmt-title{color:#1e293b;margin:0;font-size:24px;font-weight:700}.hmt-realtime-badge{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px;padding:2px 10px;font-size:12px;font-weight:500}.hmt-subtitle{color:#64748b;margin:0;font-size:14px}.hmt-header-right{text-align:right}.hmt-header-meta{color:#94a3b8;margin-bottom:12px;font-size:13px}.hmt-header-actions{justify-content:flex-end;gap:12px;display:flex}.hmt-action-btn,.hmt-export-btn{cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.hmt-action-btn{color:#475569;background:#fff;border:1px solid #e2e8f0}.hmt-export-btn{color:#fff;background:#10b981;border:none}.hmt-export-btn:hover{background:#059669}.hmt-stats-grid{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:32px;display:grid}.hmt-stat-card{border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.hmt-stat-card.green{background:#f0fdf4;border-color:#dcfce7}.hmt-stat-card.purple{background:#f5f3ff;border-color:#ede9fe}.hmt-stat-card.blue{background:#eff6ff;border-color:#dbeafe}.hmt-stat-card.pink{background:#fdf2f8;border-color:#fce7f3}.hmt-stat-card.orange{background:#fff7ed;border-color:#ffedd5}.hmt-stat-icon-circle{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.hmt-stat-icon-circle.green{color:#16a34a;background:#f0fdf4}.hmt-stat-icon-circle.purple{color:#7c3aed;background:#f5f3ff}.hmt-stat-icon-circle.blue{color:#3b82f6;background:#eff6ff}.hmt-stat-icon-circle.pink{color:#db2777;background:#fdf2f8}.hmt-stat-icon-circle.orange{color:#ea580c;background:#fff7ed}.hmt-stat-label{color:#64748b;margin-bottom:4px;font-size:13px}.hmt-stat-value{color:#1e293b;margin-bottom:4px;font-size:22px;font-weight:700}.hmt-stat-trend{align-items:center;gap:4px;font-size:12px;display:flex}.hmt-stat-trend.up{color:#16a34a}.hmt-chart-section{background:#fff;border-radius:12px;margin-bottom:24px;padding:24px;box-shadow:0 1px 3px #0000000d}.hmt-section-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.hmt-section-title{color:#1e293b;align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.hmt-info-icon{color:#94a3b8;cursor:pointer}.hmt-section-filters{gap:12px;display:flex}.hmt-select-wrap select{color:#475569;border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:6px 12px;font-size:13px}.hmt-date-picker{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;display:flex}.hmt-grid-3{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;display:grid}.hmt-donut-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d}.hmt-donut-header{color:#1e293b;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:15px;font-weight:600;display:flex}.hmt-mini-select{color:#64748b;border:1px solid #e2e8f0;border-radius:4px;padding:2px 8px;font-size:12px}.hmt-donut-content{align-items:center;gap:10px;display:flex}.hmt-donut-chart{flex-shrink:0;width:150px;height:150px}.hmt-donut-legend{flex-direction:column;flex:1;gap:8px;display:flex}.hmt-legend-item{align-items:center;gap:8px;font-size:12px;display:flex}.hmt-dot{cursor:pointer;color:#666;width:8px;height:8px;transition:color .2s}.hmt-breadcrumb-item:hover{color:var(--hmt-primary)}.hmt-breadcrumb-item.active{color:#1a1a1a;cursor:default;font-weight:500}.hmt-breadcrumb-sep{color:#ccc;margin:0 4px}.hmt-app-detail-view{background:#fff;min-height:100vh;padding-bottom:60px;overflow-y:auto}.hmt-app-profile-layout{grid-template-columns:280px 1fr;align-items:start;gap:24px;margin-top:20px;display:grid}.hmt-app-sidebar{background:#fff;border:1px solid #edf2f7;border-radius:16px;flex-direction:column;align-items:center;height:fit-content;padding:32px 24px;display:flex;position:relative;top:0}.hmt-app-icon-large{border-radius:32px;width:160px;height:160px;margin-bottom:24px;overflow:hidden;box-shadow:0 10px 25px #00000014}.hmt-app-icon-large img{object-fit:cover;width:100%;height:100%}.hmt-app-rating-box{text-align:center;margin-bottom:32px}.hmt-rating-stars{justify-content:center;align-items:center;gap:4px;margin-bottom:8px;display:flex}.hmt-rating-stars .star{color:#e2e8f0;font-size:24px}.hmt-rating-stars .star.filled{color:#f6ad55}.hmt-rating-num{color:#2d3748;margin-left:8px;font-size:20px;font-weight:600}.hmt-rating-count{color:#718096;font-size:14px}.hmt-app-actions{flex-direction:column;gap:12px;width:100%;display:flex}.hmt-app-actions button{border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-weight:500;transition:all .2s;display:flex}.hmt-btn-primary{color:#fff;background:#00c16b;border:none}.hmt-btn-primary:hover{background:#00a85d;transform:translateY(-1px)}.hmt-btn-outline{color:#4a5568;background:#fff;border:1px solid #e2e8f0}.hmt-btn-outline:hover{background:#f7fafc;border-color:#cbd5e0}.hmt-app-main{background:#fff;border:1px solid #edf2f7;border-radius:16px;padding:40px}.hmt-app-header-info{margin-bottom:24px}.hmt-app-title{color:#1a202c;margin-bottom:8px;font-size:32px;font-weight:700}.hmt-app-developer{color:#718096;font-size:16px}.hmt-app-badges{flex-wrap:wrap;gap:10px;margin-bottom:40px;display:flex}.hmt-badge{border-radius:8px;padding:6px 14px;font-size:13px;font-weight:500}.badge-blue{color:#3182ce;background:#ebf8ff}.badge-purple{color:#805ad5;background:#faf5ff}.badge-cyan{color:#319795;background:#e6fffa}.badge-green{color:#38a169;background:#f0fff4}.badge-yellow{color:#d69e2e;background:#fffaf0}.hmt-info-grid{border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;margin-bottom:40px;display:flex}.hmt-info-row{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr;display:grid}.hmt-info-row:last-child{border-bottom:none}.hmt-info-item{border-right:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.hmt-info-item:last-child{border-right:none}.hmt-info-label{color:#64748b;font-size:14px}.hmt-info-value{color:#1e293b;text-align:right;font-size:14px;font-weight:500}.hmt-terminal-pills{gap:8px;display:flex}.hmt-pill{color:#38a169;background:#f0fff4;border-radius:6px;padding:2px 10px;font-size:12px}.hmt-app-intro{border-top:1px solid #f1f5f9;padding-top:32px}.hmt-intro-title{color:#1e293b;margin-bottom:16px;font-size:18px;font-weight:600}.hmt-intro-content{color:#475569;white-space:pre-wrap;font-size:15px;line-height:1.8}.hmt-app-name-link{color:#1a1a1a;font-weight:600;text-decoration:none;transition:color .2s}.hmt-app-name-link:hover{color:var(--hmt-primary);text-decoration:underline}.hmt-app-meta{flex-direction:column;gap:2px;display:flex}.hmt-app-pkg{color:#999;font-size:11px}.hmt-app-icon{border-radius:8px;flex-shrink:0;width:36px;height:36px}.hmt-app-info{align-items:center;gap:12px;display:flex}.hmt-toast{color:#fff;z-index:9999;background:#000c;border-radius:8px;padding:12px 24px;font-size:14px;animation:.3s ease-out hmt-toast-in;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes hmt-toast-in{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}.hmt-legend-name{color:#64748b;flex:1}.hmt-legend-val{color:#1e293b;font-weight:500}.hmt-grid-2{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}.hmt-region-layout{align-items:flex-start;gap:20px;display:flex}.hmt-map-placeholder{background:#f8fafc;border-radius:8px;flex:1.5;justify-content:center;align-items:center;padding:20px;display:flex}.hmt-region-table-wrap{flex:1}.hmt-region-table{border-collapse:collapse;width:100%}.hmt-region-table th{text-align:left;color:#94a3b8;border-bottom:1px solid #f1f5f9;padding:8px;font-size:12px}.hmt-region-table td{color:#475569;border-bottom:1px solid #f1f5f9;padding:8px;font-size:13px}.hmt-table-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d}.hmt-table-header{margin-bottom:24px}.hmt-table-title{color:#1e293b;margin-bottom:16px;font-size:18px;font-weight:700}.hmt-table-subtitle{color:#94a3b8;font-size:13px;font-weight:400}.hmt-table-filters{align-items:center;gap:12px;display:flex}.hmt-table-select{color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;font-size:14px}.hmt-table-search{flex:1}.hmt-table-search input{border:1px solid #e2e8f0;border-radius:6px;outline:none;width:100%;padding:8px 16px;font-size:14px}.hmt-btn-search{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;display:flex}.hmt-btn-reset{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;display:flex}.hmt-table-container{overflow-x:auto}.hmt-main-table{border-collapse:collapse;width:100%}.hmt-main-table th{text-align:left;color:#64748b;background:#f8fafc;padding:12px 16px;font-size:13px;font-weight:600}.hmt-main-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:16px;font-size:14px}.hmt-table-app{align-items:center;gap:12px;display:flex}.hmt-table-icon{border-radius:6px;width:32px;height:32px}.hmt-link{color:#3b82f6;cursor:pointer}.hmt-category-tag{color:#3b82f6;background:#eff6ff;border-radius:4px;padding:2px 8px;font-size:12px}.hmt-rating{align-items:center;gap:4px;display:flex}.hmt-stars{color:#f59e0b}.hmt-rating-num{color:#64748b;font-size:13px}.hmt-table-footer{justify-content:center;align-items:center;margin-top:24px;display:flex;position:relative}.hmt-table-pagination{align-items:center;gap:8px;display:flex}.hmt-page-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.hmt-page-btn.active{color:#fff;background:#10b981;border-color:#10b981}.hmt-page-size{border:1px solid #e2e8f0;border-radius:6px;margin-left:12px;padding:4px 8px;font-size:13px}.hmt-table-summary{color:#94a3b8;font-size:13px;position:absolute;right:0}.hmt-loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:calc(100vh - 60px);display:flex}.hmt-spinner{color:#3b82f6;margin-bottom:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.hmt-container{padding:16px 24px}.hmt-stats-grid{grid-template-columns:repeat(2,1fr)}.hmt-grid-3,.hmt-grid-2{grid-template-columns:1fr}.hmt-header{flex-direction:column;align-items:flex-start}.hmt-header-right{text-align:left;width:100%}.hmt-header-actions{justify-content:flex-start;margin-top:12px}}.hmt-modal-overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;animation:.2s ease-out hmtFadeIn;display:flex;position:fixed;inset:0}.hmt-modal{background:#fff;border-radius:12px;width:500px;max-width:90%;animation:.3s cubic-bezier(.16,1,.3,1) hmtSlideUp;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hmt-modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.hmt-modal-title{color:#1e293b;font-size:16px;font-weight:600}.hmt-modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1}.hmt-modal-close:hover{color:#64748b}.hmt-modal-body{color:#475569;padding:24px 20px;font-size:14px;line-height:1.6}.hmt-modal-link{color:#10b981;font-weight:500;text-decoration:none}.hmt-modal-link:hover{text-decoration:underline}.hmt-modal-footer{background:#f8fafc;justify-content:flex-end;padding:12px 20px;display:flex}.hmt-modal-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;padding:8px 24px;font-size:14px;font-weight:500;transition:all .2s}.hmt-modal-btn:hover{background:#059669;transform:translateY(-1px)}@keyframes hmtFadeIn{0%{opacity:0}to{opacity:1}}@keyframes hmtSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hmt-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.hmt-sortable:hover{background-color:#f8fafc!important}.hmt-sort-icon{color:#94a3b8;margin-left:4px;font-size:12px;display:inline-block}.hmt-sort-icon.active{color:#10b981;font-weight:700}.hmt-dev-link{color:#3b82f6;cursor:pointer;border-radius:4px;padding:2px 4px;transition:all .2s;display:inline-block}.hmt-dev-link:hover{color:#2563eb;background-color:#eff6ff;text-decoration:underline}.hmt-profile-view{background-color:#fff;min-height:100vh;padding-bottom:40px}.hmt-profile-hero{background:#fff;border-bottom:1px solid #e2e8f0;margin-bottom:24px;padding:32px 40px}.hmt-profile-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.hmt-back-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;transition:all .2s;display:flex}.hmt-back-btn:hover{color:#1e293b;background:#f1f5f9}.hmt-profile-badge{color:#059669;background:#ecfdf5;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:600}.hmt-profile-main{align-items:center;gap:24px;display:flex}.hmt-profile-avatar{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;font-size:36px;font-weight:700;display:flex;box-shadow:0 10px 15px -3px #10b98133}.hmt-profile-content{flex:1}.hmt-profile-name{color:#1e293b;margin:0 0 8px;font-size:28px;font-weight:700}.hmt-profile-meta{color:#64748b;gap:16px;font-size:14px;display:flex}.hmt-profile-meta span{align-items:center;gap:4px;display:flex}.hmt-profile-stats{gap:32px;display:flex}.hmt-profile-stat-item{text-align:center}.hmt-ps-val{color:#1e293b;font-size:20px;font-weight:700}.hmt-ps-label{color:#94a3b8;margin-top:4px;font-size:12px}
