﻿.rightpad-ai-container{border:1px solid #e5e7eb;border-radius:.375rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);background:#fff;font-family:"Inter",system-ui,-apple-system,sans-serif;display:flex;flex-direction:column;overflow:visible}.rightpad-ai-toolbar{display:flex;align-items:stretch;justify-content:stretch;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0;flex-direction:column;gap:.5rem}.rightpad-ai-toolbar-line-1,.rightpad-ai-toolbar-line-2{display:flex;align-items:center;gap:.5rem}.rightpad-ai-toolbar-line-1{flex-wrap:wrap}.rightpad-ai-toolbar-line-2{flex-wrap:wrap}.rightpad-ai-direction-controls{display:flex;align-items:center;gap:.25rem;margin-right:.5rem;padding-right:.5rem;border-right:1px solid #e5e7eb}.rightpad-ai-spacer{flex:1 1 auto}.rightpad-ai-stats{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#6b7280}.rightpad-ai-stat{padding:.25rem .5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.25rem;font-weight:500}.rightpad-ai-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;white-space:nowrap}.rightpad-ai-btn:hover{transform:translateY(-1px)}.rightpad-ai-btn:active{transform:translateY(0)}.rightpad-ai-btn--primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.rightpad-ai-btn--primary:hover{background:#2563eb;color:#fff !important;border-color:#2563eb}.rightpad-ai-btn--primary:hover .rightpad-ai-btn-text{color:#fff !important}.rightpad-ai-btn--secondary{background:#fff;color:#111827;border-color:#e5e7eb}.rightpad-ai-btn--secondary:hover{background:#f3f4f6;color:#111827 !important;border-color:#6b7280}.rightpad-ai-btn--secondary:hover .rightpad-ai-btn-text{color:#111827 !important}.rightpad-ai-btn--danger{background:#ef4444;color:#fff;border-color:#ef4444}.rightpad-ai-btn--danger:hover{background:#dc2626;color:#fff !important;border-color:#dc2626}.rightpad-ai-btn--danger:hover .rightpad-ai-btn-text{color:#fff !important}.rightpad-ai-btn--small{padding:.25rem .5rem;font-size:.75rem}.rightpad-ai-icon{font-size:1rem;line-height:.7}.rightpad-ai-btn-text{font-size:.875rem}.rightpad-ai-main{display:flex;flex:1;position:relative;min-height:0}.rightpad-ai-sidebar{width:300px;background:#f9fafb;border-right:1px solid var(--rightpad-border);display:flex;flex-direction:column;flex-shrink:0}.rightpad-ai-sidebar-section{flex:1;display:flex;flex-direction:column;min-height:0}.rightpad-ai-sidebar-section:first-child{border-bottom:1px solid var(--rightpad-border)}.rightpad-ai-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f3f4f6;border-bottom:1px solid var(--rightpad-border);flex-shrink:0}.rightpad-ai-sidebar-header h3{margin:0;font-size:.875rem;font-weight:600;color:var(--rightpad-text)}.rightpad-ai-count{background:#3b82f6;color:#fff;padding:.125rem .5rem;border-radius:.75rem;font-size:.75rem;font-weight:500}.rightpad-ai-sidebar-content{flex:1;overflow-y:auto;padding:.5rem}.rightpad-ai-empty-state{padding:1rem;text-align:center;color:var(--rightpad-text-muted);font-size:.75rem;line-height:1.4}.rightpad-ai-list-item{padding:.75rem;margin-bottom:.25rem;background:var(--rightpad-background);border:1px solid var(--rightpad-border);border-radius:var(--rightpad-radius);cursor:pointer;transition:var(--rightpad-transition);position:relative}.rightpad-ai-list-item:hover{background:#f3f4f6;border-color:#3b82f6}.rightpad-ai-list-item.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.rightpad-ai-list-item.active .rightpad-ai-list-item-title{color:#fff}.rightpad-ai-list-item-title{font-weight:500;font-size:.875rem;margin-bottom:.25rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;position:relative}.rightpad-ai-list-item-title:hover{background:rgba(0,0,0,.05);border-radius:.25rem;padding:.125rem .25rem;margin:-0.125rem -0.25rem}.title-edit{width:100%;background:rgba(0,0,0,0);border:1px solid #3b82f6;border-radius:.25rem;padding:.125rem .25rem;font-size:.875rem;font-weight:500;color:inherit;outline:none}.title-edit:focus{background:#fff;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.rightpad-ai-list-item-preview{font-size:.75rem;color:var(--rightpad-text-muted);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rightpad-ai-list-item.active .rightpad-ai-list-item-preview{color:hsla(0,0%,100%,.8)}.rightpad-ai-list-item-meta{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;font-size:.625rem;color:var(--rightpad-text-muted)}.rightpad-ai-list-item.active .rightpad-ai-list-item-meta{color:hsla(0,0%,100%,.7)}.rightpad-ai-list-item-actions{display:flex;gap:.25rem;opacity:0;transition:var(--rightpad-transition)}.rightpad-ai-list-item:hover .rightpad-ai-list-item-actions{opacity:1}.rightpad-ai-list-item-actions button{padding:.125rem .25rem;background:none;border:none;cursor:pointer;color:var(--rightpad-text-muted);font-size:.75rem;border-radius:.25rem;transition:var(--rightpad-transition)}.rightpad-ai-list-item-actions button:hover{background:var(--rightpad-border);color:var(--rightpad-text)}.rightpad-ai-list-item.active .rightpad-ai-list-item-actions button{color:hsla(0,0%,100%,.8)}.rightpad-ai-list-item.active .rightpad-ai-list-item-actions button:hover{background:hsla(0,0%,100%,.2);color:#fff}.rightpad-ai-editor-area{flex:1;display:flex;flex-direction:column;min-height:0}.rightpad-ai-editor-container{flex:1;position:relative;min-height:200px;display:flex;flex-direction:column;overflow:visible}.rightpad-ai-editor-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f9fafb;border-bottom:1px solid var(--rightpad-border);flex-shrink:0}.rightpad-ai-editor-title{font-weight:600;font-size:.875rem;color:#111827;cursor:pointer;position:relative;padding:.25rem .5rem;border-radius:.25rem;transition:all .2s ease-in-out}.rightpad-ai-editor-title:hover{background:rgba(0,0,0,.05)}.rightpad-ai-editor-title .title-edit{width:100%;background:rgba(0,0,0,0);border:1px solid #3b82f6;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:600;color:inherit;outline:none}.rightpad-ai-editor-title .title-edit:focus{background:#fff;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.rightpad-ai-editor-actions{display:flex;gap:.5rem}.rightpad-ai-notification{position:fixed;top:20px;right:20px;background:var(--rightpad-background);border:1px solid var(--rightpad-border);border-radius:var(--rightpad-radius);padding:.75rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:10000;display:flex;align-items:center;gap:.5rem;min-width:200px;max-width:400px}.rightpad-ai-notification--success{border-color:#10b981;background:#ecfdf5;color:#065f46}.rightpad-ai-notification--error{border-color:#ef4444;background:#fef2f2;color:#991b1b}.rightpad-ai-notification--info{border-color:#3b82f6;background:#eff6ff;color:#1e40af}.rightpad-ai-notification-message{flex:1;font-size:.875rem;line-height:1.4}.rightpad-ai-notification-close{background:none;border:none;cursor:pointer;font-size:1.25rem;line-height:1;color:var(--rightpad-text-muted);padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:var(--rightpad-transition)}.rightpad-ai-notification-close:hover{background:var(--rightpad-border);color:var(--rightpad-text)}.rightpad-ai-editor{width:100%;height:100%;padding:1rem;border:none;outline:none;font-size:14px;line-height:1.6;color:#111827;background:rgba(0,0,0,0);resize:none;overflow-y:auto;font-family:inherit}.rightpad-ai-editor:empty:before{content:attr(data-placeholder);color:#6b7280;pointer-events:none}.rightpad-ai-editor:focus{outline:none}.rightpad-ai-editor img{max-width:100%;height:auto;display:block;margin:10px 0;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:transform .2s ease}.rightpad-ai-editor img:hover{transform:scale(1.02)}.rightpad-ai-editor strong,.rightpad-ai-editor b{font-weight:600}.rightpad-ai-editor em,.rightpad-ai-editor i{font-style:italic}.rightpad-ai-editor u{text-decoration:underline}.rightpad-ai-editor img{max-width:100%;height:auto;border-radius:.25rem;margin:.5rem 0}.rightpad-ai-editor p{margin:0 0 .5rem 0}.rightpad-ai-editor p[dir=ltr],.rightpad-ai-editor div[dir=ltr]{direction:ltr;text-align:left}.rightpad-ai-editor p[dir=rtl],.rightpad-ai-editor div[dir=rtl]{direction:rtl;text-align:right}.rightpad-ai-editor p[dir=auto],.rightpad-ai-editor div[dir=auto]{direction:auto;text-align:start}.rightpad-ai-editor p[dir=ltr]:before,.rightpad-ai-editor div[dir=ltr]:before{content:"← ";color:#6b7280;font-size:.75em;opacity:.5}.rightpad-ai-editor p[dir=rtl]:before,.rightpad-ai-editor div[dir=rtl]:before{content:"→ ";color:#6b7280;font-size:.75em;opacity:.5}.rightpad-ai-editor p:focus:before,.rightpad-ai-editor div:focus:before,.rightpad-ai-editor p[contenteditable=true]:before,.rightpad-ai-editor div[contenteditable=true]:before{display:none}.rightpad-ai-editor ul,.rightpad-ai-editor ol{margin:.5rem 0;padding-left:1.5rem}.rightpad-ai-editor li{margin:.25rem 0}.rightpad-ai-editor h1,.rightpad-ai-editor h2,.rightpad-ai-editor h3,.rightpad-ai-editor h4,.rightpad-ai-editor h5,.rightpad-ai-editor h6{margin:1rem 0 .5rem 0;font-weight:600}.rightpad-ai-editor h1{font-size:1.5rem}.rightpad-ai-editor h2{font-size:1.25rem}.rightpad-ai-editor h3{font-size:1.125rem}.rightpad-ai-editor h4{font-size:1rem}.rightpad-ai-editor h5{font-size:.875rem}.rightpad-ai-editor h6{font-size:.75rem}.rightpad-ai-chat-panel{position:absolute;top:0;right:0;width:320px;height:100%;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-2px 0 8px rgba(0,0,0,.1);display:flex;flex-direction:column;z-index:100}.rightpad-ai-chat-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.rightpad-ai-chat-header h3{margin:0;font-size:1rem;font-weight:600;color:#111827}.rightpad-ai-chat-close{padding:.25rem;background:none;border:none;cursor:pointer;color:#6b7280;border-radius:.25rem;transition:all .2s ease-in-out}.rightpad-ai-chat-close:hover{background:#e5e7eb;color:#111827}.rightpad-ai-chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.rightpad-ai-chat-welcome{font-size:.875rem;color:#6b7280;line-height:1.5}.rightpad-ai-chat-welcome ul{margin:.5rem 0;padding-left:1.5rem}.rightpad-ai-chat-welcome li{margin:.25rem 0}.rightpad-ai-message{display:flex}.rightpad-ai-message--user{justify-content:flex-end}.rightpad-ai-message--assistant{justify-content:flex-start}.rightpad-ai-message--function{justify-content:flex-start}.rightpad-ai-message-content{max-width:80%;padding:.75rem;border-radius:.375rem}.rightpad-ai-message--user .rightpad-ai-message-content{background:#3b82f6;color:#fff}.rightpad-ai-message--assistant .rightpad-ai-message-content{background:#f3f4f6;color:#111827}.rightpad-ai-message--function .rightpad-ai-message-content{background:#fef3c7;color:#92400e}.rightpad-ai-message-text p{margin:0;font-size:.875rem;line-height:1.5}.rightpad-ai-message-text pre{font-size:.75rem;background:rgba(0,0,0,.05);padding:.5rem;border-radius:.25rem;overflow-x:auto;margin:.5rem 0 0 0}.rightpad-ai-typing{display:flex;gap:.25rem;align-items:center}.rightpad-ai-typing span{width:.5rem;height:.5rem;background:#6b7280;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.rightpad-ai-typing span:nth-child(2){animation-delay:.2s}.rightpad-ai-typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-0.5rem);opacity:1}}.rightpad-ai-chat-actions{padding:.75rem;border-top:1px solid #e5e7eb;background:#f8fafc}.rightpad-ai-chat-actions .rightpad-ai-action-buttons{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.rightpad-ai-chat-actions .rightpad-ai-action-buttons:last-child{margin-bottom:0}.rightpad-ai-chat-actions .rightpad-ai-action-btn{display:flex;align-items:center;gap:.25rem;padding:.25rem .375rem;background:#f8fafc;color:#111827;border:1px solid #3b82f6;border-radius:.375rem;cursor:pointer;font-size:.75rem;transition:all .2s ease-in-out}.rightpad-ai-chat-actions .rightpad-ai-action-btn:hover{background:#e2e8f0;border-color:rgb(11.1512195122,99.1219512195,242.8487804878);color:#111827 !important}.rightpad-ai-chat-actions .rightpad-ai-action-btn .rightpad-ai-icon{font-size:.75rem;line-height:.7}.rightpad-ai-chat-input{display:flex;padding:1rem;border-top:1px solid #e5e7eb;background:#f9fafb;gap:.5rem}.rightpad-ai-chat-input input{flex:1;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;outline:none;transition:all .2s ease-in-out}.rightpad-ai-chat-input input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.rightpad-ai-chat-input button{padding:.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease-in-out}.rightpad-ai-chat-input button:hover{background:#2563eb}.rightpad-ai-chat-input button:disabled{opacity:.5;cursor:not-allowed}.rightpad-ai-status-bar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-top:1px solid #e5e7eb;background:#f9fafb;font-size:.75rem;color:#6b7280;flex-shrink:0}.rightpad-ai-status-left,.rightpad-ai-status-center,.rightpad-ai-status-right{display:flex;align-items:center;gap:1rem}.rightpad-ai-status-item{display:flex;align-items:center;gap:.25rem}.rightpad-ai-status-label{font-weight:500}.rightpad-ai-status-value{font-weight:600;color:#111827}.rightpad-ai-notification{position:absolute;top:1rem;right:1rem;padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;z-index:1000;animation:slideIn .3s ease-out}.rightpad-ai-notification--success{background:#10b981;color:#fff}.rightpad-ai-notification--error{background:#ef4444;color:#fff}.rightpad-ai-notification--info{background:#3b82f6;color:#fff}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}[dir=rtl] .rightpad-ai-chat-panel{right:auto;left:0;border-left:none;border-right:1px solid #e5e7eb;box-shadow:2px 0 8px rgba(0,0,0,.1)}[dir=rtl] .rightpad-ai-message--user{justify-content:flex-start}[dir=rtl] .rightpad-ai-message--assistant{justify-content:flex-end}[dir=rtl] .rightpad-ai-notification{right:auto;left:1rem}@media(max-width: 1024px){.rightpad-ai-sidebar{width:250px}.rightpad-ai-chat-panel{width:280px}}@media(max-width: 768px){.rightpad-ai-container{height:100vh;border-radius:0;border:none}.rightpad-ai-main{flex-direction:column}.rightpad-ai-sidebar{width:100%;height:200px;border-right:none;border-bottom:1px solid #e5e7eb;flex-direction:row;overflow-x:auto;overflow-y:hidden}.rightpad-ai-sidebar-section{min-width:50%;flex:1;border-bottom:none;border-right:1px solid #e5e7eb}.rightpad-ai-sidebar-section:last-child{border-right:none}.rightpad-ai-sidebar-header{padding:.5rem .75rem}.rightpad-ai-sidebar-header h3{font-size:.75rem}.rightpad-ai-sidebar-content{padding:.25rem}.rightpad-ai-list-item{padding:.5rem;margin-bottom:.125rem}.rightpad-ai-list-item-title{font-size:.75rem}.rightpad-ai-list-item-preview{font-size:.625rem}.rightpad-ai-list-item-meta{font-size:.5rem}.rightpad-ai-editor-area{flex:1;min-height:0}.rightpad-ai-editor-header{padding:.5rem .75rem}.rightpad-ai-editor-title{font-size:.75rem}.rightpad-ai-editor-actions{gap:.25rem}.rightpad-ai-editor{padding:.75rem;font-size:13px}.rightpad-ai-toolbar{gap:.5rem;padding:.5rem}.rightpad-ai-toolbar-center{width:100%;display:grid;grid-template-columns:repeat(auto-fit, minmax(44px, 1fr));gap:.5rem;justify-items:center}.rightpad-ai-stats{gap:.5rem;font-size:.75rem}.rightpad-ai-stat{padding:.125rem .375rem;font-size:.625rem}.rightpad-ai-status-bar{flex-direction:column;gap:.5rem;padding:.5rem;font-size:.625rem}.rightpad-ai-btn-text{display:none}.rightpad-ai-btn{padding:.5rem;font-size:.75rem;justify-content:center}.rightpad-ai-btn--small{padding:.25rem .375rem;font-size:.625rem}.rightpad-ai-chat-panel{width:100%;position:fixed;top:60px;left:0;right:0;bottom:50%;height:auto;z-index:1000}.rightpad-ai-chat-header{padding:.75rem}.rightpad-ai-chat-header h3{font-size:.875rem}.rightpad-ai-chat-messages{padding:.75rem}.rightpad-ai-message-content{max-width:90%;padding:.5rem;font-size:.75rem}.rightpad-ai-chat-input{padding:.75rem}.rightpad-ai-chat-input input{font-size:.75rem;padding:.375rem .5rem}.rightpad-ai-chat-input button{padding:.375rem}.rightpad-ai-notification{top:10px;right:10px;left:10px;min-width:auto;max-width:none;padding:.5rem .75rem;font-size:.75rem}}@media(max-width: 480px){.rightpad-ai-sidebar{height:180px}.rightpad-ai-sidebar-header{padding:.375rem .5rem}.rightpad-ai-sidebar-header h3{font-size:.625rem}.rightpad-ai-sidebar-content{padding:.125rem}.rightpad-ai-list-item{padding:.375rem}.rightpad-ai-list-item-title{font-size:.625rem}.rightpad-ai-list-item-preview{font-size:.5rem}.rightpad-ai-list-item-meta{font-size:.5rem}.rightpad-ai-editor-header{padding:.375rem .5rem}.rightpad-ai-editor-title{font-size:.625rem}.rightpad-ai-editor{padding:.5rem;font-size:12px}.rightpad-ai-toolbar{padding:.375rem}.rightpad-ai-stats{font-size:.625rem}.rightpad-ai-stat{padding:.125rem .25rem;font-size:.5rem}.rightpad-ai-btn{padding:.375rem;font-size:.625rem}.rightpad-ai-btn--small{padding:.125rem .25rem;font-size:.5rem}.rightpad-ai-chat-header{padding:.5rem}.rightpad-ai-chat-header h3{font-size:.75rem}.rightpad-ai-chat-messages{padding:.5rem}.rightpad-ai-message-content{padding:.375rem;font-size:.625rem}.rightpad-ai-chat-input{padding:.5rem}.rightpad-ai-chat-input input{font-size:.625rem;padding:.25rem .375rem}.rightpad-ai-chat-input button{padding:.25rem}.rightpad-ai-notification{padding:.375rem .5rem;font-size:.625rem}}@media(prefers-color-scheme: dark){.rightpad-ai-container{background:#1f2937;border-color:#374151;color:#f9fafb}.rightpad-ai-toolbar,.rightpad-ai-chat-header,.rightpad-ai-chat-input,.rightpad-ai-status-bar{background:#111827;border-color:#374151}.rightpad-ai-editor{color:#f9fafb;background:rgba(0,0,0,0)}.rightpad-ai-editor:empty:before{color:#9ca3af}.rightpad-ai-chat-panel{background:#1f2937;border-color:#374151}.rightpad-ai-message--assistant .rightpad-ai-message-content{background:#374151;color:#f9fafb}.rightpad-ai-stat{background:#1f2937;border-color:#374151;color:#d1d5db}.rightpad-ai-status-bar{color:#d1d5db}.rightpad-ai-status-value{color:#f9fafb}.rightpad-ai-btn--secondary{background:#1f2937;color:#f9fafb;border-color:#374151}.rightpad-ai-btn--secondary:hover{background:#374151;border-color:#6b7280}.rightpad-ai-chat-input input{background:#1f2937;border-color:#374151;color:#f9fafb}.rightpad-ai-chat-input input:focus{border-color:#3b82f6}.rightpad-ai-chat-actions{background:#1f2937;border-color:#374151}.rightpad-ai-chat-actions .rightpad-ai-action-btn{background:#374151;color:#f9fafb;border-color:#3b82f6}.rightpad-ai-chat-actions .rightpad-ai-action-btn:hover{background:#4b5563;border-color:rgb(107.7609756098,161.0975609756,248.2390243902);color:#f9fafb !important}}.rightpad-ai-image{transition:all .2s ease}.rightpad-ai-image:hover{opacity:.8;transform:scale(1.02)}.rightpad-ai-image.rightpad-ai-image-selected{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}.rightpad-ai-image-menu{position:absolute;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;min-width:200px}.rightpad-ai-image-menu .rightpad-ai-image-menu-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#6b7280;border-bottom:1px solid #e5e7eb;border-radius:.375rem .375rem 0 0}.rightpad-ai-image-menu .rightpad-ai-image-menu-header .rightpad-ai-image-menu-title{font-weight:600;font-size:.875rem;color:#111827;user-select:none;pointer-events:none;cursor:default}.rightpad-ai-image-menu .rightpad-ai-image-menu-header .rightpad-ai-image-menu-close{background:none;border:none;font-size:1.25rem;color:#111827;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;user-select:none;pointer-events:auto}.rightpad-ai-image-menu .rightpad-ai-image-menu-header .rightpad-ai-image-menu-close:hover{color:#ef4444}.rightpad-ai-image-menu .rightpad-ai-image-menu-options{padding:.5rem 0}.rightpad-ai-image-menu .rightpad-ai-image-menu-options .rightpad-ai-image-size-btn{display:block;width:100%;padding:.5rem .75rem;background:none;border:none;text-align:left;font-size:.875rem;color:#111827;cursor:pointer;transition:background-color .2s ease;user-select:none;pointer-events:auto}.rightpad-ai-image-menu .rightpad-ai-image-menu-options .rightpad-ai-image-size-btn:hover{background:#6b7280}.rightpad-ai-image-menu .rightpad-ai-image-menu-options .rightpad-ai-image-size-btn:active{background:hsl(220,8.9361702128%,41.0784313725%)}.rightpad-ai-dark .rightpad-ai-image-menu{background:#1f2937;border-color:#374151}.rightpad-ai-dark .rightpad-ai-image-menu .rightpad-ai-image-menu-header{background:#374151;border-color:#4b5563}.rightpad-ai-dark .rightpad-ai-image-menu .rightpad-ai-image-menu-header span{color:#f9fafb}.rightpad-ai-dark .rightpad-ai-image-menu .rightpad-ai-image-menu-header .rightpad-ai-image-menu-close{color:#f9fafb;user-select:none;pointer-events:auto}.rightpad-ai-dark .rightpad-ai-image-menu .rightpad-ai-image-menu-header .rightpad-ai-image-menu-close:hover{color:#ef4444}.rightpad-ai-dark .rightpad-ai-image-menu .rightpad-ai-image-menu-options .rightpad-ai-image-size-btn{color:#f9fafb;user-select:none;pointer-events:auto}.rightpad-ai-dark .rightpad-ai-image-menu .rightpad-ai-image-menu-options .rightpad-ai-image-size-btn:hover{background:#4b5563}.rightpad-ai-dark .rightpad-ai-image-menu .rightpad-ai-image-menu-options .rightpad-ai-image-size-btn:active{background:#6b7280}/*# sourceMappingURL=rightpad-ai.css.map */
