/* Taihau Popup Notice v2.0 - fully namespaced */
.taihau-popup-root{position:fixed;inset:0;z-index:99999;font-family:inherit}
.taihau-popup-root[hidden]{display:none!important}
.taihau-popup-mask{position:absolute;inset:0;background:rgba(20,16,10,.64);backdrop-filter:blur(2px)}
.taihau-popup-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(92vw,620px);max-height:88vh;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.35);overflow:hidden;border-top:6px solid #8b6a28;color:#2b241b}
.taihau-popup-style-important{border-top-color:#b88718}.taihau-popup-style-warning{border-top-color:#b42d2d}.taihau-popup-style-event{border-top-color:#6f4f91}
.taihau-popup-x{position:absolute;right:10px;top:10px;z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:rgba(0,0,0,.58);color:#fff;font-size:26px;line-height:36px;cursor:pointer}
.taihau-popup-cover{flex:0 0 auto;background:#f4efe5}.taihau-popup-cover img{display:block;width:100%;max-height:45vh;object-fit:contain;height:auto;}
.taihau-popup-header{flex:0 0 auto;padding:22px 26px 14px;border-bottom:1px solid #eee6d9}.taihau-popup-badge{display:inline-block;margin-bottom:8px;padding:4px 10px;border-radius:999px;background:#f4ead2;color:#715316;font-weight:700;font-size:13px}.taihau-popup-header h2{margin:0;font-size:26px;line-height:1.35}.taihau-popup-header p{margin:9px 0 0;color:#665d52;line-height:1.7}
.taihau-popup-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px 26px}.taihau-popup-content{line-height:1.85;overflow-wrap:anywhere}.taihau-popup-content img,.taihau-popup-content iframe,.taihau-popup-content video{max-width:100%;height:auto}.taihau-popup-content table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.taihau-popup-content td,.taihau-popup-content th{border:1px solid #ddd;padding:8px}
.taihau-popup-footer{flex:0 0 auto;display:flex;gap:10px;justify-content:flex-end;padding:14px 20px;background:#faf8f3;border-top:1px solid #eee6d9}.taihau-popup-footer a,.taihau-popup-footer button{min-height:42px;padding:9px 18px;border-radius:8px;font:inherit;font-weight:700;text-decoration:none;cursor:pointer}.taihau-popup-action{background:#8a681f;color:#fff;border:1px solid #8a681f}.taihau-popup-close{background:#fff;color:#4d4438;border:1px solid #cfc5b6}
body.taihau-popup-open{overflow:hidden}
@media(max-width:600px){.taihau-popup-box{width:94vw;max-height:90vh;border-radius:12px}.taihau-popup-cover img{max-height:210px}.taihau-popup-header{padding:18px 18px 12px}.taihau-popup-header h2{font-size:22px}.taihau-popup-scroll{padding:16px 18px}.taihau-popup-footer{padding:12px;flex-wrap:wrap}.taihau-popup-footer a,.taihau-popup-footer button{flex:1 1 130px;text-align:center}}
