:root{color:#102d3b;background:#f1f3f4;font-family:Arial,Helvetica,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100%;margin:0}button,textarea{font:inherit}button:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid rgba(203,0,164,.25);outline-offset:2px}.app-shell{display:grid;min-height:100vh;grid-template-rows:auto 1fr auto;background:#f1f3f4}.brand-header{display:grid;min-height:230px;place-items:center;padding:24px 20px 18px}.brand{display:flex;align-items:end;gap:10px;color:inherit;text-decoration:none}.brand-mark{position:relative;display:block;width:130px;height:126px}.brand-letter{position:absolute;display:grid;width:82px;height:82px;place-items:center;border:6px solid currentColor;border-radius:12px;background:#f1f3f4;font-size:3.3rem;font-weight:400;line-height:1}.brand-letter--english{bottom:0;left:0;color:#76217e}.brand-letter--bikol{top:0;right:0;color:#d100aa}.brand-name{padding-bottom:4px;color:#052c3b;font-size:clamp(2.8rem,6vw,5rem);font-weight:400;letter-spacing:-.05em;line-height:1}.translator-card{align-self:start;width:min(1360px,calc(100% - 24px));margin:0 auto;padding:24px 20px 20px;border-radius:20px;background:#fff;box-shadow:0 5px 8px #0000001f}.translator-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:10px}.language-control{display:flex;align-items:center;gap:10px}.language-control label{color:#111;font-size:.95rem}.custom-select{position:relative;width:min(340px,50vw)}.custom-select__trigger{position:relative;z-index:32;display:flex;width:100%;min-height:34px;align-items:center;justify-content:space-between;gap:12px;padding:5px 10px;border:1px solid #a9afb3;border-radius:5px;background:#fff;color:#152735;cursor:pointer;text-align:left;touch-action:manipulation}.custom-select__trigger:hover{border-color:#8d969b}.custom-select__chevron{width:20px;height:20px;flex-shrink:0;transition:transform .15s ease}.custom-select__chevron.is-open{transform:rotate(180deg)}.custom-select__backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;background:transparent}.custom-select__menu{position:absolute;z-index:31;top:calc(100% + 6px);right:0;left:0;max-height:min(360px,55vh);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding:6px;border:1px solid #cdd4d8;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0000002e}.custom-select__group+.custom-select__group{margin-top:7px;padding-top:7px;border-top:1px solid #e5e8ea}.custom-select__group-label{margin:0;padding:7px 9px;color:#60717a;font-size:.76rem;font-weight:700;line-height:1.4}.custom-select__option{display:flex;width:100%;min-height:38px;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:0;border-radius:5px;background:transparent;color:#172f3b;cursor:pointer;font-size:.9rem;line-height:1.35;text-align:left;touch-action:manipulation}.custom-select__option span:first-child{min-width:0;overflow-wrap:anywhere}.custom-select__option:hover,.custom-select__option:focus-visible{background:#f1edf5}.custom-select__option.is-selected{background:#f5eaf4;color:#7f1d80;font-weight:700}.translate-button{min-height:42px;padding:8px 22px;border:2px solid #170b83;border-radius:5px;background:#3f4cc0;color:#fff;cursor:pointer;transition:background .15s ease;touch-action:manipulation}.translate-button:not(:disabled):hover{background:#303a9b}.translate-button:disabled{cursor:not-allowed;opacity:.5}.support-note{margin:0 0 10px;padding:7px 10px;border-radius:5px;background:#fff7dd;color:#72501c;font-size:.82rem}.translator-body{display:grid;grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);align-items:center;gap:9px}.text-panel{min-width:0}.text-panel label{display:block;margin:0 0 6px;color:#344b57;font-size:.8rem;font-weight:700}.text-panel textarea{display:block;width:100%;min-height:110px;padding:12px;resize:vertical;border:1px solid #6e3737;border-radius:4px;background:#fff;color:#1b303a;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95rem;line-height:1.5}.text-panel--output textarea{background:#fafafa;resize:none}.swap-button{display:grid;width:38px;height:38px;place-items:center;align-self:center;margin-top:20px;padding:0;border:1px solid #8b218e;border-radius:50%;background:#fff;color:#8b218e;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease;touch-action:manipulation}.swap-button:hover{background:#8b218e;color:#fff;box-shadow:0 4px 10px #8b218e33}.swap-icon{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.result-note,.alternatives{margin-top:10px;color:#50656f;font-size:.8rem}.result-note--error{color:#a12d2d}.site-footer{align-self:end;margin-top:70px;padding:22px 20px;background:#333;color:#fff;font-size:.9rem;text-align:center}@media(max-width:760px){.app-shell{min-height:100vh;min-height:100svh}.brand-header{min-height:178px;padding:22px 16px 18px}.brand{align-items:center;gap:8px}.brand-mark{width:100px;height:96px}.brand-letter{width:64px;height:64px;border-width:4px;border-radius:9px;font-size:2.45rem}.brand-name{padding-bottom:0;font-size:clamp(2.35rem,10vw,3.4rem)}.translator-card{width:calc(100% - 24px);padding:24px 20px;border-radius:18px}.translator-card form{display:flex;flex-direction:column}.translator-toolbar{display:contents}.language-control{display:grid;order:1;gap:8px;margin-bottom:20px}.language-control label,.text-panel label{font-size:1rem}.custom-select{width:100%}.custom-select__trigger{min-height:48px;padding:9px 12px;font-size:1rem}.custom-select__menu{max-height:min(280px,45svh)}.custom-select__group-label{padding:8px 10px;font-size:.78rem}.custom-select__option{min-height:44px;padding:10px;font-size:.92rem}.support-note{order:2;margin:-8px 0 18px;padding:10px 12px;line-height:1.45}.translator-body{display:grid;grid-template-columns:1fr;order:3;gap:18px}.text-panel label{margin-bottom:9px}.text-panel textarea{min-height:180px;padding:15px;font-size:1rem;line-height:1.55}.swap-button{width:48px;height:48px;justify-self:center;margin:0}.swap-button:hover{transform:none}.swap-icon{width:25px;height:25px}.translate-button{width:100%;min-height:50px;order:4;margin-top:22px;font-size:1rem}.result-note{order:5}.alternatives{order:6}.site-footer{margin-top:40px;padding:18px 16px;font-size:.82rem}}@media(max-width:430px){.brand-header{min-height:154px;padding-top:18px}.brand-mark{width:86px;height:82px}.brand-letter{width:54px;height:54px;font-size:2.05rem}.brand-name{font-size:clamp(2rem,10vw,2.55rem)}.translator-card{width:calc(100% - 20px);padding:22px 18px;border-radius:16px}.custom-select__menu{max-height:min(260px,42svh)}.text-panel textarea{min-height:165px}.site-footer{margin-top:32px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important}}
