.create-post{padding:30px;max-width:1200px;margin:auto}.create-hero-banner{display:flex;align-items:center;justify-content:space-between;padding:50px;border-radius:30px;background:linear-gradient(135deg,#2c3e94,#8e2de2);color:#fff;position:relative;overflow:hidden;min-height:280px}.create-post .hero-content{z-index:3;max-width:450px}.create-post .hero-content h1{font-size:42px;line-height:1.2;font-weight:700}.create-post .hero-girl{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:2;pointer-events:none}.create-post .hero-girl img{width:300px;max-width:100%;object-fit:contain}.create-post .create-hero-dynamic{z-index:3;display:flex;width:min(280px,24vw);max-width:300px;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right}.create-post .create-hero-dynamic.has-image{width:min(280px,20vw);min-width:220px}.create-post .create-hero-dynamic figure{margin:0;width:100%}.create-post .create-hero-dynamic img{display:block;width:100%;aspect-ratio:16/10;border-radius:20px;object-fit:cover;box-shadow:0 15px 40px rgba(0,0,0,.25)}.create-post .create-hero-dynamic figcaption{margin-top:8px;color:rgba(255,255,255,.86);font-size:13px;line-height:1.4}.create-post .title-input{width:100%;font-size:28px;font-weight:700;margin:25px 0;border:none;outline:none}.create-post .builder{margin-bottom:40px}.create-post .builder-block{background:#f9fafb;padding:20px;border-radius:15px;margin-bottom:20px;border:1px dashed #ddd;transition:.3s}.create-post .builder-block:hover{box-shadow:0 10px 25px rgba(0,0,0,.08)}.create-post .builder-block input,.create-post .builder-block select,.create-post .builder-block textarea{width:100%;margin-bottom:10px;padding:10px;border-radius:10px;border:1px solid #ddd}.create-post .add-btn{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border:none;padding:12px 20px;border-radius:10px;cursor:pointer;transition:.3s}.create-post .add-btn:hover{transform:translateY(-2px)}.create-post .preview{margin-top:50px}.create-post .blog-section{display:flex;align-items:center;gap:40px;margin-bottom:60px}.create-post .blog-section.left{flex-direction:row-reverse}.create-post .blog-section.right{flex-direction:row}.create-post .blog-section .text{flex:1 1}.create-post .blog-section .text h1,.create-post .blog-section .text h2,.create-post .blog-section .text h3,.create-post .blog-section .text h4,.create-post .blog-section .text h5,.create-post .blog-section .text h6{margin-bottom:10px}.create-post .blog-section .text h1{font-size:36px;line-height:1.16;font-weight:800}.create-post .blog-section .text h2{font-size:30px;line-height:1.2;font-weight:800}.create-post .blog-section .text h3{font-size:26px;line-height:1.24;font-weight:750}.create-post .blog-section .text h4{font-size:22px;line-height:1.28;font-weight:750}.create-post .blog-section .text h5{font-size:19px;line-height:1.34;font-weight:700}.create-post .blog-section .text h6{font-size:16px;line-height:1.42;font-weight:700;text-transform:uppercase}.create-post .blog-section .text p{color:#555;line-height:1.7}.create-post .blog-section .image{flex:1 1;background:linear-gradient(135deg,#f5f7ff,#ffeef5);padding:20px;border-radius:20px}.create-post .blog-section .image img{width:100%;border-radius:15px}.create-post .blog-section figure{margin:0}.create-post .blog-section figcaption{margin-top:10px;color:#64748b;font-size:14px;line-height:1.5;text-align:center}.create-post .blog-section.full{flex-direction:column;align-items:stretch}.create-post .blog-section.full .full-text,.create-post .blog-section.full .image{width:100%}.create-post .faq-admin{margin-top:60px}.create-post .faq-admin h2{margin-bottom:20px}.create-post .faq-item{margin-bottom:15px}.create-post .faq-item input,.create-post .faq-item textarea{width:100%;margin-bottom:10px;padding:10px;border-radius:10px;border:1px solid #ddd}.create-post .seo-section{margin-top:50px}.create-post .seo-section input,.create-post .seo-section textarea{width:100%;margin-bottom:10px;padding:10px;border-radius:10px;border:1px solid #ddd}.create-post .seo-section{padding:22px;border:1px solid #e5edf8;border-radius:22px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.07)}.create-post .seo-section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.create-post .seo-section-heading h2{margin:0}.create-post .seo-score-badge{display:inline-flex;min-width:124px;min-height:58px;flex-direction:column;align-items:center;justify-content:center;border-radius:16px;font-weight:900}.create-post .seo-score-badge strong{font-size:24px;line-height:1}.create-post .seo-score-badge span{margin-top:4px;font-size:12px}.create-post .seo-meter.good,.create-post .seo-score-badge.good{color:#15803d;background:#ecfdf3}.create-post .seo-meter.warn,.create-post .seo-score-badge.warn{color:#b45309;background:#fffbeb}.create-post .seo-meter.bad,.create-post .seo-score-badge.bad{color:#be123c;background:#fff1f2}.create-post .seo-workspace{display:grid;grid-template-columns:minmax(0,.88fr) minmax(360px,1.12fr);gap:18px;align-items:start}.create-post .seo-fields-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;border:1px solid #e8eef8;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f8fbff)}.create-post .seo-fields-panel label{display:flex;min-width:0;flex-direction:column;color:#475569;font-size:12px;font-weight:900}.create-post .seo-fields-panel label.is-wide,.create-post .seo-fields-panel label:has(textarea){grid-column:1/-1}.create-post .google-preview-card{grid-column:1/-1;padding:16px;border:1px solid #dbe3ef;border-radius:14px;background:#fff}.create-post .google-preview-label{display:block;margin-bottom:10px;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase}.create-post .google-preview-url{color:#202124;font-size:13px;line-height:1.3;overflow-wrap:anywhere}.create-post .google-preview-title{margin-top:4px;color:#1a0dab;font-family:Arial,sans-serif;font-size:20px;line-height:1.3;overflow-wrap:anywhere}.create-post .google-preview-card p{margin:4px 0 0;color:#4d5156;font-family:Arial,sans-serif;font-size:14px;line-height:1.45}.create-post .seo-fields-panel textarea{min-height:96px;resize:vertical}.create-post .keyword-builder{gap:8px}.create-post .keyword-chip-box{display:flex;min-height:108px;flex-wrap:wrap;align-content:flex-start;gap:8px;margin-top:6px;padding:10px;border:1px solid #dbe3ef;border-radius:14px;background:#fff}.create-post .keyword-chip-box input{flex:1 1 220px;min-width:180px;height:38px;margin:0;border:none;box-shadow:none}.create-post .keyword-chip-box input:focus{outline:none;box-shadow:none}.create-post .keyword-chip{position:relative;display:inline-flex;min-height:38px;align-items:center;gap:8px;padding:0 14px 0 28px;border:none;border-radius:999px;cursor:pointer;font-weight:900}.create-post .keyword-chip.good{color:#15803d;background:#bbf7d0}.create-post .keyword-chip.warn{color:#b45309;background:#ffedd5}.create-post .keyword-chip.bad{color:#be123c;background:#ffe4e6}.create-post .keyword-chip.primary{box-shadow:inset 0 0 0 2px rgba(22,163,74,.2)}.create-post .keyword-chip small{opacity:.78}.create-post .keyword-remove{position:absolute;left:4px;top:50%;display:grid;width:20px;height:20px;place-items:center;border-radius:999px;color:#64748b;background:#fff;transform:translateY(-50%)}.create-post .keyword-help{color:#64748b;font-size:12px;line-height:1.45}.create-post .seo-analysis-panel{padding:16px;border:1px solid #e8eef8;border-radius:18px;background:linear-gradient(135deg,rgba(239,246,255,.78),rgba(255,255,255,.96)),#fff}.create-post .seo-meter-row{display:grid;grid-template-columns:126px minmax(0,1fr);gap:16px;align-items:center}.create-post .seo-meter{position:relative;display:grid;width:118px;height:118px;place-items:center;border-radius:999px}.create-post .seo-meter div,.create-post .seo-meter svg{grid-area:1/1}.create-post .seo-meter svg{width:108px;height:108px;transform:rotate(-90deg)}.create-post .seo-meter-track,.create-post .seo-meter-value{fill:none;stroke-width:10}.create-post .seo-meter-track{stroke:rgba(148,163,184,.22)}.create-post .seo-meter-value{stroke:currentColor;stroke-linecap:round;stroke-dasharray:327;transition:stroke-dashoffset .25s ease}.create-post .seo-meter div{text-align:center}.create-post .seo-meter strong{display:block;color:#0f172a;font-size:24px;line-height:1}.create-post .seo-meter span,.create-post .seo-summary span{color:#64748b;font-size:12px;font-weight:800}.create-post .seo-summary strong{display:block;color:#0f172a;font-size:18px;line-height:1.25}.create-post .seo-progress{height:10px;margin-top:12px;overflow:hidden;border-radius:999px;background:#e2e8f0}.create-post .seo-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ef4444,#f59e0b,#22c55e);transition:width .25s ease}.create-post .seo-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px}.create-post .seo-stat-grid span{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;background:#fff;font-size:12px;font-weight:900}.create-post .seo-stat-grid strong{color:#0f172a}.create-post .keyword-status-list{display:grid;gap:8px;margin-top:16px}.create-post .keyword-status-title{color:#1d4ed8;font-size:12px;font-weight:900;text-transform:uppercase}.create-post .keyword-status-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border-radius:14px;border:1px solid #e2e8f0;background:#fff}.create-post .keyword-status-card.good{border-color:#bbf7d0;background:#f0fdf4}.create-post .keyword-status-card.warn{border-color:#fed7aa;background:#fff7ed}.create-post .keyword-status-card.bad{border-color:#fecdd3;background:#fff1f2}.create-post .keyword-status-card b,.create-post .keyword-status-card strong{display:block;color:#0f172a}.create-post .keyword-empty-state,.create-post .keyword-status-card small,.create-post .keyword-status-card span{color:#64748b;font-size:12px;font-weight:800}.create-post .keyword-status-card>div:last-child{text-align:right}.create-post .keyword-empty-state{padding:12px;border:1px dashed #cbd5e1;border-radius:14px;background:#fff}.create-post .seo-checklist{display:grid;gap:8px;max-height:520px;margin-top:16px;padding-right:4px;overflow:auto}.create-post .seo-check-item{display:grid;grid-template-columns:12px minmax(0,1fr);gap:10px;align-items:start;padding:12px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.create-post .seo-check-dot{width:10px;height:10px;margin-top:5px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.1)}.create-post .seo-check-item.passed .seo-check-dot{background:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.1)}.create-post .seo-check-item.warning .seo-check-dot{background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.12)}.create-post .seo-check-item strong{display:block;color:#0f172a;font-size:13px;line-height:1.35}.create-post .seo-check-item small{display:block;margin-top:4px;color:#64748b;font-size:12px;line-height:1.45}.create-post .featured{margin-top:50px}.create-post .featured-image-panel{padding:22px;border:1px solid #dbeafe;border-radius:22px;background:linear-gradient(135deg,rgba(239,246,255,.84),rgba(255,255,255,.97)),#fff;box-shadow:0 18px 42px rgba(15,23,42,.08)}.create-post .featured-image-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid #e6eef9}.create-post .featured-image-heading h2{margin:4px 0 0;color:#0f172a;font-size:22px;line-height:1.2}.create-post .featured-image-heading p{margin:7px 0 0;color:#64748b;font-size:14px}.create-post .featured-upload-btn{flex-shrink:0}.create-post .featured-image-grid{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:18px;margin-top:18px;align-items:stretch}.create-post .featured-image-preview{position:relative;min-height:100%;overflow:hidden;border:1px dashed #bfd7fb;border-radius:18px;background:linear-gradient(180deg,rgba(248,251,255,.96),rgba(239,246,255,.96)),#f8fbff;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 14px 30px rgba(15,23,42,.06)}.create-post .featured-image-preview figure{position:relative;display:flex;min-height:100%;aspect-ratio:4/3;flex-direction:column;margin:0}.create-post .featured-image-preview img{display:block;width:100%;height:100%;min-height:300px;flex:1 1;object-fit:cover}.create-post .featured-image-preview figcaption{position:absolute;right:12px;bottom:12px;left:12px;max-height:72px;overflow:auto;padding:10px 12px;border:1px solid rgba(226,232,240,.78);border-radius:12px;color:#334155;background:rgba(255,255,255,.9);box-shadow:0 12px 26px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:13px;line-height:1.45;text-align:center}.create-post .featured-image-placeholder{display:flex;min-height:300px;aspect-ratio:4/3;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px;color:#64748b;text-align:center;font-weight:900}.create-post .featured-image-placeholder svg{width:36px;height:36px;color:#2563eb}.create-post .featured-seo-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px;border:1px solid #e8eef8;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f8fbff);box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}.create-post .featured-seo-fields label{display:flex;min-width:0;flex-direction:column;color:#334155;font-size:12px;font-weight:900}.create-post .featured-seo-fields label.is-wide{grid-column:1/-1}.create-post .featured-seo-fields input,.create-post .featured-seo-fields textarea{width:100%;min-width:0;margin-top:7px;padding:11px 12px;border:1px solid #dbe3ef;border-radius:12px;background:#fff;transition:border-color .2s,box-shadow .2s}.create-post .featured-seo-fields textarea{min-height:108px;resize:vertical}.create-post .featured-seo-fields input:focus,.create-post .featured-seo-fields textarea:focus{border-color:#60a5fa;outline:none;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.create-post .create-hero-banner{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,230px) minmax(220px,300px);gap:clamp(18px,3vw,36px);align-items:end}.create-post .hero-content{max-width:560px}.create-post .hero-content h1{overflow-wrap:anywhere}.create-post .hero-girl{position:relative;left:auto;bottom:auto;transform:none;align-self:end;justify-self:center}.create-post .hero-girl img{width:min(220px,18vw);min-width:150px}.create-post .create-hero-dynamic,.create-post .create-hero-dynamic.has-image{position:relative;top:auto;right:auto;width:100%;min-width:0;max-width:300px;transform:none;justify-self:end}.create-post .seo-counter{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:7px 0 6px;padding:7px 10px;border-radius:10px;font-size:12px}.create-post .seo-counter.good{color:#15803d;background:#ecfdf3}.create-post .seo-counter.bad{color:#be123c;background:#fff1f2}.create-post .social-seo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;border:1px solid #e8eef8;border-radius:14px;background:#fff}.create-post .social-seo-grid label.is-wide{grid-column:1/-1}.create-post .schema-builder{gap:8px}.create-post .schema-add-btn{display:inline-flex;width:fit-content;min-height:40px;align-items:center;gap:8px;padding:0 14px;border:none;border-radius:10px;color:#fff;background:#2563eb;cursor:pointer;font-weight:900}.create-post .schema-list{display:grid;gap:8px}.create-post .schema-chip{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:12px;padding:0 10px 0 12px;border:1px solid #dbe3ef;border-radius:12px;color:#0f172a;background:#fff;font-weight:900}.create-post .schema-chip button{display:grid;width:30px;height:30px;place-items:center;border:none;border-radius:8px;color:#be123c;background:#fff1f2;cursor:pointer}@media (max-width:900px){.create-post .create-hero-banner{grid-template-columns:1fr;align-items:center;text-align:center}.create-post .hero-title-control input{margin:0 auto}.create-post .hero-girl img{width:180px}.create-post .create-hero-dynamic,.create-post .create-hero-dynamic.has-image{justify-self:center}.create-post .category-select-card,.create-post .featured-image-grid,.create-post .seo-workspace{grid-template-columns:1fr}}@media (max-width:640px){.create-post{padding:18px}.create-post .featured-seo-fields,.create-post .seo-fields-panel,.create-post .seo-meter-row,.create-post .social-seo-grid{grid-template-columns:1fr}}@media (max-width:768px){.create-hero-banner{flex-direction:column;text-align:center;padding:30px 20px}.create-post .hero-girl{position:relative;transform:none;left:auto}.create-post .hero-girl img{width:180px}.create-post .create-hero-dynamic img{width:200px;margin-top:10px}.create-post .blog-section,.create-post .blog-section.left{flex-direction:column}.create-post .blog-section .image{order:-1}}.create-post .block-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px}.create-post .delete-btn{background:#ff4d4d;color:#fff;border:none;padding:6px 12px;border-radius:8px;cursor:pointer}.create-post .toolbar{display:flex;gap:10px;margin-bottom:10px}.create-post .toolbar button{padding:6px 10px;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:6px}.create-post .rich-editor{min-height:120px;border:1px solid #ddd;padding:10px;border-radius:10px;background:#fff}.create-post .heading-editor{font-size:22px;font-weight:700;margin-bottom:10px}.create-post{color:#111827;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 34%),linear-gradient(180deg,#f8fbff,#ffffff 38%)}.create-post .editor-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px;padding:22px;border:1px solid #e5edf8;border-radius:20px;background:rgba(255,255,255,.82);box-shadow:0 18px 45px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.create-post .editor-kicker{display:inline-flex;margin-bottom:8px;color:#2563eb;font-size:12px;font-weight:800;text-transform:uppercase}.create-post .editor-page-title,.create-post .editor-topbar h1{margin:0;font-size:30px;line-height:1.1;font-weight:900}.create-post .editor-topbar p{margin:8px 0 0;color:#64748b}.create-post .editor-status{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;color:#1d4ed8;background:#eff6ff;font-weight:800;white-space:nowrap}.create-hero-banner{border:1px solid rgba(255,255,255,.38);box-shadow:0 24px 70px rgba(37,99,235,.22)}.create-post .title-input{height:68px;padding:0 22px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.06)}.create-post .title-input:focus{border-color:#93c5fd;box-shadow:0 0 0 5px rgba(37,99,235,.12)}.create-post .hero-title-control{display:grid;gap:8px;margin-top:18px}.create-post .hero-title-control span{color:rgba(255,255,255,.84);font-size:12px;font-weight:900;text-transform:uppercase}.create-post .hero-title-control input{width:min(100%,520px);min-height:48px;padding:0 14px;border:1px solid rgba(255,255,255,.42);border-radius:12px;color:#fff;background:rgba(255,255,255,.16);font-size:15px;font-weight:800;outline:none}.create-post .hero-title-control input::placeholder{color:rgba(255,255,255,.7)}.create-post .category-select-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:18px;align-items:center;margin:-8px 0 24px;padding:18px;border:1px solid #dbeafe;border-radius:20px;background:linear-gradient(135deg,rgba(239,246,255,.9),rgba(255,255,255,.98)),#fff;box-shadow:0 18px 42px rgba(15,23,42,.07)}.create-post .category-select-card strong{display:block;margin-top:4px;color:#0f172a;font-size:18px;line-height:1.2}.create-post .category-select-card p{margin:7px 0 0;color:#64748b;font-size:14px}.create-post .premium-category-select{position:relative;display:flex;min-height:54px;align-items:center;justify-content:space-between;overflow:hidden;border:1px solid #dbe3ef;border-radius:16px;background:linear-gradient(180deg,#ffffff,#f8fbff);box-shadow:0 12px 28px rgba(15,23,42,.08);cursor:pointer;transition:transform .2s,border-color .2s,box-shadow .2s}.create-post .premium-category-select:focus-within,.create-post .premium-category-select:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 16px 34px rgba(37,99,235,.14),0 0 0 5px rgba(37,99,235,.08)}.create-post .premium-category-select span{padding:0 48px 0 16px;color:#64748b;font-size:14px;font-weight:900}.create-post .premium-category-select.has-value span{color:#0f172a}.create-post .premium-category-select:after{content:"";position:absolute;right:18px;width:9px;height:9px;border-right:2px solid #2563eb;border-bottom:2px solid #2563eb;transform:rotate(45deg) translateY(-2px);pointer-events:none}.create-post .premium-category-select select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.create-post .builder-block{position:relative;background:rgba(255,255,255,.92);border:1px solid #dbeafe;box-shadow:0 16px 40px rgba(15,23,42,.07)}.create-post .builder-block.is-active{box-shadow:0 0 0 4px rgba(37,99,235,.1),0 22px 55px rgba(15,23,42,.11)}.create-post .block-header{align-items:center}.create-post .block-header strong{display:block;margin-top:3px;color:#0f172a}.create-post .block-label{color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase}.create-post .block-grid,.create-post .image-seo-panel,.create-post .style-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.create-post .image-seo-panel,.create-post .style-panel{grid-template-columns:repeat(4,minmax(0,1fr));padding:14px;border:1px solid #e8eef8;border-radius:16px;background:linear-gradient(180deg,#ffffff,#f8fbff)}.create-post .hero-image-seo-panel{margin-top:18px}.create-post .block-grid label,.create-post .image-seo-panel label,.create-post .style-panel label{color:#475569;font-size:12px;font-weight:800}.create-post .style-panel-title{grid-column:1/-1;color:#1d4ed8;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.create-post .builder-block input,.create-post .builder-block select,.create-post .builder-block textarea,.create-post .image-seo-panel input,.create-post .image-seo-panel textarea,.create-post .style-panel input,.create-post .style-panel select{margin:6px 0 0;border-color:#dbe3ef;background:#fff;transition:border-color .2s,box-shadow .2s,transform .2s}.create-post .builder-block input:focus,.create-post .builder-block select:focus,.create-post .builder-block textarea:focus{border-color:#60a5fa;outline:none;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.create-post .premium-toolbar{position:sticky;top:12px;z-index:10;align-items:center;flex-wrap:wrap;padding:10px;border:1px solid #e5eaf3;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 14px 35px rgba(15,23,42,.1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.create-post .color-tool,.create-post .draft-btn,.create-post .inline-radius-tool,.create-post .premium-file-btn,.create-post .premium-toolbar button,.create-post .publish-btn,.create-post .reset-style-btn,.create-post .section-file-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:1px solid #dbeafe;border-radius:12px;padding:0 13px;color:#1e293b;background:linear-gradient(180deg,#ffffff,#f8fbff);box-shadow:0 8px 18px rgba(15,23,42,.06);font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.create-post .color-tool:hover,.create-post .draft-btn:hover,.create-post .inline-radius-tool:hover,.create-post .premium-file-btn:hover,.create-post .premium-toolbar button:hover,.create-post .publish-btn:hover,.create-post .reset-style-btn:hover,.create-post .section-file-btn:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 14px 26px rgba(37,99,235,.16)}.create-post .premium-toolbar button.is-active{color:#1d4ed8;border-color:#60a5fa;background:#eff6ff}.create-post .link-dialog-error,.create-post .link-inline-error{margin:6px 0 12px;color:#b91c1c;font-size:13px;font-weight:700}.link-dialog-backdrop{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;padding:18px;background:rgba(15,23,42,.55)}.link-dialog{width:min(560px,100%);max-height:min(720px,calc(100vh - 36px));overflow:auto;padding:22px;border-radius:20px;background:#fff;box-shadow:0 30px 80px rgba(15,23,42,.3)}.link-dialog footer,.link-dialog header,.link-results button{display:flex;align-items:center;justify-content:space-between;gap:12px}.link-dialog h2{margin:0;font-size:22px}.link-dialog header p{margin:5px 0 0;color:#64748b}.link-dialog header>button{border:0;background:transparent;font-size:28px;cursor:pointer}.link-dialog label{display:grid;gap:7px;margin-top:18px;color:#334155;font-size:13px;font-weight:800}.link-dialog input{min-height:44px;padding:10px 12px;border:1px solid #cbd5e1;border-radius:11px;font:inherit}.link-dialog :focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:2px}.link-results{display:grid;gap:7px;max-height:250px;overflow-y:auto;margin-top:10px}.link-results>p{margin:8px 0;color:#64748b}.link-results button{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:11px;color:#0f172a;background:#fff;text-align:left;cursor:pointer}.link-results button.is-active{border-color:#60a5fa;background:#eff6ff}.link-results span{display:grid;gap:3px;min-width:0}.link-results small{overflow:hidden;color:#64748b;text-overflow:ellipsis;white-space:nowrap}.link-results em{flex:0 0 auto;padding:4px 8px;border-radius:999px;color:#1d4ed8;background:#dbeafe;font-size:11px;font-style:normal;font-weight:800}.link-dialog footer{justify-content:flex-end;margin-top:20px}.link-dialog footer button{min-height:40px;padding:0 14px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;font-weight:800;cursor:pointer}.link-dialog footer .apply-link{color:#fff;border-color:#2563eb;background:#2563eb}.link-dialog footer .remove-link{margin-right:auto;color:#b91c1c;border-color:#fecaca;background:#fff1f2}.create-post .internal-link-counter{display:inline-flex;align-items:center;gap:6px;color:#1d4ed8;background:#eff6ff}.blog-text-results{max-height:180px}.quality-issues{display:grid;gap:10px;margin-top:18px}.quality-issues article{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid #e2e8f0;border-radius:12px}.quality-issues article.is-active{border-color:#f59e0b;background:#fffbeb}.quality-issues article div{display:grid;gap:5px}.quality-issues article small{color:#92400e}.quality-issues article button{flex:0 0 auto;min-height:36px;padding:0 12px;border:1px solid #93c5fd;border-radius:9px;color:#1d4ed8;background:#eff6ff;font-weight:800;cursor:pointer}.override-panel{display:grid;gap:12px;margin-top:18px;padding:14px;border:1px solid #fed7aa;border-radius:12px;background:#fff7ed}.override-panel textarea{min-height:80px;padding:10px;border:1px solid #cbd5e1;border-radius:10px;resize:vertical}.override-panel .override-check{display:flex;grid-template-columns:auto 1fr;flex-direction:row;align-items:flex-start}.override-panel .override-check input{min-height:auto;width:auto;margin-top:2px}.link-dialog footer .publish-anyway{color:#fff;border-color:#b45309;background:#b45309}.link-dialog footer .publish-anyway:disabled{cursor:not-allowed;opacity:.45}@media (max-width:600px){.link-dialog{padding:16px;border-radius:16px}.link-dialog footer{flex-wrap:wrap}.link-dialog footer .remove-link{width:100%;margin-right:0}.quality-issues article{align-items:stretch;flex-direction:column}}.create-post .color-tool,.create-post .premium-file-btn{position:relative;overflow:hidden}.create-post .hero-upload-btn{color:#fff;border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.14);box-shadow:0 16px 35px rgba(15,23,42,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.create-post .hero-upload-btn.has-image{background:rgba(255,255,255,.22)}.create-post .inline-radius-tool{min-width:220px}.create-post .inline-radius-tool input{width:82px;margin:0;accent-color:#2563eb}.create-post .inline-radius-tool span{color:#64748b;font-size:12px;min-width:34px}.create-post .color-tool input,.create-post .premium-file-btn input,.create-post .section-file-btn input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.create-post .premium-file-btn input[type=file],.create-post .section-file-btn input[type=file]{display:none}.create-post .hero-image-seo-panel{grid-template-columns:210px minmax(0,1fr);align-items:stretch;gap:16px;padding:18px;border:1px solid #dbeafe;border-radius:20px;background:linear-gradient(135deg,rgba(239,246,255,.82),rgba(255,255,255,.96)),#fff;box-shadow:0 18px 45px rgba(15,23,42,.08)}.create-post .hero-seo-heading{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid #e6eef9}.create-post .hero-seo-heading .style-panel-title{display:block;margin-bottom:4px}.create-post .hero-seo-heading strong{display:block;color:#0f172a;font-size:18px;line-height:1.2}.create-post .hero-seo-upload-btn{flex-shrink:0}.create-post .hero-seo-preview{min-height:210px;border:1px dashed #bfd7fb;border-radius:16px;background:#f8fbff;overflow:hidden}.create-post .hero-seo-preview img{display:block;width:100%;height:100%;min-height:210px;object-fit:cover}.create-post .hero-seo-placeholder{display:flex;min-height:210px;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px;color:#64748b;text-align:center;font-weight:800}.create-post .hero-seo-placeholder svg{width:34px;height:34px;color:#2563eb}.create-post .hero-seo-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.create-post .hero-seo-fields label{display:flex;flex-direction:column;justify-content:flex-start;min-width:0;margin:0}.create-post .hero-seo-fields label.is-wide{grid-column:1/-1}.create-post .hero-seo-fields label span{color:#334155;font-size:12px;font-weight:900}.create-post .hero-seo-fields input,.create-post .hero-seo-fields textarea{width:100%;min-width:0;margin-top:7px;border-radius:12px}.create-post .hero-seo-fields textarea{min-height:92px;resize:vertical}.create-post .quick-palette{display:inline-flex;gap:6px;padding-left:4px}.create-post .quick-palette button{width:28px;min-height:28px;height:28px;padding:0;border:2px solid #ffffff;border-radius:999px;box-shadow:0 0 0 1px #dbeafe}.create-post .heading-editor,.create-post .rich-editor{border:1px solid #e2e8f0;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);transition:border-color .2s,box-shadow .2s}.create-post .heading-editor{min-height:58px;padding:14px;border-radius:14px}.create-post .rich-editor{padding:16px;font-size:15px;line-height:1.7}.create-post .heading-editor:focus,.create-post .rich-editor:focus{border-color:#60a5fa;outline:none;box-shadow:0 0 0 4px rgba(37,99,235,.12),inset 0 1px 0 rgba(255,255,255,.9)}.create-post .section-file-btn{position:relative;margin-top:12px;width:fit-content}.create-post .delete-btn{display:inline-flex;align-items:center;gap:7px;flex-shrink:0;background:linear-gradient(180deg,#fff1f2,#ffe4e6);color:#be123c;border:1px solid #fecdd3;font-weight:800;transition:transform .2s,box-shadow .2s}.create-post .delete-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(190,18,60,.16)}.create-post .add-btn,.create-post .publish-btn{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border:none;box-shadow:0 14px 30px rgba(37,99,235,.28)}.create-post .add-btn{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 18px;border-radius:14px;font-weight:900}.create-post .draft-btn{background:linear-gradient(180deg,#ffffff,#f1f5f9)}.create-post .post-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:40px;padding:18px;border:1px solid #e5edf8;border-radius:18px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.08)}.create-post .preview{padding:22px;border:1px solid #e5edf8;border-radius:22px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.07)}@media (max-width:768px){.create-post{padding:18px}.create-post .category-select-card,.create-post .editor-topbar,.create-post .featured-image-heading,.create-post .post-actions,.create-post .seo-section-heading{flex-direction:column;align-items:stretch}.create-post .block-grid,.create-post .category-select-card,.create-post .image-seo-panel,.create-post .style-panel{grid-template-columns:1fr}.create-post .create-hero-dynamic{position:static;transform:none;width:min(280px,100%);max-width:100%;align-items:center;text-align:center}.create-post .hero-image-seo-panel{grid-template-columns:1fr}.create-post .hero-seo-heading{align-items:stretch;flex-direction:column}.create-post .hero-seo-upload-btn{width:fit-content}.create-post .featured-image-grid,.create-post .featured-seo-fields,.create-post .hero-seo-fields,.create-post .seo-fields-panel,.create-post .seo-meter-row,.create-post .seo-stat-grid,.create-post .seo-workspace{grid-template-columns:1fr}.create-post .seo-meter,.create-post .seo-score-badge{align-self:flex-start}.create-post .block-header{align-items:stretch;flex-direction:column}.create-post .delete-btn{width:fit-content}.create-post .premium-toolbar{position:static}}.create-post .create-hero-banner{grid-template-columns:minmax(0,.88fr) minmax(170px,220px) minmax(260px,340px)!important;gap:clamp(22px,3.2vw,42px)!important}.create-post .create-hero-banner>.hero-content{width:100%;max-width:430px!important;min-width:0;align-self:center}.create-post .create-hero-banner>.hero-content h1{max-width:100%;margin:0;font-size:clamp(26px,2.45vw,38px)!important;line-height:1.12!important;letter-spacing:0;overflow-wrap:normal;word-break:normal;text-wrap:balance}.create-post .create-hero-banner>.hero-content .hero-title-control{max-width:390px}.create-post .create-hero-banner>.hero-content .hero-title-control input{width:100%}.create-post .create-hero-banner>.hero-girl{z-index:2}.create-post .create-hero-banner>.create-hero-dynamic{z-index:3}@media (min-width:1300px){.create-post .create-hero-banner>.hero-content{max-width:410px!important}.create-post .create-hero-banner>.hero-content h1{font-size:36px!important}}@media (max-width:900px){.create-post .create-hero-banner{grid-template-columns:1fr!important}.create-post .create-hero-banner>.hero-content{max-width:560px!important;justify-self:center;text-align:center}.create-post .create-hero-banner>.hero-content h1{font-size:clamp(28px,7vw,38px)!important}.create-post .create-hero-banner>.hero-content .hero-title-control{max-width:100%}}.dist-wrapper{width:100%;min-height:100%;padding:0;overflow-x:hidden;background:transparent;color:#050505;font-family:Inter,sans-serif}.dist-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:30px}.dist-header h1{margin:0 0 8px;font-size:32px;font-weight:700}.dist-header p{margin:0;font-size:16px;color:#555}.dist-add-btn{min-width:160px;height:44px;border-radius:10px;font-size:16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;cursor:pointer}.dist-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px}.dist-stat-card{padding:20px;display:flex;align-items:center;gap:16px;border-radius:16px;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.08);border:1px solid transparent;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.dist-stat-card:hover,.dist-stat-card[data-active=true]{border-color:#2563eb;box-shadow:0 14px 24px rgba(37,99,235,.16);transform:translateY(-1px)}.dist-stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#f1f1f1}.dist-stat-card p{margin:0;font-size:14px;color:#666}.dist-stat-card h2{margin:0;font-size:26px;font-weight:700}.dist-table-box{border-radius:16px;background:#fff;overflow-x:auto;overflow-y:hidden}.dist-table-top{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.dist-table-title h2{margin:0 0 4px;font-size:18px;font-weight:700}.dist-table-title p{margin:0;color:#666;font-size:13px}.dist-table-top-actions{display:flex;align-items:center;gap:12px}.dist-bulk-delete-btn{display:flex;align-items:center;gap:6px;padding:10px 14px;border-radius:10px;border:1px solid red;color:red;background:#fff;font-size:14px;cursor:pointer;white-space:nowrap}.dist-bulk-delete-btn:disabled{border-color:#ddd;color:#999;cursor:not-allowed}.dist-select-col{display:flex;align-items:center;justify-content:center}.dist-mobile-bulk-bar{padding:10px 20px;border-top:1px solid #eee}.dist-mobile-top input[type=checkbox]{margin-right:4px}.dist-search{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;border:1px solid #ddd}.dist-search input{border:none;outline:none;font-size:14px;min-width:220px}.dist-filter{padding:10px 14px;border-radius:10px;border:1px solid #ddd;font-size:14px}.dist-table-head{background:#f9fafb;font-weight:600;font-size:14px;color:#333}.dist-empty,.dist-table-row{border-top:1px solid #eee;font-size:14px}.dist-empty{padding:22px 20px;color:#666}.dist-status{padding:4px 10px;border-radius:10px;font-size:12px}.dist-status.active{background:#dcfce7;color:#166534}.dist-status.inactive{background:#fee2e2;color:#991b1b}.dist-plan-badge{display:inline-flex;align-items:center;max-width:100%;padding:4px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:700;line-height:1.2;white-space:normal}.dist-plan-mobile{margin:6px 0;color:#64748b;font-size:13px}.dist-plan-mobile span{color:#3730a3;font-weight:700}.dist-lead-count{font-weight:700;color:#111827}.dist-delete{padding:6px 12px;border-radius:10px;border:1px solid red;color:red;background:#fff;font-size:13px;cursor:pointer}.dist-mobile-list{display:none}@media (max-width:768px){.dist-stats{grid-template-columns:1fr}.dist-table-head,.dist-table-row{display:none}.dist-table-top{align-items:stretch;flex-direction:column}.dist-search input{min-width:0;width:100%}.dist-mobile-list{display:block}}.dist-table-head,.dist-table-row{display:grid;grid-template-columns:minmax(36px,.3fr) minmax(160px,1.8fr) minmax(95px,1fr) minmax(85px,.9fr) minmax(85px,.9fr) minmax(100px,.9fr) minmax(80px,.8fr) minmax(60px,.6fr) minmax(110px,.9fr);align-items:center;gap:10px;min-width:990px;padding:14px 20px}.dist-table-head.dist-no-select-col,.dist-table-row.dist-no-select-col{grid-template-columns:minmax(160px,1.8fr) minmax(95px,1fr) minmax(85px,.9fr) minmax(85px,.9fr) minmax(100px,.9fr) minmax(80px,.8fr) minmax(60px,.6fr) minmax(110px,.9fr);min-width:960px}.dist-delete,.dist-table-row span{display:flex;align-items:center}.dist-delete{gap:5px}@media (max-width:768px){.dist-table-head,.dist-table-row{display:none}.dist-mobile-list{display:block}}.gc-wrapper{padding:24px}.gc-header h1{margin:0 0 4px}.gc-header p{margin:0 0 20px;color:#6b7280}.gc-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.gc-tab{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:999px;padding:6px 16px;font-size:14px;cursor:pointer}.gc-tab.active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.gc-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:10px;padding:12px 16px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.gc-error button{border:none;background:#b91c1c;color:#fff;border-radius:6px;padding:4px 10px;cursor:pointer}.gc-table{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow-x:auto}.gc-table table{width:100%;border-collapse:collapse}.gc-table td,.gc-table th{text-align:left;padding:12px 16px;border-bottom:1px solid #f1f5f9;font-size:14px;white-space:nowrap}.gc-state{padding:24px;text-align:center;color:#6b7280}.gc-status-badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;text-transform:capitalize;background:#f3f4f6;color:#374151}.gc-status-badge.pending_setup{background:#fef3c7;color:#92400e}.gc-status-badge.in_progress{background:#dbeafe;color:#1e40af}.gc-status-badge.completed{background:#dcfce7;color:#166534}.gc-row-actions{display:flex;gap:8px}.gc-row-actions button{border:1px solid #d1d5db;background:#fff;border-radius:6px;padding:4px 10px;font-size:13px;cursor:pointer}.gc-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.5);display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;z-index:1000;overflow-y:auto}.gc-modal{background:#fff;border-radius:14px;width:100%;max-width:640px;max-height:calc(100vh - 80px);overflow-y:auto}.gc-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f1f5f9}.gc-modal-header h2{margin:0;font-size:18px}.gc-modal-close{border:none;background:none;font-size:22px;cursor:pointer;line-height:1}.gc-modal-body{padding:20px 24px}.gc-detail-section{margin-bottom:20px}.gc-detail-section h3{margin:0 0 8px;font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.gc-detail-grid{display:grid;grid-template-columns:max-content 1fr;row-gap:6px;column-gap:12px;margin:0}.gc-detail-grid dt{font-weight:600;color:#374151}.gc-detail-grid dd{margin:0;color:#111827}.gc-keyword-table{width:100%;border-collapse:collapse}.gc-keyword-table td,.gc-keyword-table th{text-align:left;padding:6px 10px;border-bottom:1px solid #f1f5f9;font-size:13px}.gc-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.gc-modal-actions button{border:none;border-radius:8px;padding:8px 16px;cursor:pointer;font-size:14px}.gc-modal-actions button:first-child{background:#f3f4f6;color:#374151}.gc-modal-actions button:last-child{background:#1d4ed8;color:#fff}.gc-field-label{display:block;margin:14px 0 6px;font-weight:600;font-size:13px;color:#374151}.gc-modal-body input,.gc-modal-body textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;font-size:14px;box-sizing:border-box}.gc-edit-keyword-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.gc-edit-keyword-chip{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:4px 6px 4px 12px;font-size:13px}.gc-edit-keyword-chip button{border:none;background:none;color:#1d4ed8;cursor:pointer;font-size:15px;line-height:1}.gc-edit-keyword-add{display:flex;gap:8px}.gc-edit-keyword-add button{border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:6px 14px;cursor:pointer}.lead-wrapper{width:100%;min-height:calc(100vh - 40px);padding:46px 46px 34px;overflow-x:hidden;background:#f4f5f8;color:#050505;font-family:Inter,Segoe UI,Arial,sans-serif}.lead-bottom-nav,.lead-mobile-topbar,.mobile-label{display:none}.lead-header{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:60px}.lead-title h1{margin:0 0 12px;color:#111827;font-size:44px;line-height:1;font-weight:800;letter-spacing:0}.lead-title p{margin:0;color:#151515;font-size:24px;line-height:1.25;font-weight:400}.lead-actions{padding-top:10px}.lead-actions,.lead-search-box{display:flex;align-items:center;gap:14px}.lead-search-box{width:420px;height:62px;padding:0 18px;border:1px solid #cdd1d8;border-radius:14px;background:#fff;box-shadow:inset 0 1px 2px rgba(15,23,42,.04)}.lead-search-box svg{width:30px;height:30px;color:#8b929d;stroke-width:1.8}.lead-search-box input{min-width:0;border:0;outline:0;color:#111;background:transparent;font:inherit;font-size:26px}.lead-search-box input::placeholder{color:#8a8f98}.lead-export-btn{min-width:216px;height:62px;border:0;border-radius:14px;color:#fff;background:linear-gradient(180deg,#3d7de7,#2c60cf);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 7px 15px rgba(36,89,190,.24);font:inherit;font-size:25px;font-weight:500;cursor:pointer}.lead-export-btn:disabled{opacity:.5;cursor:not-allowed}.lead-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-bottom:36px}.lead-stat-card{min-height:154px;padding:34px;display:flex;align-items:center;gap:30px;border-radius:20px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 16px 28px rgba(15,23,42,.12),inset 0 1px 1px rgba(255,255,255,.9)}.lead-stat-icon{width:84px;height:84px;flex:0 0 84px;display:flex;align-items:center;justify-content:center;border-radius:14px;color:#6b7280;background:linear-gradient(145deg,#f1f2f5,#e8eaee)}.lead-stat-icon svg{width:36px;height:36px;stroke-width:1.9}.lead-stat-card p{margin:0 0 10px;color:#070707;font-size:24px;line-height:1.1;font-weight:400}.lead-stat-card h2{margin:0;color:#000;font-size:48px;line-height:.95;font-weight:800;letter-spacing:0}.lead-table{overflow:hidden;border-radius:20px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 16px 30px rgba(15,23,42,.13),inset 0 1px 1px rgba(255,255,255,.9)}.lead-table-toolbar{min-height:120px;padding:28px 34px;display:flex;align-items:center;justify-content:flex-end}.table-export{min-width:220px}.lead-table table{width:100%;border-collapse:collapse;table-layout:fixed}.lead-table thead{background:#f8f9fb;border-top:1px solid #edf0f3;border-bottom:1px solid #d9dce1}.lead-table td,.lead-table th{height:92px;padding:0 38px;text-align:left;vertical-align:middle;color:#111;font-size:24px}.lead-table th{height:70px;color:#090909}.lead-table td:first-child,.lead-table td:nth-child(5),.lead-table th{font-weight:800}.lead-table td:nth-child(3),.lead-table td:nth-child(6){color:#6f7278}.lead-table tbody tr{border-bottom:1px solid #d9dce1}.lead-table tbody tr:last-child{border-bottom:0}.lead-badge{min-width:42px;height:42px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;color:#1267b7;background:#dbe8ff;font-size:24px;line-height:1;font-weight:700}.lead-mobile-cards{display:none}@media (max-width:1180px){.lead-wrapper{padding:36px 28px 28px}.lead-actions{align-items:stretch;flex-direction:column}.lead-search-box{width:360px}.lead-stat-card{padding:26px 24px;gap:20px}.lead-stat-card p{font-size:20px}.lead-stat-card h2{font-size:42px}.lead-table td,.lead-table th{padding:0 24px;font-size:21px}}@media (max-width:900px){.lead-wrapper{padding:28px 28px 0}.lead-mobile-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.lead-mobile-topbar button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;color:#050505;background:transparent}.lead-mobile-topbar svg{width:33px;height:33px;stroke-width:2.2}.lead-avatar{width:54px;height:54px;border-radius:50%;background:radial-gradient(circle at 50% 31%,#f0b18f 0 17%,transparent 18%),radial-gradient(circle at 50% 51%,#161b22 0 24%,transparent 25%),linear-gradient(135deg,#dbeafe,#c7d2fe);border:3px solid #eef2f7;box-shadow:0 6px 14px rgba(15,23,42,.15)}.lead-header{display:block;margin-bottom:28px;text-align:center}.lead-title h1{margin-bottom:10px;font-size:42px}.lead-title p{max-width:760px;margin:0 auto;font-size:25px}.lead-actions{padding-top:34px;gap:18px}.lead-search-box{width:100%;height:72px;border-radius:14px}.lead-search-box svg{width:34px;height:34px}.lead-search-box input{font-size:31px}.lead-export-btn{width:100%;height:68px;border-radius:18px;font-size:27px;background:linear-gradient(90deg,#315fe5,#48bcec);box-shadow:0 13px 24px rgba(42,112,218,.36)}.lead-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:24px}.lead-stat-card{min-height:118px;padding:18px 16px;gap:14px;border-radius:16px;box-shadow:0 14px 24px rgba(15,23,42,.15)}.lead-stat-icon{width:64px;height:64px;flex-basis:64px;border-radius:12px}.lead-stat-icon svg{width:31px;height:31px}.desktop-label{display:none}.mobile-label{display:inline}.lead-stat-card p{margin-bottom:7px;font-size:24px;line-height:1.08}.lead-stat-card h2{font-size:37px}.lead-table{border:0;background:transparent;box-shadow:none;overflow:visible}.lead-table table,.lead-table-toolbar{display:none}.lead-mobile-cards{display:grid;gap:20px;padding-bottom:106px}.lead-card{min-height:180px;padding:26px 24px 18px;border:1px solid #e4e7ec;border-radius:20px;background:#fff;box-shadow:0 14px 24px rgba(15,23,42,.14)}.lead-card-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}.lead-card h3,.lead-card-top span{margin:0;color:#060606;font-size:34px;line-height:1.05;font-weight:800}.lead-category{margin:16px 0 22px;color:#050505;font-size:26px;line-height:1}.lead-category span{color:#737780}.lead-card-metrics{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:22px}.lead-card-metrics p{margin:0;color:#050505;font-size:26px;line-height:1}.lead-card-metrics p:last-child{display:flex;align-items:baseline;gap:8px}.lead-card-metrics b{font-size:31px}.lead-card .lead-badge{min-width:48px;height:44px;margin-left:8px;font-size:25px;box-shadow:0 0 16px rgba(69,155,255,.28)}.lead-location{margin:0;padding-top:16px;display:flex;align-items:center;gap:8px;border-top:1px solid #d9dce1;color:#111;font-size:25px;line-height:1}.lead-location svg{width:25px;height:25px;color:#666b73;stroke-width:2.1}.lead-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:20;height:100px;display:grid;grid-template-columns:repeat(5,1fr);padding:9px 34px 10px;background:rgba(255,255,255,.94);border-radius:24px 24px 0 0;box-shadow:0 -12px 24px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.lead-bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;background:transparent;color:#5f646d;font:inherit;font-size:20px;line-height:1}.lead-bottom-nav svg{width:34px;height:34px;stroke-width:2}.lead-bottom-nav .active{color:#2f83df;text-shadow:0 0 18px rgba(47,131,223,.55)}}@media (max-width:560px){.lead-wrapper{padding:18px 16px 0}.lead-mobile-topbar{margin-bottom:24px}.lead-title h1{font-size:30px}.lead-title p{font-size:18px}.lead-actions{padding-top:22px;gap:12px}.lead-search-box{height:50px;padding:0 12px;border-radius:12px}.lead-search-box svg{width:27px;height:27px}.lead-search-box input{font-size:20px}.lead-export-btn{height:48px;border-radius:14px;font-size:18px}.lead-stats{gap:10px;margin-bottom:20px}.lead-stat-card{min-height:78px;padding:12px 9px;gap:9px;border-radius:12px}.lead-stat-icon{width:42px;height:42px;flex-basis:42px}.lead-stat-icon svg{width:23px;height:23px}.lead-stat-card p{font-size:16px}.lead-stat-card h2{font-size:26px}.lead-mobile-cards{gap:14px;padding-bottom:88px}.lead-card{min-height:132px;padding:16px 14px 12px;border-radius:14px}.lead-card h3,.lead-card-top span{font-size:22px}.lead-category{margin:10px 0 16px;font-size:17px}.lead-card-metrics{gap:10px;margin-bottom:14px}.lead-card-metrics p{font-size:17px}.lead-card-metrics b{font-size:20px}.lead-card .lead-badge{min-width:34px;height:32px;padding:0 9px;border-radius:11px;font-size:18px}.lead-location{padding-top:12px;font-size:17px}.lead-location svg{width:18px;height:18px}.lead-bottom-nav{height:76px;padding:7px 10px 8px;border-radius:16px 16px 0 0}.lead-bottom-nav button{font-size:13px}.lead-bottom-nav svg{width:27px;height:27px}}.lead-search-box{position:relative;width:300px}.lead-search-box input{width:100%;padding:10px 12px 10px 35px;border-radius:10px;border:1px solid #ccc}.lead-search-box svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#888}.search-suggestions{position:absolute;top:110%;left:0;width:100%;background:#fff;border-radius:10px;box-shadow:0 10px 25px rgba(0,0,0,.1);z-index:9999;max-height:250px;overflow-y:auto;border:1px solid #eee}.suggestion-item{padding:10px;cursor:pointer;font-size:14px}.suggestion-item:hover{background:#f1f5f9}.seoidx{--seoidx-navy:#001848;--seoidx-orange:#f85800;padding:1.5rem 1.75rem;max-width:1200px}.seoidx-title{font-size:1.4rem;font-weight:700;margin:0 0 .25rem;color:#0f172a}.seoidx-sub{color:#64748b;font-size:.9rem;margin:0 0 1rem}.seoidx-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:8px;padding:.6rem .9rem;margin-bottom:1rem}.seoidx-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem;margin-bottom:.75rem}.seoidx-card{background:#fff;border:1px solid #e2e8f0;border-top:3px solid var(--seoidx-orange);border-radius:12px;padding:1rem 1.1rem;box-shadow:0 1px 2px rgba(15,23,42,.04)}.seoidx-card-value{font-size:1.7rem;font-weight:700;color:#0f172a;line-height:1.1}.seoidx-card-label{color:#475569;font-size:.85rem;margin-top:.15rem}.seoidx-card-pct{color:#94a3b8;font-size:.78rem;margin-top:.35rem}.seoidx-meta{color:#64748b;font-size:.85rem;margin-bottom:1.25rem}.seoidx-attention{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:1rem 1.1rem;margin-bottom:1.5rem}.seoidx-attention h2{font-size:1rem;font-weight:700;margin:0 0 .15rem;color:#92400e}.seoidx-count{display:inline-block;background:#f59e0b;color:#fff;border-radius:999px;padding:0 .5rem;font-size:.8rem;margin-left:.35rem}.seoidx-attention-list{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.45rem}.seoidx-attention-list li{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.seoidx-days{font-weight:600;color:#92400e;font-size:.85rem}.seoidx-url{color:#1d4ed8;text-decoration:none;word-break:break-all;font-size:.88rem}.seoidx-url:hover{text-decoration:underline}.seoidx-gsc{font-size:.8rem;color:#0f766e;text-decoration:none}.seoidx-gsc:hover{text-decoration:underline}.seoidx-filters{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.seoidx-chips{display:flex;gap:.4rem}.seoidx-chip{border:1px solid #cbd5e1;background:#fff;color:#475569;border-radius:999px;padding:.25rem .75rem;font-size:.8rem;cursor:pointer;text-transform:capitalize}.seoidx-chip.active{background:#0f172a;color:#fff;border-color:#0f172a}.seoidx-filters input,.seoidx-filters select{border:1px solid #cbd5e1;border-radius:8px;padding:.35rem .6rem;font-size:.85rem}.seoidx-filters input{min-width:220px}.seoidx-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.seoidx-table td,.seoidx-table th{text-align:left;padding:.6rem .85rem;font-size:.85rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.seoidx-table th{background:#f8fafc;color:#475569;font-weight:600}.seoidx-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.seoidx-empty{text-align:center;color:#94a3b8;padding:1.25rem}.seoidx-status{display:inline-block;border-radius:999px;padding:.1rem .55rem;font-size:.76rem;font-weight:600;text-transform:capitalize}.seoidx-status-pending{background:#f1f5f9;color:#475569}.seoidx-status-submitted{background:#dbeafe;color:#1e40af}.seoidx-status-indexed{background:#dcfce7;color:#166534}.seoidx-status-failed{background:#fee2e2;color:#b91c1c}.seoidx-checknow{display:inline-flex;align-items:center;gap:.4rem}.seoidx-btn{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;padding:.25rem .7rem;font-size:.8rem;cursor:pointer}.seoidx-btn:disabled{opacity:.6;cursor:default}.seoidx-note{font-size:.78rem;color:#475569}.seoidx-pager{display:flex;align-items:center;gap:.9rem;justify-content:flex-end;margin-top:.75rem;font-size:.83rem;color:#64748b}.seoidx-pager button{border:1px solid #cbd5e1;background:#fff;border-radius:8px;padding:.25rem .7rem;cursor:pointer}.seoidx-pager button:disabled{opacity:.5;cursor:default}.seoidx-tabs{display:flex;gap:.5rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.25rem}.seoidx-tab{background:none;padding:.6rem .9rem;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;border:none;border-bottom:2px solid transparent}.seoidx-tab.active{color:#1d4ed8;border-bottom-color:#1d4ed8}.seoidx-subtable{width:100%;border-collapse:collapse;margin-top:.75rem;font-size:.85rem}.seoidx-subtable td,.seoidx-subtable th{text-align:left;padding:.45rem .6rem;border-bottom:1px solid #f1f5f9}.seoidx-subtable th{color:#64748b;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.02em}.seoidx-rankrow{cursor:pointer}.seoidx-rankrow:hover{background:#f8fafc}.seoidx-rankrow-detail td{background:#f8fafc;padding:.75rem 1rem}.seoidx-trend{margin-top:.5rem}.seoidx-trend-bars{display:flex;align-items:flex-end;gap:3px;height:90px;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem}.seoidx-trend-bar-wrap{flex:1 1;height:100%;display:flex;align-items:flex-end}.seoidx-trend-bar{width:100%;background:#1d4ed8;border-radius:2px 2px 0 0;min-height:4px}.seoidx-trend-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#94a3b8;margin-top:.3rem}.seoidx-ack{display:inline-flex;align-items:center;gap:.4rem}.seoidx-ack-note{border:1px solid #cbd5e1;border-radius:6px;padding:.25rem .5rem;font-size:.8rem;width:140px}.seoidx-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem 1.4rem 1.4rem;margin-bottom:1.25rem;box-shadow:0 1px 3px rgba(15,23,42,.05)}.seoidx-section h2{display:flex;align-items:center;gap:.4rem;font-size:1.02rem;font-weight:700;color:var(--seoidx-navy);margin:0 0 .9rem;padding-left:.75rem;border-left:4px solid var(--seoidx-orange)}.seoidx-info-dot{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:#e2e8f0;color:#475569;font-size:.68rem;font-style:italic;font-weight:700;cursor:help;flex-shrink:0}.seoidx-card-rank .seoidx-card-value{font-size:1.35rem}.seoidx-rank-text-good{color:#166534}.seoidx-rank-text-fair{color:#92400e}.seoidx-rank-text-poor{color:#b91c1c}.seoidx-rank-text-none{color:#0f172a}.seoidx-rank-badge{display:inline-block;border-radius:6px;padding:.15rem .55rem;font-size:.8rem;font-weight:600;white-space:nowrap}.seoidx-rank-good{background:#dcfce7;color:#166534}.seoidx-rank-fair{background:#fef3c7;color:#92400e}.seoidx-rank-poor{background:#fee2e2;color:#b91c1c}.seoidx-rank-none{background:#f1f5f9;color:#94a3b8;font-weight:500}.seoidx-missing-badge{display:inline-block;margin-left:.5rem;background:#fff7ed;border:1px solid #fdba74;color:#c2410c;border-radius:999px;padding:.05rem .55rem;font-size:.72rem;font-weight:600;cursor:help;vertical-align:middle}.seoidx-rankrow-missing{background:#fffbf7}.seoidx-trend{margin-top:0}.seoidx-trend-bars{background:#f8fafc;border-radius:10px}.seoidx-trend-bar{background:linear-gradient(180deg,var(--seoidx-orange) 0,var(--seoidx-navy) 100%)}.loc-wrapper{padding:40px;background:#f4f5f8;min-height:100vh;font-family:Inter,sans-serif}.loc-header{display:flex;justify-content:space-between;align-items:center}.loc-header h1{font-size:42px;margin-bottom:10px}.loc-header p{color:#555}.loc-actions{display:flex;gap:12px}.loc-controls{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.loc-controls select,.loc-modal input,.loc-modal select,.loc-modal textarea{min-height:42px;border:1px solid #d1d5db;border-radius:10px;background:#fff;padding:9px 11px;color:#111827}.loc-controls .loc-search{flex:1 1 260px}.loc-controls .loc-search input{width:100%}.loc-search{display:flex;align-items:center;background:#fff;padding:10px 14px;border-radius:12px;border:1px solid #ddd}.loc-search input{border:none;outline:none}.loc-add-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:10px 18px;border-radius:12px}.loc-add-btn:disabled,.loc-danger-btn:disabled,.loc-secondary-btn:disabled{cursor:not-allowed;opacity:.55}.loc-danger-btn,.loc-secondary-btn{border:1px solid #cbd5e1;border-radius:10px;background:#fff;padding:9px 14px;font-weight:700;cursor:pointer}.loc-danger-btn{border-color:#dc2626;background:#dc2626;color:#fff}.loc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0}.loc-card{background:#fff;padding:20px;border-radius:16px;box-shadow:0 10px 20px rgba(0,0,0,.08)}.loc-card h2{font-size:32px}.loc-empty{margin:0;color:#64748b}.loc-review-panel{background:#fff;border-radius:16px;padding:20px;margin-bottom:24px}.loc-review-panel h2{font-size:22px;margin:0 0 14px}.loc-review-row{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-top:1px solid #e5e7eb}.loc-review-row p{margin:4px 0;color:#475569;text-transform:capitalize}.loc-review-row small{color:#64748b}.loc-table{background:#fff;border-radius:16px;overflow:hidden}.loc-table table{width:100%;border-collapse:collapse}.loc-table td,.loc-table th{padding:18px}.loc-table th{background:#f9fafb}.loc-table tr{border-top:1px solid #eee}.loc-table .status{padding:6px 12px;border-radius:12px;font-size:14px}.loc-table .status.active{background:#dcfce7;color:#166534}.loc-table .status.inactive{background:#fef3c7;color:#92400e}.loc-level-badge{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:capitalize;background:#eef2ff;color:#3730a3}.loc-row-actions{display:flex;flex-wrap:wrap;gap:7px}.loc-row-actions button{display:inline-flex;align-items:center;gap:5px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:6px 9px;cursor:pointer}.loc-error,.loc-state{padding:22px;color:#475569}.loc-error{display:flex;justify-content:space-between;align-items:center;border:1px solid #fecaca;border-radius:12px;background:#fef2f2;color:#991b1b;margin-bottom:14px}.loc-error button,.loc-load-more{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;padding:8px 12px;cursor:pointer}.loc-load-more{margin:16px}.loc-modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.62)}.loc-modal{width:min(680px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border-radius:16px;background:#fff;padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.25)}.loc-modal h2{margin:0}.loc-modal-body{margin:18px 0}.loc-modal-body>label{display:grid;gap:7px;margin-top:14px;font-weight:700}.loc-modal textarea{min-height:90px;resize:vertical}.loc-modal-actions{display:flex;justify-content:flex-end;gap:10px}.loc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.loc-form-grid label{display:grid;gap:6px;font-weight:700;color:#334155}.loc-form-grid .loc-wide{grid-column:1/-1}.loc-related-linker{display:grid;gap:10px;margin-top:14px}.loc-related-search-row{display:flex;gap:8px}.loc-related-search-row input{flex:1 1}.loc-related-results{display:grid;gap:4px;max-height:160px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:10px;padding:6px}.loc-related-result{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;border-radius:8px}.loc-related-result:hover{background:#f1f5f9}.loc-related-result button{border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:4px 10px;cursor:pointer;font-size:12px;font-weight:700}.loc-related-chips{display:flex;flex-wrap:wrap;gap:6px}.loc-related-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:700}.loc-related-chip button{border:0;background:transparent;color:#4f46e5;cursor:pointer;font-size:14px;line-height:1;padding:0}.loc-bottom-nav,.loc-mobile-list,.loc-mobile-top{display:none}@media (max-width:768px){.loc-header{flex-direction:column;text-align:center}.loc-actions{flex-direction:column;width:100%}.loc-wrapper{padding:20px 14px 90px}.loc-header h1{font-size:32px}.loc-header>.loc-add-btn{width:100%;margin-top:16px}.loc-controls{flex-direction:column}.loc-controls .loc-search{flex-basis:auto}.loc-controls button,.loc-controls select{width:100%}.loc-form-grid{grid-template-columns:1fr}.loc-form-grid .loc-wide{grid-column:auto}.loc-row-actions button{flex:1 1 auto;justify-content:center}.loc-stats{grid-template-columns:1fr}.loc-table table{display:none}.loc-mobile-list{display:block}.loc-item{background:#fff;padding:16px;border-radius:16px;margin-bottom:14px}.loc-item .top{display:flex;justify-content:space-between;align-items:center}.loc-bottom-nav{display:flex;position:fixed;bottom:0;width:100%;justify-content:space-around;background:#fff;padding:10px}}.loc-decision-backdrop{position:fixed;inset:0;z-index:10500;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(6,15,32,.48);overflow-y:auto}.loc-decision-modal{width:min(520px,100%);border:1px solid #e1e7f0;border-radius:16px;background:#fff;box-shadow:0 28px 70px rgba(15,23,42,.24);padding:24px;max-height:calc(100vh - 48px);overflow-y:auto}.loc-decision-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.loc-decision-header h2{margin:0 0 6px;color:#071126;font-size:20px;font-weight:800}.loc-decision-header p{margin:0;color:#53627c;font-weight:600;font-size:14px}.loc-decision-close{width:32px;height:32px;border:1px solid #dbe4f0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fff;font-size:18px;line-height:1;cursor:pointer;flex-shrink:0}.loc-decision-context{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;margin-bottom:16px;font-size:14px;color:#071126}.loc-decision-location-picker{margin-bottom:16px}.loc-decision-location-picker>label{display:block;font-weight:700;color:#071126;margin-bottom:6px;font-size:14px}.loc-decision-search-row{display:flex;gap:8px;margin-bottom:8px}.loc-decision-search-row input{flex:1 1;border:1px solid #dbe4f0;border-radius:10px;padding:9px 12px;font-size:14px;box-sizing:border-box}.loc-decision-search-row button{border:1px solid #cbd5e1;border-radius:10px;background:#fff;padding:9px 14px;font-weight:700;cursor:pointer;white-space:nowrap}.loc-decision-search-row button:disabled{cursor:not-allowed;opacity:.55}.loc-decision-location-picker select{width:100%;border:1px solid #dbe4f0;border-radius:10px;padding:9px 12px;font-size:14px;box-sizing:border-box;background:#fff}.loc-decision-search-error{color:#c62828;font-weight:600;font-size:12px;margin-bottom:8px}.loc-decision-label{display:block;font-weight:700;color:#071126;margin-bottom:6px;font-size:14px}.loc-decision-textarea{width:100%;border:1px solid #dbe4f0;border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box}.loc-decision-meta{display:flex;justify-content:space-between;align-items:center;margin-top:6px;font-size:12px;color:#8a97ab}.loc-decision-field-error,.loc-decision-server-error{color:#c62828;font-weight:600}.loc-decision-server-error{margin-top:12px;padding:10px 12px;border-radius:8px;background:#fdecea;font-size:13px}.loc-decision-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.loc-decision-cancel{border:1px solid #dbe4f0;border-radius:10px;background:#fff;color:#071126}.loc-decision-cancel,.loc-decision-confirm{padding:9px 16px;font-weight:700;cursor:pointer}.loc-decision-confirm{border:none;border-radius:10px;background:#071126;color:#fff}.loc-decision-cancel:disabled,.loc-decision-confirm:disabled{opacity:.5;cursor:not-allowed}