:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-size:15px;letter-spacing:.01em}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;background:linear-gradient(135deg,#f5f7fb,#eef5f2);color:#111827}.app-root{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px 16px}.app-card{width:100%;max-width:480px;background:#fffffffa;border-radius:20px;padding:24px 22px 20px;box-shadow:0 18px 40px #0f172a14,0 0 0 1px #d1d5db99}@media(min-width:768px){.app-card{padding:32px 32px 28px}}.app-header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}.app-title{margin:0;font-size:24px;letter-spacing:-.03em}.app-subtitle{margin:4px 0 0;font-size:14px;color:#6b7280}.tabs{display:inline-flex;padding:3px;border-radius:999px;background:#f3f4f6;margin-bottom:20px}.tab-btn{border:none;background:transparent;padding:6px 16px;border-radius:999px;font-size:13px;color:#6b7280;cursor:pointer;transition:background .15s ease,color .15s ease,transform .05s ease}.tab-btn-active{background:#fff;color:#111827;box-shadow:0 1px 3px #0f172a2e}.tab-btn:active{transform:translateY(1px)}.form{display:flex;flex-direction:column;gap:12px}.field{display:flex;flex-direction:column;gap:6px;font-size:14px}.field span{color:#4b5563}.field input,.field select{border-radius:12px;border:1px solid #e5e7eb;padding:9px 11px;font-size:14px;outline:none;background-color:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.field input:focus{border-color:#9ca3af;box-shadow:0 0 0 1px #94a3b859;background-color:#fff}.field select:focus{border-color:#9ca3af;box-shadow:0 0 0 1px #94a3b859;background-color:#fff}.lang-select{position:relative;border-radius:12px;border:1px solid #e5e7eb;background-color:#f9fafb;padding:8px 34px 8px 11px;display:flex;align-items:center;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.lang-select:hover{background-color:#f3f4f6}.lang-select.open{border-color:#9ca3af;box-shadow:0 0 0 1px #94a3b859;background-color:#fff}.lang-select-value{font-size:14px;color:#111827}.lang-select-arrow{position:absolute;right:11px;width:12px;height:12px}.lang-select-arrow:before{content:"";display:block;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l4 4 4-4' stroke='%239CA3AF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.lang-select-menu{position:absolute;left:0;right:0;top:calc(100% + 4px);border-radius:12px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 16px 32px #0f172a29;padding:4px;z-index:20;display:flex;flex-direction:column;max-height:320px}.lang-search-input{border:none;border-bottom:1px solid #e5e7eb;padding:8px 10px;font-size:13px;outline:none;background:transparent;color:#111827;margin-bottom:4px}.lang-search-input::placeholder{color:#9ca3af}.lang-select-options{overflow-y:auto;max-height:280px;padding:2px 0}.lang-option{width:100%;text-align:left;border-radius:9px;border:none;padding:6px 8px;font-size:13px;background:transparent;color:#4b5563;cursor:pointer}.lang-option:hover{background:#f3f4f6}.lang-option.active{background:#e3f2ff;color:#1f2933}.field input::placeholder{color:#9ca3af}.custom-urls-input{border-radius:12px;border:1px solid #e5e7eb;padding:9px 11px;font-size:14px;outline:none;background-color:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;resize:vertical;min-height:80px;width:100%}.custom-urls-input:focus{border-color:#9ca3af;box-shadow:0 0 0 1px #94a3b859;background-color:#fff}.custom-urls-input::placeholder{color:#9ca3af;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.primary-btn{margin-top:4px;border-radius:999px;border:none;padding:9px 18px;font-size:14px;font-weight:500;background:linear-gradient(135deg,#c7e2ff,#e5f3ff);color:#1f2933;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 8px 18px #0f172a1f;transition:transform .08s ease,box-shadow .08s ease,filter .15s ease,opacity .15s ease}.primary-btn:hover:not(:disabled){filter:brightness(1.03)}.primary-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 4px 10px #0f172a26}.primary-btn:disabled{opacity:.6;cursor:default;box-shadow:none}.helper-text{margin-top:4px;font-size:13px;color:#6b7280}.alert-error{margin-bottom:12px;padding:8px 10px;border-radius:12px;background:#fef2f2;color:#b91c1c;font-size:14px;border:1px solid #fecaca}.alert-warning{margin-top:8px;margin-bottom:8px;padding:10px 12px;border-radius:12px;background:#fffbeb;color:#92400e;font-size:13px;border:1px solid #fde68a;line-height:1.5}.alert-warning strong{display:block;margin-bottom:6px;font-weight:600}.custom-urls-input.has-duplicates{border-color:#fbbf24;background-color:#fffbeb}.custom-urls-input.has-duplicates:focus{border-color:#f59e0b;box-shadow:0 0 0 1px #f59e0b59}.dashboard{margin-top:4px}.dashboard-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.dashboard-top h2{margin:0;font-size:18px}.ghost-btn{border-radius:999px;border:1px solid #e5e7eb;padding:7px 14px;font-size:13px;background:#f9fafb;cursor:pointer;color:#4b5563;transition:background .15s ease,border-color .15s ease,color .15s ease}.ghost-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#111827}.chips-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.chip{border-radius:999px;border:1px solid #e5e7eb;padding:5px 12px;font-size:12px;background:#f9fafb;color:#6b7280;cursor:pointer}.chip-active{background:#e3f2ff;border-color:#cbdff5;color:#1f2933}.chip:disabled{opacity:.6;cursor:default}.panel{border-radius:18px;padding:16px 16px 14px;background:linear-gradient(135deg,#f7fafc,#edf2f7);border:1px solid rgba(209,213,219,.8);box-shadow:0 14px 32px #0f172a14}@media(min-width:768px){.panel{padding:16px 18px 14px}}.panel h3{margin:0 0 4px;font-size:17px}.panel-desc{margin:0 0 10px;font-size:13px;color:#6b7280}.token-hint{margin-top:8px;font-size:11px;color:#9ca3af}.generator-panel{display:flex;flex-direction:column;gap:14px}.generator-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.badge-soft{background:#bfdbfebf;color:#1e3a8a;border:1px solid rgba(147,197,253,.9)}.generator-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1.6fr);align-items:flex-start;gap:18px}@media(max-width:900px){.generator-grid{grid-template-columns:minmax(0,1fr)}}.generator-inputs{display:flex;flex-direction:column;gap:10px}.field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media(max-width:600px){.field-row{grid-template-columns:minmax(0,1fr)}}.generator-preview{border-radius:14px;background:#ffffffe6;border:1px solid rgba(209,213,219,.9);padding:10px 12px 12px;display:flex;flex-direction:column;gap:6px}.preview-header{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:500;color:#111827}.preview-label{border-radius:999px;padding:2px 8px;font-size:11px;background:#f3f4f6;color:#4b5563}.preview-body{font-size:13px;color:#4b5563}.preview-body p{margin:0 0 4px}.preview-muted{font-size:12px;color:#9ca3af}.preview-pre{margin:0;max-height:260px;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;white-space:pre-wrap;word-break:break-word}.dashboard-root{min-height:100vh;display:flex;flex-direction:column}.dash-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px;background:#fffffffa;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 6px #0f172a0a}.dash-header-inner{width:100%;max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}@media(min-width:768px){.dash-header{padding:12px 24px}}.dash-logo{display:flex;align-items:center;gap:10px}.dash-logo-mark{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#d9e8ff,#f2f7ff);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#1f2933}.dash-logo-title{font-size:16px;font-weight:600}.dash-logo-subtitle{font-size:12px;color:#6b7280}.dash-main{flex:1;padding:16px 16px 20px;overflow:auto}@media(min-width:768px){.dash-main{padding:20px 24px 24px}}.dash-inner{width:100%;max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.dash-toolbar{display:flex;justify-content:space-between;align-items:center}.dash-nav-group{display:inline-flex;flex-wrap:wrap;gap:6px;padding:3px;border-radius:999px;background:#f3f4f6}.dash-nav-pill{border-radius:999px;border:none;padding:6px 14px;font-size:13px;background:transparent;color:#6b7280;cursor:pointer}.dash-nav-pill.active{background:#fff;color:#111827;box-shadow:0 1px 3px #0f172a2e}.dash-nav-pill:disabled{opacity:.55;cursor:default}.dash-content{display:flex;flex-direction:column;gap:12px}.serp-results-list{margin-top:12px;padding:12px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.serp-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;font-weight:500;color:#4b5563}.ghost-btn-small{border-radius:6px;border:1px solid #e5e7eb;padding:4px 10px;font-size:12px;background:#fff;cursor:pointer;color:#4b5563;transition:background .15s ease,border-color .15s ease}.ghost-btn-small:hover{background:#f3f4f6;border-color:#d1d5db}.serp-results-items{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.serp-result-item{display:flex;gap:10px;padding:10px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;transition:border-color .15s ease,background .15s ease}.serp-result-item.selected{border-color:#9ca3af;background:#f0f9ff}.serp-result-checkbox{display:flex;align-items:flex-start;gap:6px;cursor:pointer}.serp-result-checkbox input[type=checkbox]{margin-top:2px;cursor:pointer}.serp-result-number{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;background:#e5e7eb;color:#6b7280;font-size:11px;font-weight:600}.serp-result-item.selected .serp-result-number{background:#3b82f6;color:#fff}.serp-result-content{flex:1;display:flex;flex-direction:column;gap:4px}.serp-result-title{font-size:14px;font-weight:500;color:#111827;line-height:1.4}.serp-result-link{font-size:12px;color:#3b82f6;text-decoration:none;word-break:break-all;transition:color .15s ease,text-decoration .15s ease}.serp-result-link:hover{color:#2563eb;text-decoration:underline}.serp-result-snippet{font-size:12px;color:#6b7280;line-height:1.4;margin-top:2px}.scraped-content-list{margin-top:12px;padding:12px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.scraped-content-header{font-size:14px;font-weight:600;color:#111827;margin-bottom:10px}.scraped-content-item{padding:10px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:8px}.scraped-content-item:last-child{margin-bottom:0}.scraped-content-url{font-size:12px;font-weight:500;color:#4b5563;margin-bottom:6px;word-break:break-all}.scraped-content-text{font-size:12px;color:#6b7280;line-height:1.5;max-height:200px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.scraped-content-error{font-size:12px;color:#dc2626;font-style:italic}.generation-settings{margin-top:16px;padding:14px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.generation-settings-header{font-size:14px;font-weight:600;color:#111827;margin-bottom:4px}.narrative-person-group{display:flex;flex-direction:column;gap:8px}.narrative-person-option{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;cursor:pointer;transition:border-color .15s ease,background .15s ease}.narrative-person-option:hover{border-color:#9ca3af;background:#f9fafb}.narrative-person-option input[type=radio]{margin:0;cursor:pointer}.narrative-person-option input[type=radio]:checked+span{color:#111827;font-weight:500}.narrative-person-option span{font-size:13px;color:#6b7280;-webkit-user-select:none;user-select:none}.generated-article{font-size:14px;line-height:1.7;color:#111827}.generated-article h1{font-size:28px;font-weight:700;margin:0 0 16px;color:#111827;line-height:1.3}.generated-article h2{font-size:22px;font-weight:600;margin:24px 0 12px;color:#111827;line-height:1.4}.generated-article h3{font-size:18px;font-weight:600;margin:20px 0 10px;color:#1f2937;line-height:1.4}.generated-article p{margin:0 0 14px;line-height:1.7}.generated-article table{width:100%;border-collapse:collapse;margin:20px 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.generated-article table thead{background:#f3f4f6}.generated-article table th{padding:12px;text-align:left;font-weight:600;font-size:13px;color:#111827;border-bottom:2px solid #e5e7eb}.generated-article table td{padding:10px 12px;border-bottom:1px solid #e5e7eb;font-size:13px;color:#4b5563}.generated-article table tr:last-child td{border-bottom:none}.generated-article table tbody tr:hover{background:#f9fafb}.generated-article ul,.generated-article ol{margin:14px 0;padding-left:24px}.generated-article li{margin:6px 0;line-height:1.6}.generated-article strong{font-weight:600;color:#111827}.generated-article a{color:#3b82f6;text-decoration:none}.generated-article a:hover{text-decoration:underline}.prompt-preview{display:flex;flex-direction:column;gap:20px}.prompt-section{display:flex;flex-direction:column;gap:8px}.prompt-section h4{margin:0;font-size:14px;font-weight:600;color:#111827}.prompt-content{margin:0;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:12px;line-height:1.6;color:#374151;white-space:pre-wrap;word-wrap:break-word;overflow-x:auto;max-height:400px;overflow-y:auto;font-family:Courier New,Courier,monospace}.prompt-content[style*="max-height: none"]{max-height:none!important}.prompt-empty{margin:0;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:12px;color:#9ca3af;font-style:italic}.policies-panel{display:flex;flex-direction:column;gap:16px}.policy-editor{margin-top:16px;padding:20px;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.policy-editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.policy-editor-header h4{margin:0;font-size:18px;font-weight:600}.policy-form{display:flex;flex-direction:column;gap:20px}.policy-section{padding:16px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.policy-section h5{margin:0 0 12px;font-size:16px;font-weight:600;color:#111827}.policy-section .field{margin-bottom:12px}.policy-section .field:last-child{margin-bottom:0}.policy-section textarea{border-radius:12px;border:1px solid #e5e7eb;padding:9px 11px;font-size:14px;outline:none;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;resize:vertical;min-height:100px;width:100%}.policy-section textarea:focus{border-color:#9ca3af;box-shadow:0 0 0 1px #94a3b859;background-color:#fff}.policies-list{margin-top:16px}.policies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.policy-card{padding:16px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;transition:border-color .15s ease,box-shadow .15s ease}.policy-card:hover{border-color:#9ca3af;box-shadow:0 4px 12px #0f172a14}.policy-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.policy-card-header h4{margin:0;font-size:16px;font-weight:600;flex:1}.policy-card-actions{display:flex;gap:8px}.policy-card-info{font-size:14px;color:#4b5563;margin-bottom:8px}.policy-card-meta{font-size:12px;color:#9ca3af}.empty-state{padding:40px 20px;text-align:center;color:#6b7280}.empty-state p{margin:8px 0}.policy-editor-wrapper{display:grid;grid-template-columns:300px 1fr;gap:0;background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;margin-top:16px;box-shadow:0 4px 16px #0000000f}.policy-editor-sidebar{background:#fafbfc;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:24px 20px;min-height:600px}.policy-editor-sidebar-header{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.policy-editor-sidebar-header .field{margin-bottom:0}.policy-editor-sidebar-header input{font-weight:500}.policy-editor-nav{flex:1;display:flex;flex-direction:column;gap:4px}.policy-editor-nav-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border:none;background:transparent;border-left:3px solid transparent;border-radius:10px;cursor:pointer;text-align:left;transition:all .2s ease;width:100%;margin-bottom:2px}.policy-editor-nav-item:hover:not(.active){background:#f3f4f6}.policy-editor-nav-item.active{background:#fff;box-shadow:0 2px 8px #00000014;font-weight:600;border-left-width:3px;border-radius:10px 0 0 10px}.policy-editor-nav-item.active .policy-nav-title{color:#111827;font-weight:600}.policy-editor-nav-item.active .policy-nav-subtitle{color:#4b5563;font-weight:500}.policy-editor-nav-item.active[style*="background-color: rgb(243, 232, 255)"]{border-left-color:#9333ea!important}.policy-editor-nav-item.active[style*="background-color: rgb(209, 250, 229)"]{border-left-color:#10b981!important}.policy-editor-nav-item.active[style*="background-color: rgb(254, 243, 199)"]{border-left-color:#f59e0b!important}.policy-editor-nav-item.active[style*="background-color: rgb(219, 234, 254)"]{border-left-color:#3b82f6!important}.policy-editor-nav-item.active[style*="background-color: rgb(254, 226, 226)"]{border-left-color:#ef4444!important}.policy-nav-icon{width:32px;height:32px;min-width:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#e5e7eb;color:#6b7280;transition:all .2s ease}.policy-editor-nav-item.active .policy-nav-icon{background:#9333ea1a;color:#9333ea}.policy-nav-text{flex:1}.policy-nav-title{font-size:14px;font-weight:600;color:#111827;margin-bottom:2px}.policy-nav-subtitle{font-size:12px;color:#6b7280}.policy-editor-actions{display:flex;gap:12px;padding-top:24px;border-top:1px solid #e5e7eb;margin-top:auto}.policy-editor-actions .ghost-btn,.policy-editor-actions .primary-btn{flex:1;padding:10px 16px;font-size:14px}.policy-editor-main{padding:40px;overflow-y:auto;max-height:calc(100vh - 300px);background:#fff}.policy-editor-main .field{margin-bottom:24px}.policy-editor-main .field:last-child{margin-bottom:0}.policy-editor-main textarea{min-height:120px;line-height:1.6;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.policy-section-content{max-width:900px}.policy-section-content .field{margin-bottom:24px}.policy-section-content .field span{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px;display:block}.policy-section-content input,.policy-section-content textarea{width:100%;padding:12px 16px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;background:#fff;transition:all .2s ease;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;color:#111827}.policy-section-content input::placeholder,.policy-section-content textarea::placeholder{color:#9ca3af}.policy-section-content input:focus,.policy-section-content textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.policy-section-content textarea{resize:vertical;min-height:140px;line-height:1.7}.policy-section-content .helper-text{font-size:13px;color:#6b7280;margin-top:4px;margin-bottom:8px;line-height:1.5}.policy-section-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.policy-section-icon{width:48px;height:48px;min-width:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:24px}.policy-section-icon svg{width:24px;height:24px}.policy-section-header h3{margin:0;font-size:28px;font-weight:700;color:#111827;letter-spacing:-.02em}.policy-section-header p{margin:6px 0 0;font-size:15px;color:#6b7280;font-weight:400}.option-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}@media(max-width:640px){.option-cards-grid{grid-template-columns:1fr}}.option-card{padding:20px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left}.option-card:hover{border-color:#9ca3af;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.option-card.selected{border-color:#3b82f6;border-width:2px;background:#eff6ff;box-shadow:0 0 0 3px #3b82f626,0 4px 12px #3b82f633}.option-card-title{font-size:16px;font-weight:600;color:#111827;margin-bottom:8px;line-height:1.4}.option-card-desc{font-size:13px;color:#6b7280;line-height:1.5}.option-card-example{font-size:13px;color:#9ca3af;font-style:italic;margin-top:8px;line-height:1.5}.option-card.selected .option-card-title{color:#1e40af}.option-card.selected .option-card-desc,.option-card.selected .option-card-example{color:#3b82f6}.formality-slider{position:relative;margin-top:16px;height:48px;background:#f3f4f6;border-radius:12px;display:flex;align-items:center;padding:4px;gap:0}.formality-option{position:relative;z-index:2;flex:1;height:40px;border:none;background:transparent;color:#6b7280;font-size:13px;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s ease;text-transform:capitalize;margin:0 2px}.formality-option:hover:not(.active){background:#fffc;color:#111827}.formality-option.active{background:#111827;color:#fff;font-weight:600;box-shadow:0 2px 4px #00000026}@media(max-width:1024px){.policy-editor-wrapper{grid-template-columns:1fr}.policy-editor-sidebar{border-right:none;border-bottom:1px solid #e5e7eb}.policy-editor-nav{flex-direction:row;overflow-x:auto}.policy-editor-nav-item{min-width:200px}}.articles-list{display:flex;flex-direction:column;gap:12px;margin-top:20px}.article-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .15s ease}.article-card:hover{border-color:#d1d5db;background:#fafafa}.article-card.selected{border-color:#c7d2fe;background:#f8fafc}.article-card-header{display:flex;flex-direction:column;gap:10px}.article-card-title-section{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.article-card-title-section h4{margin:0;font-size:16px;font-weight:500;color:#111827;flex:1;line-height:1.5}.article-delete-btn{background:transparent;border:1px solid #fee2e2;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:12px;font-weight:400;transition:all .15s ease;flex-shrink:0;color:#dc2626}.article-delete-btn:hover{border-color:#fecaca;color:#991b1b;background:#fef2f2}.article-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#6b7280}.article-meta span{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;border:1px solid transparent}.article-topic{font-weight:400;color:#374151;background:#f0f9ff;border-color:#bae6fd}.article-language{text-transform:uppercase;font-weight:500;font-size:10px;letter-spacing:.5px;background:#f5f3ff;border-color:#ddd6fe;color:#6b21a8}.article-word-count{color:#065f46;font-weight:400;background:#ecfdf5;border-color:#a7f3d0}.article-author{color:#7c2d12;font-weight:400;font-size:12px;background:#fff7ed;border-color:#fed7aa}.article-date{color:#6b7280;background:#f9fafb;border-color:#e5e7eb}.article-content{margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.article-html-content{color:#374151;line-height:1.7}.article-html-content h1,.article-html-content h2,.article-html-content h3{margin-top:24px;margin-bottom:12px;color:#111827;font-weight:600}.article-html-content h1{font-size:28px}.article-html-content h2{font-size:24px}.article-html-content h3{font-size:20px}.article-html-content p{margin-bottom:16px}.article-html-content table{width:100%;border-collapse:collapse;margin:20px 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.article-html-content table th,.article-html-content table td{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb}.article-html-content table th{background:#f9fafb;font-weight:600;color:#111827}.article-html-content table tr:last-child td{border-bottom:none}.article-html-content ul,.article-html-content ol{margin:16px 0;padding-left:24px}.article-html-content li{margin-bottom:8px}.article-html-content strong{font-weight:600;color:#111827}.article-html-content a{color:#3b82f6;text-decoration:none}.article-html-content a:hover{text-decoration:underline}.edit-button-popup{position:absolute;z-index:1000}.edit-buttons-group{display:flex;gap:4px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:4px;box-shadow:0 2px 8px #00000014}.edit-selection-btn{background:transparent;color:#111827;border:none;border-radius:4px;padding:6px 12px;font-size:13px;font-weight:400;cursor:pointer;transition:all .15s ease;white-space:nowrap}.edit-selection-btn:hover{background:#f3f4f6;color:#111827}.edit-selection-btn.copy-btn{border-right:1px solid #e5e7eb;padding-right:12px;margin-right:2px}.edit-selection-btn.copy-btn:hover{background:#f0f9ff;color:#0369a1}.edit-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.edit-modal-content{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;border:1px solid #e5e7eb;box-shadow:0 4px 16px #0000001a}.edit-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb}.edit-modal-header h3{margin:0;font-size:16px;font-weight:500;color:#111827}.edit-modal-close{background:transparent;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease}.edit-modal-close:hover{background:#f3f4f6;color:#111827}.edit-modal-body{padding:20px;flex:1;overflow-y:auto}.edit-textarea{width:100%;min-height:200px;padding:12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-family:inherit;line-height:1.6;resize:vertical;box-sizing:border-box;color:#111827;background:#fff}.edit-textarea:focus{outline:none;border-color:#c7d2fe;background:#fafafa}.edit-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid #e5e7eb}.secondary-btn{background:transparent;color:#6b7280;border:1px solid #e5e7eb;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:400;cursor:pointer;transition:all .15s ease}.secondary-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}
