.mark25-toolbar{position:absolute;top:200px;left:200px}.mark25-toolbar__arrow{position:absolute;width:0;height:0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);left:50%;transform:translateX(-50%)}.mark25-toolbar__arrow--down{top:-6px;border-bottom:6px solid #3c3c3c}.mark25-toolbar__arrow--up{bottom:-6px;border-top:6px solid #3c3c3c}.mark25-toolbar__main{height:68px;padding:0 20px;background-color:#3c3c3c;border-radius:12px;display:flex;align-items:center;justify-content:space-around}.mark25-toolbar__main-item{font-weight:400;font-size:12px;color:#c8c8c8;line-height:20px;margin-right:32px;text-align:center;padding-top:28px;background:url("./img/action-ai.png") no-repeat center top;background-size:28px 28px;transition:all .2s ease;cursor:pointer;white-space:nowrap}.mark25-toolbar__main-item:last-child{margin-right:0}.mark25-toolbar__main-item.on{color:#fff}.mark25-toolbar__main-item.mark25--ai{background-image:url("./img/action-ai.png")}.mark25-toolbar__main-item.mark25--ai:hover{background-image:url("./img/action-ai.png");opacity:.8}.mark25-toolbar__main-item.mark25--marker{background-image:url("./img/action-marker.png")}.mark25-toolbar__main-item.mark25--marker:hover{background-image:url("./img/action-marker-on.png")}.mark25-toolbar__main-item.mark25--marker.on{background-image:url("./img/action-marker-on.png")}.mark25-toolbar__main-item.mark25--copy{background-image:url("./img/action-copy.png")}.mark25-toolbar__main-item.mark25--copy:hover{background-image:url("./img/action-copy-on.png");opacity:.8}.mark25-mark-toolbar{position:absolute;z-index:9999;display:none}.mark25-mark-toolbar__arrow{position:absolute;width:0;height:0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);left:50%;transform:translateX(-50%)}.mark25-mark-toolbar__arrow--down{top:-6px;border-bottom:6px solid #3c3c3c}.mark25-mark-toolbar__arrow--up{bottom:-6px;border-top:6px solid #3c3c3c}.mark25-mark-toolbar__main{height:68px;padding:0 20px;background-color:#3c3c3c;border-radius:12px;display:flex;align-items:center;justify-content:space-around}.mark25-mark-toolbar__main-item{font-weight:400;font-size:12px;color:#c8c8c8;line-height:20px;margin-right:32px;text-align:center;padding-top:28px;transition:all .2s ease;cursor:pointer}.mark25-mark-toolbar__main-item:last-child{margin-right:0}.mark25-mark-toolbar__main-item.on{color:#fff}.mark25-mark-toolbar__main-item.mark25--delete{background:url("./img/action-delete.png") no-repeat center top;background-size:28px 28px}.mark25-mark-toolbar__main-item.mark25--delete:hover{opacity:.8}.mark25-mark-toolbar__main-item.mark25--write-thinking{background:url("./img/action-thinking.png") no-repeat center top;background-size:28px 28px}.mark25-mark-toolbar__main-item.mark25--write-thinking:hover{opacity:.8}.mark25-marker-dialog{width:360px;background-color:#fff;box-shadow:0px 0px 16px 1px rgba(77,85,93,.2);border-radius:16px}.mark25-marker-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 0}.mark25-marker-dialog__title{margin:0 auto;font-size:16px;font-weight:bold;color:#222;text-align:center}.mark25-marker-dialog__close{position:absolute;top:16px;right:16px;border:none;transition:transform .2s;cursor:pointer;width:12px;height:12px;background:url("./img/dialog-close.png") no-repeat center;background-size:100%}.mark25-marker-dialog__close:hover{transform:rotate(180deg)}.mark25-marker-dialog__content{padding:16px}.mark25-marker-dialog__section{margin-bottom:20px}.mark25-marker-dialog__section:last-child{margin-bottom:0;margin-top:20px}.mark25-marker-dialog__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mark25-marker-dialog__label{font-size:15px;font-weight:bold;color:#222;display:flex;align-items:center}.mark25-marker-dialog__label--red{color:#e74c3c}.mark25-marker-dialog__label--required::after{content:"";width:4px;height:4px;background-color:#e74c3c;border-radius:50%;margin-left:4px}.mark25-marker-dialog__label--thoughts::before{content:"";width:18px;height:18px;margin-right:8px;background:url("./img/thoughts-icon.png") no-repeat center;background-size:100%;background-size:contain}.mark25-marker-dialog__char-count{font-size:12px;color:#89909c;font-weight:normal;transition:color .2s ease}.mark25-marker-dialog__char-count.char-limit-warning{color:#e74c3c;font-weight:bold;animation:pulse .6s ease-in-out}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.7}}.mark25-marker-dialog__section-inline{display:flex;align-items:center;gap:12px;margin-bottom:8px}.mark25-marker-dialog__section-inline:last-child{margin-bottom:0}.mark25-marker-dialog__label-inline{font-size:12px;color:#333;white-space:nowrap;min-width:60px}.mark25-marker-dialog__quote-text{background-color:#f9fbfc;border-radius:6px;padding:8px;font-size:12px;line-height:1.5;color:#89909c}.mark25-marker-dialog__quote-title{font-size:12px;color:#333;margin-bottom:12px}.mark25-marker-dialog__quote-prefix{display:inline-block;width:40px;height:20px;background:url("./img/quote-prefix.png") no-repeat center;background-size:100%;line-height:20px;color:#e13b29;text-align:center}.mark25-marker-dialog__quote-suffix{color:#e13b29;cursor:pointer;padding:2px 4px;border-radius:3px;transition:background-color .2s;white-space:nowrap}.mark25-marker-dialog__quote-suffix:hover{background-color:#fdf2f2}.mark25-marker-dialog__quote-content{font-size:13px;line-height:20px;color:#4d555d;display:inline}.mark25-marker-dialog__quote-content.mark25--background{background-color:rgba(255,255,0,.35);padding:2px 4px;border-radius:3px}.mark25-marker-dialog__quote-content.mark25--straight{text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:2px;text-underline-offset:3px}.mark25-marker-dialog__quote-content.mark25--wave{text-decoration-line:underline;text-decoration-style:wavy;text-decoration-thickness:2px;text-underline-offset:3px}.mark25-marker-dialog__quote-content.mark25--red.mark25--background{background-color:rgba(255,144,156,.35)}.mark25-marker-dialog__quote-content.mark25--red.mark25--straight,.mark25-marker-dialog__quote-content.mark25--red.mark25--wave{text-decoration-color:#ff909c}.mark25-marker-dialog__quote-content.mark25--purple.mark25--background{background-color:rgba(184,159,255,.35)}.mark25-marker-dialog__quote-content.mark25--purple.mark25--straight,.mark25-marker-dialog__quote-content.mark25--purple.mark25--wave{text-decoration-color:#b89fff}.mark25-marker-dialog__quote-content.mark25--blue.mark25--background{background-color:rgba(116,180,255,.35)}.mark25-marker-dialog__quote-content.mark25--blue.mark25--straight,.mark25-marker-dialog__quote-content.mark25--blue.mark25--wave{text-decoration-color:#74b4ff}.mark25-marker-dialog__quote-content.mark25--green.mark25--background{background-color:rgba(112,211,130,.35)}.mark25-marker-dialog__quote-content.mark25--green.mark25--straight,.mark25-marker-dialog__quote-content.mark25--green.mark25--wave{text-decoration-color:#70d382}.mark25-marker-dialog__quote-content.mark25--yellow.mark25--background{background-color:rgba(255,203,126,.35)}.mark25-marker-dialog__quote-content.mark25--yellow.mark25--straight,.mark25-marker-dialog__quote-content.mark25--yellow.mark25--wave{text-decoration-color:#ffcb7e}.mark25-marker-dialog__style-options{display:flex;gap:16px}.mark25-marker-dialog__style-btn{flex-shrink:0;width:24px;height:24px;cursor:pointer;transition:all .2s;border:none;background:url("./img/marker-background--default.png") no-repeat center;background-size:100%}.mark25-marker-dialog__style-btn:hover{transform:scale(1.1)}.mark25-marker-dialog__style-btn--background.active.mark25--red{background-image:url("./img/marker-background--red.png")}.mark25-marker-dialog__style-btn--background.active.mark25--purple{background-image:url("./img/marker-background--purple.png")}.mark25-marker-dialog__style-btn--background.active.mark25--blue{background-image:url("./img/marker-background--blue.png")}.mark25-marker-dialog__style-btn--background.active.mark25--green{background-image:url("./img/marker-background--green.png")}.mark25-marker-dialog__style-btn--background.active.mark25--yellow{background-image:url("./img/marker-background--yellow.png")}.mark25-marker-dialog__style-btn--straight{background-image:url("./img/marker-straight--default.png")}.mark25-marker-dialog__style-btn--straight.active.mark25--red{background-image:url("./img/marker-straight--red.png")}.mark25-marker-dialog__style-btn--straight.active.mark25--purple{background-image:url("./img/marker-straight--purple.png")}.mark25-marker-dialog__style-btn--straight.active.mark25--blue{background-image:url("./img/marker-straight--blue.png")}.mark25-marker-dialog__style-btn--straight.active.mark25--green{background-image:url("./img/marker-straight--green.png")}.mark25-marker-dialog__style-btn--straight.active.mark25--yellow{background-image:url("./img/marker-straight--yellow.png")}.mark25-marker-dialog__style-btn--wave{background-image:url("./img/marker-wave--default.png")}.mark25-marker-dialog__style-btn--wave.active.mark25--red{background-image:url("./img/marker-wave--red.png")}.mark25-marker-dialog__style-btn--wave.active.mark25--purple{background-image:url("./img/marker-wave--purple.png")}.mark25-marker-dialog__style-btn--wave.active.mark25--blue{background-image:url("./img/marker-wave--blue.png")}.mark25-marker-dialog__style-btn--wave.active.mark25--green{background-image:url("./img/marker-wave--green.png")}.mark25-marker-dialog__style-btn--wave.active.mark25--yellow{background-image:url("./img/marker-wave--yellow.png")}.mark25-marker-dialog__color-options{display:flex;gap:16px}.mark25-marker-dialog__color-btn{flex-shrink:0;width:24px;height:24px;border-radius:50%;overflow:hidden;cursor:pointer;transition:all .2s;border:2px solid #fff}.mark25-marker-dialog__color-btn:hover{transform:scale(1.1)}.mark25-marker-dialog__color-btn.active{position:relative}.mark25-marker-dialog__color-btn.active::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("./img/marker-color--on.png");background-size:24px 24px;background-repeat:no-repeat;background-position:center}.mark25-marker-dialog__color-btn--pink{background-color:#ff909c}.mark25-marker-dialog__color-btn--purple{background-color:#b89fff}.mark25-marker-dialog__color-btn--blue{background-color:#74b4ff}.mark25-marker-dialog__color-btn--green{background-color:#70d382}.mark25-marker-dialog__color-btn--orange{background-color:#ffcb7e}.mark25-marker-dialog__thoughts{width:calc(100% - 22px);min-height:80px;max-height:200px;padding:10px;border:1px solid #ecf0f5;border-radius:4px;font-size:14px;line-height:1.5;color:#374151;resize:vertical;font-family:inherit;overflow-y:auto;transition:border-color .2s ease,box-shadow .2s ease;scrollbar-width:thin;scrollbar-color:#d1d5db #f8f9fa}.mark25-marker-dialog__thoughts::-webkit-scrollbar{width:6px}.mark25-marker-dialog__thoughts::-webkit-scrollbar-track{background:#f8f9fa;border-radius:3px}.mark25-marker-dialog__thoughts::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px;transition:background .2s ease}.mark25-marker-dialog__thoughts::-webkit-scrollbar-thumb:hover{background:#9ca3af}.mark25-marker-dialog__thoughts::-webkit-scrollbar-corner{background:#f8f9fa}.mark25-marker-dialog__thoughts:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.mark25-marker-dialog__thoughts::placeholder{font-size:13px;color:#c4c8cc}.mark25-marker-dialog__thoughts.char-limit-reached{border-color:#e74c3c;box-shadow:0 0 0 3px rgba(231,76,60,.1)}.mark25-marker-dialog__footer{display:flex;gap:20px;padding-bottom:16px;justify-content:center}.mark25-marker-dialog__btn{width:120px;height:36px;border-radius:44px;font-size:14px;line-height:36px;text-align:center;cursor:pointer;transition:all .2s;border:1px solid rgba(0,0,0,0)}.mark25-marker-dialog__btn--cancel{background-color:#fff;border-color:#d7dae0;color:#222}.mark25-marker-dialog__btn--cancel:hover{background-color:#f9fafb;border-color:#9ca3af;color:#374151;transform:translateY(-1px)}.mark25-marker-dialog__btn--confirm{background:linear-gradient(90deg, #FF5B06 0%, #E13B29 100%);color:#fff;border-color:#ff5b06}.mark25-marker-dialog__btn--confirm:hover{background:linear-gradient(90deg, #E13B29 0%, #FF5B06 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,91,6,.2)}.mark25-marker-dialog__btn--confirm:active{transform:translateY(0)}.mark25-highlight{display:inline;cursor:pointer}.mark25-highlight.mark25--background{background-color:rgba(255,255,0,.35)}.mark25-highlight.mark25--straight{text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:2px;text-underline-offset:3px}.mark25-highlight.mark25--wave{text-decoration-line:underline;text-decoration-style:wavy;text-decoration-thickness:2px;text-underline-offset:3px}.mark25-highlight.mark25--red.mark25--background{background-color:rgba(255,144,156,.35)}.mark25-highlight.mark25--red.mark25--straight,.mark25-highlight.mark25--red.mark25--wave{text-decoration-color:#ff909c}.mark25-highlight.mark25--purple.mark25--background{background-color:rgba(184,159,255,.35)}.mark25-highlight.mark25--purple.mark25--straight,.mark25-highlight.mark25--purple.mark25--wave{text-decoration-color:#b89fff}.mark25-highlight.mark25--blue.mark25--background{background-color:rgba(116,180,255,.35)}.mark25-highlight.mark25--blue.mark25--straight,.mark25-highlight.mark25--blue.mark25--wave{text-decoration-color:#74b4ff}.mark25-highlight.mark25--green.mark25--background{background-color:rgba(112,211,130,.35)}.mark25-highlight.mark25--green.mark25--straight,.mark25-highlight.mark25--green.mark25--wave{text-decoration-color:#70d382}.mark25-highlight.mark25--yellow.mark25--background{background-color:rgba(255,203,126,.35)}.mark25-highlight.mark25--yellow.mark25--straight,.mark25-highlight.mark25--yellow.mark25--wave{text-decoration-color:#ffcb7e}.mark25-highlight.mark25--thinking{padding-right:20px;background:url("./img/marker--thinking.png") no-repeat right bottom;background-size:16px 16px}.mark25-confirm-dialog{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center}.mark25-confirm-dialog__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);backdrop-filter:blur(2px)}.mark25-confirm-dialog__content{position:relative;background-color:#fff;border-radius:12px;padding:24px;max-width:320px;width:90%;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,.12)}.mark25-confirm-dialog__text{font-size:16px;color:#333;line-height:1.5;margin-bottom:24px;font-weight:500}.mark25-confirm-dialog__buttons{display:flex;gap:12px;justify-content:center}.mark25-confirm-dialog__btn{flex:1;height:40px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.mark25-confirm-dialog__btn--cancel{background-color:#fff;color:#666;border:1px solid #e5e5e5}.mark25-confirm-dialog__btn--cancel:hover{background-color:#f5f5f5;border-color:#d5d5d5}.mark25-confirm-dialog__btn--confirm{background:linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);color:#fff}.mark25-confirm-dialog__btn--confirm:hover{background:linear-gradient(135deg, #E55A2B 0%, #E57A35 100%)}.mark25-thinking-detail-dialog{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;pointer-events:none}.mark25-thinking-detail-content{background:#fff;border-radius:16px;box-shadow:0px 0px 16px 1px rgba(77,85,93,.2);width:360px;max-height:80vh;overflow:hidden;pointer-events:auto}.mark25-thinking-detail-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 0}.mark25-thinking-detail-header h3{margin:0;font-size:15px;font-weight:bold;color:#222;padding-left:24px;background:url("./img/thoughts-icon.png") no-repeat left center;background-size:18px 18px}.mark25-thinking-detail-close{background:none;border:none;cursor:pointer;padding:0;width:12px;height:12px;transition:all .1s ease;background:url("./img/dialog-close.png") no-repeat center;background-size:100%}.mark25-thinking-detail-close:hover{transform:rotate(180deg)}.mark25-thinking-detail-body{padding:20px;display:flex;align-items:flex-start;gap:12px}.mark25-thinking-detail-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;overflow:hidden;background:url("./img/thinking-detail-icon.png") no-repeat center;background-size:100%}.mark25-thinking-detail-text{flex:1;min-width:0}.mark25-thinking-detail-content-text{font-size:14px;line-height:1.5;color:#222;margin-bottom:8px;word-break:break-word}.mark25-thinking-detail-time{font-size:12px;color:#89909c}.mark25-thinking-detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:24px;padding:0 20px 20px}.mark25-thinking-detail-edit,.mark25-thinking-detail-delete{background:none;border:none;padding-left:24px;font-size:12px;color:#89909c;line-height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background-color .2s}.mark25-thinking-detail-edit{background:url("./img/action-edit.png") no-repeat left center;background-size:16px 16px}.mark25-thinking-detail-edit:hover{color:#222;background-image:url("./img/action-edit-on.png")}.mark25-thinking-detail-delete{background:url("./img/action-del.png") no-repeat left center;background-size:16px 16px}.mark25-thinking-detail-delete:hover{color:#222;background-image:url("./img/action-del-on.png")}.mark25-confirm-dialog{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000}.mark25-confirm-content{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:284px;height:120px;background:#fff;border-radius:14px 14px 14px 14px}.mark25-confirm-message{padding:20px;font-size:16px;color:#222;line-height:1.5}.mark25-confirm-actions{padding-right:20px;display:flex;gap:12px;justify-content:flex-end}.mark25-confirm-cancel{width:80px;height:32px;background:#fff;border-radius:44px 44px 44px 44px;border:1px solid #d7dae0;font-size:13px;color:#222;cursor:pointer;transition:all .2s ease}.mark25-confirm-cancel:hover{background:#f5f5f5;border-color:#d5d5d5}.mark25-confirm-confirm{width:80px;height:32px;background:linear-gradient(90deg, #FF5B06 0%, #E13B29 100%);border-radius:44px 44px 44px 44px;font-size:13px;color:#fff;cursor:pointer;transition:all .2s ease;border:1px solid rgba(0,0,0,0)}.mark25-confirm-confirm:hover{background:linear-gradient(135deg, #E55A2B 0%, #E0851A 100%);transform:translateY(-1px);box-shadow:0 2px 8px rgba(255,107,53,.3)}.point25{position:absolute;z-index:1000;top:0;left:0;right:0;bottom:0;background-color:#f7f9fa}.point25__header{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background-color:#fff;position:sticky;top:0;z-index:100;cursor:pointer}.point25__header-left{flex:0 0 auto;display:flex;align-items:center}.point25__header-title{font-size:17px;font-weight:bold;color:#222;white-space:nowrap}.point25__header-filters{display:flex;gap:8px;flex:0 0 auto}.point25__back-btn{width:16px;height:16px;margin-right:8px;background:url("./img/back-btn.png") no-repeat center;background-size:100%}.point25__filter-item{display:flex;align-items:center;gap:4px;padding:6px 8px;cursor:pointer;position:relative}.point25__filter-item.active .point25__filter-arrow{transform:rotate(180deg)}.point25__filter-text{font-size:12px;color:#4d555d;white-space:nowrap}.point25__filter-arrow{width:10px;height:10px;background:url("./img/filter-arrow.png") no-repeat center;background-size:100%}.point25__dropdown-menu{position:absolute;top:100%;left:50%;right:0;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:8px 0;margin-top:4px;opacity:0;visibility:hidden;transform:translate(-50%, -50%) scale(0.95);transition:all .2s cubic-bezier(0.4, 0, 0.2, 1);z-index:1000;min-width:120px;transform-origin:top center}.point25__dropdown-menu.show{opacity:1;visibility:visible;transform:translate(-50%, 0) scale(1)}.point25__dropdown-menu::before{content:"";position:absolute;top:-4px;left:20px;width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-bottom:4px solid #fff}.point25__dropdown-item{padding:8px 12px;font-size:14px;color:#4d555d;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative;text-align:center}.point25__dropdown-item:hover,.point25__dropdown-item.selected{color:#e13b29;transform:translateX(2px)}.point25__content{padding:16px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;overflow-x:hidden;height:calc(100% - 100px)}.point25__content::-webkit-scrollbar{width:4px}.point25__content::-webkit-scrollbar-thumb{background-color:#d7dae0}.point25__content::-webkit-scrollbar-track{background-color:#f7f9fa}.point25__loading{display:flex;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.point25__loading-text{font-size:16px;color:#666;margin-bottom:8px;font-weight:500}.point25__empty{display:flex;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.point25__empty-img{max-width:200px;margin:0 auto}.point25__empty-text{font-size:16px;color:#666;margin-bottom:8px;font-weight:500}.point25__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;min-height:300px}.point25__empty-icon{font-size:48px;margin-bottom:16px;opacity:.6}.point25__empty-text{font-size:16px;color:#666;margin-bottom:8px;font-weight:500}.point25__empty-tip{font-size:14px;color:#999;margin-bottom:16px}.point25__empty-retry-btn{background:linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.point25__empty-retry-btn:hover{background:linear-gradient(135deg, #E55A2B 0%, #E57A35 100%);transform:translateY(-1px)}.point25__item{background-color:#fff;border-radius:6px;padding:16px}.point25__item-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.point25__item-title{flex:1;font-size:14px;font-weight:bold;color:#222;line-height:1.4}.point25__audio-control{display:flex;align-items:center;gap:8px;flex-shrink:0}.point25__audio-time{font-size:12px;color:#89909c;cursor:pointer}.point25__play-btn{width:20px;height:20px;background:url("./img/play-btn.png") no-repeat center;background-size:100%}.point25__play-btn--more{width:10px;height:10px;background:url("./img/play-btn--more.png") no-repeat center;background-size:100%}.point25__item-content{display:flex;flex-direction:column;gap:12px}.point25__quote-block{background-color:#f8f9fa;padding:10px;border-radius:8px}.point25__quote-label{font-size:12px;color:#ff4757;font-weight:600;display:inline-block;width:40px;height:20px;text-align:center;background:url("./img/quote-prefix.png") no-repeat center;background-size:100%;margin-right:4px}.point25__quote-text{font-size:14px;color:#333;font-weight:500;margin-bottom:4px}.point25__quote-content{font-size:13px;color:#4d555d;line-height:1.5}.point25__quote-footer{display:flex;align-items:center;justify-content:flex-end;margin-top:8px}.point25__quote-actions{display:flex;align-items:center;gap:16px}.point25__edit-btn{width:16px;height:16px;background:url("./img/edit-btn.png") no-repeat center;background-size:100%}.point25__delete-btn{width:16px;height:16px;background:url("./img/delete-btn.png") no-repeat center;background-size:100%}.point25__note-block{display:flex;gap:12px;align-items:flex-start}.point25__note-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background-color:#e9ecef;border-radius:50%;background-size:18px 18px;background-position:center;background-repeat:no-repeat}.point25__note-icon--background-red{background-image:url("./img/marker-background--red.png")}.point25__note-icon--background-purple{background-image:url("./img/marker-background--purple.png")}.point25__note-icon--background-blue{background-image:url("./img/marker-background--blue.png")}.point25__note-icon--background-green{background-image:url("./img/marker-background--green.png")}.point25__note-icon--background-yellow{background-image:url("./img/marker-background--yellow.png")}.point25__note-icon--straight-red{background-image:url("./img/marker-straight--red.png")}.point25__note-icon--straight-purple{background-image:url("./img/marker-straight--purple.png")}.point25__note-icon--straight-blue{background-image:url("./img/marker-straight--blue.png")}.point25__note-icon--straight-green{background-image:url("./img/marker-straight--green.png")}.point25__note-icon--straight-yellow{background-image:url("./img/marker-straight--yellow.png")}.point25__note-icon--wave-red{background-image:url("./img/marker-wave--red.png")}.point25__note-icon--wave-purple{background-image:url("./img/marker-wave--purple.png")}.point25__note-icon--wave-blue{background-image:url("./img/marker-wave--blue.png")}.point25__note-icon--wave-green{background-image:url("./img/marker-wave--green.png")}.point25__note-icon--wave-yellow{background-image:url("./img/marker-wave--yellow.png")}.point25__text-icon{font-size:12px;font-weight:600;color:#6c757d}.point25__note-content{flex:1;display:flex;flex-direction:column;gap:12px}.point25__note-text{font-size:14px;color:#333;line-height:1.5}.point25__note-text--clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.point25__note-list{display:flex;flex-direction:column;gap:4px}.point25__list-item{font-size:13px;color:#666;line-height:1.4;padding-left:8px}.point25__note-footer{display:flex;align-items:center;justify-content:space-between}.point25__note-time{font-size:12px;color:#89909c}.point25__expand-btn{color:#e13b29;text-decoration:none;font-size:12px;cursor:pointer}.point25__expand-btn--hidden{display:none}.point25__note-actions{display:flex;gap:8px}.point25__edit-icon{width:12px;height:12px;border:1px solid #6c757d;border-radius:1px;position:relative}.point25__edit-icon::after{content:"";position:absolute;top:2px;left:2px;width:6px;height:6px;border-right:1px solid #6c757d;border-bottom:1px solid #6c757d;transform:rotate(45deg)}.point25__delete-icon{width:12px;height:12px;position:relative}.point25__delete-icon::before,.point25__delete-icon::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1px;background-color:#dc3545}.point25__delete-icon::before{transform:translate(-50%, -50%) rotate(45deg)}.point25__delete-icon::after{transform:translate(-50%, -50%) rotate(-45deg)}
