#dlcp{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:999999}
#dlcp .box{position:relative;background:#FFD200;padding:30px;max-width:420px;width:calc(100% - 32px);border-radius:16px;text-align:center;animation:fade .35s}
#dlcp .close{position:absolute;right:12px;top:10px;background:transparent;border:none;font-size:26px;line-height:1;cursor:pointer}
#dlcp input,#dlcp select,#dlcp button{width:100%;padding:12px;margin-bottom:10px;border-radius:8px;border:none}
#dlcp button{background:#000;color:#fff;font-weight:bold;cursor:pointer}
@keyframes fade{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}