.site{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid;box-shadow:0 1px #0000000a}.site-header__inner{max-width:1100px;margin:0 auto;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.site-brand{display:flex;align-items:center;gap:10px;border:none;background:none;cursor:pointer;padding:0;text-align:left;min-width:0;text-decoration:none;color:inherit}.site-brand__icon{flex-shrink:0;width:36px;height:36px;border-radius:9px;object-fit:cover}.site-brand__title{font-size:.95rem;font-weight:700;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(52vw,280px)}.site-nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:4px 6px}.theme-toggle{display:flex;align-items:center;gap:4px}.theme-toggle__btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid;border-radius:8px;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.theme-toggle__btn:not(.theme-toggle__btn--selected):hover{background:#8080801f}.site-nav__link{display:inline-flex;align-items:center;border:none;background:none;padding:8px 10px;font-size:.88rem;font-weight:500;cursor:pointer;border-radius:8px;white-space:nowrap;text-decoration:none;color:inherit;font-family:inherit}.site-nav__link:hover{background:#8080801f}.site-nav__cta{padding:8px 12px;border-radius:8px;font-size:.82rem;font-weight:600;text-decoration:none;white-space:nowrap}@media(max-width:640px){.site-nav__cta{padding:8px 10px;font-size:.78rem}}.site-body{flex:1;max-width:1100px;width:100%;margin:0 auto;padding:16px 16px 0}.converter-section{margin-bottom:20px;scroll-margin-top:56px}#converter-input{scroll-margin-top:56px}#converter-input:focus{outline:2px solid var(--focus-ring, #007aff);outline-offset:0}.converter{flex:1;display:flex;flex-direction:column;gap:10px;min-height:0}.converter-panes{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0}@media(min-width:720px){.converter-panes{flex-direction:row;align-items:stretch;gap:12px;min-height:min(520px,calc(100vh - 168px))}}.pane{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0;min-height:0}.pane-label{font-size:.75rem;font-weight:600;opacity:.65;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.text-area{width:100%;flex:1;min-height:120px;padding:10px 12px;border:1px solid;border-radius:8px;resize:none;line-height:1.55;font-size:1rem}@media(min-width:720px){.text-area{min-height:0}}.text-area:focus{outline:2px solid var(--focus-ring, #007aff);outline-offset:0}.toolbar{display:flex;flex-direction:column;gap:8px;flex-shrink:0}@media(min-width:720px){.toolbar{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}}.toolbar-group{display:flex;flex-wrap:wrap;gap:6px}.toolbar-group--convert{flex:1;justify-content:stretch}@media(min-width:720px){.toolbar-group--convert{justify-content:flex-end;flex:0 1 auto}}.btn{border:none;border-radius:8px;padding:9px 12px;font-weight:600;font-size:.88rem;cursor:pointer;transition:opacity .15s;white-space:nowrap}.toolbar-group--convert .btn{flex:1;min-width:0}@media(min-width:720px){.toolbar-group--convert .btn{flex:0 1 auto;min-width:7rem}}.btn--secondary{background:transparent;border:1px solid}.btn--secondary:not(:disabled):hover{background:#8080801a}.btn:not(:disabled):active{opacity:.85}.site-footer{margin-top:auto;border-top:1px solid}.site-footer__inner{max-width:1100px;margin:0 auto;padding:28px 16px 20px}.site-footer__row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px 20px}.site-footer__row .site-footer__links{flex-direction:row;flex-wrap:wrap;gap:12px 16px}.site-footer__heading{margin:0 0 10px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;opacity:.65}.site-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.site-footer__links a,.site-footer__link-btn{font-size:.9rem;text-decoration:none}.site-footer__links a:hover,.site-footer__link-btn:hover{text-decoration:underline}.site-footer__link-btn{border:none;background:none;padding:0;cursor:pointer;text-align:left;font:inherit}.site-footer__bottom{margin-top:24px;padding-top:16px;border-top:1px solid;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:.8rem;opacity:.65}.site-footer__bottom p{margin:0}.site-footer__note{text-align:right}.privacy-page{flex:1;width:100%}.privacy-page__inner{max-width:720px;margin:0 auto;padding:8px 16px 40px}.privacy-page__back{margin:0 0 16px}.privacy-page__back-btn{border:none;background:none;padding:0;font:inherit;font-size:.9rem;cursor:pointer;text-decoration:none}.privacy-page__back-btn:hover{text-decoration:underline}.privacy-page__title{margin:0 0 8px;font-size:1.75rem;line-height:1.25}.privacy-page__updated{margin:0 0 28px;font-size:.85rem;opacity:.65}.privacy-page__section{margin-bottom:24px}.privacy-page__section h2{margin:0 0 10px;font-size:1.05rem}.privacy-page__section p{margin:0 0 10px;font-size:.95rem;line-height:1.55}.privacy-page__footer{margin-top:32px;padding-top:16px;border-top:1px solid;font-size:.8rem;opacity:.65}.privacy-page__footer p{margin:0}.settings-section--legal{margin-bottom:4px}.settings-legal-link{font-size:.95rem;text-decoration:none}.settings-legal-link:hover{text-decoration:underline}.toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:8px 16px;border-radius:16px;font-size:.88rem;box-shadow:0 4px 20px #00000026;z-index:100;pointer-events:none}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:flex-end;justify-content:center}@media(min-width:600px){.settings-overlay{align-items:center;padding:24px}}.settings-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#00000073;cursor:pointer}.settings-panel{position:relative;z-index:1;width:100%;max-width:480px;max-height:90vh;border-radius:16px 16px 0 0;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -8px 32px #0003}@media(min-width:600px){.settings-panel{border-radius:16px}}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 8px;border-bottom:1px solid rgba(128,128,128,.25)}.settings-header h2{margin:0;font-size:1.05rem}.settings-close{border:none;background:none;font-weight:600;cursor:pointer;font-size:.95rem}.settings-body{overflow-y:auto;padding:6px 16px 20px}.settings-section h3{margin:14px 0 8px;font-size:.8rem;font-weight:600;opacity:.75;text-transform:uppercase;letter-spacing:.03em}.option-group{display:flex;flex-wrap:wrap;gap:6px}.option-chip{display:inline-flex;align-items:center;border:1px solid;border-radius:18px;padding:7px 12px;font-size:.85rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s,border-color .15s}.option-chip__input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.option-chip__label{white-space:nowrap}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans TC,PingFang TC,sans-serif;-webkit-font-smoothing:antialiased}button,textarea{font:inherit}button:disabled{opacity:.45;cursor:not-allowed}
