.modal-overlay{background-color:rgba(0,0,0,.7);z-index:2000;padding:20px}.modal-content{background-color:#fff;border-radius:10px;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 5px 20px rgba(0,0,0,.25)}.event-modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 25px;border-bottom:1px solid #eee;position:relative}.event-modal-body{padding:25px;overflow-y:auto}.modal-close-button{font-size:28px;color:#aaa;transition:color .2s}.modal-close-button:hover{color:#333}.modal-title{font-size:24px;font-weight:700;color:#222;margin:0;padding-right:30px}.modal-meta{display:flex;gap:20px;font-size:14px;color:#666;margin-bottom:20px}.modal-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px;background-color:#f9f9f9;padding:15px;border-radius:8px;margin-bottom:25px;text-align:center}.modal-stats div{display:flex;flex-direction:column}.modal-stats span{font-size:13px;color:#777;margin-bottom:5px}.modal-stats strong{font-size:18px;font-weight:700;color:#333}.modal-section{margin-bottom:20px}.modal-section h3{font-size:18px;font-weight:700;color:#444;margin-bottom:10px;padding-bottom:5px;border-bottom:2px solid #eee}.modal-section p{font-size:15px;line-height:1.7;color:#555;white-space:pre-wrap}.modal-section.placeholder{text-align:center;padding:40px 20px;font-size:16px;color:#888;background-color:#f9f9f9;border-radius:8px}.modal-disclaimer{font-size:12px;color:#999;text-align:center;margin-top:30px;padding-top:15px;border-top:1px solid #eee}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content.day-events-modal{background:#fff;padding:20px;border-radius:8px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column}.day-events-modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:15px}.day-events-modal-header .modal-title{margin:0;font-size:1.5em}.sns-trend-button{background-color:#1da1f2;color:#fff;border:none;padding:8px 16px;border-radius:20px;cursor:pointer;font-size:.9em;font-weight:700;transition:background-color .2s;margin-left:auto;margin-right:15px}.sns-trend-button:hover{background-color:#0c85d0}.modal-close-button{background:none;border:none;font-size:1.8em;cursor:pointer}.day-events-list{overflow-y:auto}.day-event-item{display:flex;align-items:center;padding:10px;margin-bottom:8px;border-radius:5px;cursor:pointer;transition:transform .2s}.day-event-item:hover{transform:translateY(-2px)}.day-event-time{font-weight:700;margin-right:15px;min-width:50px}.day-event-impact{margin-right:10px;min-width:50px}.day-event-info{flex-grow:1}