:root{--primary-color: #00D4AA;--primary-dark: #00B894;--primary-hover: #00C49A;--text-on-primary: #F8FFFE;--font-family: "Helvetica Neue", system-ui, sans-serif}html,body{height:100%;width:100%}body{font-family:var(--font-family)}hr{border-color:var(--primary-color);border-width:3px;max-width:50px;margin:30px auto}hr.light{border-color:#fff}a{transition:all .35s;color:var(--primary-color)}a:hover,a:focus{color:var(--primary-hover)}h1,h2,h3,h4,h5,h6{font-family:Helvetica Neue}p{font-size:16px;line-height:1.5;margin-bottom:10px}.bg-section-primary{background:linear-gradient(135deg,#00d4aa,#00b894)}.text-faded{color:#ffffffb3}section{padding:15px 0}.section-heading{margin-top:0}.section-primary-heading{color:#fff}.text-blue{color:#00d4aa}.text-white{color:#fff}.btn-primary{color:#000;background:linear-gradient(135deg,#00d4aa,#00b894);border-color:#00d4aa;-webkit-transition:all .35s;-moz-transition:all .35s;transition:all .35s}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus{color:#fff;background:linear-gradient(135deg,#00d4aa,#00b894);border-color:#00d4aa}.btn{font-family:Helvetica Neue;border:none;border-radius:300px;font-weight:700;text-transform:uppercase}.footer-bg{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);width:100vw}.padding-10{padding:10px}.padding-20{padding:20px}.view-100hw{height:100vh;width:100vw}.no-padding{padding:0}.login-container{width:100%;display:flex;align-items:center;justify-content:center}.login-form-box{background-color:#fffffff2;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-input{width:100%;padding:12px;margin-bottom:20px;border:2px solid #dee2e6;border-radius:8px;font-size:16px;box-sizing:border-box}.login-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #00d4aa1a}.login-button{width:100%;padding:12px;font-size:16px;margin-top:10px}.login-error{color:#dc3545;text-align:center;margin-bottom:20px;padding:10px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px}:root{--avatar-size: 2rem}.circle{background-color:#00d4aa;border-radius:50%;height:var(--avatar-size);width:var(--avatar-size);margin:0;display:flex;align-items:center;justify-content:center}.initials{font-size:calc(var(--avatar-size) / 2);font-weight:700;line-height:1;color:#000}.page-title-padding{padding:10px 0}.va-middle{display:inline-block;vertical-align:middle}.page-body-padding{padding:10px 0}.license-content{padding:30px 50px;background-color:#fff;min-height:calc(100vh - 200px);max-width:1200px;margin:0 auto}.license-page{background-color:#fff}.license-table-container{background-color:#fffffff2;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000001a}.license-grid-desktop{display:block}.license-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr auto;gap:1px;background-color:#dee2e6;border-radius:8px;overflow:hidden}.grid-header{background-color:#f8f9fa;padding:12px 8px;font-weight:700;text-align:center;color:#1a202c;display:flex;align-items:center;justify-content:center;min-height:48px}.grid-cell{background-color:#fff;padding:12px 8px;text-align:center;color:#1a202c;display:flex;align-items:center;justify-content:center;min-height:48px;transition:background-color .2s ease}.grid-cell:nth-child(6n+1){background-color:#f8f9fa}.grid-cell:nth-child(6n+2){background-color:#f8f9fa}.grid-cell:nth-child(6n+3){background-color:#f8f9fa}.grid-cell:nth-child(6n+4){background-color:#f8f9fa}.grid-cell:nth-child(6n+5){background-color:#f8f9fa}.grid-cell:nth-child(6n){background-color:#f8f9fa}.grid-cell:hover{background-color:#e9ecef}.license-key-cell{font-family:Courier New,monospace;font-size:.9em;text-align:left;justify-content:flex-start}.status-badge{padding:4px 8px;border-radius:4px;font-size:.85em;font-weight:500}.status-true{background-color:#d4edda;color:#155724}.status-false{background-color:#f8d7da;color:#721c24}.edit-cell{padding:8px}.edit-btn-grid{background:none;border:none;color:var(--primary-color);cursor:pointer;padding:8px;border-radius:4px;transition:all .2s ease;font-size:16px}.edit-btn-grid:hover{color:var(--primary-hover);background-color:#00d4aa1a}.license-cards-mobile{display:none}.license-card{background-color:#fff;border:1px solid #dee2e6;border-radius:8px;margin-bottom:16px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.license-card-header{background-color:#f8f9fa;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dee2e6}.license-key{margin:0;font-weight:600;color:#495057;font-size:1rem;word-break:break-all}.edit-btn-mobile{background:none;border:none;color:var(--primary-color);cursor:pointer;font-size:1.2em;padding:8px;border-radius:4px;transition:all .2s ease}.edit-btn-mobile:hover{color:var(--primary-hover);background-color:#00d4aa1a}.license-card-body{padding:16px}.license-field{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f3f4}.license-field:last-child{border-bottom:none}.field-label{font-weight:600;color:#495057;font-size:.9rem}.field-value{color:#6c757d;font-size:.9rem;text-align:right;word-break:break-all}.field-value.status-true{color:#28a745;font-weight:600}.field-value.status-false{color:#dc3545;font-weight:600}@media(max-width:768px){.license-grid-desktop{display:none}.license-cards-mobile{display:block}.license-table-container{padding:16px}}@media(max-width:480px){.license-card-header{padding:10px 12px}.license-card-body{padding:12px}.license-key{font-size:.9rem}.field-label,.field-value{font-size:.85rem}}#filter-text{width:100%;padding:12px;margin:0;border:2px solid #dee2e6;border-radius:8px;font-size:16px;background-color:#fff}#filter-text:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #00d4aa1a}#container{display:flex;flex-direction:column;align-items:center;background-color:#d6d6d6}.line{padding:3px 5px;margin:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.line b{text-align:left}.line p{text-align:right;margin:0}.margin{width:100%;margin:0;max-width:100%;border-width:1px;border-color:#000}#record-created{border-style:solid;border-width:1px 0px 1px 0px}#header{display:flex;flex-direction:column;padding:0}#tagTypeIcon{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px}#html{padding:0}.hexButton{background:linear-gradient(135deg,#00d4aa,#00b894);color:#fff;font-size:14px;border-radius:5px;height:30px;width:150px;border:none;cursor:pointer;transition:all .35s}.hexButton:hover{background:linear-gradient(135deg,#00c49a,#00a085)}#map{display:flex;flex-direction:row;justify-content:space-around;width:100%;padding:10px 10px 10px 0}#mapInfo{display:flex;flex-direction:column;align-items:center}#mapImage{height:100%;width:auto}.block{background-color:#fff}.google-map{width:100%;height:calc(100vh - 200px);margin:0 auto;border-radius:12px}.map-window{border:4px solid var(--primary-color);border-radius:16px;overflow:hidden;box-shadow:0 8px 16px #00d4aa33;background-color:#fff;max-width:1200px;margin:0 auto}.license-edit-container{background-color:#fffffff2;border-radius:12px;padding:30px;box-shadow:0 4px 6px #0000001a;max-width:600px;margin:0 auto}.license-edit-form input[type=text]{padding:8px 12px;border:2px solid #dee2e6;border-radius:6px;font-size:14px;margin-left:8px}.license-edit-form input[type=text]:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #00d4aa1a}.license-edit-form input[type=checkbox]{margin-left:8px;transform:scale(1.2)}.license-edit-form .btn-margin{margin:0 10px}.license-edit-form p{margin-bottom:20px;color:#4a5568;font-size:16px}.license-edit-form strong{color:#1a202c}.tag-container{max-width:800px;margin:0 auto}.tag-content{background-color:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 4px #0000001a}.tag-header{margin-bottom:30px}.tag-type-section{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#f8f9fa;border-radius:8px}.tag-icon{max-width:64px;max-height:64px}.tag-action-btn{margin-left:20px}.tag-details{margin-bottom:30px}.tag-info-section{background-color:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:20px}.tag-info-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #dee2e6}.tag-info-row:last-child{border-bottom:none}.tag-info-row strong{color:#1a202c;font-weight:600}.tag-info-row span{color:#4a5568}.tag-map-section{display:flex;gap:20px;margin-bottom:30px;padding:20px;background-color:#f8f9fa;border-radius:8px;align-items:flex-start}.tag-map-info{flex:1}.tag-map-image-container{flex-shrink:0;display:flex;align-items:center}.tag-map-image{max-width:200px;width:100%;height:auto;border-radius:8px;border:2px solid var(--primary-color);display:block}.tag-hex-section{text-align:center;padding:20px;background-color:#f8f9fa;border-radius:8px}.tag-hex-data{margin-top:20px;text-align:left}.tag-tech-info{background-color:#fff;padding:15px;border-radius:6px;margin-bottom:15px}.tag-tech-info p{margin:8px 0;color:#4a5568}.tag-tech-info strong{color:#1a202c}.tag-raw-data{background-color:#2d3748;color:#e2e8f0;padding:15px;border-radius:6px;overflow-x:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.4}@media(max-width:768px){.tag-map-section{flex-direction:column}.tag-map-image{max-width:100%}.tag-type-section{flex-direction:column;gap:15px}}.help-content-container{background-color:#fffffff2;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000001a;max-width:1000px;margin:0 auto}.help-content-container .faq-item{border-bottom:1px solid #e2e8f0;margin-bottom:0}.help-content-container .faq-item:last-child{border-bottom:none}.help-content-container .faq-question{display:block;padding:20px 0;cursor:pointer;transition:background-color .2s ease}.help-content-container .faq-question:hover{background-color:#00d4aa0d;border-radius:6px;padding:20px 15px}.help-content-container .faq-question h4{color:#1a202c;margin:0;font-weight:600}.help-content-container .faq-arrow{color:var(--primary-color);font-size:12px;font-weight:700;margin-left:8px;transition:transform .2s ease}.help-content-container .faq-answer{padding:0 0 20px;animation:fadeIn .3s ease-in-out}.help-content-container .faq-answer p{color:#4a5568;line-height:1.6;margin-bottom:12px}.help-content-container .faq-answer p:last-child{margin-bottom:0}.privacy-content-container{background-color:#fffffff2;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000001a;max-width:1000px;margin:0 auto}.faq-item{border-bottom:1px solid #e2e8f0;margin-bottom:0}.faq-item:last-child{border-bottom:none}.faq-question{display:block;padding:20px 0;cursor:pointer;transition:background-color .2s ease}.faq-question:hover{background-color:#00d4aa0d;border-radius:6px;padding:20px 15px}.faq-question h5{color:#1a202c;margin:0;font-weight:600}.faq-arrow{color:var(--primary-color);font-size:12px;font-weight:700;margin-left:8px;transition:transform .2s ease}.faq-answer{padding:0 0 20px;animation:fadeIn .3s ease-in-out}.faq-answer p{color:#4a5568;line-height:1.6;margin-bottom:12px}.faq-answer p:last-child{margin-bottom:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.license-edit-buttons{display:flex;justify-content:center;gap:15px;margin-top:30px}.license-btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;min-width:120px;justify-content:center}.license-btn-save{background:linear-gradient(135deg,#00d4aa,#00b894);color:#fff}.license-btn-save:hover{background:linear-gradient(135deg,#00c49a,#00a085);transform:translateY(-2px);box-shadow:0 4px 8px #00d4aa4d}.license-btn-delete{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.license-btn-delete:hover{background:linear-gradient(135deg,#c82333,#bd2130);transform:translateY(-2px);box-shadow:0 4px 8px #dc35454d}@media(max-width:768px){.license-edit-buttons{flex-direction:column;align-items:center}.license-btn{width:100%;max-width:200px}}.navbar-default{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);border-color:#0000001a;font-family:Helvetica Neue;box-shadow:0 2px 8px #0000001f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-default .navbar-brand{color:#1a202c;font-family:Helvetica Neue;font-weight:700;text-transform:uppercase}.navbar-brand.text-logo{font-family:Helvetica Neue,Arial,sans-serif;font-weight:800;font-size:24px;text-decoration:none!important;display:flex;align-items:center;letter-spacing:-.5px;transition:all .3s ease;text-transform:none;color:#1a202c}.navbar-brand.text-logo:hover{transform:translateY(-1px);text-decoration:none!important;color:#2d3748}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#2d3748}.navbar-default .navbar-nav .nav-link{color:#1a202c;font-weight:700;transition:color .3s ease}.navbar-default .navbar-nav .nav-link:hover,.navbar-default .navbar-nav .nav-link:focus{color:#00d4aa!important}.navbar-default .navbar-nav .dropdown-menu .dropdown-item:hover,.navbar-default .navbar-nav .dropdown-menu .dropdown-item:focus{background-color:#00d4aa!important;color:#fff!important}.navbar-default .navbar-nav .dropdown-toggle:hover,.navbar-default .navbar-nav .dropdown-toggle:focus{color:#00d4aa!important}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:focus{text-transform:uppercase;font-weight:700;font-size:13px;color:#1a202c}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus:hover{color:#00d4aa}.navbar-default .navbar-nav>li.active>a,.navbar-default .navbar-nav>li.active>a:focus{color:#00d4aa;background-color:transparent}.navbar-default .navbar-nav>li.active>a:hover,.navbar-default .navbar-nav>li.active>a:focus:hover{background-color:transparent;color:#00e6c0}.navbar-top-margin{margin-top:56px}@media(min-width:768px){.navbar-default{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);border-color:#0000001a}.navbar-default .navbar-brand{color:#1a202c}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#2d3748}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:focus{color:#1a202c}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus:hover{color:#00d4aa}.navbar-default.affix{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);border-color:#0000001a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.navbar-default.affix .navbar-brand{color:#1a202c;font-size:14px}.navbar-default.affix .navbar-brand:hover,.navbar-default.affix .navbar-brand:focus{color:#2d3748}.navbar-default.affix .navbar-nav>li>a,.navbar-default.affix .navbar-nav>li>a:focus{color:#1a202c}.navbar-default.affix .navbar-nav>li>a:hover,.navbar-default.affix .navbar-nav>li>a:focus:hover{color:#00d4aa}}.api-doc{margin-bottom:2rem}.api-doc h5{color:#333;margin-top:1.5rem;margin-bottom:.5rem;font-weight:600}.code-block{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:1rem;margin:.5rem 0 1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;overflow-x:auto}.code-block code{background:none;padding:0;color:#d63384;font-weight:600}.code-block pre{margin:0;color:#495057;white-space:pre-wrap}.test-panel{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem;position:sticky;top:2rem}.test-panel .form-group{margin-bottom:1rem}.test-panel label{font-weight:600;color:#495057;margin-bottom:.5rem}.test-panel .form-control{border-radius:4px;border:1px solid #ced4da;padding:.5rem .75rem}.test-panel .form-control:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.response-section{border-top:1px solid #dee2e6;padding-top:1rem}.response-success{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;padding:1rem}.response-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;padding:1rem;color:#721c24}.code-output{background-color:#fff;border:1px solid #ced4da;border-radius:4px;padding:.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;word-break:break-all;display:flex;align-items:center;justify-content:space-between}.code-output code{background:none;padding:0;color:#495057;flex:1}.example-block{background-color:#ffffff1a;border-radius:4px;padding:.75rem;margin-bottom:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem}.example-block code{background:#fff3;padding:.2rem .4rem;border-radius:3px;color:#fff}.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.api-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:1.5rem;height:100%;display:flex;flex-direction:column;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.api-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00d4aa4d;border-color:#00d4aa80}.api-card-disabled{opacity:.6}.api-card-disabled:hover{transform:none;box-shadow:none}.api-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.api-card-header h5{margin:0;color:#1a202c;text-shadow:0 1px 2px rgba(255,255,255,.2);font-weight:600}.api-method{background-color:#28a745;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.api-status{background-color:#ffc107;color:#212529;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-left:.5rem}.api-card-body{flex:1;margin-bottom:1rem}.api-card-body .text-faded{color:#1a202cbf!important}.api-endpoint{background-color:#0003;padding:.5rem;border-radius:4px;margin:.5rem 0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem}.api-endpoint code{color:#1a202c;background:none;text-shadow:0 1px 2px rgba(255,255,255,.2);font-weight:600}.api-examples{margin-top:1rem}.api-examples ul{margin:.5rem 0;padding-left:1.5rem}.api-examples li{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;margin-bottom:.25rem}.api-card-footer{margin-top:auto}.api-info{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem;margin:2rem 0}.breadcrumb-section{background-color:#f8f9fa;padding:1rem 0;border-bottom:1px solid #dee2e6;margin-top:56px}.bg-section-primary{background:linear-gradient(135deg,#00d4aa,#00b894)!important;padding:2rem 0!important;position:relative;overflow:hidden;color:#1a202c}.bg-section-primary:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(26,32,44,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(26,32,44,.05) 0%,transparent 50%);animation:float 6s ease-in-out infinite;pointer-events:none}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}.bg-section-primary .text-center{margin-bottom:0}.bg-section-primary .section-heading{margin-bottom:.5rem!important;color:#1a202c!important;text-shadow:0 1px 3px rgba(255,255,255,.3);font-weight:700}.bg-section-primary .section-primary-heading{color:#1a202c!important;text-shadow:0 1px 3px rgba(255,255,255,.3);font-weight:700}.bg-section-primary hr.light{margin:.5rem auto 1rem!important;border-color:#1a202c4d!important}.bg-section-primary .text-faded{margin-bottom:0!important;color:#1a202ccc!important}.bg-section-primary+section{padding-top:2rem!important}.breadcrumb{background:none;padding:0;margin:0}.breadcrumb-item a{color:#ff6b47;text-decoration:none;font-weight:500;transition:color .3s ease}.breadcrumb-item a:hover{text-decoration:underline;color:#ff8c42}.breadcrumb-item.active{color:#6c757d}.language-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;margin:1rem 0}.language-list li{margin-bottom:.25rem}@media(max-width:768px){.test-panel{position:static;margin-top:2rem}.code-output{flex-direction:column;align-items:flex-start}.code-output button{margin-top:.5rem;margin-left:0}.api-card-header{flex-direction:column;align-items:flex-start}.api-method,.api-status{margin-top:.5rem}.language-list{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}.hex-input{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;letter-spacing:.5px}.hex-info{font-size:.75rem;color:#6c757d}.sample-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.sample-buttons .btn{font-size:.75rem;padding:.25rem .5rem}.decoded-record{background-color:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1rem;margin-bottom:1rem;overflow:hidden;word-wrap:break-word}.record-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e9ecef}.record-header h6{margin:0;color:#495057;font-weight:600;flex:1;word-break:break-word}.record-tnf{background-color:#007bff;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap;margin-left:.5rem}.record-content h6{color:#6c757d;font-size:.875rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.record-field{margin-bottom:.75rem;font-size:.875rem}.record-field strong{color:#495057;display:block;margin-bottom:2px;font-weight:600}.payload-hex{display:flex;align-items:center;margin-top:.25rem}.payload-hex code{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;word-break:break-all;flex:1;margin-right:.5rem}.html-preview{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:.5rem;margin-top:.25rem}.record-lengths{background-color:#f8f9fa;border-radius:4px;padding:.75rem}.record-lengths h6{margin-bottom:.5rem;font-size:.875rem}.record-lengths small{color:#6c757d}.vcard-content{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1rem;margin-top:1rem}.vcard-content h6{color:#495057;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #dee2e6}.vcard-section{margin-bottom:1rem}.vcard-section:last-child{margin-bottom:0}.vcard-section>strong{color:#6c757d;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.5rem}.vcard-details{padding-left:1rem;font-size:.875rem}.vcard-details>div{margin-bottom:.25rem}.vcard-details strong{color:#495057;min-width:100px;display:inline-block}.phone-list{margin:.25rem 0 0;padding-left:1.5rem}.phone-list li{margin-bottom:.25rem}.phone-type{color:#6c757d;font-style:italic}.phone-preferred{color:#28a745;font-weight:600}.address-block{background-color:#fff;border:1px solid #e9ecef;border-radius:4px;padding:.5rem;margin-top:.25rem}.note-content{background-color:#fff;border:1px solid #e9ecef;border-radius:4px;padding:.5rem;margin-top:.25rem;font-style:italic;color:#6c757d}.sdk-overview{margin-bottom:2rem}.feature-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;height:calc(100% - 10px);margin:8px}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00d4aa26;border-color:#00d4aa4d}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h5{color:#00d4aa;font-weight:600;margin-bottom:.75rem}.feature-card p{color:#6c757d;font-size:.875rem;margin:0}.reader-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:1.5rem;height:calc(100% - 16px);margin:8px;display:flex;flex-direction:column;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.reader-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fff3;border-color:#fff6}.reader-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reader-card-header h5{margin:0;color:#1a202c;font-weight:600}.reader-type{background-color:#1a202ccc;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.reader-type.ios{background-color:#007aff;color:#fff}.reader-card-body{flex:1;margin-bottom:1rem}.reader-card-body p{color:#1a202ccc;font-size:.875rem;margin:0}.reader-card-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.ios-reader-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;padding:2rem;text-align:center;height:calc(100% - 16px);margin:8px;transition:all .3s ease}.ios-reader-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00d4aa26;border-color:#00d4aa4d}.ios-reader-card .reader-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ios-reader-card .reader-card-header h5{margin:0;color:#00d4aa;font-weight:600}.ios-reader-card .reader-card-body{flex:1;margin-bottom:1rem}.ios-reader-card .reader-card-body p{color:#6c757d;font-size:.875rem;margin:0}.ios-reader-card .reader-card-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.ios-reader-card h5{color:#00d4aa;font-weight:600;margin-bottom:1rem}.ios-reader-card p{color:#6c757d;font-size:.875rem;margin-bottom:1.5rem}.tag-type-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:1.5rem;height:calc(100% - 16px);margin:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tag-type-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.2)}.tag-type-header h5{margin:0;color:#1a202c;font-weight:600}.tag-list{display:flex;flex-direction:column;gap:.5rem}.tag-item{color:#1a202ccc;font-size:.875rem;padding:.25rem 0}.tag-link{color:#ff6b47;text-decoration:none;font-weight:500}.tag-link:hover{color:#ff8c42;text-decoration:underline}.partner-section{background-color:#ffffff1a;border-radius:12px;padding:3rem 2rem;margin:2rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.partner-benefits{margin-top:2rem}.benefit-item{text-align:center;padding:1rem}.benefit-item h6{color:#1a202c;font-weight:600;margin-bottom:.5rem;text-shadow:0 1px 2px rgba(255,255,255,.2)}.benefit-item p{color:#1a202ccc;font-size:.875rem;margin:0}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1050}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:600px;width:90%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #dee2e6}.modal-header h5{margin:0;color:#495057;font-weight:600}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid #dee2e6;background-color:#f8f9fa}.payload-display{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;word-break:break-all;max-height:300px;overflow-y:auto}.payload-display code{background:none;padding:0;color:#495057;white-space:pre-wrap}.payload-info{color:#6c757d;font-size:.75rem}.beta-badge{display:inline-block;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:12px;margin:0 .75rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #ff6b354d;animation:pulse-beta 2s infinite;vertical-align:middle}@keyframes pulse-beta{0%{box-shadow:0 2px 4px #ff6b354d}50%{box-shadow:0 2px 8px #ff6b3580;transform:scale(1.05)}to{box-shadow:0 2px 4px #ff6b354d}}.practice-item{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:.75rem;margin-bottom:.5rem;font-size:.875rem;color:#495057;transition:all .2s ease}.practice-item:hover{background-color:#e9ecef;border-color:#00d4aa}.practice-item:last-child{margin-bottom:0}.service-uuids-container{max-height:200px;overflow-y:auto;border:1px solid #dee2e6;border-radius:4px;padding:8px}.hex-data{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:12px;font-family:Courier New,monospace;font-size:.875rem;word-break:break-all;max-height:200px;overflow-y:auto}.response-data{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:12px}.response-data .hex-data{background-color:#fff;margin-top:8px}.bluetooth-content{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:20px}.bluetooth-field{margin-bottom:20px}.bluetooth-field:last-child{margin-bottom:0}.bluetooth-label{display:block;font-weight:600;color:#495057;margin-bottom:8px;font-size:.875rem}.bluetooth-input-display{background-color:#fff;border:1px solid #ced4da;border-radius:4px;padding:8px 12px;font-family:Courier New,monospace;font-size:.875rem;color:#495057;min-height:38px;display:flex;align-items:center}.bluetooth-select-display{background-color:#fff;border:1px solid #ced4da;border-radius:4px;position:relative}.selected-option{padding:8px 12px;font-size:.875rem;color:#495057;min-height:38px;display:flex;align-items:center}.bluetooth-list-display{background-color:#fff;border:1px solid #ced4da;border-radius:4px;padding:12px}.bluetooth-list-item{padding:8px 0;border-bottom:1px solid #f1f3f4;display:flex;align-items:center;font-size:.875rem}.bluetooth-list-item:last-child{border-bottom:none}.service-name{color:#495057;margin-right:8px;flex:1}.service-uuid{color:#6c757d;font-family:Courier New,monospace;font-size:.8rem}.capability-name{color:#495057}.bluetooth-range-display{background-color:#fff;border:1px solid #ced4da;border-radius:4px;padding:16px}.range-container{position:relative;margin-bottom:12px}.range-track{height:8px;background-color:#dee2e6;border-radius:4px;position:relative}.range-thumb{width:20px;height:20px;border-radius:50%;position:absolute;top:-6px;transform:translate(-50%);border:2px solid white;box-shadow:0 2px 6px #0000004d;cursor:pointer}.range-labels{display:flex;justify-content:space-between;margin-top:8px;color:#6c757d}.no-flags{color:#6c757d;font-style:italic;font-size:.875rem}.bluetooth-help-text{font-size:.75rem;color:#6c757d;margin-top:4px}.bluetooth-help-text code{background-color:#f8f9fa;padding:2px 4px;border-radius:2px;font-size:.7rem}
