:root{--bg:#fff;--bg-secondary:#f7f7f8;--text:#1a1a1a;--text-secondary:#5c5c66;--border:#e0e0e5;--accent:#7c3aed;--accent-hover:#6d28d9;--accent-subtle:#7c3aed14;--success:#34c759;--radius:6px;--shadow:0 1px 3px #0000000f;--shadow-lg:0 8px 32px #00000014;color:var(--text);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6}@media (prefers-color-scheme:dark){:root{--bg:#18181b;--bg-secondary:#27272a;--text:#f4f4f5;--text-secondary:#a1a1aa;--border:#3f3f46;--accent:#a78bfa;--accent-hover:#8b5cf6;--accent-subtle:#a78bfa1a;--shadow:0 1px 3px #0003;--shadow-lg:0 8px 32px #0000004d}}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:920px;margin:0 auto;padding:0 24px}.site-header{z-index:1000;background:var(--bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);position:sticky;top:0}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.site-header{background:color-mix(in srgb, var(--bg) 85%, transparent)}}.header-inner{justify-content:space-between;align-items:center;max-width:920px;height:56px;display:flex}.header-brand{color:var(--text);align-items:center;gap:10px;text-decoration:none;display:flex}.header-brand:hover{text-decoration:none}.header-logo{width:28px;height:28px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.header-title{letter-spacing:-.2px;font-size:17px;font-weight:700}.header-github{width:40px;height:40px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:color .15s,background .15s;display:flex}.header-github:hover{color:var(--text);background:var(--accent-subtle);text-decoration:none}.intro{text-align:center;padding:40px 0 8px}.intro h1{letter-spacing:-.5px;margin-bottom:16px;font-size:32px;font-weight:800;line-height:1.2}.intro-desc{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:18px;line-height:1.6}.tool-section{padding:28px 0 44px}.widget{border:1px solid var(--border);max-width:600px;box-shadow:var(--shadow-lg);background:var(--bg);border-radius:10px;margin:0 auto;overflow:clip}.loading-state{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:56px 24px;font-size:16px;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.widget .tabs{border-bottom:1px solid var(--border);background:var(--bg-secondary);display:flex}.widget .tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:14px 8px;font-family:inherit;font-size:16px;font-weight:600;transition:color .15s,border-color .15s}.widget .tab:hover{color:var(--text)}.widget .tab.active{color:var(--accent);border-bottom-color:var(--accent);background:var(--bg)}.widget .tab-content{padding:20px 24px 24px;display:none}.widget .tab-content.active{display:block}.form-group{margin-bottom:12px}.form-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.choices{margin-bottom:0;font-size:16px}.choices__inner{background:var(--bg-secondary)!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;min-height:44px!important;padding:8px 12px!important;font-size:16px!important}.choices.is-open .choices__inner{box-shadow:0 0 0 2px #7c3aed33;border-color:var(--accent)!important}.choices__input{color:var(--text)!important;background:0 0!important;padding:2px 0!important;font-size:16px!important}.choices__list--dropdown .choices__input{border-bottom:1px solid var(--border)!important;background:var(--bg-secondary)!important;padding:10px 14px!important}.choices__list--dropdown,.choices__list[aria-expanded]{z-index:100;margin-top:2px;background:var(--bg)!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;box-shadow:0 4px 12px #0000001a!important}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{transition:background .1s;color:var(--text)!important;padding:10px 14px!important;font-size:16px!important}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background:var(--accent)!important;color:#fff!important}.choices__list--single .choices__item{color:var(--text)!important}.choices__placeholder{color:var(--text-secondary)!important;opacity:1!important}.choices[data-type*=select-one]:after{right:14px;border-color:var(--text-secondary) transparent transparent!important}.choices.is-disabled .choices__inner{opacity:.5;background:var(--bg-secondary)!important}.choices__list--dropdown .choices__item--selectable:after{display:none}@media (prefers-color-scheme:dark){.choices.is-open .choices__inner{box-shadow:0 0 0 2px #a78bfa4d}.choices__list--dropdown,.choices__list[aria-expanded]{background:var(--bg-secondary)!important;border-color:var(--border)!important;box-shadow:0 4px 12px #0000004d!important}}.quick-search-group{margin-bottom:12px}.quick-search-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;align-items:center;gap:6px;margin-bottom:6px;font-size:13px;font-weight:600;display:flex}.help-btn{border:1px solid var(--text-secondary);width:16px;height:16px;color:var(--text-secondary);cursor:pointer;text-transform:none;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:10px;font-weight:700;line-height:1;transition:color .15s,border-color .15s;display:inline-flex;position:relative}.help-btn:hover{color:var(--accent);border-color:var(--accent)}.help-popover{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);width:300px;color:var(--text);text-transform:none;letter-spacing:normal;z-index:200;padding:12px 14px;font-size:14px;font-weight:400;line-height:1.5;display:none;position:absolute;top:20px;left:0;box-shadow:0 4px 16px #0000001f}.help-popover.open{display:block}.help-popover p{margin:0 0 8px}.help-popover p:last-child{margin-bottom:0}.help-popover code{background:var(--bg-secondary);border-radius:4px;padding:2px 5px;font-size:13px}@media (prefers-color-scheme:dark){.help-popover{background:var(--bg-secondary);box-shadow:0 4px 16px #0000004d}.help-popover code{background:var(--bg)}}.quick-search-wrapper{position:relative}.quick-search-wrapper input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);outline:none;padding:10px 14px;font-family:inherit;font-size:16px;transition:border-color .15s,box-shadow .15s}.quick-search-wrapper input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #7c3aed33}.quick-search-wrapper input::placeholder{color:var(--text-secondary)}@media (prefers-color-scheme:dark){.quick-search-wrapper input:focus{box-shadow:0 0 0 2px #a78bfa4d}}.quick-search-dropdown{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);z-index:100;max-height:300px;margin-top:4px;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 16px #0000001a}.quick-search-dropdown.open{display:block}.quick-search-item{cursor:pointer;color:var(--text);border-bottom:1px solid var(--border);padding:10px 14px;font-size:16px;transition:background .1s}.quick-search-item:last-child{border-bottom:none}.quick-search-item:hover,.quick-search-item.active{background:var(--accent);color:#fff}.quick-search-item .qs-ward{font-weight:500}.quick-search-item .qs-province{opacity:.8;font-size:14px}.quick-search-no-result{color:var(--text-secondary);padding:10px 14px;font-size:16px;font-style:italic}@media (prefers-color-scheme:dark){.quick-search-dropdown{background:var(--bg-secondary);box-shadow:0 4px 16px #0000004d}}.form-divider{align-items:center;gap:10px;margin:8px 0 12px;display:flex}.form-divider:before,.form-divider:after{content:"";background:var(--border);flex:1;height:1px}.form-divider span{color:var(--text-secondary);white-space:nowrap;font-size:13px}.result-area{margin-top:8px}.result-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:8px;padding:12px 14px}.result-card .result-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;font-size:12px;font-weight:600}.result-card .result-address{color:var(--text);word-break:break-word;font-size:16px;font-weight:500;line-height:1.4}.result-card .result-code{color:var(--text-secondary);margin-top:2px;font-size:13px}.copy-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:4px;margin-top:8px;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s;display:inline-flex}.copy-btn:hover{background:var(--accent-hover)}.copy-btn.copied{background:var(--success)}.result-arrow{text-align:center;color:var(--text-secondary);margin:6px 0;font-size:20px}.no-result{color:var(--text-secondary);padding:8px 0;font-size:16px;font-style:italic}.result-group-title{color:var(--accent);margin-bottom:6px;font-size:13px;font-weight:600}.features{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:48px 0}.features h2{text-align:center;margin-bottom:32px;font-size:24px;font-weight:700}.feature-list{flex-direction:column;gap:12px;max-width:640px;margin:0 auto;display:flex}.feature-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:14px;padding:16px;display:flex}.feature-icon{flex-shrink:0;margin-top:2px;font-size:28px;line-height:1.3}.feature-body{flex:1}.feature-card h3{margin-bottom:6px;font-size:17px;font-weight:600}.feature-card p{color:var(--text-secondary);font-size:16px;line-height:1.5}.vw-annotation{text-underline-offset:2px;cursor:help;color:inherit;-webkit-text-decoration:underline dotted #7c3aed;text-decoration:underline dotted #7c3aed}.vw-hint{color:#7c3aed;vertical-align:super;margin-left:2px;font-size:.7em;font-style:normal;font-weight:600;line-height:1;display:inline-block}@media (prefers-color-scheme:dark){.vw-annotation{text-decoration-color:#a78bfa}.vw-hint{color:#a78bfa}}#vw-tooltip{z-index:2147483647;color:#ede9fe;white-space:pre-wrap;pointer-events:none;background:#1e1040;border:1px solid #a78bfa66;border-radius:6px;max-width:min(320px,100vw - 16px);padding:8px 12px;font-size:14px;line-height:1.6;display:none;position:fixed;box-shadow:0 4px 16px #7c3aed59}.annotation-demo{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);text-align:left;margin-top:16px;padding:12px 14px}.demo-label{color:var(--text-secondary);margin-bottom:8px;font-size:13px;font-style:italic}.demo-text{color:var(--text);font-size:16px;line-height:1.6}.extension-section{text-align:center;padding:48px 0}.extension-section h2{margin-bottom:12px;font-size:24px;font-weight:700}.extension-desc{color:var(--text-secondary);max-width:540px;margin:0 auto 28px;font-size:17px;line-height:1.6}.store-badges{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:36px;display:flex}.store-badge{text-decoration:none;transition:opacity .15s,transform .15s;display:inline-block}.store-badge:hover{opacity:.85;text-decoration:none;transform:translateY(-1px)}.store-badge-img{width:auto;height:52px;display:block}.extension-benefits{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.benefit{text-align:center;flex-direction:column;gap:4px;max-width:200px;display:flex}.benefit strong{color:var(--accent);font-size:16px;font-weight:600}.benefit span{color:var(--text-secondary);font-size:16px;line-height:1.4}.footer{text-align:center;border-top:1px solid var(--border);color:var(--text-secondary);padding:24px 0;font-size:16px}@media (width<=640px){.container{padding:0 14px}.header-inner{height:48px}.header-logo{width:24px;height:24px}.header-title{font-size:15px}.intro{padding:24px 0 4px}.intro h1{font-size:22px}.tool-section{padding:18px 0 28px}.widget{border-radius:8px}.widget .tab-content{padding:14px 14px 18px}.features{padding:28px 0}.features h2{margin-bottom:16px;font-size:20px}.feature-card{gap:10px;padding:12px}.extension-section{padding:28px 0}.extension-section h2{font-size:20px}.extension-benefits{gap:16px}.footer{padding:16px 0}}.choices{margin-bottom:24px;font-size:16px;position:relative;overflow:hidden}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{cursor:not-allowed;-webkit-user-select:none;user-select:none;background-color:#eaeaea}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{background-color:#fff;border-bottom:1px solid #ddd;width:100%;margin:0;padding:10px;display:block}.choices[data-type*=select-one] .choices__button{opacity:.25;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;border-radius:10em;width:20px;height:20px;margin-top:-10px;margin-right:25px;padding:0;position:absolute;top:50%;right:0}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";pointer-events:none;border:5px solid #0000;border-top-color:#333;width:0;height:0;margin-top:-2.5px;position:absolute;top:50%;right:11.5px}.choices[data-type*=select-one].is-open:after{border-color:#0000 #0000 #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{margin-left:25px;margin-right:0;left:0;right:auto}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{opacity:.75;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;border-left:1px solid #003642;border-radius:0;width:8px;margin:0 -4px 0 8px;padding-left:16px;line-height:1;display:inline-block;position:relative}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{vertical-align:top;background-color:#f9f9f9;border:1px solid #ddd;border-radius:2.5px;width:100%;min-height:44px;padding:7.5px 7.5px 3.75px;font-size:14px;display:inline-block;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{width:100%;padding:4px 16px 4px 4px;display:inline-block}[dir=rtl] .choices__list--single{padding-left:16px;padding-right:4px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{vertical-align:middle;color:#fff;word-break:break-all;box-sizing:border-box;background-color:#005f75;border:1px solid #004a5c;border-radius:20px;margin-bottom:3.75px;margin-right:3.75px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-left:3.75px;margin-right:0}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{z-index:1;word-break:break-all;background-color:#fff;border:1px solid #ddd;border-bottom-right-radius:2.5px;border-bottom-left-radius:2.5px;width:100%;margin-top:-1px;display:none;position:absolute;top:100%;overflow:hidden}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{border-radius:.25rem .25rem 0 0;margin-top:0;margin-bottom:-1px;top:auto;bottom:100%}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{-webkit-overflow-scrolling:touch;will-change:scroll-position;max-height:300px;position:relative;overflow:auto}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{padding:10px;font-size:14px;position:relative}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (width>=640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]:after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{content:attr(data-select-text);opacity:0;font-size:12px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]:after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{left:10px;right:auto}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{color:gray;border-bottom:1px solid #f7f7f7;padding:10px;font-size:12px;font-weight:600}.choices__button{text-indent:-9999px;appearance:none;cursor:pointer;background-color:#0000;background-position:50%;background-repeat:no-repeat;border:0}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{vertical-align:baseline;background-color:#f9f9f9;border:0;border-radius:0;max-width:100%;margin-bottom:5px;padding:4px 0 4px 2px;font-size:14px;display:inline-block}.choices__input::-webkit-search-cancel-button{display:none}.choices__input::-webkit-search-decoration{display:none}.choices__input::-webkit-search-results-button{display:none}.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear{width:0;height:0;display:none}.choices__input::-ms-reveal{width:0;height:0;display:none}[dir=rtl] .choices__input{padding-left:0;padding-right:2px}.choices__placeholder{opacity:.5}
