.p-richtext-input{position:relative;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px;transition:all .2s ease}.p-richtext-input:hover{border-color:#d1d5db;box-shadow:0 1px 3px rgba(0,0,0,.05)}.p-richtext-input__preview{display:flex;flex-direction:column;width:100%;min-height:100px;max-height:180px;border:1px solid #e2e5ea;border-radius:6px;overflow:hidden;margin-bottom:12px;position:relative;background:repeating-linear-gradient(transparent,transparent 23px,#f0f0f4 0,#f0f0f4 24px),linear-gradient(180deg,#fefefe,#f8f9fc);box-shadow:inset 0 1px 3px rgba(0,0,0,.04)}.p-richtext-input__preview:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#a78bfa,#7c3aed);border-radius:6px 0 0 6px;z-index:1}.p-richtext-input__badge{position:absolute;top:6px;right:6px;z-index:2;display:inline-block;padding:2px 8px;background:#ede9fe;color:#6d28d9;font-size:10px;font-weight:600;border-radius:9999px;border:1px solid #ddd6fe}.p-richtext-input__preview-content{width:100%;padding:10px 12px 10px 14px;overflow:auto;max-height:180px;color:#374151;font-size:12px;line-height:1.7;position:relative;z-index:1;white-space:pre-wrap;word-break:break-word;font-family:Georgia,Times New Roman,ui-serif,serif}.p-richtext-input__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;color:#9ca3af;min-height:100px}.p-richtext-input__controls{display:flex;flex-direction:column;gap:8px}.p-richtext-input__browse-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;font-size:13px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px rgba(124,58,237,.2)}.p-richtext-input__browse-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 2px 4px rgba(124,58,237,.3)}.p-richtext-input__browse-btn:active{transform:translateY(1px)}.p-richtext-input__clear-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px 12px;background:transparent;color:#6b7280;font-size:12px;font-weight:500;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s ease}.p-richtext-input__clear-btn:hover{color:#ef4444;border-color:#fca5a5;background:rgba(239,68,68,.05)}.p-richtext-input__clear-btn:active{transform:translateY(1px)}@media(width <= 640px){.p-richtext-input{padding:10px}.p-richtext-input__preview{min-height:80px}}@media(prefers-color-scheme:dark){.p-richtext-input{background:#1f2937;border-color:#374151}.p-richtext-input__preview{background:repeating-linear-gradient(transparent,transparent 23px,hsla(0,0%,100%,.04) 0,hsla(0,0%,100%,.04) 24px),linear-gradient(180deg,#1e2333,#181c28);border-color:#374151;box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.p-richtext-input__preview:before{background:linear-gradient(180deg,#a78bfa,#8b5cf6)}.p-richtext-input__badge{background:rgba(139,92,246,.2);color:#c4b5fd;border-color:rgba(139,92,246,.25)}.p-richtext-input__preview-content{color:#e2e8f0}.p-richtext-input__empty-state{color:#6b7280}.p-richtext-input__clear-btn{border-color:#4b5563;color:#9ca3af}.p-richtext-input__clear-btn:hover{color:#f87171;border-color:#f87171;background:hsla(0,91%,71%,.1)}}.p-richtext-editor{min-height:350px;max-height:65vh;overflow:auto;border:1px solid #e5e7eb;border-radius:8px}.p-richtext-editor .md-editor{min-height:350px}.p-richtext-modal__footer-buttons{display:flex;justify-content:flex-end;gap:8px}@media(width <= 640px){.p-richtext-editor{min-height:250px;max-height:50vh}.p-richtext-editor .md-editor{min-height:250px}}