.nfc-reader[data-v-2f2eb1de]{width:100%;max-width:600px;margin:0 auto}.reader-card[data-v-2f2eb1de]{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2)}.status-section[data-v-2f2eb1de]{text-align:center;margin-bottom:2rem}.status-indicator[data-v-2f2eb1de]{position:relative;width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.status-ready[data-v-2f2eb1de]{background:#e3f2fd;color:#1976d2}.status-reading[data-v-2f2eb1de]{background:#fff3e0;color:#f57c00}.status-success[data-v-2f2eb1de]{background:#e8f5e8;color:#4caf50}.status-error[data-v-2f2eb1de]{background:#ffebee;color:#f44336}.pulse-ring[data-v-2f2eb1de]{position:absolute;width:100px;height:100px;border:3px solid #f57c00;border-radius:50%;animation:pulse-2f2eb1de 2s infinite}@keyframes pulse-2f2eb1de{0%{transform:scale(.8);opacity:1}to{transform:scale(1.2);opacity:0}}.status-icon[data-v-2f2eb1de]{font-size:2rem;z-index:1}.status-text[data-v-2f2eb1de]{font-size:1.5rem;color:#333;margin:0}.controls[data-v-2f2eb1de]{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.btn[data-v-2f2eb1de]{padding:12px 24px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:160px}.btn[data-v-2f2eb1de]:disabled{opacity:.6;cursor:not-allowed}.btn-primary[data-v-2f2eb1de]{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.btn-primary[data-v-2f2eb1de]:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.btn-secondary[data-v-2f2eb1de]{background:#f5f5f5;color:#666;border:2px solid #ddd}.error-message[data-v-2f2eb1de]{background:#ffebee;border:1px solid #ffcdd2;border-radius:10px;padding:1rem;margin-bottom:2rem;display:flex;align-items:flex-start;gap:.5rem}.error-icon[data-v-2f2eb1de]{font-size:1.2rem;margin-top:2px}.error-text[data-v-2f2eb1de]{color:#c62828;flex:1}.card-data[data-v-2f2eb1de]{background:#f8fffe;border:1px solid #4caf50;border-radius:15px;padding:1.5rem;margin-bottom:2rem}.card-data h3[data-v-2f2eb1de]{color:#2e7d32;margin-bottom:1rem;font-size:1.3rem}.data-grid[data-v-2f2eb1de]{display:grid;gap:1rem;margin-bottom:1.5rem}.data-item[data-v-2f2eb1de]{display:grid;grid-template-columns:1fr 2fr;gap:.5rem;padding:.5rem;background:white;border-radius:8px;border:1px solid #e0e0e0}.data-item label[data-v-2f2eb1de]{font-weight:600;color:#666}.card-type[data-v-2f2eb1de]{font-weight:700;color:#1976d2}.serial[data-v-2f2eb1de]{font-family:Courier New,monospace;font-size:.9rem;color:#666}.records-section[data-v-2f2eb1de]{margin:1.5rem 0}.records-section h4[data-v-2f2eb1de]{color:#2e7d32;margin-bottom:1rem}.records-list[data-v-2f2eb1de]{display:grid;gap:1rem}.record-item[data-v-2f2eb1de]{background:white;border:1px solid #e0e0e0;border-radius:8px;padding:1rem}.record-type[data-v-2f2eb1de]{font-weight:600;color:#1976d2;margin-bottom:.5rem}.record-content[data-v-2f2eb1de]{color:#333;font-family:Courier New,monospace;font-size:.9rem}.raw-data-section[data-v-2f2eb1de]{margin-top:1.5rem}.toggle-btn[data-v-2f2eb1de]{background:#f5f5f5;border:1px solid #ddd;border-radius:5px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;width:100%;text-align:left}.raw-data[data-v-2f2eb1de]{background:#f8f9fa;border:1px solid #e9ecef;border-radius:5px;margin-top:.5rem;max-height:300px;overflow-y:auto}.raw-data pre[data-v-2f2eb1de]{margin:0;padding:1rem;font-size:.8rem;color:#495057}.instructions[data-v-2f2eb1de]{text-align:center;color:#666}.instructions h3[data-v-2f2eb1de]{color:#333;margin-bottom:1.5rem}.instruction-list[data-v-2f2eb1de]{display:grid;gap:1rem;margin-bottom:2rem;text-align:left}.instruction-item[data-v-2f2eb1de]{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.7);border-radius:10px;border:1px solid rgba(0,0,0,.1)}.step[data-v-2f2eb1de]{background:#1976d2;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.compatibility-note[data-v-2f2eb1de]{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1rem;margin-top:1rem}.compatibility-note p[data-v-2f2eb1de]{margin:.5rem 0;color:#856404}@media (max-width: 768px){.reader-card[data-v-2f2eb1de]{padding:1.5rem;margin:0 1rem}.controls[data-v-2f2eb1de]{flex-direction:column;align-items:stretch}.btn[data-v-2f2eb1de]{min-width:auto}.data-item[data-v-2f2eb1de]{grid-template-columns:1fr;gap:.25rem}.status-indicator[data-v-2f2eb1de]{width:60px;height:60px}.status-icon[data-v-2f2eb1de]{font-size:1.5rem}.status-text[data-v-2f2eb1de]{font-size:1.2rem}}#app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;text-align:center;color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}.app-header h1{font-size:2rem;margin-bottom:.5rem;font-weight:700}.app-header p{opacity:.9;font-size:1.1rem}.app-main{flex:1;padding:2rem 1rem;display:flex;justify-content:center;align-items:flex-start}.app-footer{background:rgba(0,0,0,.1);padding:1rem;text-align:center;color:#fff;opacity:.8;font-size:.9rem}@media (max-width: 768px){.app-header{padding:1.5rem 1rem}.app-header h1{font-size:1.5rem}.app-main{padding:1rem}}
