/*
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/body,html{height:100%;margin:0;padding:0;overflow:hidden;font-family:Google Sans,sans-serif;font-size:20px;color:#333}#sidebar{width:800px;max-width:calc(100% - 2rem);background-color:#fff;border-color:#9ca3af;border-style:solid;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;overflow:hidden;max-height:calc(100% - 2rem)}.sidebar-header{padding:.75rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.sidebar-header h2{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.sidebar-content{padding:.75rem;overflow-y:auto;flex-grow:1}.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{display:block;font-size:.75rem;font-weight:500;color:#4b5563;margin-bottom:.25rem}input[type=text]{width:100%;padding:.5rem .75rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input[type=text]:focus{outline:0;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.form-grid-triple{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}@media (max-width:400px){.form-grid-triple{grid-template-columns:1fr}}button{display:inline-block;margin-right:.5rem;width:auto;padding:.6rem .75rem;font-size:.875rem;font-weight:500;color:#fff;background-color:#2563eb;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .15s ease-in-out;text-align:center}button:hover{background-color:#1d4ed8}#loading-indicator{margin-top:.5rem;font-size:.75rem;color:#2563eb;font-style:italic;display:none;align-items:center;gap:.5rem}.spinner{width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin 1s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}#error-message{margin-top:.5rem;font-size:.75rem;color:#dc2626;font-weight:500;display:none}#result-container{margin-top:1rem;border-top:1px solid #e5e7eb;padding-top:.75rem}#result-display{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:.75rem;background-color:#f3f4f6;padding:.5rem;border-radius:.25rem;overflow-x:auto;white-space:pre;height:12rem;border:1px solid #e5e7eb}@media (max-width:767px){#sidebar{width:auto;max-width:100%;margin:0;max-height:70vh;border-radius:0;border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-top:1px solid #d1d5db;box-shadow:0 -4px 6px -1px #0000001a,0 -2px 4px -1px #0000000f}}.form-select{display:block;width:100%;padding:.5rem 2.5rem .5rem .75rem;font-size:.875rem;font-weight:400;line-height:1.5;color:#333;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-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #d1d5db;border-radius:.375rem;appearance:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer}.form-select:focus{border-color:#2563eb;outline:0;box-shadow:0 0 0 1px #2563eb}.form-select option[disabled]{color:#9ca3af}
