.note-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:10020}.note-popup-content{background-color:#fdf5b1;color:#333;padding:30px 40px;box-shadow:2px 4px 6px #00000026,5px 10px 15px #0000001a;transform:rotate(-1.5deg);max-width:400px;width:90%;max-height:80vh;overflow-y:auto;position:relative;border-bottom-right-radius:40px 10px;font-family:Comic Sans MS,Comic Sans,cursive,Arial,sans-serif;border:1px solid rgba(0,0,0,.05)}.note-popup-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:24px;color:#777;cursor:pointer;line-height:1}.note-popup-close:hover{color:#222}.note-popup-header{margin-bottom:20px;border-bottom:1px dashed rgba(0,0,0,.2);padding-bottom:10px}.note-popup-header h3{margin:0;font-size:1.5rem;font-weight:700;color:#bfa710}.note-popup-header p{margin:5px 0 0;font-size:1.1rem;color:#444}.note-popup-body{display:flex;flex-direction:column;gap:12px}.note-popup-item{font-size:1.05rem;line-height:1.4;word-break:break-word}.note-popup-item strong{font-weight:700;color:#555;margin-right:5px}
