/* A.A.M — componentes escuros, sem caixas brancas nativas */
:root{color-scheme:dark}
input,textarea,select{color-scheme:dark}
.aam-select-native{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}
.aam-select{position:relative;min-width:0;width:100%;font:inherit}
.aam-select-btn{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;border:1px solid rgba(117,255,210,.18);border-radius:12px;background:#071812;color:#e8fff6;font:inherit;text-align:left;cursor:pointer}
.aam-select-btn::after{content:'⌄';font-size:18px;color:#7ef0ca;transition:transform .18s ease}.aam-select.open .aam-select-btn::after{transform:rotate(180deg)}
.aam-select-list{position:fixed;z-index:2147483645;display:none;max-height:min(50vh,360px);overflow:auto;padding:7px;background:#07140f;border:1px solid rgba(117,255,210,.24);border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.65);overscroll-behavior:contain}
.aam-select.open .aam-select-list{display:block}
.aam-select-option{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:45px;padding:10px 12px;border:0;border-radius:9px;background:transparent;color:#dcebe5;font:inherit;text-align:left;cursor:pointer}
.aam-select-option:hover,.aam-select-option:focus{background:rgba(62,226,174,.11);outline:none}.aam-select-option.selected{background:rgba(62,226,174,.16);color:#70f0c5}.aam-select-option.selected::after{content:'✓';font-weight:800}
.aam-ui-backdrop{position:fixed;inset:0;z-index:2147483646;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(0,8,6,.76);backdrop-filter:blur(5px)}
.aam-ui-modal{width:min(92vw,440px);padding:22px;border:1px solid rgba(117,255,210,.22);border-radius:20px;background:linear-gradient(180deg,#0b1d17,#06110d);color:#eefaf5;box-shadow:0 24px 80px rgba(0,0,0,.72);animation:aamModalIn .17s ease-out}
@keyframes aamModalIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
.aam-ui-title{font-size:20px;font-weight:800;margin:0 0 10px}.aam-ui-message{font-size:15px;line-height:1.55;color:#b8c9c2;white-space:pre-wrap}.aam-ui-input{width:100%;margin-top:15px;min-height:46px;padding:11px 13px;border:1px solid rgba(117,255,210,.22);border-radius:12px;background:#04100c;color:#f4fff9;font:inherit;outline:none}.aam-ui-input:focus{border-color:#55e8b8;box-shadow:0 0 0 3px rgba(85,232,184,.1)}
.aam-ui-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.aam-ui-action{min-height:42px;padding:9px 15px;border-radius:11px;border:1px solid rgba(255,255,255,.12);background:#10231c;color:#e8f5f0;font:inherit;font-weight:700;cursor:pointer}.aam-ui-action.primary{border-color:#43dca9;background:#43dca9;color:#042018}.aam-ui-action.danger{border-color:#ef606c;background:#ef5361;color:white}
.aam-ui-toast{position:fixed;z-index:2147483647;left:50%;bottom:max(24px,env(safe-area-inset-bottom));transform:translateX(-50%);max-width:min(90vw,520px);padding:12px 16px;border:1px solid rgba(117,255,210,.2);border-radius:12px;background:#0a1d16;color:#ecfff7;box-shadow:0 14px 40px rgba(0,0,0,.55);font-size:14px}
@media(min-width:900px){.aam-select-list{max-height:420px}}
