body,html{color:#333;height:100%;margin:0;padding:0;font-family:Google Sans,sans-serif;font-size:20px;overflow:hidden}#sidebar{background-color:#fff;border-style:solid;border-color:#9ca3af;border-radius:.5rem;flex-direction:column;width:800px;max-width:calc(100% - 2rem);max-height:calc(100% - 2rem);display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.sidebar-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:.75rem}.sidebar-header h2{color:#1f2937;margin:0;font-size:1.125rem;font-weight:600}.sidebar-content{flex-grow:1;padding:.75rem;overflow-y:auto}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}#address-form>div{margin-bottom:.75rem}#address-form>button{margin-top:1rem}label{color:#4b5563;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}input[type=text]{box-sizing:border-box;border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input[type=text]:focus{border-color:#2563eb;outline:0;box-shadow:0 0 0 1px #2563eb}.form-grid-triple{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}@media (width<=400px){.form-grid-triple{grid-template-columns:1fr}}button{color:#fff;cursor:pointer;text-align:center;background-color:#2563eb;border:none;border-radius:.375rem;width:auto;margin-right:.5rem;padding:.6rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .15s ease-in-out;display:inline-block}button:hover{background-color:#1d4ed8}#loading-indicator{color:#2563eb;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.75rem;font-style:italic;display:none}.spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:1em;height:1em;animation:1s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}#error-message{color:#dc2626;margin-top:.5rem;font-size:.75rem;font-weight:500;display:none}#result-container{border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:.75rem}#result-display{white-space:pre;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.25rem;height:12rem;padding:.5rem;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:.75rem;overflow-x:auto}@media (width<=767px){#sidebar{border-top:1px solid #d1d5db;border-radius:.5rem .5rem 0 0;width:auto;max-width:100%;max-height:70vh;margin:0;box-shadow:0 -4px 6px -1px #0000001a,0 -2px 4px -1px #0000000f}}.form-select{color:#333;appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.5rem 2.5rem .5rem .75rem;font-size:.875rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}.form-select:focus{border-color:#2563eb;outline:0;box-shadow:0 0 0 1px #2563eb}.form-select option[disabled]{color:#9ca3af}
