.filter label,.header h1{font-weight:600}.container,.no-record{box-sizing:border-box}.expand-btn:hover,.footer-link:hover{text-decoration:underline}html{font-size:15px}body{font-family:"Segoe UI",Arial,sans-serif;background:#f5f7fa;display:flex;justify-content:center;align-items:flex-start;padding:20px;margin:0;color:#333}.container{background:#fff;padding:20px 24px;border-radius:10px;box-shadow:0 3px 10px rgb(0 0 0 / .06);width:95%;max-width:1200px;margin:30px auto}.header,.header h1{text-align:center;margin-bottom:10px}.header h1{color:#0078d7;font-size:1.5rem}#matchInfo,.field-value,.label,button{font-size:.9rem}.header-actions{display:flex;justify-content:flex-end;gap:8px;margin-bottom:15px}.header-card{display:flex;align-items:center;padding:6px 10px;margin-bottom:4px;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:background .2s}.header-card:hover{background-color:#f0f0f0}.install-top-btn:hover,button{background:#0078d7;color:#fff}input[type=file],input[type=number],input[type=text],select{font-size:.9rem;padding:5px 8px;border:1px solid #ccc;border-radius:5px;outline:0;transition:border .2s}input:focus,select:focus{border-color:#0078d7}button{border:none;padding:7px 12px;border-radius:5px;cursor:pointer;transition:background .2s,transform .1s}.hero-open-btn:hover,button:hover{background:#005fa3}button:disabled{background:#ccc;cursor:not-allowed}button:active{transform:scale(.97)}.install-top-btn{background:#f0f6ff;color:#0078d7;border:1px solid #0078d7;padding:6px 10px;border-radius:6px;font-weight:500}.filter,.search{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.search input{width:130px}#matchInfo{margin:8px 0 18px;color:#444;background:#f8f8f8;border:1px solid #e0e0e0;padding:7px 10px;border-radius:6px}.card{border:1px solid #ddd;padding:16px;border-radius:8px;margin-bottom:25px;background:#fafafa;position:relative;min-height:120px}.card.form-view{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:18px 20px;align-items:start}.field{background:#fff;border:1px solid #eee;border-radius:8px;padding:10px 14px;box-shadow:0 1px 3px rgb(0 0 0 / .05);transition:transform .1s}.field:hover{transform:translateY(-2px)}.label{font-weight:700;display:block;margin-bottom:3px;color:#333}.field-value{color:#444;white-space:pre-wrap;word-break:break-word}.field-input{font-size:.95rem;padding:6px 8px;border:1px solid #ddd;border-radius:6px}.expand-btn{background:#fff0;border:none;color:#0078d7;font-weight:600;cursor:pointer;font-size:.85rem}.table{width:100%;border-collapse:collapse;font-size:.9rem;border-radius:6px;overflow:hidden}.table td,.table th{padding:8px 10px;border-bottom:1px solid #eee;text-align:left}.table thead th{position:sticky;top:0;background:#fff;z-index:3;cursor:pointer}.table tbody tr:hover{background:#f3f7ff}.table.editing{border:2px solid #f0c945!important;border-radius:6px}.table.editing td{background-color:#fff9e6!important;cursor:text;transition:background-color .2s}.table.editing td:focus-within{background-color:#fff0c2!important}.no-record{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666;background:#fdfdfd;border:1px dashed #bbb;border-radius:10px;padding:50px 15px;text-align:center;font-size:1rem;font-weight:500;width:100%;height:180px;box-shadow:inset 0 0 10px rgb(0 0 0 / .04)}.footer,.footer-seo{border-top:1px solid #ddd;text-align:center}.no-record::before{content:"📄";font-size:40px;margin-bottom:10px;opacity:.75}.nav{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.footer{margin-top:35px;padding:12px 15px;background:#f4f4f4;color:#333;border-radius:0 0 10px 10px;font-size:.9rem}.footer-link{color:#0078d7;text-decoration:none;font-weight:600}.footer-link:hover{color:#444;text-decoration-color:#bbb}.modal{display:none;position:fixed;z-index:2000;inset:0;background:rgb(0 0 0 / .35);justify-content:center;align-items:center}.modal-content{background:#fff;border-radius:10px;box-shadow:0 5px 15px rgb(0 0 0 / .2);width:90%;max-width:420px;padding:20px;overflow:auto;max-height:80vh;animation:.18s fadeInScale}.modal-content h3{margin-top:0;color:#0078d7;text-align:center;font-size:1.1rem}.modal-actions{display:flex;justify-content:space-between;margin-bottom:10px}#headerOptions{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:6px;max-height:60vh;overflow-y:auto;padding:5px}#headerOptions div{display:flex;align-items:center;background:#f8f8f8;border:1px solid #ddd;border-radius:6px;padding:4px 8px;font-size:.9rem}#headerOptions div:hover{background:#eef6ff}#headerOptions input[type=checkbox]{margin-right:8px}.sticky-bar{position:fixed;left:0;right:0;bottom:12px;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;box-shadow:0 6px 24px rgba(0,0,0,.12);border-radius:8px}.sticky-label{font-weight:600;color:#333;font-size:.95rem}.sticky-actions button{margin-left:8px}@media (max-width:700px){.card.form-view{grid-template-columns:1fr}.filter,.search{flex-direction:column;align-items:flex-start}.nav{flex-direction:column;gap:10px}button,input[type=number],input[type=text],select{width:100%}.sticky-bar{left:8px;right:8px;bottom:10px;padding:8px}}@keyframes fadeInScale{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.field-selector-group{display:inline-block;position:relative}.fade-tip{font-size:13px;margin-top:4px;color:#666;animation:.25s ease-in-out fadeIn}@keyframes fadeIn{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.footer-seo{margin-top:10px;padding-top:10px;color:#555;font-size:.9rem;line-height:1.45}.footer-seo .seo-title{font-size:.9rem;color:#0078d7;font-weight:600;margin-bottom:5px}.footer-seo .seo-desc{max-width:800px;margin:0 auto;font-size:.9rem;color:#555;padding:0 10px}.sticky-bar{display:none;background:#fff;padding:12px 20px;box-shadow:0 6px 20px rgba(0,0,0,.12);z-index:3000}@media (max-width:767px){.sticky-bar{position:fixed;bottom:10px;left:10px;right:10px;border-radius:10px}}@media (min-width:768px){.sticky-bar{position:sticky;bottom:20px;max-width:900px;margin:0 auto;border:1px solid #ddd;border-radius:10px}}.hero-upload{background:#f0f6ff;padding:28px 20px;border-radius:12px;margin:20px 0 28px;text-align:center;border:1px solid #d0e4ff;box-shadow:0 3px 10px rgba(0,0,0,.05);opacity:1;transition:opacity .45s,transform .45s}.hero-title{font-size:1.15rem;font-weight:600;color:#0078d7}.hero-sub{font-size:.95rem;color:#555;margin:6px 0 16px;line-height:1.4}.hero-privacy{display:block;margin-top:3px;font-size:.85rem;font-weight:600;color:#333}.hero-dropzone{background:#fff;border:2px dashed #a8c7ff;border-radius:10px;padding:24px;transition:.25s}#openAnotherFileBtn,.hero-open-btn{cursor:pointer;transition:background .2s}.hero-dropzone.dragover{background:#e9f3ff;border-color:#0078d7}.hero-icon{font-size:42px;opacity:.85}.hero-drop-text{font-size:1.05rem;font-weight:600;margin:6px 0;color:#333}.hero-open-btn{background:#0078d7;color:#fff;border:none;padding:9px 20px;margin-top:10px;font-size:.95rem;border-radius:6px}.hero-supported{font-size:.85rem;color:#666;margin-top:10px}.hero-upload.fade-out{opacity:0;transform:translateY(-6px)}#openAnotherFileBtn{background:#fff;border:1px solid #0078d7;color:#0078d7;padding:6px 12px;border-radius:5px;font-size:.9rem;display:none}#openAnotherFileBtn:hover{background:#e7f1ff}.hidden-until-file{display:none!important}.hero-title-small{font-size:1rem;font-weight:500;color:#333;margin-bottom:6px}.header{position:relative}.header-install{position:absolute;right:0;top:0}@media (max-width:600px){.hero-title{font-size:1.2rem}.hero-drop-text{font-size:1rem}.header{text-align:center;padding-top:10px}.header-install{position:static;display:inline-block;margin-top:8px}.header h1{display:block;margin-bottom:6px}}
