.logo-img{height:clamp(11rem,6vw,4.25rem);width:auto;flex-shrink:0}.left-menu{position:fixed;top:env(safe-area-inset-top);left:0;width:clamp(14rem,18vw,18rem);height:calc(100vh - env(safe-area-inset-top));display:flex;flex-direction:column;background:#ffffffa6;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border-radius:22px;margin:14px;box-shadow:0 20px 50px #0f172a26,inset 0 1px #fff9;border:1px solid rgba(255,255,255,.4);z-index:200}.genre-list{flex:1;overflow-y:auto}.genre-list button{border-radius:10px;transition:background .15s ease}.genre-list button:hover{background:var(--brand-blue-soft)}.genre-list button.active{background:var(--brand-blue);color:#fff}.user-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover}.user-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.user-name{font-size:14px;font-weight:600;color:#111827;line-height:1.2;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-box,.leftmenu-user{background:linear-gradient(180deg,#fff,#fafafa)}.logout-btn{color:var(--brand-copper)}.leftmenu-user{margin-top:auto;padding:14px 16px 18px;display:flex;align-items:center;justify-content:space-between;background:transparent;border-top:none}.leftmenu-user .username{font-size:14px;font-weight:600;color:#1f2937;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leftmenu-user .logout-btn{background:none;border:none;padding:0;font-size:13px;font-weight:500;color:var(--brand-copper);cursor:pointer;opacity:.85;transition:opacity .15s ease,transform .15s ease}.leftmenu-user .logout-btn:hover{opacity:1;transform:translateY(-.5px);text-decoration:underline}.username{font-size:14px;font-weight:600;color:#111827;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.left-menu{display:flex;flex-direction:column;height:100vh;background:var(--panel-bg);border-right:1px solid var(--border-soft);padding:22px}.left-menu .logo{margin-bottom:18px;font-size:18px;font-weight:700;padding-right:1rem!important}.left-menu .genre-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.left-menu .genre-btn{background:transparent;border:none;text-align:left;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:500;color:var(--text-main);cursor:pointer}.left-menu .genre-btn:hover{background:#f3f4f6}.left-menu .genre-btn.selected{background:linear-gradient(135deg,#539ccfe6,#dc8465d9);color:#fff;font-weight:600}.left-menu .user-box{margin-top:auto;padding-top:12px;border-top:1px solid var(--border-soft);display:flex;align-items:center;justify-content:space-between}.left-menu .user-name{font-size:14px;font-weight:600;color:var(--text-main);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.left-menu .logout-btn{background:transparent;border:none;color:#dc2626;font-size:13px;cursor:pointer}.left-menu .logout-btn:hover{text-decoration:underline}@media(max-width:900px){.left-menu{padding:12px}}.home-root{position:relative;min-height:100svh;width:100vw;overflow-x:hidden;background:radial-gradient(1200px 800px at 6% 4%,rgba(83,148,207,.42),rgba(83,148,207,.22) 45%,rgba(83,148,207,.08) 65%,transparent 80%),radial-gradient(1200px 900px at 50% 45%,rgba(180,200,215,.22),rgba(180,200,215,.14) 45%,rgba(180,200,215,.06) 65%,transparent 80%),radial-gradient(1400px 900px at 92% 94%,rgba(220,132,101,.55),rgba(220,132,101,.32) 42%,rgba(220,132,101,.14) 68%,transparent 82%),linear-gradient(180deg,#eef3f9,#edf1f6 45%,#eef0f3)}.main-area{margin-left:clamp(14rem,18vw,18rem);padding:clamp(1rem,3vw,2.25rem);min-height:100vh}.row-section{border-radius:1.25rem;padding:1.25rem 1.25rem 1.5rem;background-clip:padding-box;position:relative;background:linear-gradient(180deg,#ffffffb8,#f5f7fb9e);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-radius:26px;overflow:hidden;box-shadow:0 26px 60px #0f172a29,inset 0 1px #fff9}.row-section:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#5394cf38,#ffffff1f 40%,#dc846538);opacity:.45}.row-title{position:relative;padding-left:.75rem;font-weight:600!important}.row-title:before{content:"";position:absolute;left:0;top:.35em;width:3px;height:1.1em;border-radius:2px;background:var(--brand-blue)}.row-scroll{display:flex;gap:clamp(.75rem,2vw,1.25rem);overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.row-scroll::-webkit-scrollbar{display:none}.podcast-card{flex:0 0 auto;width:clamp(18rem,28vw,22rem);display:flex;flex-direction:column;align-items:flex-start;gap:0}.podcast-card iframe{display:block;width:100%;height:152px;max-height:152px;border:none;border-radius:.75rem;flex-shrink:0}.doc-card{flex:0 0 auto;width:clamp(14.5rem,24vw,18rem);background:var(--panel-bg);border-radius:1rem;padding:clamp(.7rem,1.8vw,1rem);display:flex;flex-direction:column;justify-content:flex-start;gap:.5rem;box-shadow:0 .5rem 1.25rem #00000012;cursor:pointer}.doc-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-float)}.doc-title{font-size:.9rem;font-weight:600;line-height:1.3;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.doc-author{font-size:.85rem;color:var(--text-muted);min-height:1.2em;margin-bottom:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-preview{font-size:.85rem;line-height:1.45;color:#374151;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.row-empty{font-size:.85rem;color:var(--text-muted);padding:.25rem 0}.modal-backdrop{position:fixed;inset:0;background:linear-gradient(135deg,#5394cf2e,#dc846529);backdrop-filter:blur(14px) saturate(120%);-webkit-backdrop-filter:blur(14px) saturate(120%);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-panel{width:min(90vw,48rem);max-height:85vh;border-radius:1rem;padding:clamp(1rem,3vw,1.5rem);background:linear-gradient(135deg,#5394cf26,#dc846526),#ffffffb3;backdrop-filter:blur(22px) saturate(300%);-webkit-backdrop-filter:blur(22px) saturate(160%);border-radius:22px;border:1px solid rgba(255,255,255,.55);box-shadow:0 40px 90px #0f172a59,inset 0 1px #fff9;display:flex;flex-direction:column;position:relative}.modal-title{font-size:1.15rem;font-weight:600;color:#0f172a}.modal-author{margin-top:.25rem;font-size:.85rem;color:#475569}.modal-body{flex:1;overflow-y:auto;padding-right:.25rem;position:relative}.modal-body pre{white-space:pre-wrap;word-break:break-word;font-family:system-ui,-apple-system,BlinkMacSystemFont;font-size:.9rem;line-height:1.6}.modal-body:after{content:"";position:sticky;bottom:0;left:0;right:0;height:48px;pointer-events:none;background:linear-gradient(to bottom,#fff0,#ffffffd9)}.modal-body{scrollbar-width:thin;scrollbar-color:#94a3b8 transparent}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background-color:#64748b73;border-radius:6px}.modal-body::-webkit-scrollbar-thumb:hover{background-color:#64748bb3}.mobile-top{padding-top:1rem;position:sticky;top:env(safe-area-inset-top);left:0;right:0;display:flex;justify-content:center;z-index:300}.mobile-logo{height:rem;width:auto}.mobile-user{font-size:.85rem;font-weight:500;color:var(--text-muted)}.genre-chips-wrapper{position:relative;margin-bottom:16px;z-index:1}.genre-chips{display:flex;gap:.6rem;overflow-x:auto;padding:.75rem 1rem;border-bottom:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:transparent;position:relative;z-index:30;margin-bottom:-.75rem}.genre-chips::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;min-width:5.5rem;max-width:8.5rem;padding:.55rem .9rem;border-radius:999px;background:#ffffffa6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);box-shadow:0 4px 12px #00000014,inset 0 1px #fff9;font-size:.8rem;font-weight:500;color:#334155;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.chip:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0000001f,inset 0 1px #ffffffa6}.chip.active{background:linear-gradient(135deg,#539ccfe6,#dc8465d9);color:#fff;border-color:transparent;box-shadow:0 10px 24px #0000002e,inset 0 1px #ffffff59}.mobile-only{display:none}.desktop-only{display:block}.loader{padding:24px;text-align:center;color:#6b7280;font-size:14px}.podcast-meta{height:56px;padding:6px 8px;display:flex;align-items:center}.podcast-title{font-size:.85rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.spotify-frame{display:block;width:100%;height:152px;max-height:152px;border:none;border-radius:.75rem;flex-shrink:0}.modal-close,.modal-close button[aria-label=Close]{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:999px;border:none;background:#ffffffbf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 6px 14px #0000002e,inset 0 1px #fff9;cursor:pointer;font-size:16px;line-height:1;padding:0}.modal-close svg,.modal-close span{transform:translateY(-.5px)}.modal-panel .close-btn:hover{background:#ffffffe6}.modal-logo{display:block;margin:0 auto 1rem;height:clamp(15em,5vw,4.2rem);width:auto;opacity:.95;filter:drop-shadow(0 .35rem .9rem rgba(0,0,0,.18))}.modal-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.modal-logo-inline{height:1.8rem;width:auto;opacity:.6;flex-shrink:0}.modal-meta{display:flex;flex-direction:column}.modal-title{font-size:1.2rem;font-weight:600;line-height:1.35;margin:0}.modal-author{margin-top:.25rem;font-size:.85rem;color:#64748b}.tiptap-content{font-size:.95rem;line-height:1.7;color:#111827}.tiptap-content p{margin-bottom:1em}.tiptap-content h1{font-size:1.6rem;margin:1.2em 0 .6em}.tiptap-content h2{font-size:1.35rem;margin:1.1em 0 .5em}.tiptap-content h3{font-size:1.15rem;margin:1em 0 .4em}.tiptap-content ul,.tiptap-content ol{padding-left:1.2rem;margin-bottom:1em}.tiptap-content li{margin-bottom:.35em}.tiptap-content strong{font-weight:600}.tiptap-content em{font-style:italic}.tiptap-content u{text-decoration:underline}.tiptap-content mark{background:#fde68a;padding:0 .15em;border-radius:3px}@media(max-width:640px){.home-root{display:block;height:auto;overflow:visible}.main-area{margin-left:0;padding:.4rem .75rem}.row-section{margin-bottom:1.25rem;background:linear-gradient(180deg,#ffffffb8,#f5f7fb9e);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-radius:26px;overflow:hidden;box-shadow:0 26px 60px #0f172a29,inset 0 1px #fff9}.desktop-only{display:none}.mobile-only{display:block}.doc-card{aspect-ratio:3 / 4;flex-shrink:0}.modal-panel{width:94vw;max-width:94vw;padding:1rem;border-radius:.875rem}.doc-card{aspect-ratio:auto;padding:.6rem .65rem;gap:.35rem;min-height:unset}.doc-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.doc-author{font-size:.75rem}.doc-preview{font-size:.8rem;line-height:1.35;-webkit-line-clamp:2}}.mobile-header{position:sticky;top:.75rem;z-index:120;height:5rem;margin:0 .75rem;padding:.9rem 1rem;z-index:300!important;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#5394cf38,#dc84652e);border-bottom:1px solid rgba(0,0,0,.06);backdrop-filter:blur(1rem) saturate(140%);-webkit-backdrop-filter:blur(1rem) saturate(140%);border-radius:1.1rem;border:.0625rem solid rgba(255,255,255,.4);box-shadow:0 .75rem 2rem #0f172a24,inset 0 .0625rem #ffffff73}.mobile-logo{display:flex;align-items:center;margin-top:.5rem;flex:1}.mobile-logo img{height:6.5rem;max-height:6rem;width:auto;display:block;filter:drop-shadow(0 .15rem .4rem rgba(0,0,0,.12))}.mobile-user{position:relative;display:flex;align-items:center;max-width:50%;min-width:9rem;flex-shrink:0}.mobile-user-btn{background:transparent;border:none;cursor:pointer;padding:.45rem .65rem;font-size:.85rem;font-weight:500;color:#1f2937;border-radius:.65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.mobile-user-btn:hover{background:#ffffff59}.mobile-user-btn:focus{outline:none}.mobile-user-menu{position:absolute;right:0;top:calc(100% + .4rem);min-width:9rem;background:linear-gradient(180deg,#fffffff5,#ffffffe6);backdrop-filter:blur(.9rem);-webkit-backdrop-filter:blur(.9rem);border-radius:.8rem;border:.0625rem solid rgba(255,255,255,.6);box-shadow:0 .75rem 2rem #0000002e;overflow:hidden}.mobile-user-menu button{width:100%;padding:.65rem .9rem;background:transparent;border:none;font-size:.85rem;color:#111827;text-align:left;cursor:pointer;transition:background .15s ease}.mobile-user-menu button:hover{background:#0000000d}:root{--bg-page: #f5f6fa;--bg-card: #ffffff;--bg-soft: #f9fafb;--text-main: #111827;--text-muted: #6b7280;--border-light: #e5e7eb;--border-soft: #eef0f3;--accent: #2563eb;--accent-soft: #e0e7ff;--danger: #dc2626;--success: #059669;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;min-height:100vh}*{box-sizing:border-box}html,body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-main);height:100%!important;background:linear-gradient(180deg,#eef3f9,#edf1f6 45%,#eef0f3)}.admin{max-width:1200px;margin:0 auto;padding:32px 28px 80px;min-height:100vh!important;background:linear-gradient(180deg,#eef3f9,#edf1f6 45%,#eef0f3)}h2{font-size:28px;font-weight:700;margin-bottom:24px}section{background:var(--bg-card);border-radius:var(--radius-lg);padding:20px 20px 24px;margin-bottom:28px;border:1px solid var(--border-soft)}.section-header{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:18px;font-weight:600;margin-bottom:14px}.section-header span{font-size:16px;transition:transform .2s ease}.section-header.open span{transform:rotate(90deg)}button{background:var(--accent);color:#fff;border:none;padding:8px 14px;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;font-weight:500;transition:background .15s ease,transform .05s ease}button:hover{background:#1d4ed8}button:active{transform:translateY(1px)}button:disabled{background:#c7c9d1;cursor:not-allowed}button.secondary{background:var(--bg-soft);color:var(--text-main);border:1px solid var(--border-light)}button.secondary:hover{background:#eef2ff}button.danger{background:var(--danger)}button.danger:hover{background:#b91c1c}table{width:100%;border-collapse:collapse;margin-top:14px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-light)}thead{background:var(--bg-soft)}th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);padding:12px;border-bottom:1px solid var(--border-light)}td{padding:14px 12px;border-bottom:1px solid var(--border-soft);font-size:14px}tbody tr:hover{background:#f9fafb}tbody tr:last-child td{border-bottom:none}.empty{text-align:center;color:var(--text-muted);padding:28px}input,textarea,select{padding:11px 12px;border-radius:var(--radius-md);border:1px solid var(--border-light);font-size:14px;margin-bottom:14px;outline:none;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.form-field input,.form-field textarea,.form-field select{width:100%}.admin-user-logout select,.admin-user-logout button,.section-controls select,.section-controls button{width:auto;min-width:140px}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1f}textarea{min-height:110px;resize:vertical}.section-body{max-height:55vh;overflow-y:auto;margin-top:12px;padding-right:4px}.admin-dash-logo{height:100px}.modal-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{position:relative;width:440px;max-width:calc(100vw - 32px);background:#fff;border-radius:18px;padding:28px 26px 24px;box-shadow:0 20px 40px #0000002e,0 1px #fff9 inset;animation:modalIn .18s ease-out}.modal-editor{width:640px;max-height:80vh;display:flex;flex-direction:column}.modal-editor textarea{min-height:240px}.modal-editor .modal-body{flex:1;overflow-y:auto}.modal-editor .modal-footer{margin-top:12px}@keyframes modalIn{0%{transform:translateY(10px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal h3{margin-top:0;margin-bottom:18px;font-size:18px}.modal-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;border:none;background:var(--bg-soft);font-size:18px;cursor:pointer;color:var(--text-muted)}.modal-close:hover{background:#eef2ff;color:var(--text-main)}.modal.podcast-modal{width:36rem;display:flex;flex-direction:column}.podcast-modal .form-grid{grid-template-columns:1fr 1fr;gap:.75rem}.podcast-modal .form-grid-full{grid-column:1 / -1}.success-banner{background:#ecfdf5;color:var(--success);padding:10px 12px;border-radius:var(--radius-md);margin-bottom:14px;font-weight:500;text-align:center}.mt-12{margin-top:12px}.mt-20{margin-top:20px}td .action-group{display:flex;align-items:center;gap:.5rem}.section-header-row{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.section-header-left{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;cursor:pointer}.section-header-left span:first-child{font-size:12px;transition:transform .2s ease}.section-header-left span.open{transform:rotate(90deg)}.section-controls{display:flex;align-items:center;gap:10px}.section-controls select{min-width:180px}.section-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.section-header-left,.section-header-right{display:flex}.section-header-right input{width:180px}.admin-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.admin-user-logout{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;min-width:2rem}.admin-welcome{font-size:15px;font-weight:500;flex:1;color:var(--text-muted)}.admin-logout{background:transparent;border:1px solid var(--border-light);color:var(--text-main);padding:6px 12px;border-radius:var(--radius-sm);font-size:13px;flex:1;min-width:2rem}.admin-logout:hover{background:var(--bg-soft)}.admin-user-logout{display:flex;align-items:center}@media(max-width:640px){.modal-editor{width:100%;max-width:100%;height:90vh;max-height:90vh;padding:16px;border-radius:16px 16px 0 0}.modal-editor textarea{min-height:40vh;font-size:15px;line-height:1.6}.modal-editor select,.modal-editor input{font-size:15px}.section-body{max-height:45vh}.admin{padding:16px 14px 60px}h2{font-size:20px;margin-bottom:16px}section{padding:14px 14px 16px;margin-bottom:18px;border-radius:12px}.section-header{font-size:16px;margin-bottom:10px}button{width:100%;padding:10px 14px;font-size:14px}td .action-group{flex-direction:column;align-items:stretch}td .action-group button{width:100%}table,thead,tbody,th,td,tr{display:block;width:100%}thead{display:none}table{border:none;margin-top:12px}tbody tr{background:var(--bg-soft);border:1px solid var(--border-light);border-radius:12px;padding:12px;margin-bottom:12px}tbody tr:last-child{margin-bottom:0}td{padding:6px 0;border:none;font-size:14px}td:before{content:attr(data-label);display:block;font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px}.modal{width:100%;max-width:calc(100vw - 24px);padding:20px 16px 18px;border-radius:14px}.modal h3{font-size:16px;margin-bottom:14px}.modal-close{top:10px;right:10px;width:32px;height:32px}input,textarea,select{font-size:15px;padding:12px}textarea{min-height:140px}.success-banner{font-size:13px;padding:8px 10px}.section-controls{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.section-controls button,.section-controls select{width:50%}.admin-topbar{gap:10px}.admin-welcome{flex:1;font-size:14px;color:#6b7280}.admin-logout{flex:1;text-align:center;padding:8px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:14px}.section-header span{font-size:16px;transition:transform .2s ease}}.rich-editor{border:1px solid var(--border-light);border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.rich-toolbar{display:flex;align-items:center;gap:1rem;padding:8px;border-bottom:1px solid var(--border-light);background:#f9fafb;flex-wrap:nowrap;position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #e5e7eb}.rich-toolbar button{height:32px;min-width:32px;padding:0 10px;border-radius:6px;border:1px solid var(--border-light);background:#fff;font-size:13px;font-weight:600;color:#111827;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.rich-toolbar button:hover{background:#eef2ff;border-color:#c7d2fe}.rich-toolbar button:focus{outline:none;box-shadow:0 0 0 2px #2563eb40}.toolbar-select{height:32px;border-radius:6px;border:1px solid var(--border-light);background:#fff;font-size:13px;color:#111827;cursor:pointer}.rich-toolbar select,input{margin-bottom:0;min-width:2rem}.rich-toolbar input[type=color]{height:32px;width:32px;padding:0;border-radius:6px;border:1px solid var(--border-light);cursor:pointer}.rich-editor .ProseMirror{font-size:14px;color:#111827;min-height:260px;max-height:420px;overflow-y:auto;padding:12px;outline:none;line-height:1.6}.rich-editor .ProseMirror h1{font-size:1.6rem;margin:.5em 0}.rich-editor .ProseMirror h2{font-size:1.35rem;margin:.5em 0}.rich-editor .ProseMirror h3{font-size:1.15rem;margin:.5em 0}.rich-toolbar select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;color:#111827;padding:0 2rem 0 .75rem;height:32px;border-radius:6px;border:1px solid var(--border-light);font-size:13px;font-weight:500;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:12px}.rich-toolbar select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #2563eb33}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;color:#111;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}body.modal-open{overflow:hidden!important}:root{--brand-blue: #5394CF;--brand-blue-soft: #EAF2FB;--brand-blue-muted: #5091D7;--brand-copper: #DC8465;--bg-page: #F5F8FC;--bg-panel: #FFFFFF;--bg-panel-soft: #FAFBFD;--text-primary: #0F172A;--text-muted: #6B7280;--border-soft: #E5E7EB;--shadow-soft: 0 8px 30px rgba(15, 23, 42, .06);--shadow-float: 0 12px 40px rgba(15, 23, 42, .1)}
