.superlawyer-root{color:#e0e0f0;background:#0a0a1a;min-height:100vh;font-family:Pretendard,Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow-x:hidden}.sl-bg-glow{filter:blur(120px);opacity:.15;pointer-events:none;z-index:0;border-radius:50%;position:fixed}.sl-bg-glow-1{background:linear-gradient(135deg,#6366f1,#8b5cf6);width:600px;height:600px;animation:8s ease-in-out infinite glowFloat;top:-200px;right:-100px}.sl-bg-glow-2{background:linear-gradient(135deg,#06b6d4,#3b82f6);width:500px;height:500px;animation:10s ease-in-out infinite reverse glowFloat;bottom:-150px;left:-100px}@keyframes glowFloat{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.1)}}.toolbar-actions{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a1ad9;border-bottom:1px solid #6366f126;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:sticky;top:0}.toolbar-left{align-items:center;gap:12px;display:flex}.toolbar-logo{color:#8b5cf6;align-items:center;gap:8px;display:flex}.toolbar-title{background:linear-gradient(135deg,#8b5cf6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700}.toolbar-divider{color:#ffffff26;font-weight:200}.toolbar-doc-title{color:#a0a0c0;text-overflow:ellipsis;white-space:nowrap;max-width:400px;font-size:14px;overflow:hidden}.toolbar-right{align-items:center;gap:8px;display:flex}.toolbar-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.toolbar-btn-secondary{color:#a0a0c0;background:#ffffff0f;border:1px solid #ffffff14}.toolbar-btn-secondary:hover{color:#e0e0f0;background:#ffffff1a}.toolbar-btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 15px #6366f14d}.toolbar-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 25px #6366f166}.toolbar-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.superlawyer-main{z-index:1;height:calc(100vh - 57px);display:flex;position:relative;overflow:hidden}.fact-panel-container{background:#0f0f2399;border-right:1px solid #6366f11a;width:400px;min-width:400px;height:100%;transition:width .4s,min-width .4s,opacity .3s;overflow-y:auto}.fact-panel-collapsed{width:320px;min-width:320px}.editor-container{flex:1;height:100%;transition:all .4s;overflow-y:auto}.editor-expanded{padding:0}.fact-input-panel{padding:24px}.panel-header{margin-bottom:24px}.panel-icon{color:#8b5cf6;background:linear-gradient(135deg,#6366f133,#8b5cf633);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;display:inline-flex}.panel-header h2{color:#f0f0ff;margin:0 0 8px;font-size:20px;font-weight:700}.panel-desc{color:#808090;margin:0;font-size:13px;line-height:1.5}.fact-form{flex-direction:column;gap:16px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#a0a0c0;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#e0e0f0;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .2s}.form-group textarea{resize:vertical;min-height:80px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#6366f10d;border-color:#6366f180;box-shadow:0 0 0 3px #6366f11a}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff3}.form-group select{cursor:pointer;appearance:none;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='%23808090' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.form-group select option{color:#e0e0f0;background:#1a1a2e}.generate-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 20px #6366f14d}.generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #6366f166}.generate-btn:active:not(:disabled){transform:translateY(0)}.generate-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.opinion-editor-wrapper{background:#0f0f1f;height:100%;min-height:calc(100vh - 57px)}.opinion-editor-wrapper .bn-container{background:#0f0f1f;min-height:calc(100vh - 57px)}.opinion-editor-wrapper .bn-editor{color:#d0d0e0;max-width:900px;margin:0 auto;padding:40px 60px;font-size:15px;line-height:1.8}.opinion-editor-wrapper [data-theme=dark]{--bn-colors-editor-background:#0f0f1f;--bn-colors-editor-text:#d0d0e0;--bn-colors-menu-background:#1a1a2e;--bn-colors-menu-text:#e0e0f0;--bn-colors-tooltip-background:#1a1a2e;--bn-colors-tooltip-text:#e0e0f0;--bn-colors-hovered-background:#6366f11a;--bn-colors-selected-background:#6366f126;--bn-colors-side-menu:#fff3}.editor-loading{flex-direction:column;align-items:center;display:flex}.loading-spinner{border:3px solid #6366f133;border-top-color:#6366f1;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.editor-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:calc(100vh - 57px);padding:40px;display:flex}.empty-icon{color:#6366f1;opacity:.4;margin-bottom:24px;animation:3s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.editor-empty-state h3{background:linear-gradient(135deg,#8b5cf6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:28px;font-weight:700}.editor-empty-state p{color:#808090;max-width:400px;margin:0 0 8px;font-size:15px;line-height:1.6}.empty-subtitle{color:#606070!important;font-size:13px!important}.fact-panel-container::-webkit-scrollbar{width:6px}.editor-container::-webkit-scrollbar{width:6px}.fact-panel-container::-webkit-scrollbar-track{background:0 0}.editor-container::-webkit-scrollbar-track{background:0 0}.fact-panel-container::-webkit-scrollbar-thumb{background:#6366f133;border-radius:3px}.editor-container::-webkit-scrollbar-thumb{background:#6366f133;border-radius:3px}.fact-panel-container::-webkit-scrollbar-thumb:hover{background:#6366f166}.editor-container::-webkit-scrollbar-thumb:hover{background:#6366f166}@media (max-width:900px){.superlawyer-main{flex-direction:column;height:auto}.fact-panel-container,.fact-panel-collapsed{border-bottom:1px solid #6366f11a;border-right:none;max-height:50vh;width:100%!important;min-width:100%!important}.editor-container{min-height:60vh}.opinion-editor-wrapper .bn-editor{padding:24px 20px}.toolbar-doc-title,.toolbar-divider{display:none}}
