button.tm-notes-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:8px;cursor:pointer;position:relative;transition:all .3s cubic-bezier(.25, .8, .25, 1);background:rgba(255,255,255,.08);backdrop-filter:blur(10px);-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;margin-left:8px;box-sizing:border-box}button.tm-notes-icon-btn i{font-size:20px;color:#4dd0e1!important;transition:all .3s ease;filter:drop-shadow(0 0 6px rgba(77, 208, 225, .5))}button.tm-notes-icon-btn:hover{background:rgba(77,208,225,.15);transform:translateY(-2px) scale(1.05)}button.tm-notes-icon-btn:hover i{color:#26c6da!important;filter:drop-shadow(0 0 10px rgba(38, 198, 218, .7));transform:scale(1.1)}button.tm-notes-icon-btn:active{transform:translateY(0) scale(1)}button.tm-notes-icon-btn.is-guest i{color:#b0bec5!important;filter:drop-shadow(0 0 2px rgba(176, 190, 197, .2))}button.tm-notes-icon-btn.is-guest:hover{background:rgba(176,190,197,.12)}button.tm-notes-icon-btn.is-guest:hover i{color:#cfd8dc!important}button.tm-notes-icon-btn.has-notes i{color:#00bcd4!important;filter:drop-shadow(0 0 6px rgba(0, 188, 212, .6));animation:notePulse 2s ease-in-out infinite}button.tm-notes-icon-btn.has-notes:hover{background:rgba(0,188,212,.15)}button.tm-notes-icon-btn.has-notes:hover i{color:#00acc1!important;filter:drop-shadow(0 0 10px rgba(0, 172, 193, .7))}@keyframes notePulse{0%,100%{opacity:1}50%{opacity:.85}}button.tm-notes-icon-btn.has-notes::after{content:attr(data-count);position:absolute;top:-4px;left:-4px;background:linear-gradient(135deg,#ff6b6b 0,#ee5a6f 100%);color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 6px rgba(238,90,111,.4);animation:badgePop .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes badgePop{0%{transform:scale(0)}100%{transform:scale(1)}}button.tm-notes-icon-btn::before{content:attr(data-tooltip);position:absolute;bottom:-40px;right:50%;transform:translateX(50%);background:rgba(0,0,0,.9);color:#fff;padding:6px 12px;border-radius:6px;font-size:.85rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1000;font-weight:500}button.tm-notes-icon-btn:hover::before{opacity:1}.wmu-actions-center{position:relative;z-index:5;overflow:visible}.wmu-actions-center .tm-notes-icon-btn::before{z-index:10000}.tm-notes-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);z-index:999999;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(5px)}.tm-notes-modal.is-open{display:flex}.tm-notes-modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideIn .3s ease;direction:rtl}@keyframes modalSlideIn{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.tm-notes-modal-header{background:linear-gradient(135deg,#00bcd4 0,#00acc1 100%);color:#fff;padding:20px 24px;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;align-items:center}.tm-notes-modal-header h3{margin:0;font-size:1.3rem;font-weight:600}.tm-notes-modal-close{background:0 0;border:none;color:#fff;font-size:1.8rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.tm-notes-modal-close:hover{background:rgba(255,255,255,.2)}.tm-notes-modal-body{padding:24px}.tm-notes-field{margin-bottom:20px}.tm-notes-label{display:block;font-size:.95rem;font-weight:600;color:#5d4e37;margin-bottom:8px}.tm-notes-select,.tm-notes-textarea{width:100%;padding:12px 16px;font-size:1rem;font-family:inherit;border:2px solid #e8dcc8;border-radius:10px;background:#fafaf8;color:#5d4e37;transition:all .2s ease;box-sizing:border-box}.tm-notes-textarea{min-height:150px;resize:vertical;line-height:1.6}.tm-notes-select:focus,.tm-notes-textarea:focus{outline:0;border-color:#00bcd4;background:#fff;box-shadow:0 0 0 3px rgba(0,188,212,.1)}.tm-notes-hint{font-size:.85rem;color:#8b7355;margin-top:6px}.tm-notes-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.tm-notes-btn-action{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease}.tm-notes-btn-save{background:linear-gradient(135deg,#00bcd4 0,#00acc1 100%);color:#fff;box-shadow:0 4px 12px rgba(0,188,212,.25)}.tm-notes-btn-save:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,188,212,.35)}.tm-notes-btn-cancel{background:#fff;color:#5d4e37;border:2px solid #e8dcc8}.tm-notes-btn-cancel:hover{border-color:#8b6914;color:#8b6914}.tm-notes-btn-action.is-loading{opacity:.7;cursor:wait}.tm-notes-content-info{background:linear-gradient(135deg,#fff8e1 0,#ffecb3 100%);border:1px solid #ffe082;border-radius:10px;padding:12px 16px;margin-bottom:20px;font-size:.9rem;color:#8b6914}.tm-notes-content-info svg{width:16px;height:16px;display:inline;vertical-align:middle;margin-left:6px}@media (max-width:600px){button.tm-notes-icon-btn{width:36px;height:36px;margin-left:6px}button.tm-notes-icon-btn i{font-size:18px}.tm-notes-modal-content{max-width:100%;max-height:100vh;border-radius:0}.tm-notes-modal-header{border-radius:0}.tm-notes-actions{flex-direction:column-reverse}.tm-notes-btn-action{width:100%}}