@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700&display=swap");:root{--ink:#18221d;--muted:#6e7872;--line:#e6eae7;--bg:#f6f8f6;--panel:#fff;--brand:#245c48;--brand2:#1b4939;--violet:#7157d9;--shadow:0 1px 2px rgba(18,45,33,.04),0 8px 24px rgba(18,45,33,.035)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;color:var(--ink);background:var(--bg);font-family:DM Sans,Noto Sans KR,sans-serif}button,input,select,textarea{font:inherit}a,button{transition:.18s ease}button{cursor:pointer}a{color:inherit;text-decoration:none}.appFrame{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:252px;background:#f9faf9;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:25px 17px 17px;z-index:20}.sidebarTop{justify-content:space-between;padding:0 10px 26px}.logo,.sidebarTop{display:flex;align-items:center}.logo{gap:10px;font-size:18px;font-weight:700;letter-spacing:-.4px}.logo b{color:var(--brand)}.logoMark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--brand);color:#fff;box-shadow:0 5px 14px #245c4835}.nav{display:flex;flex-direction:column;gap:4px}.navLabel{margin:0 12px 7px;color:#9aa39e;font-size:10px;font-weight:700;letter-spacing:1.3px}.navSection{margin-top:19px}.navItem{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:9px;color:#65716a;font-size:13.5px;font-weight:600}.navItem:hover{background:#eef2ef;color:var(--ink)}.navItem.active{color:var(--brand);background:#e9f1ed}.sidebarPromo{margin-top:auto;padding:16px;border-radius:13px;color:#dceae3;background:linear-gradient(145deg,#315d4d,#183f31);font-size:12px}.promoIcon{display:grid;place-items:center;width:32px;height:32px;background:#ffffff18;border:1px solid #ffffff17;border-radius:9px;margin-bottom:12px}.sidebarPromo b{display:block;color:#fff;font-size:13px}.sidebarPromo p{line-height:1.55;margin:6px 0 12px}.sidebarPromo a{color:#fff;font-weight:700}.sidebarUser{display:flex;align-items:center;gap:9px;padding:17px 7px 0;margin-top:15px;border-top:1px solid var(--line)}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#e5ede9;color:var(--brand);font-weight:700}.sidebarUser>div:nth-child(2){min-width:0;flex:1 1}.sidebarUser b,.sidebarUser span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebarUser b{font-size:12px}.sidebarUser span{font-size:10px;color:var(--muted);margin-top:2px}.mainArea{margin-left:252px}.topbar{height:77px;background:#ffffffdd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);justify-content:space-between;padding:0 34px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.topbar,.topbarTitle{display:flex;align-items:center}.topbarTitle{gap:8px}.topbarTitle p{display:none}.topbarTitle h1{font-size:16px;margin:0}.topbarActions{gap:10px}.searchBox,.topbarActions{display:flex;align-items:center}.searchBox{gap:8px;border:1px solid var(--line);background:#fafbfa;border-radius:9px;padding:0 11px;height:36px;color:#8a938e}.searchBox input{border:0;outline:0;background:transparent;width:140px;font-size:12px}.primaryButton,.secondaryButton,.whiteButton{border:0;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700;font-size:12.5px;padding:10px 14px}.primaryButton{color:#fff;background:var(--brand);box-shadow:0 4px 10px #245c4820}.primaryButton:hover{background:var(--brand2);transform:translateY(-1px)}.primaryButton:disabled{opacity:.55;cursor:not-allowed;transform:none}.secondaryButton{background:#fff;border:1px solid var(--line);color:#4e5a53}.secondaryButton:hover{border-color:#bdc8c1}.compactButton{padding:9px 13px}.clinicPill{display:flex;align-items:center;gap:7px;padding:8px 11px;border-left:1px solid var(--line);font-size:11px;font-weight:600}.content{padding:31px 34px 60px;max-width:1500px;margin:auto}.pageHeading{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:25px}.pageHeading h2{font-size:25px;letter-spacing:-.7px;margin:4px 0 6px}.pageHeading p{font-size:13px;color:var(--muted);margin:0}.eyebrow{font-size:9.5px;color:var(--brand);font-weight:700;letter-spacing:1.2px}.eyebrow.light{color:#b7d1c5;display:flex;align-items:center;gap:5px}.panel,.statCard{background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.statsGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.statCard{padding:18px 19px}.statTop{display:flex;justify-content:space-between;align-items:center}.statIcon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center}.statIcon.violet{background:#f0edfc;color:#765ede}.statIcon.green{background:#e8f3ed;color:#277253}.statIcon.amber{background:#fff3df;color:#cf8525}.statIcon.blue{background:#e9f0fb;color:#4e73bb}.trend{font-size:10px;font-weight:700}.trend.up{color:#347a5d}.miniCount{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#f0f2f1;color:#77817b;font-size:9px}.statCard>p{font-size:11.5px;color:var(--muted);margin:14px 0 3px}.statCard h3{font-size:27px;margin:0 0 4px}.statCard small{color:#929a95;font-size:10px}.dashboardGrid{display:grid;grid-template-columns:1.75fr 1fr;grid-gap:14px;gap:14px;margin-top:14px}.panelHeader{display:flex;align-items:center;justify-content:space-between;padding:19px 20px;border-bottom:1px solid var(--line)}.panelHeader h3{font-size:14px;margin:0 0 4px}.panelHeader p{font-size:10.5px;color:var(--muted);margin:0}.panelHeader a{gap:4px;color:var(--brand);font-size:11px;font-weight:700}.contentRow,.panelHeader a{display:flex;align-items:center}.contentRow{gap:11px;padding:13px 20px;border-bottom:1px solid #eff1ef}.contentRow:last-child{border:0}.docIcon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#f1f4f2;color:#6a7770}.contentInfo{min-width:0;flex:1 1}.contentInfo b,.contentInfo span{display:block}.contentInfo b{font-size:11.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contentInfo span{font-size:9.5px;color:#929a95;margin-top:4px}.statusPill{display:inline-flex;align-items:center;gap:5px;border-radius:20px;padding:5px 8px;font-size:9.5px;font-weight:700;white-space:nowrap}.statusPill i{width:5px;height:5px;border-radius:50%;background:currentColor}.statusPill.green{background:#eaf4ee;color:#327858}.statusPill.amber{background:#fff3df;color:#b9741e}.statusPill.blue{background:#eaf0fa;color:#4e6faa}.statusPill.gray{background:#f0f2f1;color:#77807b}.iconButton{border:0;background:transparent;color:#7d8781;display:grid;place-items:center;padding:6px;border-radius:7px}.iconButton:hover{background:#eff2f0}.schedulePanel{padding-bottom:18px}.scheduleDate{display:flex;align-items:center;gap:13px;margin:15px 19px}.scheduleDate>span{width:40px;height:43px;background:#f1f5f3;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--brand);font-size:8px}.scheduleDate>span b{font-size:15px}.scheduleDate>div{min-width:0}.scheduleDate>div b{font-size:10.5px}.scheduleDate p{font-size:9px;color:#8d9691;margin:4px 0}.fullButton{width:calc(100% - 38px);margin:6px 19px}.aiBanner{margin-top:14px;padding:22px 25px;border-radius:14px;background:radial-gradient(circle at 80% 20%,#3e755f,#1c4938 58%);color:#fff;display:flex;align-items:center;gap:16px}.bannerSpark{display:grid;place-items:center;width:47px;height:47px;background:#ffffff12;border:1px solid #ffffff18;border-radius:13px}.aiBanner h3{font-size:14px;margin:5px 0}.aiBanner p{font-size:10.5px;color:#c1d3ca;margin:0}.aiBanner .whiteButton{margin-left:auto;background:#fff;color:var(--brand)}.whiteButton:hover{transform:translateY(-1px)}.chromeRequirementNotice{margin:16px 0 0!important;padding:10px 12px;border-radius:8px;background:#f5f8f6;color:var(--muted)!important;font-size:10.5px!important;line-height:1.6;text-align:center}.chromeRequirementNotice.unsupported{background:#fff7e8;color:#805d20!important;font-weight:650}.helperUpdateRecommendation{margin:8px 0;color:var(--muted);font-size:11px;text-align:right}.helperUpdateRecommendation a{color:var(--brand);font-weight:700;text-decoration:underline}.helperPrivacyPage{min-height:100vh;padding:48px 20px;background:#f5f8f6;color:var(--text)}.helperPrivacyPage article{width:min(780px,100%);margin:auto;padding:clamp(24px,5vw,52px);border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 18px 50px #2032290b}.helperPrivacyPage header{padding-bottom:24px;border-bottom:1px solid var(--line)}.helperPrivacyPage header span{color:var(--brand);font-size:12px;font-weight:800}.helperPrivacyPage h1{margin:8px 0 6px;font-size:clamp(26px,5vw,38px)}.helperPrivacyPage header p,.helperPrivacyPage section p{color:var(--muted);line-height:1.8}.helperPrivacyPage section{margin-top:28px}.helperPrivacyPage h2{font-size:17px}.helperPrivacyPending{margin-top:28px;padding:20px;border:1px solid #ecd8ae;border-radius:12px;background:#fff9ed;color:#6f5524}.helperPrivacyPending p{margin-bottom:0;line-height:1.7}.loginPage{min-height:100vh;display:grid;grid-template-columns:47% 53%;background:#fff}.loginVisual{background:radial-gradient(circle at 20% 90%,#3c705b,#183f31 58%);padding:37px 52px;display:flex;flex-direction:column;color:#fff;position:relative;overflow:hidden}.loginVisual:after{content:"";position:absolute;width:430px;height:430px;border:1px solid #ffffff12;border-radius:50%;right:-180px;bottom:-170px;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff04}.loginVisual .logoMark{background:#fff;color:var(--brand)}.loginVisual .logo b{color:#a9d5c1}.loginStory{margin:auto 0;position:relative;z-index:1}.loginStory h1{font-size:38px;line-height:1.38;letter-spacing:-1.5px;margin:18px 0}.loginStory>p{color:#c6d7cf;line-height:1.8;font-size:13px}.loginStory ul{list-style:none;padding:0;margin:28px 0;display:flex;flex-direction:column;gap:11px}.loginStory li{display:flex;align-items:center;gap:9px;font-size:12px;color:#dfebe5}.loginStory li svg{padding:3px;background:#ffffff19;border-radius:50%}.loginQuote{position:relative;z-index:1;display:flex;gap:12px;color:#bcd0c7;font-size:11px;line-height:1.6}.loginQuote p{margin:0}.loginQuote b{color:#fff}.loginFormWrap{display:grid;place-items:center;padding:40px}.loginForm{width:min(380px,100%)}.mobileLoginLogo{display:none}.formIcon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;color:var(--brand);background:#eaf2ee;margin-bottom:21px}.loginForm h2{font-size:25px;margin:0 0 8px;letter-spacing:-.7px}.loginForm>p{color:var(--muted);font-size:12px;margin:0 0 29px}.loginForm form{display:flex;flex-direction:column;gap:17px}.field,.loginForm label{display:flex;flex-direction:column;gap:7px;font-size:11.5px;font-weight:600}.field input,.field select,.field textarea,.loginForm input{width:100%;border:1px solid #dde3df;background:#fff;border-radius:9px;padding:11px 12px;outline:none;font-size:12px;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus,.loginForm input:focus{border-color:#6d9685;box-shadow:0 0 0 3px #e9f2ee}.passwordField{position:relative}.passwordField button{position:absolute;right:8px;top:7px;padding:5px;border:0;background:transparent;color:#8b948f}.loginButton{width:100%;height:43px;margin-top:5px}.formMessage{display:flex;align-items:center;gap:6px;background:#fff0ed;color:#ad4c3e;border-radius:8px;padding:10px;font-size:11px}.switchAuth{text-align:center!important;margin-top:25px!important}.switchAuth button{border:0;background:none;color:var(--brand);font-weight:700}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{50%{transform:scale(1.08);opacity:.65}}.settingsLayout{display:grid;grid-template-columns:1.65fr 1fr;grid-gap:15px;gap:15px;align-items:start}.settingsMain{display:flex;flex-direction:column;gap:15px}.formPanel{padding:22px}.sectionTitle{display:flex;align-items:center;gap:12px;padding-bottom:19px;margin-bottom:19px;border-bottom:1px solid var(--line)}.sectionIcon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#eaf1ed;color:var(--brand)}.sectionIcon.green{background:#eaf4ee;color:#36795c}.sectionIcon.violet{background:#efedfa;color:#735bd0}.sectionTitle h3{font-size:14px;margin:0 0 4px}.sectionTitle p{font-size:10.5px;color:var(--muted);margin:0}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:17px;gap:17px}.field span{display:flex;align-items:center;gap:5px}.field em{color:#c44;font-style:normal}.field textarea{resize:vertical;line-height:1.65}.field small{font-size:9.5px;color:#8a938e;font-weight:400}.span2{grid-column:1/-1}.inputIcon{position:relative}.inputIcon svg{position:absolute;left:11px;top:11px;color:#8b958f}.inputIcon input{padding-left:36px}.stickyPanel{position:-webkit-sticky;position:sticky;top:93px}.tonePreview{background:#f4f7f5;border-radius:10px;padding:14px;margin:18px 0}.tonePreview span{font-size:9px;color:var(--brand);font-weight:700}.tonePreview p{font-size:10.5px;line-height:1.7;margin:6px 0 0;color:#55615b}.libraryToolbar{display:flex;gap:10px;margin-bottom:15px}.searchBox.wide{width:320px;background:#fff}.searchBox.wide input{width:100%}.viewToggle{display:flex;border:1px solid var(--line);background:#fff;border-radius:9px;padding:3px;margin-left:auto}.viewToggle button{border:0;background:none;padding:6px 8px;color:#8c958f;border-radius:6px}.viewToggle button.active{background:#edf2ef;color:var(--brand)}.filterTabs{display:flex;gap:5px;border-bottom:1px solid var(--line);margin-bottom:18px}.filterTabs button{border:0;background:none;padding:10px 13px;color:#77817b;font-size:11px;font-weight:600;border-bottom:2px solid transparent}.filterTabs button.active{color:var(--brand);border-color:var(--brand)}.filterTabs span{padding:2px 5px;background:#edf1ef;border-radius:9px;font-size:8px}.libraryGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.libraryCard{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden;box-shadow:var(--shadow)}.libraryCard:hover{transform:translateY(-2px);box-shadow:0 10px 30px #233c3012}.cardThumb{height:95px;background:linear-gradient(135deg,#e9f0ec,#f5f7f6);display:flex;align-items:center;justify-content:center;color:#789084;position:relative}.cardThumb>span{position:absolute;left:12px;top:12px;background:#ffffffcc;border-radius:6px;padding:4px 7px;font-size:8px;font-weight:700}.cardThumb>button{position:absolute;right:8px;top:8px;border:0;background:#fff;border-radius:6px;padding:5px;color:#6f7b74}.libraryCardBody{padding:16px}.libraryCardBody h3{font-size:12.5px;line-height:1.5;margin:11px 0 7px}.libraryCardBody p{font-size:10px;line-height:1.6;color:var(--muted);margin:0 0 14px}.libraryCardBody>div{display:flex;justify-content:space-between;color:#939b97;font-size:8.5px;border-top:1px solid #eff1f0;padding-top:12px}.calendarPanel{overflow:hidden}.calendarHeader{display:flex;justify-content:space-between;align-items:center;padding:14px 17px}.calendarHeader>div{display:flex;align-items:center;gap:4px}.calendarHeader h3{font-size:14px;margin:0 0 0 8px}.calendarGrid,.weekdays{display:grid;grid-template-columns:repeat(7,1fr)}.weekdays{background:#fafbfa;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.weekdays span{text-align:center;padding:10px;color:#8c958f;font-size:9px;font-weight:700}.weekdays span:first-child{color:#c26c65}.calendarDay{height:105px;padding:8px;border-right:1px solid #edf0ee;border-bottom:1px solid #edf0ee;font-size:10px}.calendarDay:nth-child(7n){border-right:0}.calendarDay>span{display:grid;place-items:center;width:23px;height:23px}.calendarDay.today>span{background:var(--brand);color:#fff;border-radius:50%}.calendarDay.muted{background:#fafbfa}.calendarEvent{margin-top:5px;padding:5px 6px;border-radius:5px;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600}.calendarEvent i{display:inline-block;width:4px;height:4px;border-radius:50%;background:currentColor;margin-right:4px}.calendarEvent.violet{background:#f0edfb;color:#6d57c5}.calendarEvent.blue{background:#ebf0f8;color:#5271aa}.calendarEvent.green{background:#eaf4ee;color:#347858}.calendarEvent.amber{background:#fff1dc;color:#b87622}.generatorLayout{display:grid;grid-template-columns:380px 1fr;grid-gap:15px;gap:15px;align-items:start}.generatorForm{padding:20px}.generatorStep{display:flex;align-items:center;gap:10px;margin:3px 0 16px}.generatorStep:not(:first-child){margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.generatorStep>span{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:#e8f0ec;color:var(--brand);font-size:10px;font-weight:700}.generatorStep b{font-size:12px}.generatorStep p{margin:3px 0 0;color:var(--muted);font-size:9.5px}.subjectRow{display:grid;grid-template-columns:1fr 76px;grid-gap:9px;gap:9px;margin-top:12px}.weightField>div{position:relative}.weightField i{position:absolute;right:9px;top:11px;font-size:10px;color:#8a938e;font-style:normal}.weightField input{padding-right:23px}.weightSummary{margin-top:15px}.weightSummary>span{display:block;background:#edf0ee;height:5px;border-radius:5px;overflow:hidden}.weightSummary i{display:block;height:100%;background:var(--brand);transition:.2s}.weightSummary.invalid i{background:#d38b34}.weightSummary p{display:flex;justify-content:space-between;font-size:9.5px;color:var(--muted)}.generateButton{width:100%;margin:16px 0 0;height:43px}.aiNote{display:flex;align-items:center;justify-content:center;gap:5px;font-size:8.5px;color:#8c958f}.generatorResult{min-height:590px;overflow:hidden}.emptyResult{height:588px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.emptyResult>span{display:grid;place-items:center;width:60px;height:60px;border-radius:17px;background:#eaf2ee;color:var(--brand);margin-bottom:18px}.emptyResult>span.pulse{animation:pulse 1.8s infinite}.emptyResult h3{font-size:14px;margin:0 0 8px}.emptyResult p{font-size:10.5px;color:var(--muted);line-height:1.6}.emptyFeatures{display:flex;gap:7px;margin-top:15px}.emptyFeatures span{display:flex;align-items:center;gap:5px;background:#f5f7f6;border-radius:7px;padding:7px 9px;color:#758079;font-size:8.5px}.resultTabs{display:flex;padding:0 18px;border-bottom:1px solid var(--line)}.resultTabs button{border:0;border-bottom:2px solid transparent;background:none;padding:16px 13px;font-size:10.5px;color:#79837d;font-weight:600}.resultTabs button.active{color:var(--brand);border-color:var(--brand)}.resultBody{padding:20px}.topicResults article{display:flex;align-items:center;gap:14px;padding:15px 5px;border-bottom:1px solid var(--line)}.topicResults article>span{font-size:18px;color:#c3cbc6;font-weight:700}.topicResults article>div{flex:1 1}.topicResults small{color:var(--brand);font-size:8.5px;font-weight:700}.topicResults h3{font-size:12px;margin:4px 0}.topicResults p{font-size:9px;color:var(--muted);margin:0 0 5px}.topicResults em{font-style:normal;font-size:8px;color:#718078}.resultAction{display:flex;justify-content:space-between;gap:15px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:14px}.resultAction h3{font-size:13px}.resultAction button{display:flex;gap:5px;align-items:center;border:1px solid var(--line);background:#fff;border-radius:7px;padding:7px 9px;font-size:9px}.articleText{white-space:pre-wrap;font-family:inherit;line-height:1.85;font-size:11px;color:#47534c;max-height:475px;overflow:auto;padding-top:16px}.imagePrompts article{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.imagePrompts article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#f0edfa;color:#735ccd;flex:0 0 auto}.imagePrompts b{font-size:10px}.imagePrompts p{font-size:9.5px;line-height:1.6;color:var(--muted)}.safetyResult{text-align:center;padding:70px 25px}.safetyResult>span{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;margin:auto}.safetyResult.passed>span{background:#e9f4ed;color:#367b5b}.safetyResult.failed>span{background:#fff0ed;color:#b85a48}.safetyResult h3{font-size:15px;margin:17px 0 7px}.safetyResult p{max-width:400px;margin:auto;color:var(--muted);line-height:1.7;font-size:10px}.mobileOnly,.scrim{display:none}@media(max-width:1050px){.statsGrid{grid-template-columns:repeat(2,1fr)}.dashboardGrid{grid-template-columns:1fr}.libraryGrid{grid-template-columns:repeat(2,1fr)}.generatorLayout{grid-template-columns:340px 1fr}.topbar .searchBox{display:none}.settingsLayout{grid-template-columns:1fr}.stickyPanel{position:static}}@media(max-width:760px){.mobileOnly{display:grid}.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.isOpen{transform:none}.scrim{display:block;position:fixed;inset:0;background:#15221c80;border:0;z-index:19}.mainArea{margin-left:0}.topbar{height:68px;padding:0 16px}.topbarTitle h1{font-size:14px}.topbarActions .clinicPill{display:none}.content{padding:22px 16px 45px}.pageHeading{align-items:flex-start;flex-direction:column}.pageHeading h2{font-size:22px}.statsGrid{grid-template-columns:1fr 1fr}.dashboardGrid{grid-template-columns:1fr}.aiBanner{align-items:flex-start;flex-wrap:wrap}.aiBanner .whiteButton{margin-left:63px}.contentRow .statusPill{display:none}.loginPage{display:block}.loginVisual{display:none}.loginFormWrap{min-height:100vh;padding:25px}.mobileLoginLogo{display:block;margin-bottom:55px}.formIcon{display:none}.libraryGrid{grid-template-columns:1fr}.libraryToolbar .wide{width:auto;flex:1 1}.viewToggle{display:none}.filterTabs{overflow-x:auto}.filterTabs button{white-space:nowrap}.formGrid{grid-template-columns:1fr}.span2{grid-column:auto}.generatorLayout{grid-template-columns:1fr}.generatorResult{min-height:450px}.emptyResult{height:448px}.calendarPanel{overflow-x:auto}.calendarGrid,.weekdays{min-width:700px}.clinicPill{display:none}}@media(max-width:470px){.compactButton{font-size:0;width:36px;height:36px;padding:0}.statsGrid{grid-template-columns:1fr}.contentRow{padding:12px}.pageHeading .primaryButton{width:100%}.aiBanner .whiteButton{margin-left:0;width:100%}.settingsLayout{display:block}.settingsAside{margin-top:15px}.libraryToolbar{flex-wrap:wrap}.searchBox.wide{width:100%;flex-basis:100%}}.studio{max-width:1160px;margin:auto}.stepper{justify-content:center;margin:-4px 0 25px}.stepper,.stepper>div{display:flex;align-items:center}.stepper>div{color:#99a19c;font-size:10px}.stepper span{display:grid;place-items:center;width:25px;height:25px;border:1px solid #dce2de;border-radius:50%;margin-right:7px;background:#fff;font-weight:700}.stepper i{display:block;width:90px;height:1px;background:#dce2de;margin:0 13px}.stepper .active{color:var(--brand)}.stepper .active span{border-color:var(--brand);background:#eaf2ee}.stepper .done span{background:var(--brand);color:#fff}.studioPanel{max-width:850px;margin:auto;padding:25px}.studioHeader{display:flex;align-items:center;gap:12px;padding-bottom:21px;margin-bottom:21px;border-bottom:1px solid var(--line)}.studioHeader>span{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#eaf2ee;color:var(--brand)}.studioHeader h3{font-size:15px;margin:0 0 5px}.studioHeader p{font-size:10.5px;color:var(--muted);margin:0}.headerButton{margin-left:auto}.studioFormGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.choiceField{border:0;padding:0;margin:0}.choiceField legend{font-size:11.5px;font-weight:600;margin-bottom:8px}.choiceField>div{display:flex;gap:7px;flex-wrap:wrap}.choiceField button{border:1px solid var(--line);background:#fff;color:#6d7871;border-radius:8px;padding:9px 12px;font-size:10.5px}.choiceField button.active{border-color:var(--brand);color:var(--brand);background:#edf4f0;box-shadow:inset 0 0 0 1px var(--brand)}.studioFooter{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;margin-top:22px}.studioFooter>span{display:flex;align-items:center;gap:5px;color:#818b85;font-size:9.5px}.titleSuggestions{display:flex;flex-direction:column;gap:8px}.titleSuggestions>button{width:100%;display:flex;align-items:center;gap:13px;text-align:left;border:1px solid var(--line);background:#fff;border-radius:10px;padding:13px;color:var(--ink)}.titleSuggestions>button:hover{border-color:#9fb5aa}.titleSuggestions>button.selected{border-color:var(--brand);background:#f0f6f3;box-shadow:inset 0 0 0 1px var(--brand)}.titleSuggestions>button>span{color:#a6aea9;font-size:12px;font-weight:700}.titleSuggestions>button>div{flex:1 1}.titleSuggestions b{font-size:11.5px}.titleSuggestions p{font-size:9.5px;color:var(--muted);margin:4px 0 0}.titleSuggestions svg{color:var(--brand)}.manualTitle{margin-top:18px}.articleActions{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.articleActions>div{display:flex;gap:7px}.reviewButton{background:#6b58bb}.articleWorkspace{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:15px;gap:15px;align-items:start}.generatedArticle{padding:38px 42px}.articleCategory{display:inline-block;background:#eaf2ee;color:var(--brand);border-radius:6px;padding:5px 8px;font-size:9px;font-weight:700}.generatedArticle h1{font-size:25px;line-height:1.45;letter-spacing:-.8px;margin:17px 0;outline:none}.generatedArticle h1:focus{background:#fff8de}.generatedArticle .lead{font-size:12px;color:#536059;line-height:1.9;padding-bottom:21px;border-bottom:1px solid var(--line)}.generatedArticle section{margin:29px 0}.generatedArticle h2{font-size:16px;margin:0 0 11px}.generatedArticle p{font-size:11.5px;line-height:1.95;color:#46524b;white-space:pre-wrap}.faqBlock{background:#f6f8f7;padding:13px 15px;border-radius:9px;margin:8px 0}.faqBlock b{font-size:11px;color:var(--brand)}.faqBlock p{margin:6px 0 0}.optionalCta{border:1px dashed #9fb8ac;background:#f3f7f5;border-radius:10px;padding:15px}.optionalCta>b{font-size:9px;color:var(--brand)}.optionalCta p{margin:6px 0}.optionalCta small{font-size:8.5px;color:#89928d}.hashtags{display:flex;flex-wrap:wrap;gap:6px;margin-top:24px}.hashtags span,.tags span{background:#eef3f0;color:#557165;border-radius:15px;padding:5px 8px;font-size:9px}.articleAside{display:flex;flex-direction:column;gap:12px}.detailPanel,.safetyPanel{padding:17px}.safetyPanel{border-top:3px solid}.safetyPanel.safe{border-top-color:#3d8a66}.safetyPanel.caution{border-top-color:#d39334}.safetyPanel.blocked{border-top-color:#bf5145}.safetyHeading{display:flex;align-items:center;gap:10px}.safetyHeading>span{display:grid;place-items:center;width:34px;height:34px;border-radius:9px}.safe .safetyHeading>span{background:#e9f4ed;color:#347858}.caution .safetyHeading>span{background:#fff4e0;color:#b87826}.blocked .safetyHeading>span{background:#fff0ed;color:#b85044}.safetyHeading small{font-size:8.5px;color:var(--muted)}.safetyHeading h3{font-size:12px;margin:2px 0}.safetyPanel details{border-top:1px solid var(--line);padding-top:10px;margin-top:10px}.safetyPanel summary{font-size:9.5px;font-weight:600;cursor:pointer}.safetyPanel summary em{float:right;font-size:8px;color:#b45a48}.safetyPanel details p{font-size:8.5px;line-height:1.6}.safetyPanel details b{display:block;color:var(--muted)}.suggestion{background:#f1f6f3;padding:8px;border-radius:6px}.safetyNotice{font-size:8px!important;line-height:1.55!important;color:#858e89!important;margin:13px 0 0!important}.detailPanel h3{display:flex;align-items:center;gap:7px;font-size:12px;margin:0 0 14px}.detailPanel label{display:block;font-size:9px;font-weight:700;margin-top:13px}.detailPanel label p{font-weight:400;line-height:1.6;color:#67736c}.tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.prompt{display:flex;gap:8px;font-size:8.5px!important;line-height:1.55;color:#69746e}.prompt b{display:grid;place-items:center;width:18px;height:18px;border-radius:5px;background:#f0edfa;color:#7157c7;flex:0 0 auto}.fullNoMargin{width:100%;margin:0}.studioToast{position:fixed;right:25px;bottom:25px;display:flex;align-items:center;gap:7px;color:#fff;border-radius:9px;padding:11px 15px;font-size:10.5px;z-index:30;box-shadow:0 8px 30px #0002}.studioToast.success{background:#2f7155}.studioToast.error{background:#a94c42}.filterSelect{border:1px solid var(--line);background:#fff;border-radius:9px;padding:0 11px;color:#68736d;font-size:10.5px;outline:none}.dashboardEmpty,.emptyLibrary{text-align:center;padding:65px 20px}.dashboardEmpty>span,.emptyLibrary>span{display:grid;place-items:center;width:55px;height:55px;border-radius:15px;background:#eaf2ee;color:var(--brand);margin:0 auto 15px}.dashboardEmpty h3,.emptyLibrary h3{font-size:14px}.dashboardEmpty p,.emptyLibrary p{font-size:10.5px;color:var(--muted);margin-bottom:18px}.dbStatus{display:inline-flex;border-radius:15px;padding:4px 8px;font-size:8.5px;font-weight:700}.dbStatus.draft{background:#eff1f0;color:#6f7973}.dbStatus.review{background:#fff2de;color:#b57523}.dbStatus.approved{background:#e9f3ed;color:#327657}.dbStatus.scheduled{background:#eaf0fa;color:#4e70ab}.dbStatus.published{background:#e9f3ed;color:#327657}.dynamicStats{grid-template-columns:repeat(5,1fr)}.dashboardRecent{margin-top:15px}.editorHeader{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px}.editorHeader>div:first-child{flex:1 1}.editorHeader a{display:inline-flex;align-items:center;gap:5px;font-size:10px;color:var(--muted);margin-bottom:9px}.editorHeader input{display:block;width:min(670px,100%);border:0;background:transparent;outline:none;font-size:22px;font-weight:700;color:var(--ink)}.editorHeader p{font-size:9.5px;color:var(--muted)}.editorHeader>div:last-child{display:flex;gap:7px}.editorHeader select{border:1px solid var(--line);border-radius:8px;background:#fff;padding:8px;font-size:10px}.dangerButton{display:grid;place-items:center;border:1px solid #efd4d0;background:#fff;color:#b45046;border-radius:8px;width:35px}.editorGrid{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:15px;gap:15px}.editorPaper{padding:25px}.editorPaper textarea{width:100%;min-height:680px;border:0;resize:vertical;outline:0;font-family:inherit;font-size:12px;line-height:1.95;color:#3f4c45}.editorGrid>aside{display:flex;flex-direction:column;gap:12px}.safetyMini.safe{border-left:3px solid #3d8a66}.safetyMini.caution{border-left:3px solid #d39334}.safetyMini.blocked{border-left:3px solid #bd5145}@media(max-width:1100px){.articleWorkspace{grid-template-columns:1fr}.articleAside{display:grid;grid-template-columns:repeat(2,1fr)}.safetyPanel{grid-column:1/-1}.dynamicStats{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.studioFormGrid{grid-template-columns:1fr}.studioFormGrid .span2{grid-column:auto}.stepper i{width:25px}.studioPanel{padding:18px}.studioHeader{align-items:flex-start;flex-wrap:wrap}.headerButton{margin-left:54px}.studioFooter{align-items:flex-start;gap:14px;flex-direction:column}.studioFooter .primaryButton{width:100%}.articleActions{align-items:flex-start;gap:8px;flex-direction:column}.articleActions>div{width:100%;overflow-x:auto}.articleActions button{white-space:nowrap}.generatedArticle{padding:24px 20px}.articleAside{display:flex}.dynamicStats{grid-template-columns:1fr 1fr}.editorHeader{align-items:flex-start;flex-direction:column;gap:10px}.editorHeader>div:last-child{width:100%;overflow-x:auto}.editorGrid{grid-template-columns:1fr}.libraryToolbar .filterSelect{height:36px;flex:1 1}}@media(max-width:470px){.stepper b{display:none}.stepper i{width:40px}.dynamicStats{grid-template-columns:1fr}.choiceField>div{display:grid;grid-template-columns:1fr 1fr}.articleActions>div .secondaryButton:nth-child(2){display:none}}.fieldError{font-size:9.5px!important;font-style:normal!important;font-weight:500!important;color:#b64f43!important}.field.hasError input,.field.hasError select,.field.hasError textarea{border-color:#d77b70!important;box-shadow:0 0 0 3px #fff0ed!important}.choiceField.hasError{padding:9px;border:1px solid #d77b70;border-radius:9px}.libraryError{display:flex;align-items:center;gap:14px;padding:20px;border-color:#efd3ce}.libraryError>span{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#fff0ed;color:#b65348}.libraryError>div{flex:1 1}.libraryError h3{font-size:13px;margin:0 0 5px}.libraryError p{font-size:10px;color:#9b4d44;margin:0}.libraryError small{font-size:8px;color:#8d756f}.editorError{margin-bottom:14px}.imageManager{margin-top:16px;padding:22px}.imageManagerHeader{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:18px;border-bottom:1px solid var(--line)}.imageManagerHeader>div{display:flex;align-items:center;gap:11px}.imageManagerHeader>div>span{display:grid;place-items:center;width:39px;height:39px;border-radius:10px;background:#eeecfa;color:#7058c8}.imageManagerHeader h3{font-size:14px;margin:0 0 4px}.imageManagerHeader p{font-size:9.5px;color:var(--muted);margin:0}.imageCostNotice{display:flex;align-items:center;gap:7px;padding:10px 12px;margin:15px 0;background:#fff6e7;border-radius:8px;color:#9a6826;font-size:9px}.imageCostNotice label{margin-left:auto;display:flex;align-items:center;gap:5px;font-weight:600}.imageFailure,.imageNotice{display:flex;align-items:center;gap:7px;padding:9px 11px;border-radius:8px;margin-bottom:12px;font-size:9px}.imageNotice{background:#ebf4ee;color:#347858}.imageFailure{background:#fff0ed;color:#a84f45}.imageFailure button{margin-left:auto;border:0;background:transparent;color:inherit;font-weight:700}.imageCards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.imageCard{border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff}.imagePreview{height:185px;background:#f1f4f2;display:grid;place-items:center;overflow:hidden}.imagePreview img{width:100%;height:100%;object-fit:cover}.imageLoading,.imagePlaceholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#929b96;font-size:9px}.imageCardBody{padding:14px}.imageCardTitle{display:flex;justify-content:space-between;gap:8px}.imageCardTitle b{font-size:11px}.imageCardTitle p{font-size:8.5px;color:var(--muted);margin:3px 0 11px}.imageStatus{height:max-content;border-radius:12px;padding:4px 7px;font-size:7.5px;font-weight:700;background:#eef1ef;color:#6f7973}.imageStatus.completed{background:#e8f3ec;color:#337657}.imageStatus.failed{background:#fff0ed;color:#ac4f45}.imageStatus.generating{background:#edf0fa;color:#6159a8}.imageStatus.demo{background:#fff4df;color:#a87527}.imageCardBody label{font-size:8.5px;font-weight:700}.imageCardBody textarea{width:100%;min-height:78px;margin-top:6px;padding:9px;border:1px solid var(--line);border-radius:8px;resize:vertical;outline:none;font-size:9px;line-height:1.55}.imageCardBody textarea:focus{border-color:#769a8a}.imageActions{display:flex;gap:6px;align-items:center;margin-top:10px}.imageActions .secondaryButton{padding:7px 9px;font-size:8.5px}.dangerIcon{color:#b65348}.imageError{padding:7px;margin-top:7px;border-radius:6px;background:#fff0ed;color:#a84e44;font-size:8px;line-height:1.5}.imageSaveGate{display:flex;align-items:center;gap:12px;margin-top:15px;padding:18px;color:#69746e}.imageSaveGate>svg{color:#745fc5}.imageSaveGate b{font-size:11px}.imageSaveGate p{font-size:9px;color:var(--muted);margin:4px 0 0}@media(max-width:760px){.imageCards{grid-template-columns:1fr}.imageManagerHeader{align-items:flex-start;flex-direction:column}.imageManagerHeader .primaryButton{width:100%}.imageCostNotice{align-items:flex-start;flex-wrap:wrap}.imageCostNotice label{width:100%;margin:4px 0 0}}.progressivePanel,.qualityPanel{border:1px solid var(--line);border-radius:10px;padding:13px;margin-bottom:16px;background:#fafbfa}.progressivePanel summary,.qualityPanel summary{cursor:pointer;font-size:11px;font-weight:700;color:var(--brand)}.progressivePanel p{font-size:9.5px;color:#5f6b64;line-height:1.6}.progressivePanel p b{display:block;color:#8b948f;font-size:8px}.duplicateWarning{display:flex;gap:9px;padding:11px;border-radius:9px;margin-bottom:14px;background:#fff5e5;color:#a66b21}.duplicateWarning.high{background:#fff0ed;color:#aa4e43}.duplicateWarning b{font-size:10px}.duplicateWarning p{margin:3px 0 0;font-size:9px;line-height:1.5}.titleSuggestions small{display:block;color:#af6a33;font-size:8px;margin-top:3px}.outlinePreview{display:flex;flex-direction:column;gap:8px}.outlineHook{padding:12px;background:#f2f6f4;border-left:3px solid var(--brand);font-size:10.5px}.outlinePreview article{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:9px;padding:11px}.outlinePreview article>span{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:#eaf2ee;color:var(--brand);font-size:9px;font-weight:700}.outlinePreview article b{font-size:10.5px}.outlinePreview article p{font-size:9px;color:var(--muted);margin:3px 0}.outlinePreview details{padding:11px;background:#fafbfa;border-radius:9px;font-size:9.5px}.ctaToggle{display:grid;grid-template-columns:auto 1fr;grid-gap:4px 8px;gap:4px 8px;align-items:center;margin-top:17px;padding:12px;border:1px solid var(--line);border-radius:9px;font-size:10px;font-weight:700}.ctaToggle small{grid-column:2;color:var(--muted);font-weight:400}.answerSummary{background:#eef5f1;border-radius:10px;padding:14px;margin:15px 0}.answerSummary b{font-size:9px;color:var(--brand)}.answerSummary p{margin:5px 0 0!important}.articleToc{display:flex;flex-direction:column;gap:5px;border:1px solid var(--line);border-radius:9px;padding:13px;margin-bottom:20px}.articleToc b{font-size:10px}.articleToc span{font-size:9.5px;color:#637068}.microAction{display:inline-flex;align-items:center;gap:4px;border:0;background:#f0f3f1;color:#64726b;border-radius:6px;padding:5px 7px;font-size:8px}.qualityPanel{background:#fff}.scoreRow{display:grid;grid-template-columns:90px 1fr 24px;align-items:center;grid-gap:7px;gap:7px;margin-top:9px;font-size:8.5px}.scoreRow i{height:5px;background:#edf0ee;border-radius:5px;overflow:hidden}.scoreRow i b{display:block;height:100%;background:var(--brand)}.scoreRow strong{text-align:right}.qualityNotes{margin-top:12px;padding:9px;background:#fff5e6;border-radius:7px;font-size:8px}.qualityNotes p{margin:4px 0}.scoreNotice{font-size:8px!important;color:#8d9691!important;border-top:1px solid var(--line);padding-top:10px}.strategySettings{display:grid;grid-template-columns:1fr 1.35fr;grid-gap:15px;gap:15px;margin-top:15px;align-items:start}.categoryRows,.imagePreferences,.priorityGrid{display:flex;flex-direction:column;gap:9px}.categoryRow{display:grid;grid-template-columns:64px 1fr auto auto;grid-gap:7px;gap:7px;align-items:center}.categoryRow input{min-width:0}.orderButtons{display:flex}.orderButtons button{border:0;background:#f0f3f1;color:#637068;padding:6px}.strategyEmpty{padding:22px;text-align:center;color:var(--muted);font-size:10px}.priorityRow{display:grid;grid-template-columns:1fr 85px;grid-gap:8px;gap:8px}.ratioTotal{margin:10px 0;padding:8px;border-radius:7px;font-size:10px;font-weight:700}.ratioTotal.valid{background:#eaf4ee;color:#327858}.ratioTotal.invalid{background:#fff0ed;color:#aa4e43}.scheduleGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.styleChoices,.weekdayPicker{display:flex;gap:6px;flex-wrap:wrap}.styleChoices button,.weekdayPicker button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:7px 9px;font-size:9px}.styleChoices button.active,.weekdayPicker button.active{border-color:var(--brand);background:#eaf2ee;color:var(--brand)}.checkLine{display:flex!important;flex-direction:row!important;align-items:center;gap:7px}.checkLine input{width:auto}.colorInputs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.strategySave{display:flex;justify-content:flex-end;margin-top:18px}.monthNav,.planToolbar{display:flex;align-items:center;gap:8px}.planToolbar{justify-content:space-between;margin-bottom:14px;flex-wrap:wrap}.monthNav h3{min-width:100px;text-align:center;margin:0}.realCalendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-left:1px solid var(--line);border-top:1px solid var(--line)}.realCalendar>.calendarDay{height:142px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);overflow:auto}.dayPlans{display:flex;flex-direction:column;gap:4px}.planEvent{display:block;border:0;width:100%;text-align:left;padding:6px;border-radius:6px;background:#edf4f0;color:#285d46;font-size:8px;line-height:1.35}.planEvent.draft_created,.planEvent.review{background:#fff2de;color:#9d641e}.planEvent.published{background:#eaf0fa;color:#4e70ab}.planEvent.skipped{background:#f0f2f1;color:#79827d;text-decoration:line-through}.calendarEmpty,.calendarError,.calendarLoading{grid-column:1/-1;padding:45px;text-align:center;color:var(--muted)}.calendarError{color:#a84e44}.distributionPanel{padding:16px;margin-top:14px}.distributionRow{display:grid;grid-template-columns:110px 1fr 30px;grid-gap:8px;gap:8px;align-items:center;margin-top:8px;font-size:9px}.distributionRow i{height:6px;background:#edf0ee;border-radius:5px;overflow:hidden}.distributionRow i b{display:block;height:100%;background:var(--brand)}.plannedContext{display:flex;align-items:flex-start;gap:9px;padding:12px;margin-bottom:15px;border-radius:9px;background:#edf4f0;color:#315e4b;font-size:10px}.plannedContext p{margin:3px 0 0;color:#64736b}.facelessPolicy{display:flex;align-items:center;gap:6px;padding:8px 10px;margin:12px 0;border-radius:7px;background:#edf4f0;color:#327858;font-size:9px;font-weight:700}.imageCardBody select{width:100%;margin:6px 0 10px;padding:8px;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:9px}@media(max-width:1050px){.strategySettings{grid-template-columns:1fr}.realCalendar{min-width:850px}.calendarPanel{overflow-x:auto}}@media(max-width:760px){.colorInputs,.scheduleGrid{grid-template-columns:1fr}.categoryRow{grid-template-columns:50px 1fr auto}.categoryRow .secondaryButton{grid-column:2/-1}.planToolbar{align-items:stretch}.planToolbar>.primaryButton{width:100%}}.recommendationNotice{padding:10px 12px;margin:10px 0 15px;border-radius:8px;background:#eef4f1;color:#4c675a;font-size:9px}.keywordRecommendationGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px;margin-bottom:17px}.keywordRecommendationCard{padding:13px;border:1px solid var(--line);border-radius:10px;background:#fafbfa}.keywordRecommendationCard>div:first-child{display:flex;justify-content:space-between}.keywordRecommendationCard h4{margin:8px 0 5px;font-size:12px}.keywordRecommendationCard dl,.keywordRecommendationCard p{font-size:8.5px;line-height:1.55;color:var(--muted)}.keywordRecommendationCard dt{font-weight:700;color:var(--ink)}.keywordRecommendationCard dd{margin:2px 0 6px}.riskBadge{display:inline-flex;padding:3px 6px;border-radius:10px;font-size:8px;font-style:normal}.riskBadge.low{background:#eaf4ee;color:#347858}.riskBadge.medium{background:#fff3df;color:#a66b21}.riskBadge.high{background:#fff0ed;color:#aa4e43}.planFilters{display:flex;align-items:center;gap:6px;margin:0 0 12px;flex-wrap:wrap}.planFilters>button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:7px 9px;font-size:9px}.planFilters>button.active{background:var(--brand);color:#fff}.planFilters>.secondaryButton{margin-left:auto}.planFilters>span{width:100%;font-size:9px;color:var(--muted)}.planReview{margin-bottom:14px;overflow:hidden}.reviewRow{display:grid;grid-template-columns:150px 100px 1fr 1.4fr 65px 32px;grid-gap:7px;gap:7px;align-items:center;padding:8px 15px;border-bottom:1px solid var(--line)}.reviewRow input{min-width:0;border:1px solid var(--line);border-radius:6px;padding:7px;font-size:9px}.planDrawerBackdrop{position:fixed;inset:0;background:#15221c66;z-index:50;display:flex;justify-content:flex-end}.planDrawer{width:min(430px,92vw);height:100%;overflow:auto;background:#fff;padding:30px;box-shadow:-15px 0 40px #0002;position:relative}.drawerClose{position:absolute;right:15px;top:15px}.planDrawer h2{font-size:21px;margin:12px 0}.planDrawer>p{font-size:11px;color:var(--muted);line-height:1.65}.planDrawer dt{font-size:9px;font-weight:700;margin-top:13px}.planDrawer dd{font-size:10px;margin:4px 0;color:#58645d}.drawerActions{display:flex;gap:6px;margin-top:10px}.drawerActions button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:8px;font-size:9px}.promptPreview{padding:10px;margin:9px 0;border-radius:8px;background:#f2f5f3}.promptPreview b{font-size:9px}.promptPreview p{font-size:8px;line-height:1.55;max-height:110px;overflow:auto}.promptPreview span{font-size:8px;color:var(--brand)}.strategyRecommendationLead{margin:0 0 12px;padding:16px 18px;border:1px solid #b9ddca;border-radius:13px;background:linear-gradient(135deg,#f2fbf6,#f8fbff)}.strategyRecommendationLead>div{display:flex;align-items:center;gap:9px;color:var(--brand)}.strategyRecommendationLead span{display:flex;flex-direction:column}.strategyRecommendationLead small{font-size:8px}.strategyRecommendationLead b{font-size:15px;color:var(--ink)}.strategyRecommendationLead p{margin:10px 0 5px;font-size:10px;line-height:1.6;color:var(--muted)}.strategyRecommendationLead strong{font-size:10px;color:#256849}.coverageBadge{margin:9px 0;padding:6px 8px;border-radius:7px;font-size:8px;font-weight:700}.coverageBadge.needed{background:#fff2df;color:#97601a}.coverageBadge.balanced{background:#edf4ff;color:#38669b}.coverageBadge.enough{background:#edf7f1;color:#347858}.keywordRecommendationCard.selected{border-color:var(--brand);box-shadow:0 0 0 2px #245c4817}.recommendationScore{display:block;margin:4px 0 9px;color:var(--brand);font-size:11px}.recommendationMetrics{display:grid!important;grid-template-columns:1fr 1fr;grid-gap:5px!important;gap:5px!important}.recommendationMetrics span{padding:5px 6px;border-radius:6px;background:#f1f5f3;font-size:8px;color:var(--muted)}.recommendationMetrics b{float:right;color:var(--ink)}.contentProgressPanel{margin-bottom:16px}.contentProgressPanel>header{display:flex;gap:10px;align-items:center;margin-bottom:14px}.contentProgressPanel>header>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eaf4ee;color:var(--brand)}.contentProgressPanel h3,.contentProgressPanel p{margin:0}.contentProgressPanel p{font-size:9px;color:var(--muted)}.contentProgressGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:10px;gap:10px}.contentProgressGrid article{padding:13px;border:1px solid var(--line);border-radius:10px}.progressHeading{display:flex;justify-content:space-between}.progressHeading strong{color:var(--brand)}.progressTrack{height:7px;margin:9px 0;background:#edf1ee;border-radius:10px;overflow:hidden}.progressTrack i{display:block;height:100%;background:linear-gradient(90deg,#3b8366,#7ab99d)}.progressStages{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px;gap:5px}.progressStages span{display:flex;justify-content:space-between;font-size:8px}.progressStages em{font-style:normal}.progressStages em.충분{color:#347858}.progressStages em.보통{color:#38669b}.progressStages em.부족{color:#a66b21}.planReview .reviewHeader,.planReview .reviewRow{grid-template-columns:150px 110px minmax(180px,1fr) 80px 90px 36px}.planReview .reviewRow>input[aria-label="검색 키워드"]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.keywordAnalysisCard{display:grid;grid-template-columns:minmax(130px,.45fr) 1.55fr;grid-gap:16px;gap:16px;margin:0 0 10px;padding:14px 16px;border:1px solid #c9dced;border-radius:12px;background:#f4f8fd}.keywordAnalysisCard>div{display:flex;flex-direction:column}.keywordAnalysisCard small{font-size:8px;color:#53769c}.keywordAnalysisCard b{font-size:14px;margin-top:3px}.keywordAnalysisCard dl{display:grid;grid-template-columns:auto 1fr;grid-gap:4px 10px;gap:4px 10px;margin:0;font-size:9px}.keywordAnalysisCard dt{font-weight:700;color:#355a7e}.keywordAnalysisCard dd{margin:0;color:var(--muted)}@media(max-width:900px){.keywordRecommendationGrid{grid-template-columns:1fr}.reviewRow{grid-template-columns:130px 90px 1fr}.reviewRow input:nth-of-type(2){grid-column:1/-1}.reviewRow .riskBadge{grid-column:2}.planFilters>.secondaryButton{margin-left:0}}.planReview .reviewHeader{grid-template-columns:150px 100px 1fr 80px 80px 32px}.planReview .reviewDetails,.planReview .reviewHeader>span:nth-child(5),.planReview .reviewRow>.contentTypeBadge,.planReview .reviewRow>input:nth-of-type(3),.planReview .reviewRow>input:nth-of-type(4){display:none}.planReview .reviewRow{grid-template-columns:150px 100px minmax(180px,1fr) 80px 80px 32px}.planStatusBadge{font-size:9px;font-weight:700;color:#347858;background:#eaf4ee;border-radius:10px;padding:4px 7px;text-align:center}.planSelectionBar{display:flex;align-items:center;gap:8px;margin:-4px 0 12px;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:#fff}.planSelectionBar label{display:flex;align-items:center;gap:6px;font-size:9px;color:var(--muted)}.planSelectionBar b{font-size:10px;margin-right:auto}.dangerButton{display:inline-flex;align-items:center;gap:5px;border:1px solid #e4b8b2;border-radius:7px;padding:7px 10px;background:#fff5f3;color:#a44338;font-size:9px;font-weight:700}.calendarNotice{white-space:pre-line;color:#2e7054;background:#edf7f1}.planEvent{position:relative;padding:7px 7px 7px 27px!important;min-height:70px}.planEvent .planSelect{position:absolute;left:7px;top:8px}.planEvent .planCategoryBadge{display:inline-flex;width:max-content;padding:2px 5px;border-radius:8px;background:#ffffffb8;color:inherit;font-size:8px;font-weight:700}.planEvent>b{display:-webkit-box;margin:6px 0 5px;font-size:10px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.planEvent .planMeta{display:flex;align-items:center;gap:3px;font-size:7.5px;opacity:.8}.planReview .fullButton:not(:disabled){pointer-events:auto;cursor:pointer}.smartEditorShell{position:relative;margin:0 0 18px;border:1px solid #dfe4e1;border-radius:16px;background:#f7f8f7;box-shadow:0 18px 50px #2032290b;overflow:hidden}.smartEditorTopbar{display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:0 18px;border-bottom:1px solid #e1e6e3;background:#fff}.smartEditorTopbar>div{display:flex;align-items:center;gap:10px}.smartEditorTopbar b{display:block;font-size:12px}.smartEditorTopbar small{display:block;margin-top:2px;color:#8a938e;font-size:8.5px}.editorProductMark{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#182a22;color:#fff;font-size:9px;font-weight:800;letter-spacing:.5px}.smartEditorStatus>button{display:grid;place-items:center;width:29px;height:29px;border:0;border-radius:7px;background:transparent;color:#68746d}.smartEditorStatus>button:hover:not(:disabled){background:#f0f3f1}.smartEditorStatus>button:disabled{opacity:.35}.smartEditorStatus>span{display:flex;align-items:center;gap:4px;margin-left:5px;padding:6px 8px;border-radius:7px;background:#f0f4f2;color:#5b6861;font-size:8.5px}.smartEditorStatus>span.saving{background:#fff7e8;color:#97651f}.smartEditorGrid{display:grid;grid-template-columns:minmax(180px,20%) minmax(0,60%) minmax(190px,20%);align-items:start;min-height:680px}.smartOutline,.smartQuality{position:-webkit-sticky;position:sticky;top:78px;max-height:calc(100vh - 100px);overflow:auto;padding:15px;background:#fafbfa}.smartOutline{border-right:1px solid #e2e6e4}.smartQuality{border-left:1px solid #e2e6e4}.smartOutline header,.smartQuality header{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.smartOutline header>div,.smartQuality header>div{display:flex;align-items:center;gap:7px;color:#33443b}.smartOutline header b,.smartQuality header b{font-size:10px}.smartOutline header>button,.smartQuality header>button{display:none;border:0;background:none}.smartOutline nav{display:flex;flex-direction:column;gap:3px}.smartOutline nav button{display:grid;grid-template-columns:21px minmax(0,1fr);grid-gap:1px 7px;gap:1px 7px;width:100%;padding:7px;border:0;border-radius:7px;background:transparent;text-align:left;color:#68736d}.smartOutline nav button:hover{background:#f0f3f1}.smartOutline nav button.active{background:#e9f0ec;color:#245c48}.smartOutline nav span{grid-row:1/3;display:grid;place-items:center;width:20px;height:20px;border:1px solid #dbe2de;border-radius:6px;font-size:7px}.smartOutline nav b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.smartOutline nav small{font-size:7px;color:#98a09b}.smartCanvas{min-width:0;padding:25px 26px 70px}.smartEditorBlock{position:relative;margin:0 0 12px;padding:21px 22px;border:1px solid transparent;border-radius:11px;background:#fff;box-shadow:0 1px 2px #2032290a;transition:border-color .18s,box-shadow .18s}.smartEditorBlock:hover{border-color:#dfe5e1}.smartEditorBlock.active{border-color:#aebfb6;box-shadow:0 0 0 3px #245c4808,0 6px 20px #2032290a}.blockHeading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.blockHeading>div:first-child{display:flex;align-items:center;gap:8px;min-width:0}.blockHeading small{display:grid;place-items:center;width:21px;height:21px;border-radius:6px;background:#f0f3f1;color:#89938d;font-size:7px}.blockHeading h1,.blockHeading h2{margin:0;color:#1f3028;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blockHeading h1{font-size:14px}.blockContent{min-height:34px;outline:0;color:#45524b;font-size:11px;line-height:1.9;white-space:pre-wrap}.blockContent:focus{background:linear-gradient(90deg,#f8faf9,transparent);border-radius:5px}.blockContent.titleContent{font-size:22px;font-weight:750;line-height:1.5;letter-spacing:-.5px}.blockToolbar{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:3px;max-width:62%;opacity:0;transform:translateY(-2px);transition:.15s}.smartEditorBlock.active .blockToolbar,.smartEditorBlock:hover .blockToolbar{opacity:1;transform:none}.blockToolbar button{display:inline-flex;align-items:center;gap:3px;min-height:24px;padding:4px 5px;border:1px solid #e1e5e3;border-radius:6px;background:#fff;color:#66716b;font-size:7px;white-space:nowrap}.blockToolbar button:hover{border-color:#bfc9c3;color:#244d3b;background:#f7faf8}.blockToolbar button.danger:hover{border-color:#e0b7b2;color:#a54b41;background:#fff5f3}.smartQuality>p{margin:0 0 13px;color:#8a938e;font-size:8px;line-height:1.5}.smartQuality article{margin:0 0 13px}.smartQuality article>span{display:flex;justify-content:space-between;align-items:center;font-size:8.5px}.smartQuality article strong{color:#34473d}.smartQuality article i{display:block;height:5px;margin:6px 0 4px;border-radius:10px;background:#e9eeeb;overflow:hidden}.smartQuality article em{display:block;height:100%;border-radius:inherit;background:#5e806f}.smartQuality article small{color:#6f8b7c;font-size:7px;letter-spacing:1px}.smartQuality footer{padding-top:11px;border-top:1px solid #e2e6e4;color:#929a95;font-size:7.5px;line-height:1.5}.smartDrawerScrim,.smartMobileNav{display:none}.smartEditorToast{position:fixed;right:24px;bottom:24px;z-index:90;padding:10px 13px;border-radius:8px;background:#20352b;color:#fff;font-size:9px;box-shadow:0 10px 30px #0002}@media(max-width:1100px){.smartEditorGrid{grid-template-columns:220px minmax(0,1fr)}.smartQuality{display:none}.smartMobileNav{display:flex;justify-content:flex-end;padding:8px 13px;border-bottom:1px solid #e2e6e4;background:#fbfcfb}.smartMobileNav button:first-child{display:none}.smartMobileNav button{display:flex;align-items:center;gap:4px;border:0;background:transparent;color:#526158;font-size:9px}.smartQuality.drawerOpen{display:block;position:fixed;z-index:82;top:0;right:0;width:min(330px,88vw);height:100vh;max-height:none;padding:22px;background:#fff;box-shadow:-20px 0 50px #0002}.smartQuality.drawerOpen header>button{display:block}.smartDrawerScrim{display:block;position:fixed;inset:0;z-index:81;border:0;background:#17231d55}}@media(max-width:760px){.smartEditorTopbar{align-items:flex-start;gap:8px;padding:12px;flex-direction:column}.smartEditorStatus{width:100%;justify-content:flex-end}.smartEditorGrid{display:block;min-height:600px}.smartCanvas{padding:14px 12px 50px}.smartOutline{display:none}.smartOutline.drawerOpen{display:block;position:fixed;z-index:82;top:0;left:0;width:min(310px,88vw);height:100vh;max-height:none;padding:20px;background:#fff;box-shadow:20px 0 50px #0002}.smartOutline.drawerOpen header>button{display:block}.smartMobileNav{justify-content:space-between}.smartMobileNav button:first-child{display:flex}.smartEditorBlock{padding:17px 15px}.blockHeading{display:block}.blockToolbar{max-width:none;justify-content:flex-start;margin-top:9px;opacity:1;transform:none}.blockToolbar button span{display:none}.blockContent.titleContent{font-size:19px}}.blockToolbar button:disabled{opacity:.42;cursor:not-allowed}.blockContent.rewriting{position:relative;opacity:.58;cursor:progress}.smartEditorToast.error{background:#9d453d}.smartEditorToast.success{background:#20352b}.qualityTotal{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:10px;padding:12px;border:1px solid var(--line);border-radius:10px;background:var(--panel)}.qualityTotal>div{display:flex;align-items:baseline;gap:3px}.qualityTotal small{margin-right:3px;color:var(--muted);font-size:8px}.qualityTotal strong{font-size:24px;color:var(--ink)}.qualityTotal span{font-size:8px;color:var(--muted)}.qualityTotal>b{font-size:9px;color:var(--brand)}.qualityTotal.needs-improvement>b{color:#9a691f}.qualityTotal.poor>b{color:#a54b41}.qualityMetricsSummary{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:14px}.qualityMetricsSummary span{padding:4px 6px;border-radius:6px;background:#edf1ef;color:var(--muted);font-size:7px}.qualityScoreList article{margin-bottom:10px}.qualityScoreList article>span{display:flex;align-items:center;justify-content:space-between;font-size:8.5px}.qualityScoreList article i{display:block;height:5px;margin-top:5px;border-radius:10px;background:#e8ecea;overflow:hidden}.qualityScoreList article em{display:block;height:100%;border-radius:inherit;background:var(--brand)}.qualityIssues{margin-top:15px;padding-top:13px;border-top:1px solid var(--line)}.qualityIssues h4{margin:0 0 8px;font-size:9px}.qualityIssues>button{display:flex;align-items:flex-start;gap:7px;width:100%;margin-bottom:5px;padding:8px;border:1px solid transparent;border-radius:8px;background:#f3f5f4;color:#56635c;text-align:left}.qualityIssues>button:not(:disabled){cursor:pointer}.qualityIssues>button:not(:disabled):hover{border-color:#cbd5d0}.qualityIssues>button>span{display:grid;grid-gap:2px;gap:2px;min-width:0}.qualityIssues>button b{font-size:8px}.qualityIssues>button small{font-size:7px;line-height:1.45;color:var(--muted)}.qualityIssues>button.danger{background:#fff1ef;color:#a34b42}.qualityIssues>button.warning{background:#fff7e8;color:#96651f}.qualityIssues>button.good{background:#edf6f1;color:#347858}.qualityIssues>button:disabled{opacity:1}.qualityAiButton{width:100%;margin-top:10px;padding:8px;font-size:8.5px}.smartEditorBlock.qualityFocus{animation:qualityBlockFocus 1.5s ease}.smartQuality footer{margin-top:10px}@keyframes qualityBlockFocus{0%,to{box-shadow:0 1px 2px #2032290a}25%,70%{border-color:var(--brand);box-shadow:0 0 0 4px #245c4818}}.qualityAiButton:disabled{cursor:wait;opacity:.7}.qualityAiButton .spin{animation:aiReviewSpin .8s linear infinite}.aiReviewResult{margin-top:13px;padding-top:13px;border-top:1px solid var(--line)}.aiReviewHeading{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.aiReviewHeading span{font-size:9px;font-weight:750;color:var(--ink)}.aiReviewHeading strong{padding:4px 7px;border-radius:7px;background:#eaf3ee;color:var(--brand);font-size:11px}.aiReviewResult>p{margin:0 0 12px!important;color:#59665f!important;font-size:8px!important;line-height:1.65!important}.aiReviewCategories article{padding:8px;margin-bottom:7px!important;border:1px solid #e4e9e6;border-radius:8px;background:#fff}.aiReviewCategories article.warning{border-color:#ead8b8;background:#fffaf1}.aiReviewCategories article.danger{border-color:#ebcbc7;background:#fff6f5}.aiReviewCategories article small{display:block;margin-top:5px;color:#6c7771;font-size:7px;line-height:1.5}.aiReviewCategories article.warning em{background:#b57b28}.aiReviewCategories article.danger em{background:#b65349}.aiReviewImprovements{margin-top:13px}.aiReviewImprovements h4{margin:0 0 7px;font-size:9px}.aiReviewImprovements>article{display:flex;gap:7px;padding:8px;margin-bottom:6px!important;border-radius:8px;background:#f3f5f4}.aiReviewImprovements>article>span{flex:none;height:max-content;padding:3px 5px;border-radius:5px;background:#e4e9e6;color:#58665e;font-size:6.5px;font-weight:700}.aiReviewImprovements>article.high>span{background:#f9dedb;color:#9a4038}.aiReviewImprovements>article.medium>span{background:#f7e9c9;color:#8d621f}.aiReviewImprovements>article b{display:block;font-size:8px}.aiReviewImprovements>article p{margin:3px 0 0!important;color:#6b756f!important;font-size:7px!important;line-height:1.5!important}@keyframes aiReviewSpin{to{transform:rotate(1turn)}}.aiReviewStale{display:flex;gap:6px;margin-bottom:9px;padding:8px;border-radius:8px;background:#fff7e8;color:#8d621f;font-size:7px;line-height:1.5}.aiReviewStale svg{flex:none}.aiReviewFixButton{display:inline-flex;align-items:center;gap:4px;margin-top:7px;padding:5px 7px;border:1px solid #ccd7d1;border-radius:6px;background:#fff;color:var(--brand);font-size:7px;font-weight:700}.aiReviewFixButton:disabled{cursor:not-allowed;opacity:.45}.aiReviewFixButton .spin{animation:aiReviewSpin .8s linear infinite}.smartEditorStatus .publishCheckButton{display:flex;width:auto;padding:0 9px;gap:5px;border:1px solid #c8d4ce;background:#f7faf8;color:var(--brand)}.publishCheckButton b{font-size:8px}.publishCheckButton .spin{animation:aiReviewSpin .8s linear infinite}.publishCheckBackdrop{position:fixed;inset:0;z-index:110;display:grid;place-items:center;padding:18px;background:#17231d88;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.publishCheckModal{width:min(720px,96vw);max-height:90vh;overflow:auto;border-radius:16px;background:#fff;box-shadow:0 30px 90px #0004}.publishCheckModal>header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.publishCheckModal>header small{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:1px}.publishCheckModal h2{margin:3px 0 0;font-size:18px}.publishCheckModal>header button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:8px;background:#f0f3f1}.publishCheckModal>header svg{width:16px}.publishCheckScore{display:flex;align-items:center;gap:18px;margin:18px 22px;padding:17px;border-radius:12px;background:#edf6f1}.publishCheckScore.blocked{background:#fff3f1}.publishCheckScore>strong{font-size:36px;color:var(--brand)}.publishCheckScore.blocked>strong{color:#a4473f}.publishCheckScore>strong small{font-size:10px}.publishCheckScore b{font-size:13px}.publishCheckScore p{margin:5px 0 0;color:var(--muted);font-size:9px;line-height:1.6}.publishBlocking{margin:0 22px 16px;padding:13px;border:1px solid #efc9c5;border-radius:10px;background:#fff6f5;color:#963f38}.publishBlocking h3{display:flex;align-items:center;gap:6px;margin:0 0 7px;font-size:10px}.publishBlocking h3 svg{width:14px}.publishBlocking ul{margin:0;padding-left:18px;font-size:8.5px;line-height:1.7}.publishChecklist{padding:0 22px 18px}.publishChecklist h3{margin:0 0 9px;font-size:11px}.publishChecklist>button{display:grid;grid-template-columns:18px 1fr auto;align-items:start;grid-gap:8px;gap:8px;width:100%;margin-bottom:6px;padding:10px;border:1px solid #e3e8e5;border-radius:9px;background:#fff;color:#526159;text-align:left}.publishChecklist>button:not(:disabled):hover{border-color:#aebfb6;background:#f8faf9}.publishChecklist>button:disabled{opacity:1}.publishChecklist>button>svg{width:15px;color:#3d815f}.publishChecklist>button.warning>svg{color:#aa7325}.publishChecklist>button.fail>svg{color:#ad4b42}.publishChecklist>button span{display:grid;grid-gap:3px;gap:3px}.publishChecklist>button b{font-size:9px}.publishChecklist>button small{color:var(--muted);font-size:8px}.publishChecklist>button em{font-size:7px;font-style:normal;font-weight:800;color:#3d815f}.publishChecklist>button.warning em{color:#aa7325}.publishChecklist>button.fail em{color:#ad4b42}.publishCheckModal>footer{display:flex;justify-content:flex-end;padding:14px 22px;border-top:1px solid var(--line)}@media(max-width:700px){.smartEditorStatus .publishCheckButton b{display:none}.smartEditorStatus .publishCheckButton{padding:0;width:29px}.publishCheckScore{align-items:flex-start}.publishCheckModal{max-height:94vh}.publishCheckBackdrop{padding:8px}}.mobileAgenda,.mobileBottomNav,.qualityDisclosure,.smartMobileActions{display:none}.aiReviewDetails,.qualityRuleDetails{display:block}:root{--mobile-page-padding:16px;--mobile-bottom-bar-height:68px;--touch-target-size:44px}@media(max-width:1023px){.statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardGrid,.generatorLayout,.settingsLayout{grid-template-columns:1fr}.generatorLayout>*{min-width:0}.methodEditor{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:640px) and (max-width:1023px){.calendarPanel{display:none}.mobileAgenda{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.agendaDay{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.agendaDay>header{display:flex;gap:7px;padding:12px 14px;border-bottom:1px solid var(--line)}.agendaItem{display:grid;grid-template-columns:56px 1fr;grid-gap:10px;gap:10px;width:100%;padding:12px 14px;border:0;border-bottom:1px solid #edf0ee;background:#fff;text-align:left}.agendaItem>div{display:grid;min-width:0;grid-gap:3px;gap:3px}.agendaItem b{overflow-wrap:anywhere}.agendaItem em{font-size:9px;font-style:normal;color:var(--muted)}}@media(max-width:639px){body,html{max-width:100%;overflow-x:hidden}.appFrame{min-height:100dvh}.content{padding:18px var(--mobile-page-padding) calc(var(--mobile-bottom-bar-height) + 28px)}.panel,.smartEditorShell,.statCard{max-width:100%;min-width:0}.mobileNavOpen{overflow:hidden}[contenteditable=true],input,select,textarea{font-size:16px!important}.iconButton,.navItem,.primaryButton,.secondaryButton,.topbar button,.whiteButton{min-height:var(--touch-target-size)}.topbar{height:62px;padding:0 var(--mobile-page-padding)}.topbarActions .compactButton{width:44px;height:44px}.topbarTitle h1{font-size:15px}.sidebar{width:min(86vw,320px);height:100dvh;padding-bottom:calc(18px + env(safe-area-inset-bottom))}.scrim{touch-action:none}.mobileBottomNav{position:fixed;z-index:70;inset:auto 0 0;display:grid;grid-template-columns:repeat(5,1fr);height:calc(var(--mobile-bottom-bar-height) + env(safe-area-inset-bottom));padding:6px 4px env(safe-area-inset-bottom);border-top:1px solid var(--line);background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobileBottomNav a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;min-width:0;color:#79837d;font-size:10px;font-weight:700}.mobileBottomNav a svg{width:19px}.mobileBottomNav a.active{color:var(--brand)}body:has(.smartEditorShell) .mobileBottomNav{display:none}.statsGrid{grid-template-columns:1fr}.statCard{padding:17px}.statCard h3{font-size:25px}.dashboardGrid{grid-template-columns:1fr}.aiBanner{padding:18px}.pageHeading{gap:14px}.pageHeading>*{min-width:0}.contentInfo b,.pageHeading h2,.pageHeading p,.panelHeader p{overflow-wrap:anywhere}.generatorLayout{display:block}.generatorForm,.resultBody,.studioPanel{padding:16px}.generatorResult{margin-top:14px;min-height:0}.emptyResult{height:auto;min-height:340px}.resultTabs{overflow-x:auto;padding:0 8px}.resultTabs button{min-height:44px;white-space:nowrap}.articleActions,.resultAction,.studioHeader{align-items:stretch;flex-direction:column}.articleActions button,.resultAction button,.studioFooter button{min-height:44px}.keywordRecommendationGrid{grid-template-columns:1fr}.keywordRecommendationCard,.topicResults article,.topicResults article>div{min-width:0}.recommendationNotice,.topicResults h3,.topicResults p{overflow-wrap:anywhere}.smartEditorShell{margin-inline:-8px;border-radius:12px}.smartEditorTopbar{display:flex;min-height:64px;padding:12px;flex-direction:row;align-items:center}.smartEditorTopbar>div:first-child{min-width:0}.smartEditorTopbar>div:first-child small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smartEditorStatus .publishCheckButton,.smartEditorStatus>button{display:none}.smartEditorStatus>span{margin:0;font-size:10px}.smartMobileNav{display:flex;justify-content:flex-start;min-height:44px}.smartMobileNav button:last-child{display:none}.smartEditorGrid{display:block;min-height:0}.smartCanvas{padding:12px 10px calc(var(--mobile-bottom-bar-height) + 28px)}.smartOutline{display:none}.smartQuality{display:block;position:static;max-height:none;padding:16px 12px calc(var(--mobile-bottom-bar-height) + 18px);border:0;border-top:1px solid var(--line);background:#fff}.smartQuality>header button{display:none}.smartEditorBlock{padding:15px 13px}.blockHeading{display:block}.blockHeading h1,.blockHeading h2{white-space:normal;overflow-wrap:anywhere;line-height:1.45}.blockToolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;margin-top:12px;opacity:1;transform:none}.blockToolbar button{justify-content:center;min-height:44px;padding:8px;font-size:11px}.blockToolbar button span{display:inline}.blockContent{font-size:16px;line-height:1.75;overflow-wrap:anywhere}.blockContent.titleContent{font-size:22px}.qualityDisclosure{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;margin:8px 0;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#f7f9f8;color:var(--ink)}.qualityDisclosure span{font-size:12px;font-weight:800}.qualityDisclosure small{font-size:10px;color:var(--muted)}.aiReviewDetails,.qualityRuleDetails{display:none}.aiReviewDetails.expanded,.qualityRuleDetails.expanded{display:block}.qualityTotal strong{font-size:28px}.aiReviewCategories article>span,.qualityIssues>button b,.qualityScoreList article>span{font-size:12px}.qualityIssues>button{min-height:44px;padding:11px}.aiReviewCategories article small,.aiReviewImprovements>article p,.aiReviewResult>p,.qualityIssues>button small{font-size:11px!important}.aiReviewFixButton,.qualityAiButton{width:100%;min-height:44px;font-size:12px}.aiReviewImprovements>article{align-items:flex-start}.aiReviewImprovements>article>div{min-width:0}.aiReviewStale{font-size:11px}.smartMobileActions{position:fixed;z-index:75;inset:auto 0 0;display:grid;grid-template-columns:repeat(4,1fr);height:calc(var(--mobile-bottom-bar-height) + env(safe-area-inset-bottom));padding:5px 6px env(safe-area-inset-bottom);border-top:1px solid var(--line);background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.smartMobileActions button{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;min-width:0;min-height:48px;border:0;background:transparent;color:#536159;font-size:10px;font-weight:700}.smartMobileActions button:disabled{opacity:.35}.smartMobileActions svg{width:18px}.smartMobileActions .spin{animation:aiReviewSpin .8s linear infinite}.smartEditorToast{right:12px;bottom:calc(var(--mobile-bottom-bar-height) + 12px);left:12px;font-size:12px;text-align:center}.publishCheckBackdrop{display:block;padding:0}.publishCheckModal{width:100%;height:100dvh;max-height:100dvh;border-radius:0}.publishCheckModal>header{position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:60px;padding:10px 16px;background:#fff}.publishCheckModal>header button{width:44px;height:44px}.publishCheckScore{margin:14px 14px 10px;padding:14px}.publishBlocking{margin:0 14px 12px}.publishChecklist{padding:0 14px 84px}.publishChecklist>button{min-height:54px;padding:12px}.publishChecklist>button b{font-size:12px}.publishChecklist>button small{font-size:11px;overflow-wrap:anywhere}.publishCheckModal>footer{position:-webkit-sticky;position:sticky;bottom:0;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#fff}.publishCheckModal>footer button{width:100%;min-height:44px}.imageManager{padding:15px}.imageCards{grid-template-columns:1fr}.imagePreview{height:auto;aspect-ratio:16/10}.imageCardBody{padding:13px}.imageCardTitle b{font-size:14px}.imageCardTitle p,.imageCostNotice,.imageNotice{font-size:11px}.imageCardBody label{font-size:12px}.imageActions{display:grid;grid-template-columns:1fr 44px 44px}.imageActions .secondaryButton{min-height:44px;font-size:11px}.imageActions a.secondaryButton{grid-column:1/-1}.imageCardBody textarea{min-height:110px;line-height:1.6}.imageManagerHeader .primaryButton{min-height:44px}.calendarPanel{display:none!important}.mobileAgenda{display:grid;grid-gap:12px;gap:12px}.agendaDay{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.agendaDay>header{display:flex;align-items:center;gap:7px;padding:12px 14px;border-bottom:1px solid var(--line)}.agendaDay>header b{font-size:14px}.agendaDay>header span{color:var(--muted);font-size:11px}.agendaItem{display:grid;grid-template-columns:52px 1fr;grid-gap:10px;gap:10px;width:100%;min-height:64px;padding:12px 14px;border:0;border-bottom:1px solid #edf0ee;background:#fff;text-align:left}.agendaItem:last-child{border-bottom:0}.agendaItem>span{font-size:12px;font-weight:800;color:var(--brand)}.agendaItem>div{display:grid;min-width:0;grid-gap:3px;gap:3px}.agendaItem small{font-size:10px;color:var(--muted)}.agendaItem b{font-size:13px;overflow-wrap:anywhere}.agendaItem em{font-size:10px;font-style:normal;color:#8b958f}.planToolbar{display:grid}.planToolbar>.primaryButton,.planToolbar>.secondaryButton{width:100%;min-height:44px}.blockedPlanNotice,.planSelectionBar{align-items:stretch;flex-direction:column}.reviewHeader{display:none!important}.planReview .reviewRow{display:grid;grid-template-columns:1fr!important;padding:12px}.planReview .reviewRow>*{width:100%;min-height:44px}.planDrawer{width:100%;height:100dvh;padding:24px 16px calc(24px + env(safe-area-inset-bottom))}.settingsWorkspace{display:block}.settingsNavigation{position:static}.settingsMobileSelect{height:48px;font-size:16px}.settingsSectionHeader{align-items:flex-start}.settingsSectionHeader p{font-size:11px;overflow-wrap:anywhere}.formPanel,.settingsContent .formPanel{padding:16px}.categoryRow,.clinicalContextPanel label,.formGrid,.methodEditor{grid-template-columns:1fr}.methodEditor>*{min-height:44px}.field{gap:8px}.field textarea{min-height:120px}.chip,.tag{max-width:100%;overflow-wrap:anywhere}.loginFormWrap{min-height:100dvh;padding:20px 16px}.loginButton,.loginForm input{min-height:48px}.mobileLoginLogo{margin-bottom:38px}}@media(max-width:390px){:root{--mobile-page-padding:12px}.topbarActions .compactButton{display:none}.smartEditorStatus>span{max-width:130px;overflow:hidden;white-space:nowrap}.publishCheckScore{flex-direction:column;gap:8px}.statsGrid{grid-template-columns:1fr}}:root{--surface:#fff;--surface-subtle:#f7f9f8;--surface-muted:#eef2f0;--border:var(--line);--border-strong:#c8d3cd;--success:#2f7657;--success-bg:#eaf5ef;--warning:#94641f;--warning-bg:#fff5e3;--danger:#a4473e;--danger-bg:#fff1ef;--info:#42679e;--info-bg:#edf3fb;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--focus-ring:0 0 0 3px rgba(36,92,72,.18);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px}[contenteditable=true],a,button,input,select,textarea{transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease,opacity .16s ease,transform .16s ease}:where(button,a,input,select,textarea,[contenteditable=true]):focus-visible{outline:2px solid var(--brand);outline-offset:2px;box-shadow:var(--focus-ring)}:where(button,input,select,textarea):disabled{cursor:not-allowed;opacity:.55}.dangerButton,.field input,.field select,.field textarea,.filterSelect,.loginForm input,.primaryButton,.secondaryButton,.whiteButton{border-radius:var(--radius-sm)}.imageCard,.libraryCard,.panel,.statCard{border-color:var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow)}.primaryButton,.secondaryButton,.whiteButton{min-height:40px}.primaryButton:active,.secondaryButton:active,.whiteButton:active{transform:translateY(1px)}.iconButton{min-width:36px;min-height:36px}.iconButton:active{background:var(--surface-muted)}.filterSelect,.searchBox{min-height:40px}.filterSelect:focus,.searchBox:focus-within{border-color:var(--brand);box-shadow:var(--focus-ring)}.dbStatus,.imageStatus,.planStatusBadge,.riskBadge,.statusPill{font-size:10px;line-height:1.25}.choiceField legend,.field,.imageCardBody label{font-size:12px}.field small,.panelHeader p,.studioHeader p{font-size:11px;line-height:1.55}.contentInfo span,.libraryCardBody p,.libraryCardBody>div{font-size:10.5px}.uiEmptyState{display:grid;justify-items:center;grid-gap:var(--space-2);gap:var(--space-2);padding:52px 20px;text-align:center}.uiEmptyState>span{display:grid;place-items:center;width:56px;height:56px;border-radius:var(--radius-lg);background:var(--success-bg);color:var(--brand)}.uiEmptyState>span svg{width:26px}.uiEmptyState h3{margin:4px 0 0;font-size:15px}.uiEmptyState p{max-width:440px;margin:0 0 8px;color:var(--muted);font-size:12px;line-height:1.65}.uiEmptyState>div{display:flex;gap:8px}.uiErrorState{display:flex;align-items:center;gap:12px;padding:18px;color:var(--danger)}.uiErrorState>svg{flex:none;width:22px}.uiErrorState>div{flex:1 1;min-width:0}.uiErrorState h3{margin:0 0 4px;font-size:14px}.uiErrorState p{margin:0;color:#86534d;font-size:11px;line-height:1.6;overflow-wrap:anywhere}.uiErrorState .secondaryButton{flex:none}.appToast{display:flex;align-items:flex-start;gap:9px;width:min(420px,calc(100vw - 24px));padding:12px 14px;border:1px solid transparent;border-radius:var(--radius-md);background:var(--surface);font-size:12px;line-height:1.5;box-shadow:0 14px 38px rgba(16,36,27,.2);animation:toastEnter .2s ease-out}.appToast svg{flex:none;width:17px}.appToast.success{border-color:#bedbcd;color:var(--success);background:var(--success-bg)}.appToast.warning{border-color:#ead6ad;color:var(--warning);background:var(--warning-bg)}.appToast.error{border-color:#e9c6c1;color:var(--danger);background:var(--danger-bg)}.appToast.info{border-color:#cbd9ed;color:var(--info);background:var(--info-bg)}.smartEditorToast,.studioToast{position:fixed;z-index:120;right:20px;bottom:20px;padding:0;background:transparent;box-shadow:none;pointer-events:none}.studioToast{bottom:210px}.smartEditorToast{color:inherit;font-size:inherit}.smartEditorToast .appToast,.studioToast .appToast{pointer-events:auto}.uiSkeleton{display:grid;grid-gap:10px;gap:10px;padding:16px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.blockRewriteSkeleton i,.uiSkeleton i{display:block;height:11px;border-radius:999px;background:linear-gradient(90deg,#edf1ef 20%,#f8faf9 45%,#edf1ef 70%);background-size:220% 100%;animation:skeletonShimmer 1.35s ease-in-out infinite}.uiSkeleton i:nth-child(2){width:82%}.uiSkeleton i:nth-child(3){width:66%}.uiSkeleton i:nth-child(4){width:74%}.dashboardSkeleton>section{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin:20px 0}.dashboardSkeleton>div:last-child{display:grid;grid-template-columns:1.7fr 1fr;grid-gap:14px;gap:14px}.headingSkeleton{max-width:440px}.statSkeleton{min-height:118px}.panelSkeleton{min-height:300px}.generatorLoadingSkeleton{position:fixed;z-index:29;right:24px;bottom:82px;width:min(360px,calc(100vw - 32px))}.generatorLoadingSkeleton .uiSkeleton{box-shadow:0 14px 38px rgba(16,36,27,.16)}.imageSkeleton{width:calc(100% - 24px);border:0;background:transparent}.blockRewriteSkeleton{position:absolute;z-index:2;inset:58px 15px 15px;display:grid;align-content:start;grid-gap:10px;gap:10px;padding:12px;border-radius:8px;background:hsla(0,0%,100%,.92)}.blockRewriteSkeleton i:nth-child(2){width:86%}.blockRewriteSkeleton i:nth-child(3){width:62%}.aiReviewDetails,.qualityRuleDetails{transform-origin:top}.aiReviewDetails.expanded,.qualityRuleDetails.expanded{animation:disclosureIn .18s ease-out}.smartEditorBlock.qualityFocus{animation:qualityBlockFocus 1.2s ease}.aiReviewResult{animation:softFadeIn .22s ease-out}.formMessage{border:1px solid #e9c6c1;background:var(--danger-bg);color:var(--danger);line-height:1.55}.calendarNotice{border-color:#bedbcd;background:var(--success-bg);color:var(--success)}.planDrawer,.publishCheckModal{overscroll-behavior:contain;scrollbar-gutter:stable}.publishCheckModal>header,.topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes skeletonShimmer{to{background-position:-220% 0}}@keyframes toastEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes softFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes disclosureIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}@media(max-width:1023px){.dashboardSkeleton>section{grid-template-columns:repeat(2,1fr)}.dashboardSkeleton>div:last-child{grid-template-columns:1fr}}@media(max-width:639px){.uiEmptyState{padding:40px 16px}.uiErrorState{align-items:flex-start;flex-wrap:wrap}.uiErrorState .secondaryButton{width:100%}.dashboardSkeleton>section{grid-template-columns:1fr}.studioToast{right:12px;bottom:190px;left:12px}.smartEditorToast{right:12px;bottom:calc(var(--mobile-bottom-bar-height) + 12px);left:12px}.appToast{width:100%}.generatorLoadingSkeleton{right:12px;bottom:calc(var(--mobile-bottom-bar-height) + 12px);left:12px;width:auto}.dashboardSkeleton>div:last-child{display:grid}.blockRewriteSkeleton{inset:66px 12px 12px}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.aiReviewSkeleton{margin-top:10px;padding:12px}.publishCheckLoadingCard{position:fixed;z-index:109;right:24px;bottom:24px;width:min(380px,calc(100vw - 32px));padding:14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:0 14px 38px rgba(16,36,27,.18)}.publishCheckLoadingCard>b{display:block;margin-bottom:9px;font-size:12px}.publishCheckLoadingCard .uiSkeleton{padding:10px;border:0;background:var(--surface-subtle)}@media(max-width:639px){.publishCheckLoadingCard{right:12px;bottom:calc(var(--mobile-bottom-bar-height) + 12px);left:12px;width:auto}}.dashboardQuickActions{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0}.distributionRow small{display:block;color:var(--muted);font-size:7px;margin-top:2px}.categoryEditor{border:1px solid var(--line);border-radius:10px;padding:9px}.clinicalDetails{margin-top:9px;padding-top:9px;border-top:1px solid var(--line)}.clinicalContextPanel summary,.clinicalDetails summary{cursor:pointer;color:var(--brand);font-size:10px;font-weight:700}.clinicalContextPanel>p,.clinicalDetails>p{font-size:9px;color:var(--muted);line-height:1.6}.methodInputGuide{display:grid;grid-gap:12px;gap:12px;margin:12px 0 16px;padding:16px;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--brand-soft) 55%,#fff);overflow:hidden}.methodInputGuide>div:first-child{display:flex;align-items:flex-start;gap:10px}.methodInputGuide svg{flex:0 0 auto;color:var(--brand)}.methodInputGuide b{font-size:12px}.methodInputGuide p{margin:5px 0;color:var(--text);font-size:10px;line-height:1.65}.methodInputGuide small{display:block;color:var(--muted);font-size:9px;line-height:1.6}.methodGuideChecklist{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;padding-top:10px;border-top:1px solid var(--line)}.methodGuideChecklist>b{width:100%;font-size:10px}.methodGuideChecklist span{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px}.methodGuideExample{padding:12px;border:1px solid var(--line);border-radius:9px;background:var(--surface)}.methodGuideExample em{display:inline-flex;margin-bottom:8px;padding:3px 7px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:8px;font-style:normal;font-weight:800}.methodGuideExample dl{display:grid;grid-template-columns:90px minmax(0,1fr);grid-gap:7px 12px;gap:7px 12px;margin:0}.methodGuideExample dt{color:var(--muted);font-size:9px;font-weight:700}.methodGuideExample dd{margin:0;font-size:9px;line-height:1.65;overflow-wrap:anywhere}.methodHeader{display:flex;justify-content:space-between;align-items:center;margin:12px 0 7px}.methodEditor{display:grid;grid-template-columns:minmax(120px,.7fr) 120px minmax(220px,1.5fr) minmax(180px,1fr) auto 34px;grid-gap:9px;gap:9px;align-items:start;margin-bottom:10px;padding:12px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.methodField{display:grid;grid-gap:6px;gap:6px;min-width:0}.methodField>span:first-child{font-size:9px;font-weight:700}.methodEditor input,.methodEditor select,.methodEditor textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:7px;padding:9px;font:inherit;font-size:9px;line-height:1.5;background:var(--surface);outline:none}.methodEditor textarea{min-height:76px;resize:vertical}.methodEditor :is(input,select,textarea):focus-visible{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 14%,transparent)}.methodEditor ::placeholder{color:var(--muted);opacity:.72}.methodTypeExample{color:var(--muted);font-size:8px;line-height:1.5}.methodDescriptionStatus{display:block;font-size:8px;line-height:1.5}.methodDescriptionStatus.brief,.methodDescriptionStatus.empty{color:#986728}.methodDescriptionStatus.sufficient{color:var(--brand)}.methodActive{display:flex;align-items:center;gap:5px;min-height:38px;font-size:9px}.methodEditor>.iconButton{margin-top:22px}.clinicalContextPanel{padding:12px;margin-bottom:15px;border:1px solid var(--line);border-radius:9px;background:#fafbfa}.clinicalContextPanel label{display:grid;grid-template-columns:auto 130px 1fr;grid-gap:7px;gap:7px;align-items:center;padding:6px 0;font-size:9px}.clinicalContextPanel span{color:var(--muted)}@media(max-width:1100px){.methodEditor{grid-template-columns:1fr 1fr}.methodDescriptionField{grid-column:1/-1}.methodEditor>.iconButton{margin-top:22px}}@media(max-width:900px){.methodEditor{grid-template-columns:1fr}.methodDescriptionField{grid-column:auto}.methodEditor>.iconButton{margin-top:0}.clinicalContextPanel label{grid-template-columns:auto 1fr}.clinicalContextPanel span{grid-column:2}.methodGuideExample dl{grid-template-columns:1fr}.methodGuideExample dd{margin-bottom:4px}}.reviewRow.blocked{background:#fff0ed;border-left:3px solid #b74f45}.blockedPlanNotice{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 15px;padding:11px;border-radius:8px;background:#fff0ed;color:#a4473f;font-size:10px;font-weight:700}.blockedReason{grid-column:1/-1;color:#a4473f;font-size:8px}.reviewHeader{display:grid;grid-template-columns:1.25fr 1fr 1.2fr 1.8fr 1fr 1fr .5fr;grid-gap:8px;gap:8px;padding:9px 15px;background:#f4f6f5;color:#52605a;font-size:10px;font-weight:800}.reviewHeader span[title]{cursor:help}.contentTypeBadge{display:inline-flex;align-items:center;width:max-content;padding:4px 7px;border-radius:999px;background:#eef2ff;color:#4b5b91;font-size:9px;font-weight:800}.reviewDetails{grid-column:1/-1;border-top:1px solid #e8ecea;padding-top:7px}.reviewDetails summary{cursor:pointer;color:#4d655c;font-size:10px;font-weight:700}.reviewDetails dl{display:grid;grid-template-columns:110px 1fr;grid-gap:5px 10px;gap:5px 10px;font-size:10px}.reviewDetails dt{font-weight:800}.reviewDetails dd{margin:0}.reviewDetails select{max-width:280px}.relatedPanel{margin-top:16px}.relatedPanel h3{display:flex;align-items:center;gap:7px}.relatedRows{display:grid;grid-gap:8px;gap:8px;margin:12px 0}.relatedRows article{display:grid;grid-template-columns:minmax(260px,1fr) auto auto auto repeat(4,32px);align-items:center;grid-gap:7px;gap:7px;padding:10px;border:1px solid var(--border);border-radius:10px}.relatedRows label{display:flex;gap:8px;align-items:flex-start}.relatedRows label span{display:grid;grid-gap:3px;gap:3px}.relatedRows small{color:var(--muted)}.relatedRows em{padding:4px 7px;border-radius:999px;font-size:9px;font-weight:800}.relatedRows em.ready{background:#e8f5ee;color:#28734d}.relatedRows em.pending{background:#fff4dd;color:#956817}.blogLibrarySettings{margin-top:18px}.blogLibrarySettings .categoryRow{grid-template-columns:auto minmax(280px,1fr) 180px auto}.blogLibrarySettings .categoryRow>div{display:grid;grid-gap:4px;gap:4px}.blogLibrarySettings .categoryRow a{font-size:10px;color:var(--primary);overflow-wrap:anywhere}.clusterGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:10px;gap:10px;margin-top:14px}.clusterGrid article{padding:14px}.clusterGrid article>div{display:flex;gap:7px;margin-top:10px}.clusterManagedItem{display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(140px,190px) auto auto auto;grid-gap:8px!important;gap:8px!important;align-items:center;padding:10px 0;border-top:1px solid var(--border)}.clusterManagedItem>div{display:grid!important;grid-gap:3px!important;gap:3px!important;margin:0!important}.clusterManagedItem small{display:block;color:var(--muted)}@media(max-width:900px){.clusterManagedItem{grid-template-columns:1fr}.clusterManagedItem button,.clusterManagedItem select{width:100%}}.syncStatus{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);border-radius:9px;margin:12px 0}.syncStatus>div{display:grid;grid-gap:4px;gap:4px}.syncStatus small{color:var(--muted)}.syncStatus .syncError{color:#a84e44}.matchCandidates{display:grid;grid-gap:8px;gap:8px;margin:12px 0}.matchCandidates article{display:grid;grid-template-columns:minmax(240px,1fr) auto auto auto;grid-gap:8px;gap:8px;align-items:center;padding:11px;border:1px solid var(--line);border-radius:9px}.matchCandidates article>div{display:grid;grid-gap:3px;gap:3px}.matchCandidates small{color:var(--muted)}@media(max-width:760px){.syncStatus{align-items:stretch;flex-direction:column}.matchCandidates article{grid-template-columns:1fr}}.classificationToolbar{grid-column:1/-1;display:flex;align-items:center;gap:8px;padding:14px}.classificationToolbar>div{display:grid;grid-gap:3px;gap:3px;margin-right:auto}.classificationToolbar small{color:var(--muted)}@media(max-width:760px){.classificationToolbar{align-items:stretch;flex-direction:column}.classificationToolbar>div{margin-right:0}}.classificationResults{grid-column:1/-1;padding:16px}.classificationResults>article{display:grid;grid-template-columns:minmax(260px,1fr) 190px;grid-gap:10px;gap:10px;align-items:center;padding:9px 0;border-top:1px solid var(--line)}.classificationResults>article>div{display:grid;grid-gap:3px;gap:3px}.classificationResults small{color:var(--muted)}@media(max-width:760px){.classificationResults>article{grid-template-columns:1fr}}.settingsWorkspace{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:start}.settingsNavigation{position:-webkit-sticky;position:sticky;top:94px;padding:13px;background:#fbfcfb;box-shadow:none}.settingsNavigationTitle{display:grid;grid-gap:4px;gap:4px;padding:10px 11px 14px;border-bottom:1px solid var(--line)}.settingsNavigationTitle span{font-size:12px;font-weight:800}.settingsNavigationTitle small{font-size:9px;color:var(--muted)}.settingsNavigation nav{display:grid;grid-gap:3px;gap:3px;margin-top:9px}.settingsNavigation nav button{display:grid;grid-template-columns:20px 1fr 14px;align-items:center;grid-gap:8px;gap:8px;width:100%;padding:9px 10px;border:0;border-radius:8px;background:transparent;color:#65716a;text-align:left;font-size:10.5px;font-weight:650}.settingsNavigation nav button:hover{background:#f0f4f2}.settingsNavigation nav button.active{background:#e9f2ed;color:var(--brand)}.settingsNavigation nav button svg:last-child{opacity:.45}.settingsMobileSelect{display:none;width:100%;height:42px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 10px}.settingsContent{min-width:0;max-width:1080px}.settingsSectionHeader{display:flex;align-items:center;gap:12px;padding:4px 2px 17px;margin-bottom:15px;border-bottom:1px solid var(--line)}.settingsSectionHeader>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e9f2ed;color:var(--brand)}.settingsSectionHeader h2{margin:0 0 4px;font-size:17px}.settingsSectionHeader p{margin:0;color:var(--muted);font-size:10.5px}.settingsSectionHeader em{margin-left:auto;color:#89938e;font-size:8.5px;font-style:normal}.managementPanel .blogLibrarySettings,.settingsContent>.settingsLayout,.settingsContent>.strategySettings{margin-top:0}.settingsContent .panel{box-shadow:0 8px 24px rgba(29,54,43,.045)}.managementPanelIntro{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid #dce6e0;border-radius:11px;background:#f3f7f5;color:#486256}.managementPanelIntro b{font-size:11px}.managementPanelIntro span{font-size:9px;color:#708078}.settingsSaveState{padding:9px 11px;margin:13px 0 0;border-radius:8px;font-size:9px}.settingsSaveState.saved{background:#edf5f0;color:#337657}.settingsSaveState.dirty{background:#fff5e4;color:#94631f}.publishPreviewTabs{display:flex;gap:4px;width:max-content;margin:4px 0 14px;padding:4px;border:1px solid var(--line);border-radius:10px;background:#f5f7f6}.publishPreviewTabs button{border:0;border-radius:7px;padding:8px 12px;background:transparent;color:#69736e;font-size:10px;font-weight:700}.publishPreviewTabs button.active{background:#fff;color:var(--brand);box-shadow:0 2px 7px #263f3320}.naverPublish{margin-top:15px}.naverPublishToolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.naverPublishToolbar>div:first-child{display:grid;grid-gap:4px;gap:4px}.naverPublishToolbar b{font-size:12px}.naverPublishToolbar span{font-size:9px;color:var(--muted)}.naverPublishToolbar>div:last-child{display:flex;gap:6px;flex-wrap:wrap}.naverCopyMessage{display:flex;align-items:center;gap:6px;padding:9px 11px;border-radius:8px;background:#eaf4ee;color:#327858;font-size:9px}.naverPaper{max-width:760px;margin:0 auto;padding:48px 58px;font-size:14px;line-height:1.9;letter-spacing:-.15px}.naverPaper h1{font-size:28px;line-height:1.35;margin:0 0 40px}.naverPaper h2{font-size:20px;line-height:1.45;margin:46px 0 18px}.naverPaper h3{font-size:16px;margin:29px 0 10px}.naverPaper p{margin:0 0 20px}.naverIntro{font-size:15px;color:#46544d}.naverEmphasis{padding:14px 17px;border-left:3px solid var(--brand);background:#f5f8f6}.naverPaper ol,.naverPaper ul{padding-left:22px;margin:12px 0 24px}.naverPaper hr{border:0;border-top:1px solid #dfe5e1;margin:42px 0}.naverImageSlot{margin:32px 0;text-align:center}.naverImageSlot>div{display:grid;place-items:center;grid-gap:8px;gap:8px;min-height:240px;border:1px dashed #cbd5cf;border-radius:8px;background:#f6f8f7;color:#78847d}.naverImageSlot img{max-width:100%;height:auto}.naverImageSlot figcaption{font-size:11px;color:var(--muted)}.naverClinic{padding-top:4px}.naverClinic p{margin:3px 0}.naverDisclaimer{margin-top:38px!important;padding-top:17px;border-top:1px solid #e3e7e5;color:#7c8580;font-size:11px}@media(max-width:900px){.settingsWorkspace{grid-template-columns:1fr}.settingsNavigation{position:static;padding:10px}.settingsNavigation nav,.settingsNavigationTitle{display:none}.settingsMobileSelect{display:block}.settingsSectionHeader em{display:none}.settingsContent .strategySettings{grid-template-columns:1fr}.naverPublishToolbar{align-items:flex-start;flex-direction:column}.naverPublishToolbar>div:last-child{width:100%}.naverPublishToolbar button{flex:1 1;white-space:nowrap}}@media(max-width:600px){.settingsSectionHeader{align-items:flex-start}.settingsSectionHeader>span{width:36px;height:36px}.settingsSectionHeader h2{font-size:15px}.settingsContent .formPanel{padding:17px}.managementPanelIntro{align-items:flex-start;flex-direction:column}.naverPaper{padding:28px 20px;font-size:13px}.naverPaper h1{font-size:23px}.naverPaper h2{font-size:18px}.naverImageSlot>div{min-height:170px}.publishPreviewTabs{width:100%}.publishPreviewTabs button{flex:1 1}.naverPublishToolbar>div:last-child{display:grid}.naverPublishToolbar button{width:100%}}.treatmentCategoryName{margin:0 0 10px;font-size:13px}.blogLibrarySettings.focus-external-posts>.classificationResults,.strategySection.focus-treatments .categorySettingsPanel>.sectionTitle .headerButton{display:none}.strategySection{grid-template-columns:minmax(0,1fr)}.strategySection.focus-categories .clinicalDetails>.imageCostNotice,.strategySection.focus-categories .clinicalDetails>.secondaryButton,.strategySection.focus-categories .methodEditor,.strategySection.focus-categories .methodHeader,.strategySection.focus-treatments .categoryRow,.strategySection.focus-treatments .clinicalDetails>.formGrid,.strategySection.focus-treatments .clinicalDetails>p,.strategySection.focus-treatments .clinicalDetails>summary{display:none}.strategySection.focus-treatments .clinicalDetails{margin:0;padding:0;border:0}.strategySection.focus-treatments .categoryEditor:before{content:"진료 카테고리별 치료 정보";display:block;margin-bottom:9px;color:var(--brand);font-size:10px;font-weight:800}.strategyOptionsPanel>:is(.writingSettingsFields,.scheduleSettingsFields,.imageSettingsFields,.advancedSettingsFields){display:none}.focus-advanced .advancedSettingsFields,.focus-images .imageSettingsFields,.focus-schedule .scheduleSettingsFields,.focus-writing .writingSettingsFields{display:flex}.focus-writing .ratioTotal{display:block}.focus-schedule .scheduleGrid{display:grid}.blogLibrarySettings.focus-clusters>.classificationResults,.blogLibrarySettings.focus-clusters>.classificationToolbar,.blogLibrarySettings.focus-clusters>section.formPanel:first-of-type,.blogLibrarySettings.focus-clusters>section.formPanel:nth-of-type(2),.blogLibrarySettings.focus-external-posts>section.formPanel:first-of-type,.blogLibrarySettings.focus-external-posts>section.formPanel:nth-of-type(3),.blogLibrarySettings.focus-naver>.classificationResults,.blogLibrarySettings.focus-naver>.classificationToolbar,.blogLibrarySettings.focus-naver>section.formPanel:nth-of-type(2),.blogLibrarySettings.focus-naver>section.formPanel:nth-of-type(3){display:none}.blogLibrarySettings.focus-clusters,.blogLibrarySettings.focus-external-posts,.blogLibrarySettings.focus-naver{grid-template-columns:minmax(0,1fr)}.blogLibrarySettings .categoryRow,.blogLibrarySettings .categoryRow>*,.clusterManagedItem{min-width:0}.blogLibrarySettings .categoryRow b,.clusterManagedItem b{overflow-wrap:anywhere}.blogLibrarySettings select{max-width:100%}@media(max-width:760px){.blogLibrarySettings .categoryRow{grid-template-columns:auto minmax(0,1fr)}.blogLibrarySettings .categoryRow button,.blogLibrarySettings .categoryRow select{grid-column:2;width:100%}.clusterGrid{grid-template-columns:1fr}.clusterManagedItem{grid-template-columns:minmax(0,1fr)}}.generationPipeline{margin:14px 0;padding:16px}.generationPipeline>div{display:flex;align-items:center;gap:9px;margin-bottom:13px;color:var(--brand)}.generationPipeline>div span{display:grid;grid-gap:3px;gap:3px}.generationPipeline>div b{font-size:11px}.generationPipeline>div small{font-size:8.5px;color:var(--muted);font-weight:400}.generationPipeline ol{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:7px;gap:7px;list-style:none;margin:0;padding:0}.generationPipeline li{display:flex;align-items:center;gap:6px;min-width:0;padding:7px 8px;border:1px solid var(--line);border-radius:8px;color:#8a938e;font-size:8.5px}.generationPipeline li>span{display:grid;place-items:center;flex:0 0 19px;height:19px;border-radius:50%;background:#eef1ef;font-size:7px}.generationPipeline li.complete{border-color:#cee2d7;background:#f1f7f4;color:#337657}.generationPipeline li.complete>span{background:#dceee4}.generationPipeline li.active{border-color:#d8c897;background:#fff8e9;color:#91651e}.generationPipeline li.active>span{background:#f6e5b7}.strategyInsight{padding:15px;margin-bottom:15px}.strategyInsight summary{cursor:pointer;color:var(--brand);font-size:11px;font-weight:800}.strategyInsightGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin:13px 0}.strategyInsightGrid>span{display:grid;grid-gap:4px;gap:4px;padding:10px;border-radius:8px;background:#f4f7f5}.strategyInsightGrid small{font-size:8px;color:var(--muted)}.strategyInsightGrid b{font-size:11px}.strategyInsight>p,.strategyInsight>small{font-size:9px;line-height:1.6;color:#5d6962}.qualityPanel summary strong{float:right;color:var(--brand)}@media(max-width:900px){.generationPipeline ol{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.generationPipeline ol{grid-template-columns:repeat(2,minmax(0,1fr))}.strategyInsightGrid{grid-template-columns:repeat(2,1fr)}}.studio{display:flex;flex-direction:column}.studio>*{order:3}.studio>.stepper{order:0}.studio>.strategyAdvisorCard{order:1}.studio>.generationPipeline{order:2}.strategyAdvisorCard{overflow:hidden;margin:14px 0;padding:0;border-color:#cfe2d7;background:linear-gradient(145deg,#fff 55%,#edf7f1)}.advisorEyebrow{display:flex;align-items:center;gap:7px;padding:13px 18px;border-bottom:1px solid #dbe9e1;color:#2e7655;font-size:10px;font-weight:800}.advisorHeadline{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:22px 24px}.advisorHeadline small{color:#718078;font-size:9px}.advisorHeadline h2{max-width:760px;margin:6px 0 8px;font-size:20px;line-height:1.45;letter-spacing:-.45px}.advisorHeadline p{margin:0;color:#5e6b64;font-size:10.5px;line-height:1.7}.advisorHeadline strong{color:#26734f}.advisorHeadline button{flex:0 0 auto}.advisorContent{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);grid-gap:12px;gap:12px;padding:0 24px 18px}.advisorRisk,.blogComposition{padding:15px;border:1px solid #dfe8e3;border-radius:11px;background:#fff}.advisorSubhead{display:flex;justify-content:space-between;gap:12px}.advisorSubhead b{font-size:11px}.advisorSubhead span{font-size:8px;color:var(--muted)}.compositionBar{height:7px;margin:11px 0 13px;overflow:hidden;border-radius:10px;background:#e9eeeb}.compositionBar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4f9a73,#85b89a)}.topicCoverage{display:grid;grid-gap:7px;gap:7px}.topicCoverage>div{display:grid;grid-template-columns:minmax(90px,1fr) 78px 42px;align-items:center;grid-gap:8px;gap:8px}.topicCoverage b{font-size:9.5px}.topicCoverage span{color:#e2a93d;font-size:10px;letter-spacing:1px}.topicCoverage em{padding:3px 6px;border-radius:10px;text-align:center;font-size:7.5px;font-style:normal;font-weight:800}.topicCoverage em.enough{background:#e8f4ed;color:#347858}.topicCoverage em.average{background:#eaf0fa;color:#4e70a8}.topicCoverage em.lacking{background:#fff2df;color:#a76c20}.advisorRisk{border-left:4px solid #79a68e}.advisorRisk.medium{border-left-color:#d79a3c;background:#fffaf2}.advisorRisk.high{border-left-color:#c85d50;background:#fff7f5}.advisorRisk>small{font-size:8px;color:var(--muted)}.advisorRisk h3{margin:4px 0 12px;color:#317657;font-size:13px}.advisorRisk.medium h3{color:#a36920}.advisorRisk.high h3{color:#b34e43}.advisorRisk dl{display:grid;grid-template-columns:48px 1fr;grid-gap:8px;gap:8px;margin:0;font-size:9px;line-height:1.55}.advisorRisk dt{font-weight:800}.advisorRisk dd{margin:0;color:#5d6862}.advisorRisk dd button{display:block;width:100%;margin:4px 0;padding:6px 8px;border:1px solid #dce5df;border-radius:7px;background:#fff;color:#376c53;text-align:left;font-size:8.5px;font-weight:700}.advisorLocality{margin:0;padding:11px 24px;border-top:1px solid #dbe9e1;background:#f5faf7;color:#617168;font-size:8.5px}.advisorEmpty{margin:0;color:var(--muted);font-size:9px}.intentSummaryCard{display:grid;grid-template-columns:180px 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:13px 15px;margin-bottom:12px;border:1px solid #d9e5ef;border-radius:10px;background:#f5f9fc}.intentSummaryCard>div{display:grid;grid-gap:3px;gap:3px}.intentSummaryCard small{color:#668097;font-size:8px}.intentSummaryCard b{color:#376985;font-size:11px}.intentSummaryCard p{margin:0;color:#57666e;font-size:9px}.intentSummaryCard>span{padding:5px 8px;border-radius:12px;background:#e7f0f7;color:#3f708b;font-size:8px;font-weight:700}.duplicateActionCard{display:grid;grid-template-columns:180px 1fr auto;align-items:center;grid-gap:16px;gap:16px;padding:15px;margin-bottom:14px;border:1px solid #edc8c2;border-left:4px solid #c85d50;border-radius:10px;background:#fff7f5}.duplicateActionCard.medium{border-color:#ead4ad #ead4ad #ead4ad #d79a3c;background:#fffaf2}.duplicateActionHeading{display:flex;align-items:center;gap:9px;color:#b44f43}.duplicateActionHeading span{display:grid}.duplicateActionHeading small{font-size:8px}.duplicateActionHeading b{font-size:11px}.duplicateActionCard dl{display:grid;grid-template-columns:62px 1fr;grid-gap:5px 9px;gap:5px 9px;margin:0;font-size:9px;line-height:1.5}.duplicateActionCard dt{font-weight:800}.duplicateActionCard dd{margin:0;color:#5d6862}.advisorTitles .titleReason{display:block!important;margin-top:5px!important;color:#377657!important;font-size:8.5px!important}.advisorTitles>button>span small{display:block;font-size:7px}.pipelineSummary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:7px;gap:7px;margin-top:14px;padding-top:13px;border-top:1px solid var(--line)}.pipelineSummary>span{display:grid;grid-gap:3px;gap:3px;padding:9px;border-radius:8px;background:#f4f7f5}.pipelineSummary small{font-size:7.5px;color:var(--muted)}.pipelineSummary b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#3f5f50;font-size:9px}@media(max-width:900px){.advisorHeadline{align-items:flex-start;flex-direction:column}.advisorContent,.duplicateActionCard,.intentSummaryCard{grid-template-columns:1fr}.pipelineSummary{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.advisorHeadline{padding:18px}.advisorHeadline h2{font-size:17px}.advisorHeadline button{width:100%}.advisorContent{padding:0 14px 14px}.topicCoverage>div{grid-template-columns:minmax(80px,1fr) 72px 40px}.advisorLocality{padding:10px 16px}.pipelineSummary{grid-template-columns:repeat(2,1fr)}}.qualityFixAllButton{display:flex;width:100%;min-height:36px;margin:0 0 10px;align-items:center;justify-content:center;gap:5px}.imageBatchActions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}.reviewReadyBanner{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;border-color:#cfe2d7;background:#f3faf6}.reviewReadyBanner>div{display:flex;align-items:center;gap:9px;color:var(--brand)}.reviewReadyBanner span{display:grid;grid-gap:3px;gap:3px}.reviewReadyBanner small{color:var(--muted)}.selectedRecommendationSummary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) auto;align-items:center;grid-gap:10px;gap:10px;margin:12px 0;padding:12px 14px;border:1px solid #cfe2d7;border-radius:10px;background:#f3faf6}.selectedRecommendationSummary>div{display:grid;grid-gap:3px;gap:3px;min-width:0}.selectedRecommendationSummary small{color:var(--muted);font-size:9px}.selectedRecommendationSummary b{overflow-wrap:anywhere;color:var(--brand);font-size:11px}@media(max-width:600px){.imageBatchActions{width:100%}.imageBatchActions>button{flex:1 1 100%;min-height:44px}.selectedRecommendationSummary{grid-template-columns:1fr}.selectedRecommendationSummary .secondaryButton{width:100%;min-height:44px}}.studio,.studio>*{min-width:0}.generatedTitleResultPanel{width:100%;max-width:1040px;min-width:0}.generatedTitleResultPanel .studioHeader>div{min-width:0}.generatedTitleResults{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:10px;gap:10px;width:100%;min-width:0}.generatedTitleResult{display:grid;grid-template-columns:64px minmax(0,1fr) 24px;align-items:center;grid-gap:14px;gap:14px;width:100%;min-width:0;padding:15px 16px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);text-align:left;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.generatedTitleResult:hover{border-color:#9fb5aa}.generatedTitleResult:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 22%,transparent);outline-offset:2px}.generatedTitleResult.selected{border-color:var(--brand);background:#f0f6f3;box-shadow:inset 0 0 0 1px var(--brand)}.generatedTitleScore{display:grid;place-items:center;align-content:center;min-width:0;color:#7b8780;font-size:14px;font-weight:800;text-align:center}.generatedTitleScore small{display:block;margin-top:2px;color:var(--muted);font-size:8px;font-weight:700}.generatedTitleContent{display:grid;grid-gap:7px;gap:7px;width:100%;min-width:0}.generatedTitleText{display:block;width:100%;min-width:0;white-space:normal;word-break:keep-all;overflow-wrap:break-word;font-size:13px;line-height:1.55;letter-spacing:-.15px}.generatedTitleMeta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;width:100%;min-width:0}.generatedTitleMeta>span{display:inline-flex;max-width:100%;padding:4px 7px;border-radius:999px;background:#eef3f0;color:#52635a;white-space:normal;word-break:keep-all;overflow-wrap:break-word;font-size:8.5px;line-height:1.4}.generatedTitleMeta>.generatedTitleSafety{background:#fff5e5;color:#8c6224}.generatedTitleReason{display:block;width:100%;min-width:0;color:#377657;font-size:9px;line-height:1.6;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.generatedTitleSelection{display:grid;place-items:center;width:24px;min-width:24px;color:var(--brand)}.generatedTitleResultPanel[aria-busy=true] .generatedTitleResults{opacity:.65}@media(max-width:600px){.generatedTitleResultPanel{padding:16px}.generatedTitleResult{grid-template-columns:46px minmax(0,1fr) 20px;gap:10px;padding:13px 11px}.generatedTitleText{font-size:12px;line-height:1.55}.generatedTitleSelection{width:20px;min-width:20px}}.intentSummaryCard{grid-template-columns:minmax(150px,.55fr) minmax(0,1.45fr);width:100%;min-width:0}.intentSummaryCard>*{min-width:0}.intentSummaryPrimary{display:grid;grid-gap:3px;gap:3px;align-content:center}.intentSummaryDetails p,.intentSummaryDetails span,.intentSummaryPrimary b,.intentSummaryPrimary small{width:100%;min-width:0;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.intentSummaryDetails{display:grid;grid-template-columns:minmax(0,1fr);justify-items:start;grid-gap:7px;gap:7px;width:100%;min-width:0}.intentSummaryDetails p{margin:0;color:#57666e;font-size:9px;line-height:1.65}.intentSummaryDetails span{display:inline-flex;width:auto;max-width:100%;padding:5px 8px;border-radius:12px;background:#e7f0f7;color:#3f708b;font-size:8px;font-weight:700;line-height:1.5}@media(max-width:960px){.intentSummaryCard{grid-template-columns:minmax(0,1fr);align-items:start}}.onboardingPanel{margin-bottom:18px;padding:20px}.onboardingHeading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.onboardingHeading small{color:var(--brand);font-size:9px;font-weight:800}.onboardingHeading h2{margin:5px 0 6px;font-size:19px}.onboardingHeading p{margin:0;color:var(--muted);font-size:10px;line-height:1.65}.onboardingHeading>strong{display:grid;place-items:center;flex:0 0 62px;height:62px;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-size:17px}.onboardingProgress{height:7px;margin:16px 0;overflow:hidden;border-radius:999px;background:#e9eeeb}.onboardingProgress i{display:block;height:100%;border-radius:inherit;background:var(--brand);transition:width .25s ease}.onboardingSteps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:7px;gap:7px;margin:0 0 16px;padding:0;list-style:none}.onboardingSteps button{display:flex;align-items:center;gap:7px;width:100%;padding:9px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--muted);font-size:9px;text-align:left}.onboardingSteps li.active button,.onboardingSteps li.done button{border-color:#bfd7ca;background:#f1f8f4;color:var(--brand)}.onboardingSteps span{display:grid;place-items:center;flex:0 0 21px;height:21px;border-radius:50%;background:#eef2ef}.setupChecklist{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.setupChecklist>div{display:flex;align-items:flex-start;gap:7px;min-width:0;padding:10px;border-radius:9px;background:#f6f8f7}.setupChecklist svg{flex:0 0 auto;width:15px}.setupChecklist span{display:grid;grid-gap:3px;gap:3px;min-width:0}.setupChecklist b{font-size:9px}.setupChecklist em{padding:2px 4px;border-radius:5px;background:#e9eeeb;color:var(--muted);font-size:7px;font-style:normal}.setupChecklist small{color:var(--muted);font-size:8px;line-height:1.5;word-break:keep-all}.setupChecklist .complete{color:#347858}.setupChecklist .recommended{color:#986728}.setupChecklist .missing{color:#a84e44}.onboardingActions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px;padding-top:14px;border-top:1px solid var(--line)}.onboardingActions>span{color:var(--muted);font-size:9px}.categoryConnectionPanel,.categoryExampleCard{margin:14px 0 0 262px;max-width:1080px;padding:16px}.categoryConnectionPanel b,.categoryExampleCard b{font-size:11px}.categoryConnectionPanel p,.categoryExampleCard p{margin:6px 0;color:var(--muted);font-size:9px;line-height:1.7}.categoryExampleCard strong{color:var(--brand)}.categoryExampleCard small{font-size:8px;color:#8a938e}.categoryConnectionPanel{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.categoryConnectionPanel>div{flex:1 1 280px}.categoryConnectionPanel>span{display:inline-flex;align-items:center;gap:4px;padding:6px 8px;border-radius:999px;font-size:8px;font-weight:700}.categoryConnectionPanel>span svg{width:12px}.categoryConnectionPanel .ready{background:#eaf4ee;color:#347858}.categoryConnectionPanel .recommended{background:#fff4df;color:#986728}.calendarSetupNotice,.firstContentNotice,.setupQualityNotice{display:flex;align-items:flex-start;gap:10px;width:100%;min-width:0;margin:0 auto 12px;padding:13px 15px;border:1px solid #cfe2d7;border-radius:11px;background:#f2f8f5}.firstContentNotice{max-width:1040px}.calendarSetupNotice>svg,.firstContentNotice>svg,.setupQualityNotice>svg{flex:0 0 auto;color:var(--brand)}.calendarSetupNotice b,.firstContentNotice b,.setupQualityNotice b{font-size:10px}.calendarSetupNotice p,.firstContentNotice p,.setupQualityNotice p{margin:4px 0 0;color:var(--muted);font-size:9px;line-height:1.65;word-break:keep-all}.setupQualityNotice{max-width:1040px;border-color:#ead7b4;background:#fff9ee}.setupQualityNotice>svg{color:#a36d20}.calendarSetupNotice>div:nth-child(2),.setupQualityNotice>div{flex:1 1;min-width:0}.setupQualityNotice .secondaryButton{flex:0 0 auto}.calendarSetupNotice{align-items:center;margin-bottom:14px}.calendarSetupNotice>div:last-child{display:flex;gap:7px;flex:0 0 auto}.appShellToast{position:fixed;z-index:130;right:20px;bottom:20px}.logoutButton{flex:0 0 auto}.smartEditorStatus>span.localChanged{background:#fff5e5;color:#8c6224}.smartEditorStatus>span.localReady{background:#f0f3f1;color:#68746d}@media(max-width:1100px){.setupChecklist{grid-template-columns:repeat(2,minmax(0,1fr))}.categoryConnectionPanel,.categoryExampleCard{margin-left:0}}@media(max-width:760px){.onboardingPanel{padding:16px}.onboardingHeading>strong{flex-basis:52px;height:52px;font-size:14px}.onboardingSteps{grid-template-columns:1fr}.onboardingSteps button{min-height:44px}.setupChecklist{grid-template-columns:1fr}.calendarSetupNotice,.onboardingActions,.setupQualityNotice{align-items:stretch;flex-direction:column}.calendarSetupNotice a,.calendarSetupNotice button,.calendarSetupNotice>div:last-child,.onboardingActions .primaryButton,.setupQualityNotice .secondaryButton{width:100%}.calendarSetupNotice>div:last-child{display:grid}.appShellToast{right:12px;bottom:calc(var(--mobile-bottom-bar-height) + 12px);left:12px}.appShellToast .appToast{width:100%}.smartEditorStatus>span{width:100%;white-space:normal}}@media(min-width:1101px){.smartEditorShell{overflow:visible}.smartEditorGrid{overflow:visible;padding-bottom:32px}.smartQuality{position:-webkit-sticky;position:sticky;top:calc(var(--app-header-height,72px) + 16px);z-index:4;align-self:start;max-height:calc(100vh - var(--app-header-height,72px) - 32px);overflow-y:auto;overscroll-behavior:contain;background:#fafbfa;scrollbar-gutter:stable}}.smartEditorBlock{scroll-margin-top:calc(var(--app-header-height,72px) + 24px)}.qualityBulkFix{display:grid;grid-gap:8px;gap:8px;margin:0 0 10px;padding:10px;border:1px solid var(--line);border-radius:9px;background:#fff}.qualityBulkFix>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.qualityBulkFix b{font-size:9px}.qualityBulkFix span,.qualityBulkFix>small{color:var(--muted);font-size:8px}.qualityIssues>button em{color:#718078;font-size:7px;font-style:normal;font-weight:700;line-height:1.4}.qualityIssues .issueSuggestion{margin-top:2px;color:#3f765a}.keywordTagInput{display:flex;min-height:46px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.keywordTagInput:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 16%,transparent)}.keywordTagInput input{min-width:150px;flex:1 1;border:0!important;box-shadow:none!important;padding:4px!important;background:transparent}.keywordTag{display:inline-flex;max-width:100%;align-items:center;gap:4px;padding:5px 8px;border-radius:999px;background:var(--surface-muted);font-size:.875rem;word-break:keep-all}.keywordTag button{display:grid;place-items:center;border:0;background:transparent;color:var(--text-muted);cursor:pointer}.publishPreviewSync{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;border-left:4px solid var(--success)}.publishPreviewSync.stale{border-left-color:var(--warning);background:color-mix(in srgb,var(--warning) 6%,var(--surface))}.publishPreviewSync p{margin:5px 0 0;color:var(--text-muted)}.publishPreviewSync span{display:block;margin-top:6px;color:var(--success);font-size:.875rem}.publishImageSummary{margin-top:16px}.publishImageSummary>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.publishImageSummary span{padding:10px;border-radius:var(--radius-md);background:var(--surface-muted)}.publishImageSummary img{display:block;width:min(100%,560px);height:auto;margin:16px auto 0;border-radius:var(--radius-md)}@media(max-width:640px){.publishPreviewSync{align-items:stretch;flex-direction:column}.publishImageSummary>div{grid-template-columns:1fr}.keywordTagInput input{min-width:100%}}.autoModeCard{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;margin-bottom:16px;border-color:#bcdcca;background:linear-gradient(135deg,#f2faf6,#f5f8ff)}.autoModeCard>div,.autoModeProgress>div{display:flex;align-items:flex-start;gap:12px}.autoModeCard>div>span{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#e3f1e9;color:var(--brand)}.autoModeCard small{color:var(--brand);font-weight:700}.autoModeCard h3,.autoModeProgress h3{margin:3px 0 5px}.autoModeCard p,.autoModeProgress p{margin:0;color:var(--muted);font-size:.75rem;line-height:1.6}.dialogBackdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#12201988}.autoModeDialog{width:min(580px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:26px}.autoModeDialog h2{margin-top:0}.autoModeDialog>p{color:var(--muted);font-size:.875rem;line-height:1.8}.autoModeDialog fieldset{display:grid;grid-gap:9px;gap:9px;margin:18px 0;padding:14px;border:1px solid var(--line);border-radius:10px}.autoModeDialog label{display:flex;align-items:flex-start;gap:8px;font-size:.8rem}.autoModeConsent{padding:12px;border-radius:9px;background:#fff6e7;color:#85591f}.autoModeProgress{padding:20px;margin-bottom:16px}.autoModeProgress ol{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));grid-gap:8px;gap:8px;padding:0;margin:18px 0 0;list-style:none}.autoModeProgress li{display:flex;align-items:center;gap:7px;padding:8px;border-radius:8px;background:#f2f4f3;color:var(--muted);font-size:.75rem}.autoModeProgress li span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#fff}.autoModeProgress li.complete{color:#287153;background:#eaf5ef}.autoModeProgress li.active{color:#3f5f9b;background:#edf3ff}.autoModeProgress.blocked{border-left:4px solid #d59232}.autoModeProgress.error{border-left:4px solid #ba5046}.autoGenerationBadge{display:inline-flex;margin-left:6px;padding:4px 7px;border-radius:999px;background:#eeeafb;color:#6753b5;font-size:8px;font-weight:700}@media(max-width:640px){.autoModeCard{align-items:stretch;flex-direction:column}.autoModeCard>.primaryButton{width:100%}.dialogBackdrop{align-items:end;padding:0}.autoModeDialog{width:100%;max-height:94vh;border-radius:18px 18px 0 0}.autoModeProgress ol{grid-template-columns:1fr 1fr}}.autoProgressBackdrop{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:20px;background:#122019aa;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.autoProgressModal{display:flex;flex-direction:column;width:min(720px,100%);max-height:calc(100dvh - 40px);overflow:hidden;border:1px solid #ffffff22;border-radius:18px;background:var(--surface);box-shadow:0 28px 90px #0005;outline:0}.autoProgressModal>header{display:flex;align-items:flex-start;gap:14px;padding:22px 24px 18px;border-bottom:1px solid var(--line)}.autoProgressModal>header>div{min-width:0}.autoProgressModal>header small{color:var(--brand);font-size:.72rem;font-weight:800}.autoProgressModal h2{margin:.2rem 0 .4rem;font-size:1.22rem;line-height:1.4;word-break:keep-all}.autoProgressModal header p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.65;word-break:keep-all}.autoProgressMark{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:var(--brand-soft);color:var(--brand)}.autoProgressModal.blocked .autoProgressMark,.autoProgressModal.error .autoProgressMark{background:#fff0ed;color:#aa4e45}.autoProgressStatus{padding:15px 24px;background:#f7faf8}.autoProgressStatus>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.autoProgressStatus b{font-size:.86rem}.autoProgressStatus small,.autoProgressStatus span{color:var(--muted);font-size:.72rem}.autoProgressStatus i{display:block;height:6px;margin:9px 0 6px;overflow:hidden;border-radius:999px;background:#e4ebe7}.autoProgressStatus i em{display:block;height:100%;border-radius:inherit;background:var(--brand);transition:width .25s ease}.autoProgressSteps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px;overflow:auto;margin:0;padding:18px 24px;list-style:none}.autoProgressSteps li{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;grid-gap:7px;gap:7px;min-width:0;padding:8px 9px;border-radius:9px;background:#f3f5f4;color:var(--muted)}.autoProgressSteps li>span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--surface);font-size:.68rem}.autoProgressSteps li b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}.autoProgressSteps li small{font-size:.67rem}.autoProgressSteps li.complete{background:#eaf5ef;color:#287153}.autoProgressSteps li.active{background:#edf3ff;color:#3f5f9b;box-shadow:inset 0 0 0 1px #cad8f0}.autoProgressSteps li.skipped{background:#f4f4f4;color:#919791}.autoProgressSteps li.failed{background:#fff0ed;color:#aa4e45}.autoProgressNotice,.autoProgressResult{margin-top:auto;padding:14px 24px max(14px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--surface)}.autoProgressNotice{display:flex;align-items:center;justify-content:space-between;gap:14px}.autoProgressNotice p{margin:0;color:var(--muted);font-size:.75rem;line-height:1.5}.autoProgressNotice button{flex:0 0 auto}.autoProgressResult dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:7px;gap:7px;margin:0 0 14px}.autoProgressResult dl>div{min-width:0;padding:9px;border-radius:8px;background:#f5f7f6}.autoProgressResult dt{color:var(--muted);font-size:.68rem}.autoProgressResult dd{margin:.25rem 0 0;font-size:.78rem;font-weight:700;word-break:keep-all;overflow-wrap:break-word}.autoProgressResult .drawerActions{margin:0}@media(max-width:640px){.autoProgressBackdrop{padding:0}.autoProgressModal{width:100%;height:100dvh;max-height:none;border:0;border-radius:0}.autoProgressModal>header{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:18px 16px 14px;background:var(--surface)}.autoProgressModal h2{font-size:1.08rem}.autoProgressMark{flex-basis:36px;width:36px;height:36px}.autoProgressStatus{padding:13px 16px}.autoProgressSteps{grid-template-columns:1fr;padding:14px 16px}.autoProgressNotice,.autoProgressResult{position:-webkit-sticky;position:sticky;bottom:0;padding:12px 16px max(12px,env(safe-area-inset-bottom))}.autoProgressNotice{align-items:stretch;flex-direction:column}.autoProgressNotice button{width:100%}.autoProgressResult dl{grid-template-columns:repeat(2,minmax(0,1fr))}.autoProgressResult .drawerActions{display:grid;grid-template-columns:1fr}.autoProgressResult .drawerActions>*{width:100%;justify-content:center}}.autoModeDialog .autoConfirmButton,.autoModeDialog .autoConfirmButton:disabled{min-width:126px;color:#fff;background:var(--brand);opacity:1}.autoModeDialog .autoConfirmButton:disabled{background:#789487;color:#fff;cursor:not-allowed}.autoModeDialog .autoConfirmButton span{display:inline;visibility:visible;color:inherit;white-space:nowrap}.topicIntelligenceSummary{gap:.55rem;padding:.65rem;margin-bottom:.75rem}.topicIntelligenceSummary>div{display:flex;align-items:flex-start;gap:.55rem;padding:.55rem .6rem;border-radius:9px;background:#f7f9f8}.topicIntelligenceSummary>div>span{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:8px;background:var(--brand-soft);color:var(--brand)}.topicIntelligenceSummary>div>div{min-width:0}.topicIntelligenceSummary b,.topicIntelligenceSummary small{display:block;color:var(--muted);font-size:.72rem;font-weight:750}.topicIntelligenceSummary p{margin:.2rem 0 0;color:var(--text);font-size:.8rem;line-height:1.45;word-break:keep-all}.topicIntelligenceSummary p strong{color:var(--brand)}.topicIntelligenceSummary ul{display:grid;grid-gap:.15rem;gap:.15rem;margin:.22rem 0 0;padding:0;list-style:none}.topicIntelligenceSummary li{overflow:hidden;margin:0;font-size:.75rem;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.autoProgressStatus>div span{font-weight:650}.autoProgressResult:before{content:"완료된 작업";display:block;margin-bottom:.6rem;color:var(--brand);font-size:.78rem;font-weight:800}@media(max-width:760px){.topicIntelligenceSummary{grid-template-columns:1fr;padding:.55rem}.topicIntelligenceSummary>div{padding:.5rem}.topicIntelligenceSummary p{font-size:.78rem}.autoModeDialog .drawerActions{display:grid;grid-template-columns:1fr 1fr}.autoModeDialog .drawerActions button{width:100%}}.workflowProgress{position:relative;display:flex;align-items:center;gap:14px;margin:-10px 0 20px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow)}.workflowProgressHeading{display:grid;flex:0 0 120px;grid-gap:2px;gap:2px}.workflowProgressHeading small{color:var(--muted);font-size:10px}.workflowProgressHeading b{font-size:13px}.workflowProgressHeading>span{display:none}.workflowProgress nav{display:flex;align-items:center;flex:1 1;min-width:0}.workflowProgress nav a{display:flex;align-items:center;gap:6px;min-width:0;color:var(--muted);font-size:11px}.workflowProgress nav a>span{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#eef1ef;font-size:9px}.workflowProgress nav a>b{white-space:nowrap}.workflowProgress nav a>svg{margin:0 8px;color:#c1c8c4}.workflowProgress nav a.done{color:var(--success)}.workflowProgress nav a.done>span{background:var(--success-bg)}.workflowProgress nav a.active{color:var(--brand);font-weight:800}.workflowProgress nav a.active>span{background:var(--brand);color:#fff}.workflowNextAction{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;padding:7px 9px;border-radius:var(--radius-sm);background:var(--brand-soft);color:var(--brand);font-size:10px;font-weight:800}.emptyStateActions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.cardThumb>.publishReadiness{position:absolute;right:10px;top:10px;padding:4px 7px;border-radius:999px;background:var(--surface);font-size:9px;font-style:normal;font-weight:800}.publishReadiness.ready{color:var(--success)}.publishReadiness.review{color:var(--warning)}.publishReadiness.danger{color:var(--danger)}.libraryMeta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px;margin:12px 0 0;padding-top:11px;border-top:1px solid var(--line)}.libraryMeta>div{min-width:0}.libraryMeta dt{color:var(--muted);font-size:9px}.libraryMeta dd{overflow:hidden;margin:2px 0 0;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.libraryQuickActions{display:flex!important;align-items:center;gap:4px!important;max-height:0;overflow:hidden;margin:0!important;padding:0!important;border:0!important;opacity:0;transform:translateY(5px);transition:max-height .18s ease,opacity .18s ease,transform .18s ease,padding .18s ease}.libraryCard:focus-within .libraryQuickActions,.libraryCard:hover .libraryQuickActions{max-height:44px;margin-top:10px!important;padding-top:8px!important;border-top:1px solid var(--line)!important;opacity:1;transform:none}.libraryQuickActions a,.libraryQuickActions button{display:inline-flex;align-items:center;justify-content:center;gap:3px;min-height:30px;padding:5px 7px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--text);font-size:9px;font-weight:700}.libraryQuickActions button.danger{margin-left:auto;color:var(--danger)}.planEvent.planned{background:#edf1ef;color:#5f6c65}.planEvent.draft,.planEvent.draft_created{background:#fff5e3;color:#94641f}.planEvent.review,.planEvent.review_required{background:#fff0e4;color:#a35f20}.planEvent.approved{background:#edf3fb;color:#42679e}.planEvent.scheduled{background:#eeeafb;color:#6753b5}.planEvent.published{background:#eaf5ef;color:#2f7657}.clinicDnaQuality h4{font-size:10px}.clinicDnaQuality h4:first-child{font-size:0}.clinicDnaQuality h4:first-child:after{content:"우리 한의원 스타일 일치";font-size:10px}@media(max-width:900px){.workflowProgress{align-items:stretch;flex-direction:column}.workflowProgressHeading{display:flex;align-items:center;justify-content:space-between;flex-basis:auto}.workflowProgressHeading>span{display:block;color:var(--muted);font-size:10px}.workflowNextAction{align-self:flex-end}.workflowProgress nav{overflow-x:auto;padding-bottom:3px}.workflowProgress nav a{flex:0 0 auto}}@media(max-width:640px){.workflowProgress{margin:-8px 0 14px;padding:10px}.workflowProgress nav a>b{font-size:10px}.workflowProgress nav a>svg{margin:0 4px}.workflowNextAction{width:100%;justify-content:center;min-height:40px}.libraryQuickActions{max-height:none;margin-top:10px!important;padding-top:8px!important;border-top:1px solid var(--line)!important;opacity:1;transform:none}.libraryQuickActions a,.libraryQuickActions button{flex:1 1}.libraryMeta{grid-template-columns:1fr 1fr}}.topicIntelligenceSummary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;align-items:start}.topicIntelligenceSummary>div{min-width:0}.topicIntelligenceSummary h3{margin:.25rem 0}.topicIntelligenceSummary p,.topicIntelligenceSummary ul{margin:.35rem 0 0}.topicIntelligenceSummary ul{padding-left:1.15rem}.topicIntelligenceSummary li{margin:.25rem 0;word-break:keep-all;overflow-wrap:break-word}@media(max-width:900px){.topicIntelligenceSummary{grid-template-columns:1fr}}.clinicDnaSettings{display:grid;grid-gap:1rem;gap:1rem}.settingsCard{padding:1.25rem}.settingsCard>header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.settingsCard h3,.settingsCard p{margin:0}.settingsCard p{margin-top:.35rem;color:var(--muted)}.settingsFormGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.settingsFormGrid .full{grid-column:1/-1}.knowledgeList{display:grid;grid-gap:1rem;gap:1rem}.knowledgeList article{padding:1rem;border:1px solid var(--line);border-radius:12px}.knowledgeList footer{display:flex;justify-content:space-between;margin-top:.75rem}.vocabularyList{display:grid;grid-gap:.6rem;gap:.6rem}.vocabularyList>div{display:grid;grid-template-columns:130px minmax(140px,1fr) minmax(140px,1fr) auto auto;grid-gap:.5rem;gap:.5rem;align-items:center}.generationStrategyReport{padding:1.25rem}.generationStrategyReport header h3{margin:.25rem 0 1rem}.generationStrategyReport dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin:0}.generationStrategyReport dl div{padding:.75rem;border:1px solid var(--line);border-radius:10px;min-width:0}.generationStrategyReport dt{font-size:.75rem;color:var(--muted)}.generationStrategyReport dd{margin:.3rem 0 0;font-weight:650;word-break:keep-all;overflow-wrap:break-word}@media(max-width:800px){.generationStrategyReport dl,.settingsFormGrid,.vocabularyList>div{grid-template-columns:1fr}.settingsCard>header{flex-direction:column}}.strategyDirection{display:flex;gap:.9rem;padding:1rem;border-radius:12px;background:linear-gradient(135deg,#edf5f1,#f8fbf9)}.strategyDirection>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:10px;background:var(--brand);color:#fff}.strategyDirection h3{font-size:1.05rem;line-height:1.6;margin:.2rem 0}.strategyDirection p{margin:0;color:var(--muted)}.strategyCore{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.7rem;gap:.7rem;margin-top:1rem}.strategyCore article{padding:.8rem;background:#f8faf9;border-radius:10px;min-width:0}.strategyCore b,.strategyCore small{display:block}.strategyCore b{margin-top:.3rem;word-break:keep-all}.strategyCore i{display:block;height:6px;margin:.5rem 0;background:#e2ebe6;border-radius:10px;overflow:hidden}.strategyCore i em{display:block;height:100%;background:var(--brand)}.strategyCore span{font-size:.72rem;color:var(--muted)}.strategySections{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1.1rem}.strategySections article{min-width:0}.strategySections h4{display:flex;align-items:center;gap:.4rem;margin:0 0 .55rem}.strategyChips{display:flex;flex-wrap:wrap;gap:.4rem}.strategyChips span{display:inline-flex;align-items:center;gap:.25rem;max-width:100%;padding:.4rem .55rem;border-radius:999px;background:#edf4f0;color:#315e4b;font-size:.76rem;word-break:keep-all}.strategyChips.suggestions span{background:#eef3fb;color:#3c5e8c}.strategyChips.related span{background:#f5f1fb;color:#675188}.strategyAdvanced{margin-top:1rem;border-top:1px solid var(--line);padding-top:.8rem}.strategyAdvanced summary{display:flex;align-items:center;gap:.35rem;cursor:pointer;font-weight:650}.strategyAdvanced dl{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.75rem}.dnaSuggestionResult{padding:1rem;border-radius:12px;background:#f7faf8}.dnaSuggestionResult>label{display:flex;gap:.6rem;padding:.55rem 0;border-bottom:1px solid var(--line)}.dnaSuggestionResult>label span{display:grid;grid-template-columns:140px 1fr 1fr;grid-gap:.6rem;gap:.6rem;flex:1 1}.dnaSuggestionResult>label small{font-weight:650}.dnaSuggestionResult>label em{color:var(--brand);font-style:normal}.dnaSuggestionResult>div{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}@media(max-width:900px){.strategyCore{grid-template-columns:repeat(2,minmax(0,1fr))}.dnaSuggestionResult>label span,.strategySections{grid-template-columns:1fr}}@media(max-width:560px){.strategyAdvanced dl,.strategyCore{grid-template-columns:1fr}}.methodHeader.collapsible{align-items:center}.methodCollapseButton{display:flex;align-items:center;gap:.45rem;min-width:0;padding:.35rem 0;border:0;background:transparent;color:var(--text);cursor:pointer;text-align:left}.methodCollapseButton span{padding:.2rem .45rem;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:.72rem}.methodContextTags{min-width:0}.methodContextTags>.keywordTagInput{margin-top:.4rem}.strategyDirection{padding:1.35rem}.strategyDirection h3{max-width:850px;font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.55;letter-spacing:-.025em}.strategyCore article{border:1px solid var(--line);background:var(--surface)}.strategyTopicCards,.usageCards{display:grid;grid-gap:.55rem;gap:.55rem}.strategyTopicCards>div,.usageCards>div{min-width:0;padding:.7rem;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.usageCards b{display:flex;align-items:center;gap:.35rem;color:var(--brand);word-break:keep-all}.usageCards p{margin:.35rem 0 0;color:var(--muted);font-size:.76rem;line-height:1.55;word-break:keep-all;overflow-wrap:break-word}.strategyTopicCards>div{display:grid;grid-template-columns:1.5rem minmax(0,1fr);grid-gap:.1rem .45rem;gap:.1rem .45rem}.strategyTopicCards span{grid-row:1/3;display:grid;place-items:center;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--brand-soft);color:var(--brand);font-size:.72rem;font-weight:800}.strategyTopicCards b{word-break:keep-all;overflow-wrap:break-word}.strategyTopicCards small{color:var(--muted)}.strategyTopicCards.related span{background:#f1eef8;color:#675188}.strategyDeveloperInfo{margin-top:.75rem;padding:.7rem;border:1px dashed var(--line);border-radius:10px;background:var(--surface-muted)}.strategyDeveloperInfo summary{font-size:.76rem;color:var(--muted)}.strategyDeveloperInfo dd{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem;overflow-wrap:anywhere}.dnaSuggestionIntro{display:block!important;margin:0!important}.dnaSuggestionIntro p{line-height:1.6}.dnaComparisonHeader{display:grid!important;grid-template-columns:2rem 140px 1fr 1fr;grid-gap:.6rem;gap:.6rem;margin:.8rem 0 0!important;padding:.45rem 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:.72rem;font-weight:700}.dnaComparisonHeader span:first-child{grid-column:2}.dnaSuggestionResult>label span>*{min-width:0;word-break:keep-all;overflow-wrap:break-word}.dnaSuggestionResult>label b{font-weight:650}.dnaSuggestionResult>label em{font-weight:700}.dnaSuggestionResult>small{display:block;margin-top:.75rem;color:var(--muted)}@media(max-width:900px){.dnaComparisonHeader{display:none!important}.dnaSuggestionResult>label span{grid-template-columns:1fr}.dnaSuggestionResult>label span b:before{content:"현재 스타일 · ";color:var(--muted);font-weight:500}.dnaSuggestionResult>label span em:before{content:"추천 스타일 · ";color:var(--muted);font-weight:500}}@media(max-width:560px){.strategyDirection{align-items:flex-start;padding:1rem}.strategyDirection h3{font-size:1.15rem}.dnaSuggestionResult>div:last-child{align-items:stretch;flex-direction:column}.dnaSuggestionResult>div:last-child button{width:100%}}.uiStatusBadge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;background:#eef3f0;color:var(--muted);font-size:11px;font-weight:750;white-space:nowrap}.uiStatusBadge svg{width:12px;height:12px}.uiStatusBadge.success{background:#eaf5ef;color:#2f7657}.uiStatusBadge.warning{background:#fff4df;color:#91621e}.uiStatusBadge.error{background:#fceceb;color:#a8473f}.uiInlineStatus{display:flex;align-items:center;gap:10px;min-width:0;padding:9px 11px;border-radius:10px;background:#f1f5f3;color:var(--text)}.uiInlineStatus>svg{flex:0 0 17px;width:17px;height:17px;color:#527064}.uiInlineStatus>div{display:grid;grid-gap:1px;gap:1px;min-width:0}.uiInlineStatus b{font-size:13px}.uiInlineStatus small{color:var(--muted);font-size:11px;line-height:1.45}.uiInlineStatus.success{background:#edf7f1}.uiInlineStatus.success>svg{color:var(--success)}.uiInlineStatus.warning{background:#fff7e8}.uiInlineStatus.warning>svg{color:var(--warning)}.uiInlineStatus.error{background:#fff0ef}.uiInlineStatus.error>svg{color:var(--danger)}.uiInlineStatusAction{margin-left:auto}.uiCompactProgress{display:flex;align-items:center;gap:7px;margin:7px 0 0;padding:0;list-style:none}.uiCompactProgress li{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:10px}.uiCompactProgress li span{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#e9eeeb;font-size:8px}.uiCompactProgress li svg{width:11px;height:11px}.uiCompactProgress li.done{color:var(--success)}.uiCompactProgress li.active{color:var(--brand);font-weight:750}.uiCompactProgress li.error{color:var(--danger)}.publishPreviewHeading{display:flex;align-items:center;gap:8px;margin:20px 0 10px}.publishPreviewHeading h2{margin:0;font-size:16px}.publishPreviewHeading button{margin-left:auto}.naverPublishStatus{display:grid;grid-gap:2px;gap:2px;margin-bottom:9px}.activationStatus{margin-bottom:14px}.reviewReadyBanner{padding:9px 11px!important;border:0!important;border-radius:10px!important;box-shadow:none!important}.reviewReadyBanner small{font-size:11px}.reviewReadyBanner .primaryButton{min-height:34px;padding:7px 10px}.publishPreviewSync{border:0!important;box-shadow:none!important}@media(max-width:700px){.uiInlineStatus{align-items:flex-start}.uiInlineStatusAction{width:100%;margin:7px 0 0}.uiInlineStatus{flex-wrap:wrap}.uiCompactProgress{align-items:flex-start;overflow-x:auto;padding-bottom:4px}.uiCompactProgress li{flex:0 0 auto}.publishPreviewHeading{flex-wrap:wrap}.publishPreviewHeading button{width:100%;margin-left:0}.activationStatus .primaryButton,.activationStatus .uiInlineStatusAction{width:100%;justify-content:center}}.generationStrategyReport{padding:.9rem}.strategyReportToolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.55rem}.strategyReportToolbar>span{color:var(--muted);font-size:.75rem;font-weight:700}.strategyReportToolbar>div{display:flex;padding:2px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.strategyReportToolbar button{padding:.3rem .55rem;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:.72rem;font-weight:650;cursor:pointer}.strategyReportToolbar button.active{background:var(--brand-soft);color:var(--brand)}.generationStrategyReport .strategyDirection{gap:.7rem;padding:.8rem}.generationStrategyReport .strategyDirection>span{flex-basis:32px;width:32px;height:32px;border-radius:8px}.generationStrategyReport .strategyDirection h3{display:-webkit-box;max-width:900px;margin:.12rem 0;font-size:1.18rem;line-height:1.42;letter-spacing:-.02em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.generationStrategyReport.detailed .strategyDirection h3{-webkit-line-clamp:unset}.generationStrategyReport .strategyDirection p{font-size:.76rem;line-height:1.45}.generationStrategyReport .strategyCore{gap:.5rem;margin-top:.65rem}.generationStrategyReport .strategyCore article{min-height:0;padding:.6rem .65rem;border-radius:8px}.generationStrategyReport .strategyCore small{font-size:.75rem}.generationStrategyReport .strategyCore b{margin-top:.15rem;font-size:1.03rem;line-height:1.35}.generationStrategyReport .strategyCore i{height:4px;margin:.3rem 0}.generationStrategyReport .strategyCore span{font-size:.72rem}.generationStrategyReport .strategySections{grid-template-columns:minmax(0,1.15fr) minmax(0,1.85fr);gap:.7rem;margin-top:.75rem}.generationStrategyReport .strategySections h4{margin-bottom:.4rem;font-size:.94rem}.strategyRecommendations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem;gap:.65rem;min-width:0}.generationStrategyReport .strategyTopicCards,.generationStrategyReport .usageCards{gap:.35rem}.generationStrategyReport .strategyTopicCards>div,.generationStrategyReport .usageCards>div{padding:.48rem .55rem;border-radius:8px}.generationStrategyReport .usageCards b{font-size:.82rem}.generationStrategyReport .usageCards p{margin:.2rem 0 0;font-size:.73rem;line-height:1.4}.usageExcerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted)}.generationStrategyReport.detailed .usageExcerpt{-webkit-line-clamp:unset}.generationStrategyReport .usageCards details{margin-top:.3rem}.generationStrategyReport .usageCards details summary{cursor:pointer;color:var(--brand);font-size:.7rem;font-weight:700}.generationStrategyReport .strategyTopicCards>div{grid-template-columns:1.25rem minmax(0,1fr);gap:0 .35rem}.generationStrategyReport .strategyTopicCards span{width:1.2rem;height:1.2rem;font-size:.65rem}.generationStrategyReport .strategyTopicCards b{display:-webkit-box;font-size:.79rem;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.generationStrategyReport .strategyTopicCards small{font-size:.68rem}.strategyUserDetails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.45rem;gap:.45rem;margin-top:.7rem;padding-top:.7rem;border-top:1px solid var(--line)}.strategyUserDetails>div{display:grid;grid-gap:.15rem;gap:.15rem;min-width:0;padding:.55rem;border-radius:8px;background:var(--surface-muted,#f7f9f8)}.strategyUserDetails small{color:var(--muted);font-size:.7rem}.strategyUserDetails b{font-size:.8rem;word-break:keep-all;overflow-wrap:break-word}.generationStrategyReport .strategyAdvanced{margin-top:.7rem;padding-top:.6rem}.generationStrategyReport .strategyAdvanced>summary{font-size:.76rem}.generationStrategyReport .strategyAdvanced dl{gap:.45rem;margin-top:.55rem}.generationStrategyReport .strategyAdvanced dl div{padding:.55rem}.generationStrategyReport .strategyAdvanced dt{font-size:.7rem}.generationStrategyReport .strategyAdvanced dd{font-size:.8rem}@media(max-width:900px){.generationStrategyReport .strategySections{grid-template-columns:1fr}.strategyUserDetails{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.generationStrategyReport{padding:.7rem}.strategyReportToolbar{align-items:flex-start;flex-direction:column}.strategyReportToolbar>div{width:100%}.strategyReportToolbar button{flex:1 1}.generationStrategyReport .strategyDirection h3{font-size:1.08rem}.generationStrategyReport .strategyCore{grid-template-columns:repeat(2,minmax(0,1fr))}.strategyRecommendations,.strategyUserDetails{grid-template-columns:1fr}.generationStrategyReport .strategyDirection>span{display:none}}.strategyCollapseButton svg{transition:transform .18s ease}.strategyCollapseButton svg.collapsed{transform:rotate(-90deg)}.generationStrategyReport:has(.strategyCollapseButton[aria-expanded=false]){padding-top:.7rem;padding-bottom:.7rem}.strategyReportBody{display:block}.clinicflowArticleAssetPreview{display:grid;grid-gap:18px;gap:18px;margin:16px 0;padding:clamp(18px,4vw,38px)}.clinicflowArticleAssetPreview>header{text-align:center}.clinicflowArticleAssetPreview>header small{color:var(--brand);font-weight:800}.clinicflowArticleAssetPreview h1{max-width:900px;margin:8px auto 0;font-size:clamp(24px,4vw,42px);line-height:1.35;word-break:keep-all}.clinicflowArticleAssetPreview figure{display:grid;grid-gap:6px;gap:6px;margin:0}.clinicflowArticleAssetPreview figure img{display:block;width:100%;height:auto;max-height:720px;border-radius:10px;object-fit:contain;background:var(--surface-muted)}.clinicflowArticleAssetPreview figcaption{color:var(--muted);font-size:11px;text-align:center}.clinicflowArticleAssetPreview>figure[data-preview-role=thumbnail]{max-width:900px;margin:0 auto}.clinicflowArticleAssetPreview .articlePreviewIntro,.clinicflowArticleAssetPreview .articlePreviewSection{max-width:800px;margin:0 auto;line-height:1.85;white-space:pre-wrap}.clinicflowArticleAssetPreview .articlePreviewSection{display:grid;grid-gap:12px;gap:12px;width:100%}.clinicflowArticleAssetPreview .articlePreviewSection h2{margin:0;font-size:22px}.clinicflowArticleAssetPreview .articlePreviewSection p{margin:0}.clinicflowArticleAssetPreview .articlePreviewSection figure{margin-top:6px}.thumbnailDesignPreview{display:grid;grid-gap:16px;gap:16px;margin:16px 0;padding:18px}.thumbnailDesignPreview>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.thumbnailDesignPreview>header h3{margin:5px 0 2px}.thumbnailDesignPreview>header p{margin:0;color:var(--muted);font-size:12px}.thumbnailDesignPreview>header>div:last-child{display:flex;gap:8px}.thumbnailBadge{display:inline-flex;padding:3px 8px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:11px;font-weight:800}.thumbnailDesignGrid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.6fr);grid-gap:18px;gap:18px;align-items:start}.thumbnailCanvas{display:grid;grid-gap:6px;gap:6px}.thumbnailCanvas img{display:block;width:100%;height:auto;border-radius:8px;background:#f7f2e8;box-shadow:0 8px 28px rgba(38,58,48,.12)}.thumbnailCanvas>span,.thumbnailCopyEditor small{color:var(--muted);font-size:11px}.thumbnailCopyEditor{display:grid;grid-gap:8px;gap:8px}.thumbnailCopyEditor label{display:grid;grid-gap:7px;gap:7px}.thumbnailCopyEditor label span{font-size:12px;font-weight:750}.thumbnailCopyEditor textarea{width:100%;min-height:112px;resize:vertical;line-height:1.7}.thumbnailCopyEditor p{margin:0;padding:8px 10px;border-radius:8px;background:var(--brand-soft);font-size:12px}@media(max-width:760px){.thumbnailDesignPreview>header{flex-direction:column}.thumbnailDesignPreview>header>div:last-child{width:100%}.thumbnailDesignPreview>header button{flex:1 1}.thumbnailDesignGrid{grid-template-columns:1fr}}.imageReviewCta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:16px;border:1px solid #cfe2d7;border-radius:12px;background:linear-gradient(135deg,#f4faf6,#eef7f1)}.imageReviewCta b{display:block}.imageReviewCta p{margin:4px 0 0;color:var(--muted);font-size:12px}@media(max-width:640px){.imageReviewCta{align-items:stretch;flex-direction:column}.imageReviewCta button{width:100%}}.inlineDraftCheckpoint{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding:16px;border:1px solid #cfe2d7;border-radius:12px;background:#f7fbf9}.inlineDraftCheckpoint p{margin:4px 0 0;color:var(--muted);font-size:12px}.reviewModeToolbar{display:flex;gap:6px;width:max-content;margin:0 0 14px;padding:4px;border:1px solid var(--border);border-radius:12px;background:#fff}.reviewModeToolbar button{display:flex;align-items:center;gap:6px;padding:8px 14px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-weight:700}.reviewModeToolbar button.active{background:#e8f4ef;color:#176447}.articlePreviewRawBody{max-width:800px;margin:0 auto;line-height:1.85;white-space:pre-wrap}.articlePreviewRawBody p{margin:0 0 18px}@media(max-width:640px){.inlineDraftCheckpoint{align-items:stretch;flex-direction:column}.inlineDraftCheckpoint button{width:100%}}.naverDiagnosticActions{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:10px 12px;border:1px dashed var(--line);border-radius:10px;background:var(--surface-muted,#f7f9f8)}.naverDiagnosticActions span{color:var(--muted);font-size:11px}.naverProductionPanel{display:grid;grid-gap:12px;gap:12px;margin:0 0 14px;padding:16px;border:1px solid #cfe2d7;border-radius:14px;background:linear-gradient(145deg,#fbfdfc,#f1f8f4);box-shadow:0 8px 24px rgba(37,91,64,.07)}.naverProductionPanel .uiCompactProgress{padding-top:3px;border-top:1px solid rgba(50,120,87,.12)}.naverProductionActions{display:flex;justify-content:flex-end;gap:8px}.naverProductionPanel[aria-busy=true] .uiInlineStatus{background:transparent;padding:0}.naverCompletionChecklist{display:grid;grid-template-columns:max-content minmax(0,1fr);grid-gap:7px 14px;gap:7px 14px;margin:0 0 14px;padding:12px;border:1px solid rgba(50,120,87,.14);border-radius:10px;background:#fff}.naverCompletionChecklist>b{font-size:11px;color:#3e5549}.naverCompletionChecklist ul{display:flex;flex-wrap:wrap;gap:6px 12px;margin:0;padding:0;list-style:none;color:#36775a;font-size:11px}.naverCompletionChecklist ul.manual{color:#93651f}@media(max-width:600px){.naverDiagnosticActions{align-items:stretch;flex-direction:column}.naverDiagnosticActions button{width:100%}.naverProductionPanel{padding:13px}.naverProductionActions{display:grid}.naverProductionActions button{width:100%}.naverCompletionChecklist{grid-template-columns:1fr}.naverCompletionChecklist ul{display:grid}}.naverTransportStages{display:grid;grid-gap:8px;gap:8px;margin:12px 0;padding:0;list-style:none}.naverTransportStages li{display:grid;grid-template-columns:minmax(120px,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-md)}.naverTransportStages strong{font-size:13px;color:var(--text-muted)}@media(max-width:640px){.naverTransportStages li{grid-template-columns:minmax(0,1fr) auto}.naverTransportStages button{grid-column:1/-1;width:100%}}.naverReadinessSummary{display:grid;grid-template-columns:minmax(150px,.35fr) minmax(0,1fr);grid-gap:14px;gap:14px;margin:16px 0;padding:16px}.naverReadinessSummary>div{display:grid;align-content:start;grid-gap:5px;gap:5px}.naverReadinessSummary>div span{color:var(--brand);font-size:11px;font-weight:700}.naverReadinessSummary ul{display:flex;flex-wrap:wrap;gap:7px 18px;margin:0;padding:0;list-style:none;color:var(--muted);font-size:10px}.naverReadinessSummary li:before{content:"✓";margin-right:5px;color:var(--brand);font-weight:800}.naverPublishActions{margin-bottom:14px}.naverAdvancedVerification{margin-top:16px;padding:0;overflow:hidden}.naverAdvancedVerification>summary{padding:13px 16px;cursor:pointer;color:var(--muted);font-size:10px;font-weight:750;list-style-position:inside}.naverAdvancedVerification[open]>summary{border-bottom:1px solid var(--line);color:var(--brand)}.naverAdvancedVerificationContent{display:grid;grid-gap:12px;gap:12px;padding:14px}.naverAdvancedVerificationContent>.naverDiagnosticActions,.naverAdvancedVerificationContent>.panel{margin:0}@media(max-width:640px){.naverReadinessSummary{grid-template-columns:1fr}.naverReadinessSummary ul{display:grid}.naverAdvancedVerificationContent{padding:10px}}.reviewActionSidebar{position:-webkit-sticky;position:sticky;top:calc(var(--app-header-height,72px) + 16px);max-height:calc(100vh - var(--app-header-height,72px) - 32px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.reviewActionPanel{display:grid;grid-gap:9px;gap:9px}.reviewActionPanel>p{margin:0}.reviewActionPanel>button{width:100%}.globalNaverPublishButton,.globalNaverPublishButton:focus,.globalNaverPublishButton:focus-visible,.globalNaverPublishButton:hover{display:flex;align-items:center;justify-content:center;gap:6px;border-color:#9ebcaf;color:#fff;opacity:1}.globalNaverPublishButton:disabled,.globalNaverPublishButton:disabled:hover{color:#fff;opacity:.72}.globalNaverPublishButton>svg{color:currentColor;opacity:1}.globalPublishHelper{color:var(--muted);font-size:0}.globalPublishHelper:after{content:"먼저 네이버 발행 미리보기로 이동합니다. 내용을 확인한 뒤 한 번 더 눌러 전송해 주세요.";font-size:9px}@media(max-width:760px){.reviewActionSidebar{position:static;max-height:none;overflow:visible}.globalNaverPublishButton{min-height:42px}}.generationActionCard{position:fixed;z-index:30;right:24px;bottom:24px;display:grid;grid-gap:8px;gap:8px;width:min(250px,calc(100vw - 32px));padding:15px;box-shadow:0 14px 38px rgba(25,58,43,.2)}.generationActionCard small{color:var(--muted);font-weight:750}.generationActionCard>b{margin-bottom:2px}.generationActionCard button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%}@media(max-width:760px){.generationActionCard{right:12px;bottom:12px;left:12px;width:auto;grid-template-columns:1fr 1fr}.generationActionCard button:last-child:nth-of-type(3),.generationActionCard small,.generationActionCard>b{grid-column:1/-1}}.unifiedPreviewTabs .publishPreviewTabs button{display:grid;grid-gap:2px;gap:2px;text-align:left}.unifiedPreviewTabs .publishPreviewTabs button b{font-size:10px}.unifiedPreviewTabs .publishPreviewTabs button small{font-size:9px;font-weight:500;white-space:nowrap}.nextRecommendationToggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer}.nextRecommendationToggle>span{display:flex;align-items:center;gap:8px;min-width:0}.nextRecommendationToggle small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nextRecommendationToggle svg{transition:transform .18s ease}.nextRecommendationToggle svg.expanded{transform:rotate(90deg)}.nextRecommendationCollapsed .strategyAdvisorCard{display:none}.nextRecommendationExpanded .strategyAdvisorCard{display:block}.editorGrid{gap:18px;align-items:start}.editorGrid>main{display:grid;grid-gap:14px;gap:14px;min-width:0}.editorGrid>main>.generationStrategyReport,.editorGrid>main>.unifiedPreviewTabs{margin:0}.reviewActionSidebar{display:grid;grid-gap:12px;gap:12px}.reviewActionSidebar>.detailPanel{margin:0;padding:16px;border-radius:12px;box-shadow:0 1px 2px rgba(18,45,33,.035)}.reviewActionSidebar>.detailPanel h3{margin-bottom:11px;font-size:12px;letter-spacing:-.01em}.reviewActionSidebar>.detailPanel p{margin:7px 0;color:var(--muted);font-size:10.5px;line-height:1.55}.reviewActionSidebar>.detailPanel .secondaryButton{width:100%;margin-top:7px}.reviewActionPanel{gap:10px!important;padding:17px!important;border-color:#cfddd6!important;background:#fbfdfc!important}.reviewActionPanel h3{margin:0!important;color:var(--brand);font-size:13px!important}.globalNaverPublishButton{min-height:44px;font-size:13px;box-shadow:0 5px 14px rgba(36,92,72,.16)}.globalNaverPublishButton:focus-visible{outline:3px solid rgba(36,92,72,.2);outline-offset:2px}.globalPublishHelper{display:block;max-width:30rem;line-height:1.55}.globalPublishHelper:after{font-size:10px;line-height:1.55}.naverProductionPanel{gap:9px;margin-bottom:10px;padding:12px 14px;border-radius:11px;background:#f7fbf9;box-shadow:none}.naverProductionPanel>.uiInlineStatus{min-height:0;padding:7px 8px}.naverProductionPanel .uiCompactProgress{gap:10px;margin-top:2px;padding-top:8px}.naverProductionActions{align-items:center;min-height:24px}.naverProductionActions>span{color:var(--muted);font-size:10px;line-height:1.5}.naverCompletionChecklist{grid-template-columns:124px minmax(0,1fr);align-items:start;gap:6px 12px;margin-bottom:10px;padding:10px 12px;border-color:#dce8e1;border-radius:9px;background:#fbfdfc}.naverCompletionChecklist>b{padding-top:2px;color:#335c48;font-size:10.5px;line-height:1.45;white-space:nowrap}.naverCompletionChecklist ul{align-items:center;gap:5px 14px;font-size:10.5px;line-height:1.55}.naverCompletionChecklist li{min-width:max-content;word-break:keep-all}.naverCompletionChecklist ul.manual{padding:6px 8px;border-radius:7px;background:#fff8eb}.naverCompletionHint{grid-column:2;margin:2px 0 0;color:var(--muted);font-size:10px;line-height:1.6;word-break:keep-all}.naverReadinessSummary{grid-template-columns:minmax(132px,.3fr) minmax(0,1fr);gap:12px;margin:12px 0;padding:13px 14px;border-radius:11px;box-shadow:none}.naverReadinessSummary>div{gap:3px}.naverReadinessSummary ul{align-items:center;gap:6px 16px;font-size:10.5px;line-height:1.55}.naverReadinessSummary li{word-break:keep-all}.uiInlineStatus{line-height:1.45}.uiInlineStatus>svg{align-self:flex-start;margin-top:1px}.uiInlineStatus b,.uiInlineStatus small{word-break:keep-all;overflow-wrap:break-word}.nextRecommendationToggle{min-height:44px;margin:10px 0;padding:10px 13px;border-radius:11px;box-shadow:none}.nextRecommendationToggle>span{overflow:hidden}.nextRecommendationToggle>span>b{flex:0 0 auto;font-size:11px}.nextRecommendationToggle small{font-size:9.5px}.nextRecommendationCollapsed .nextRecommendationToggle{margin-bottom:8px}@media(min-width:1100px){.editorGrid{grid-template-columns:minmax(0,1fr) 284px}.reviewActionSidebar{scrollbar-width:thin}}@media(max-width:760px){.editorGrid{gap:14px}.reviewActionSidebar{gap:10px}.reviewActionSidebar>.detailPanel{padding:14px}.naverCompletionChecklist{grid-template-columns:1fr;gap:5px}.naverCompletionChecklist>b{white-space:normal}.naverCompletionChecklist ul{display:flex}.naverCompletionChecklist li{min-width:0}.naverCompletionHint{grid-column:1}.naverReadinessSummary{grid-template-columns:1fr}.nextRecommendationToggle{min-height:42px}.nextRecommendationToggle small{display:none}}.naverRecommendations{grid-column:1/-1;display:grid!important;grid-template-columns:minmax(130px,.45fr);align-items:center!important;grid-gap:10px!important;gap:10px!important;margin-top:4px;padding-top:11px;border-top:1px solid var(--line)}.naverRecommendations>span{display:grid;grid-gap:3px;gap:3px;min-width:0}.naverRecommendations b{color:var(--muted);font-size:9px}.naverRecommendations em{overflow:hidden;color:var(--ink);font-size:10.5px;font-style:normal;font-weight:650;text-overflow:ellipsis;white-space:nowrap}@media(max-width:640px){.naverRecommendations{grid-template-columns:1fr}.naverRecommendations em{white-space:normal}}.dynamicStats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.dynamicStats .statCard{min-height:112px;padding:17px}.dynamicStats .statCard p{margin:.65rem 0 .1rem;color:var(--muted);font-size:.78rem}.dynamicStats .statCard h3{font-size:1.7rem}.dashboardQuickActions.productActions{display:flex;align-items:flex-start;gap:9px;flex-wrap:wrap}.dashboardSyncAction{display:flex;align-items:center;gap:8px}.dashboardSyncAction small{max-width:220px;color:var(--muted);font-size:.72rem}.activationCard>div>small{color:var(--brand);font-size:.72rem;font-weight:800}.activationCard{padding:18px 20px}.activationCard h2{margin:.2rem 0 .35rem;font-size:1.16rem}.productReviewSidebar .reviewActionPanel{gap:8px!important}.reviewSidebarEyebrow{color:var(--brand);font-size:.7rem;font-weight:800}.productReviewSidebar .reviewActionPanel h3{color:var(--text);font-size:1rem!important}.reviewSidebarSummary{margin:0!important}.reviewTools{padding:0!important;overflow:hidden}.reviewTools>summary{padding:13px 15px;cursor:pointer;color:var(--muted);font-size:.76rem;font-weight:750}.reviewTools[open]>summary{border-bottom:1px solid var(--line);color:var(--brand)}.reviewTools>button{width:calc(100% - 28px)!important;margin:7px 14px!important}.reviewTools>button:last-child{margin-bottom:14px!important}.globalPublishHelper{font-size:10px!important}.globalPublishHelper:after{content:none!important}.productRelatedPanel{padding:16px}.productRelatedPanel .panelHeader p{max-width:560px}.productRelatedPanel .relatedRows article{grid-template-columns:minmax(0,1fr) auto auto;gap:10px 12px;padding:11px 0}.productRelatedPanel .relatedRows article>label{min-width:0}.productRelatedPanel .relatedRows article>label span small{display:block;margin-top:3px;color:var(--muted);font-size:.7rem}.relatedReason{align-self:center;color:var(--brand);font-size:.7rem;white-space:nowrap}.relatedRowActions{display:flex;align-items:center;gap:4px}.relatedMeta{grid-column:1/-1;margin-left:29px}.relatedMeta summary{cursor:pointer;color:var(--muted);font-size:.68rem}.relatedMeta p{margin:.35rem 0 0;color:var(--muted);font-size:.72rem;line-height:1.55}.productThumbnail{padding:15px;margin:14px 0}.productThumbnail>header{align-items:center}.productThumbnail .thumbnailDesignGrid{grid-template-columns:minmax(0,.72fr) minmax(260px,1.28fr);gap:14px}.productThumbnail .thumbnailCanvas img{max-height:255px;object-fit:contain;box-shadow:0 4px 16px rgba(38,58,48,.08)}.productThumbnail .thumbnailCopyEditor textarea{min-height:96px}.productThumbnail .thumbnailCopyEditor small{line-height:1.5}.productProgressPanel{padding:17px}.productProgressPanel header{margin-bottom:14px}.productProgressPanel .contentProgressGrid{gap:10px}.productProgressPanel .contentProgressGrid article{padding:13px}.progressGuidance{margin:.5rem 0 0;color:var(--muted);font-size:.72rem;line-height:1.5}.styleFineTune{grid-column:1/-1;padding:0;border:1px solid var(--line);border-radius:10px;background:var(--surface-muted)}.styleFineTune>summary{padding:12px 14px;cursor:pointer;font-size:.8rem;font-weight:750}.styleFineTune>p{margin:0;padding:0 14px 8px;color:var(--muted);font-size:.72rem}.styleFineTune>.settingsFormGrid{padding:0 14px 14px}.productClinicalDetails{margin-top:8px}.productClinicalDetails>summary{padding:11px 12px;border-radius:9px;background:var(--surface-muted);font-size:.78rem;font-weight:750}.productClinicalDetails[open]>summary{margin-bottom:12px;color:var(--brand)}.compactGuide{padding:0!important;overflow:hidden}.compactGuide>summary{padding:10px 12px;cursor:pointer;color:var(--muted);font-size:.74rem;font-weight:750}.compactGuide>.methodGuideChecklist,.compactGuide>.methodGuideExample,.compactGuide>div{margin:0 12px 10px}.advancedManagement{padding:0!important;overflow:hidden}.advancedManagement>summary{padding:14px 16px;cursor:pointer;color:var(--text);font-size:.82rem;font-weight:800}.advancedManagement>p{margin:0;padding:0 16px 12px;color:var(--muted);font-size:.72rem}.advancedManagement .classificationResults.compact,.advancedManagement .classificationToolbar.compact{margin:0;border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none}.advancedManagement .classificationResults.compact article small{color:var(--muted)}.qualityPanel>summary{font-size:.82rem}.qualityPanel:not([open]){padding:12px 14px}.qualityPanel:not([open])>summary{margin:0}.nextRecommendationToggle+.strategyAdvisorCard{margin-top:-2px}.nextRecommendationExpanded .nextRecommendationToggle{margin-bottom:0;border-radius:11px 11px 0 0}.nextRecommendationExpanded .strategyAdvisorCard{margin-top:0;border-top:0;border-radius:0 0 11px 11px}@media(max-width:900px){.dynamicStats{grid-template-columns:repeat(2,minmax(0,1fr))}.productThumbnail .thumbnailDesignGrid{grid-template-columns:1fr}.productThumbnail .thumbnailCanvas img{max-height:none}.productRelatedPanel .relatedRows article{grid-template-columns:minmax(0,1fr) auto}.relatedRowActions{grid-column:2}.relatedReason{grid-column:1}.relatedMeta{grid-column:1/-1}}@media(max-width:600px){.dynamicStats{grid-template-columns:repeat(2,minmax(0,1fr))}.dynamicStats .statCard{min-height:96px;padding:14px}.dashboardQuickActions.productActions{display:grid;grid-template-columns:1fr}.dashboardQuickActions.productActions>*{width:100%}.dashboardSyncAction{align-items:stretch;flex-direction:column}.dashboardSyncAction button{width:100%}.productRelatedPanel .relatedRows article{grid-template-columns:1fr}.productRelatedPanel .relatedRows article>*{grid-column:1}.relatedMeta{margin-left:0}.relatedRowActions{justify-content:flex-end}}.productImageNote{font-size:.72rem}.productImageNote b{display:none}.imageCard{display:grid;grid-template-columns:150px minmax(0,1fr);min-height:150px}.imagePreview{height:150px}.imageCardBody{display:grid;align-content:center;grid-gap:8px;gap:8px;padding:12px}.imageCardTitle p{margin:3px 0 0}.imageAdvanced{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0}.imageAdvanced>summary{padding:8px 0;cursor:pointer;color:var(--muted);font-size:.7rem;font-weight:750}.imageAdvanced[open]{padding-bottom:8px}.imageAdvanced label{display:block;margin-top:8px}.imageAdvanced .promptPreview{margin-top:8px}.imageActions{margin-top:0}.imageManagerHeader{padding-bottom:13px}.imageManager{padding:18px}.imageCostNotice{margin:11px 0}.imageCards{grid-template-columns:1fr;gap:9px}@media(max-width:700px){.imageCard{grid-template-columns:1fr}.imagePreview{height:auto;aspect-ratio:16/9}.imageCardBody{padding:13px}}.productPipeline{padding:0;overflow:hidden}.productPipeline>summary{display:flex;align-items:center;gap:10px;padding:13px 15px;cursor:pointer;list-style:none}.productPipeline>summary::-webkit-details-marker{display:none}.productPipeline>summary>svg{color:var(--brand)}.productPipeline>summary span{display:grid;grid-gap:2px;gap:2px}.productPipeline>summary b{font-size:.8rem}.productPipeline>summary small{color:var(--muted);font-size:.7rem}.productPipeline>.pipelineSummary,.productPipeline>ol{margin-right:15px;margin-left:15px}.productPipeline>.pipelineSummary{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:14px}.imageStatus.ready{background:#e8f3ec;color:#337657}.imageStatus.required{background:#fff4df;color:#986728}.advisorContent.simplified{grid-template-columns:minmax(0,1fr);padding-top:0}.topicCoverage.simplified>div{grid-template-columns:minmax(120px,.7fr) minmax(0,1fr);padding:8px 0;border-top:1px solid var(--line)}.topicCoverage.simplified>div:first-child{border-top:0}.topicCoverage.simplified small{color:var(--muted);font-size:9px}.productPipeline:not([open]){min-height:0}.productPipeline:not([open])>summary{padding-top:11px;padding-bottom:11px}.methodCompactCard{display:block!important;padding:0!important;background:var(--surface);overflow:hidden}.methodCompactCard>summary{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;grid-gap:10px;gap:10px;padding:11px 12px;cursor:pointer;list-style:none}.methodCompactCard>summary::-webkit-details-marker{display:none}.methodCompactCard>summary span{display:grid;grid-gap:3px;gap:3px;min-width:0}.methodCompactCard>summary b{font-size:10px}.methodCompactCard>summary small{overflow:hidden;color:var(--muted);font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}.methodCompactCard>summary em{color:var(--muted);font-size:8px;font-style:normal}.methodCompactCard>summary i{padding:3px 7px;border-radius:999px;background:#eef1ef;color:var(--muted);font-size:7.5px;font-style:normal;font-weight:800}.methodCompactCard>summary i.active{background:#e8f3ec;color:#337657}.methodCompactCard[open]>summary{border-bottom:1px solid var(--line)}.methodCompactCard[open]>summary>svg{transform:rotate(180deg)}.methodEditorFields{display:grid;grid-template-columns:minmax(120px,.7fr) 120px minmax(220px,1.5fr) minmax(180px,1fr) auto 34px;grid-gap:9px;gap:9px;align-items:start;padding:12px}.methodEditorFields>.iconButton{margin-top:22px}.blogLibrarySettings .categoryRow .dangerIcon{opacity:.2;transition:opacity .15s ease}.blogLibrarySettings .categoryRow:focus-within .dangerIcon,.blogLibrarySettings .categoryRow:hover .dangerIcon{opacity:1}.blogLibrarySettings .categoryRow a{width:max-content;color:var(--muted);font-size:8.5px;text-decoration:underline;text-underline-offset:2px}@media(max-width:1100px){.methodEditorFields{grid-template-columns:1fr 1fr}.methodEditorFields .methodDescriptionField{grid-column:1/-1}}@media(max-width:760px){.methodCompactCard>summary{grid-template-columns:minmax(0,1fr) auto}.methodCompactCard>summary em{grid-column:1}.methodCompactCard>summary i{grid-column:2;grid-row:1}.methodEditorFields{grid-template-columns:1fr}.methodEditorFields .methodDescriptionField{grid-column:auto}.methodEditorFields>.iconButton{margin-top:0}}.licenseRequiredPage{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#f7f8ff,#eef4ff)}.licenseRequiredCard{width:min(560px,100%);display:grid;justify-items:center;grid-gap:20px;gap:20px;padding:48px;border:1px solid var(--border);border-radius:24px;background:var(--surface);box-shadow:0 24px 70px rgba(35,43,89,.12);text-align:center}.licenseRequiredIcon{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;background:var(--brand-soft);color:var(--brand)}.licenseRequiredIcon svg{width:30px;height:30px}.licenseRequiredCard h1{margin:0;font-size:28px}.licenseRequiredCard>p{margin:0;color:var(--muted);line-height:1.8;word-break:keep-all}.licenseRequiredActions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.licenseRequiredActions>a,.licenseRequiredActions>button{min-width:150px;justify-content:center}.licenseStatusPanel{display:grid;grid-gap:16px;gap:16px;width:100%;text-align:left}.licenseStatusPanel>header{display:flex;align-items:flex-start;gap:12px}.licenseStatusPanel>header>svg{flex:0 0 auto;color:var(--brand)}.licenseStatusPanel h3,.licenseStatusPanel p{margin:0}.licenseStatusError,.licenseStatusLoading,.licenseStatusPanel header p{color:var(--muted)}.licenseStatusPanel dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0}.licenseStatusPanel dl>div{padding:14px;border-radius:10px;background:var(--surface-muted)}.licenseStatusPanel dt{color:var(--muted);font-size:11px}.licenseStatusPanel dd{margin:5px 0 0;font-weight:750}.licenseStatusPanel dd small{display:block;margin-top:4px;color:var(--muted);font-weight:500}.licenseRequiredCard .licenseStatusPanel{box-shadow:none;border-color:var(--border)}.adminLicensePage{display:grid;grid-gap:20px;gap:20px;max-width:980px;margin:0 auto;padding:32px}.adminLicenseForm,.adminLicenseSearch{display:flex;gap:10px;flex-wrap:wrap}.adminLicenseForm{display:grid;grid-template-columns:1fr 1fr;align-items:end}.adminLicenseForm label{display:grid;grid-gap:6px;gap:6px}.adminLicenseForm .notes{grid-column:1/-1}.adminLicenseResult{display:grid;grid-gap:16px;gap:16px}.adminLicenseMeta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}.adminLicenseMeta div{padding:12px;background:var(--surface-muted);border-radius:10px}.adminLicenseMeta b,.adminLicenseMeta small{display:block}.adminLicenseActions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:640px){.licenseRequiredCard{padding:32px 22px}.adminLicenseForm,.licenseStatusPanel dl{grid-template-columns:1fr}.adminLicenseForm .notes{grid-column:auto}}.onboardingShell{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--page)}.activationModal>.textButton{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 12px;border:0;border-radius:8px;background:transparent;color:var(--muted);font:inherit;font-size:.76rem;font-weight:700;cursor:pointer}.activationModal>.textButton:hover{background:var(--surface-muted);color:var(--brand)}.activationModal>.textButton:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 28%,transparent);outline-offset:2px}.reviewBlockedReason{display:grid;grid-gap:4px;gap:4px;margin:2px 0 0;padding:9px;border-radius:8px;background:#fff3f0;color:#9b443b;font-size:.7rem;line-height:1.45}.reviewBlockedReason a{width:max-content;color:inherit;font-weight:800;text-decoration:underline;text-underline-offset:2px}.safetyPanel:target{scroll-margin-top:96px;box-shadow:0 0 0 3px color-mix(in srgb,#bf5145 22%,transparent)}.clusterGrid article>div:last-child{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.clusterGrid article>div:last-child>select{flex:1 1 220px;min-width:180px}.clusterGrid article>div:last-child>button,.clusterManagedItem>button{flex:0 0 auto;min-width:max-content;white-space:nowrap}.clusterManagedItem>div:first-child{grid-column:1}.clusterManagedItem>select{width:100%;max-width:none}.clusterManagedItem>button{width:100%;justify-content:center}@media(min-width:760px){.clusterManagedItem{display:flex!important;align-items:center;flex-wrap:wrap}.clusterManagedItem>div:first-child{flex:1 0 100%}.clusterManagedItem>select{flex:1 1 220px;width:auto;min-width:180px}.clusterManagedItem>button{width:auto}}@media(max-width:759px){.clusterGrid article>div:last-child>button,.clusterGrid article>div:last-child>select{width:100%;min-width:0}}.openaiCredentialPanel .drawerActions>.primaryButton{border:1px solid var(--brand)!important;background:var(--brand)!important;color:#fff!important;opacity:1}.openaiCredentialPanel .drawerActions>.primaryButton:hover:not(:disabled){background:var(--brand2)!important}.openaiCredentialPanel .drawerActions>.primaryButton:disabled{opacity:.55}.activationRestart{display:inline-flex;align-items:center;margin:0 0 14px;padding:0;border:0;background:transparent;color:var(--brand);font-size:.74rem;font-weight:750;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.activationBackdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;background:rgba(16,36,27,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.activationModal{position:relative;width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:34px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 24px 70px rgba(16,36,27,.24);text-align:center}.activationModal>.iconButton{position:absolute;top:14px;right:14px}.activationModal>span{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 16px;border-radius:16px;background:var(--brand-soft);color:var(--brand)}.activationModal h2{margin:0 0 10px;font-size:1.35rem}.activationModal>p{margin:0 auto 22px;max-width:440px;color:var(--muted);line-height:1.7;word-break:keep-all}.activationModal>div:not(.sampleTabs){display:flex;justify-content:center;gap:9px;flex-wrap:wrap}.activationModal>.textButton{margin-top:15px}.sampleModal{text-align:left}.sampleModal>.iconButton{position:absolute}.sampleModal>small{display:block;margin:12px 0;color:var(--muted)}.sampleTabs{display:flex;gap:6px;padding-right:40px}.sampleTabs button{padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:#fff}.sampleTabs button.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.sampleModal dl{display:grid;grid-gap:8px;gap:8px;margin:18px 0}.sampleModal dl>div{display:grid;grid-template-columns:92px minmax(0,1fr);grid-gap:10px;gap:10px;padding:10px;border-radius:9px;background:var(--surface-muted)}.sampleModal dt{color:var(--muted);font-size:.72rem;font-weight:750}.sampleModal dd{margin:0;font-size:.78rem}.sampleModal dd svg{margin-right:5px;color:var(--brand);vertical-align:middle}.clusterGrid{grid-template-columns:minmax(0,1fr);gap:12px}.clusterGrid article{min-width:0;padding:16px}.clusterGrid article>div{min-width:0;flex-wrap:wrap}.clusterManagedItem{grid-template-columns:minmax(0,1fr)!important;gap:9px!important;align-items:start}.clusterManagedItem small{overflow-wrap:anywhere}.clusterManagedItem select{min-width:0;max-width:260px}.clusterManagedItem>button{width:max-content}@media(min-width:760px){.clusterManagedItem{grid-template-columns:minmax(0,1fr) minmax(150px,220px) auto auto auto!important}.clusterManagedItem>div:first-child{grid-column:1/-1}.clusterManagedItem select,.clusterManagedItem>button{grid-row:2}}@media(max-width:759px){.activationModal{padding:28px 20px}.activationModal>div:not(.sampleTabs){display:grid}.activationModal>div:not(.sampleTabs)>*{width:100%;justify-content:center}.sampleModal dl>div{grid-template-columns:1fr}.clusterManagedItem button,.clusterManagedItem select{width:100%;max-width:none}}.onboardingCard{width:min(720px,100%);padding:32px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 20px 60px #173c2a18}.onboardingCard h1{margin:8px 0 12px}.onboardingCard>p{color:var(--muted);line-height:1.7}.onboardingStep{color:var(--brand);font-weight:800}.onboardingChoices{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 18px}.onboardingChoices button{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#fff}.onboardingChoices button.selected{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.onboardingCard fieldset{margin:18px 0;padding:0;border:0}.onboardingCard legend{font-weight:700}.openaiCredentialPanel{display:grid;grid-gap:16px;gap:16px}.openaiCredentialPanel>header{display:flex;gap:12px}.openaiCredentialPanel h3{margin:0}.openaiCredentialPanel h3 em{font-size:.72rem;color:var(--brand);font-style:normal}.openaiCredentialPanel header p,.openaiPolicyCopy p{margin:4px 0;color:var(--muted);line-height:1.65}.openaiConnected{display:flex;align-items:center;justify-content:space-between;padding:14px;border-radius:10px;background:var(--brand-soft)}.openaiCredentialPanel.compact{box-shadow:none}.openaiCredentialPanel .drawerActions .primaryButton{border-color:var(--brand);background:var(--brand);color:#fff}.openaiCredentialPanel .drawerActions .primaryButton:hover{background:var(--brand2)}.openaiOptionalNotice{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;padding:16px 18px;background:#f4f8f6}.openaiOptionalNotice>svg{flex:0 0 auto;color:var(--brand)}.openaiOptionalNotice>div{flex:1 1}.openaiOptionalNotice b{font-size:12px}.openaiOptionalNotice p,.openaiOptionalNotice small{display:block;margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.65}.openaiOptionalNotice>a{flex:0 0 auto;white-space:nowrap}@media(max-width:760px){.openaiOptionalNotice{flex-direction:column}.openaiOptionalNotice>a{width:100%}}.naverGuidanceBackdrop{position:fixed;inset:0;z-index:90;background:rgba(15,23,42,.48);display:grid;place-items:center;padding:20px}.naverGuidanceModal{width:min(620px,100%);max-height:90vh;overflow:auto;padding:26px}.naverGuidanceModal header small{color:var(--primary);font-weight:800}.naverGuidanceModal header h2{margin:6px 0 8px}.naverGuidanceModal header p{margin:0;color:var(--muted)}.naverGuidanceModal ol{display:grid;grid-gap:12px;gap:12px;margin:22px 0;padding:0;list-style:none}.naverGuidanceModal li{display:grid;grid-template-columns:30px 1fr;grid-gap:10px;gap:10px;align-items:start}.naverGuidanceModal li>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-weight:800}.naverGuidanceModal li p{margin:3px 0;line-height:1.55}.naverGuidanceModal kbd{padding:2px 7px;border:1px solid var(--line);border-radius:6px;background:#f8fafc;font:inherit;font-weight:800}.naverGuidanceDismiss{display:flex;gap:9px;align-items:center;color:var(--muted)}.naverGuidanceModal footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.naverGuidanceSetting{display:grid;grid-gap:14px;gap:14px}.naverGuidanceSetting h3,.naverGuidanceSetting p{margin:0}.naverGuidanceSetting p{margin-top:6px;color:var(--muted)}.naverGuidanceSetting label{display:flex;gap:9px;align-items:center;font-weight:700}.naverGuidanceSetting .secondaryButton{justify-self:start}.naverPublishIntroBackdrop{padding:16px;overflow:auto}.naverGuidanceModal.naverPublishIntro{box-sizing:border-box;min-width:0;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overscroll-behavior:contain;overflow-wrap:anywhere;line-height:1.6}.naverPublishIntro .naverPublishIntroAction{padding:16px;border:1px solid #e5bf42;border-radius:12px;background:#fff8d6;color:#493909}.naverPublishIntroAction strong{display:block;margin-top:6px;font-size:1.15rem;line-height:1.6}.naverPublishIntroAction kbd{white-space:nowrap;background:#fff}.naverPublishIntro ol{gap:8px;margin:18px 0}.naverPublishIntro li{grid-template-columns:76px minmax(0,1fr);align-items:center}.naverPublishIntro li>span{width:auto;height:auto;padding:4px 6px;border-radius:6px;font-size:.9rem}.naverPublishIntro .naverPublishIntroNotice{padding-top:14px;border-top:1px solid var(--line);color:var(--muted);font-size:.85rem}.naverPublishIntro .naverGuidanceDismiss{align-items:flex-start;font-size:.85rem}.naverPublishIntro .naverGuidanceDismiss input{flex-shrink:0;margin-top:5px}.naverPublishIntro footer{flex-wrap:wrap}@media(max-width:480px){.naverGuidanceModal.naverPublishIntro{padding:18px}.naverPublishIntro header h2{font-size:1.3rem}.naverPublishIntro footer button{flex:1 1 140px;white-space:normal}}