.center-create{min-width:0}.cc-create-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:start}.cc-create-panel{border:1px solid var(--line);border-radius:14px;background:var(--surface);overflow:hidden}.cc-create-top{padding:24px 28px;border-bottom:1px solid var(--line)}.cc-create-top h2{font-size:28px;margin:0 0 7px}.cc-create-top p{font-size:13px;color:var(--ink-3);margin:0;line-height:1.6}.cc-stepper{display:flex;gap:10px;margin:0 0 24px;padding:0;list-style:none}.cc-stepper li{display:flex;align-items:center;gap:8px;flex:1;font-size:12px;color:var(--ink-3)}.cc-stepper b{display:grid;place-items:center;width:27px;height:27px;background:var(--surface-3);border:1px solid var(--line);border-radius:50%;font-size:11px;font-weight:500;flex-shrink:0}.cc-stepper li.active{color:var(--brand);font-weight:500}.cc-stepper li.active b{color:#fff;background:var(--brand);border-color:var(--brand)}.cc-create-body{padding:26px 28px}.cc-recipe-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cc-recipe{display:flex;align-items:flex-start;gap:13px;min-height:112px;padding:19px 16px;border:1px solid var(--line);border-radius:10px;background:#fffdf9;text-align:left;cursor:pointer;color:var(--ink)}.cc-recipe:hover,.cc-recipe:focus-visible{border-color:var(--brand);background:var(--brand-tint)}.cc-recipe-icon{display:grid;place-items:center;width:35px;height:35px;background:var(--surface-3);color:var(--brand);border-radius:9px;flex-shrink:0}.cc-recipe-icon svg{width:20px;height:20px}.cc-recipe b{display:block;font:600 20px/1.15 var(--font-display);margin:0 0 7px}.cc-recipe small{display:block;font-size:12px;line-height:1.5;color:var(--ink-3)}.cc-label{display:block;font-size:12px;font-weight:500;color:var(--ink-2);margin:0 0 9px}.cc-field{margin-bottom:22px}.cc-field :is(input,select,textarea){width:100%;padding:11px 12px}.cc-field textarea{min-height:150px;resize:vertical;line-height:1.65}.cc-source-list{display:grid;gap:8px;max-height:355px;overflow-y:auto;padding:3px;scrollbar-width:thin}.cc-source{display:flex;align-items:center;gap:12px;width:100%;padding:10px 11px;border:1px solid var(--line);border-radius:9px;background:#fff;text-align:left;color:var(--ink);cursor:pointer}.cc-source.selected{border-color:var(--brand);background:var(--brand-tint)}.cc-source:hover{border-color:var(--line-strong);background:var(--surface-2)}.cc-source-photo{width:64px;height:55px;border-radius:6px;background:var(--surface-3);display:grid;place-items:center;overflow:hidden;flex-shrink:0}.cc-source-photo img{width:100%;height:100%;object-fit:cover}.cc-source-info{min-width:0;flex:1}.cc-source-info b{font-size:13px;font-weight:500;display:block}.cc-source-info small{font-size:11px;line-height:1.45;color:var(--ink-3);display:block;margin-top:3px}.cc-source-check{color:var(--brand);font-size:18px}.cc-source-count{font-size:11px;color:var(--ink-3);margin:10px 0}.cc-empty{padding:24px 16px;border:1px dashed var(--line-strong);border-radius:9px;font-size:13px;line-height:1.65;text-align:center;color:var(--ink-3)}.cc-selected{display:flex;gap:15px;padding:17px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);margin-bottom:22px}.cc-selected img{width:95px;height:82px;object-fit:cover;border-radius:7px}.cc-selected b{display:block;font:600 24px/1.15 var(--font-display);margin-bottom:6px}.cc-selected p{font-size:12px;color:var(--ink-3);margin:0}.cc-format-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px}.cc-format{display:flex;flex-direction:column;gap:10px;min-height:99px;padding:15px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer}.cc-format.checked{border-color:var(--brand);background:#fff9f4}.cc-format.disabled{opacity:.45;cursor:not-allowed}.cc-format>span{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500}.cc-format small{color:var(--ink-3);font-size:10px;line-height:1.5}.cc-state{display:inline-flex;align-items:center;gap:5px;font-size:10px;line-height:1.35;border-radius:5px;padding:4px 7px;background:var(--surface-3);color:var(--ink-2)}.cc-state.ready,.cc-state.published{background:#eaf1e8;color:#426a51}.cc-state.scheduled,.cc-state.scheduling{background:#e9eef7;color:#456789}.cc-state.generating,.cc-state.planned{background:#f6eddb;color:#926d2d}.cc-state.failed,.cc-state.publication_failed{background:#fbe8e5;color:#9b3232}.cc-history-note{border-left:3px solid var(--line-strong);padding:11px 13px;background:var(--surface-2);font-size:12px;line-height:1.6;color:var(--ink-2);margin:0 0 18px}.cc-history-note a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.cc-confirm{padding:18px;border:1px solid #d9bfa6;background:#fff9ef;border-radius:9px;font-size:13px;line-height:1.6;margin:20px 0}.cc-confirm label{display:flex;align-items:flex-start;gap:9px;margin-top:12px;font-weight:500}.cc-confirm input{margin-top:4px}.cc-review-list{display:grid;gap:0;margin:0}.cc-review-list>div{display:flex;justify-content:space-between;gap:24px;padding:16px 0;border-bottom:1px solid var(--line)}.cc-review-list dt{font-size:12px;color:var(--ink-3)}.cc-review-list dd{margin:0;text-align:right;font-size:13px;font-weight:500}.cc-create-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 28px;border-top:1px solid var(--line);background:#fffdf9}.cc-create-footer p{font-size:11px;line-height:1.5;color:var(--ink-3);margin:0;max-width:300px}.cc-create-message{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:15px 18px;margin:0 0 20px;font-size:13px;line-height:1.6}.cc-create-message.error{background:#fff2ed;color:#97372f;border-color:#dfb6aa}.cc-create-message.success{background:#eef5eb;color:#446b43;border-color:#cdddc5}.cc-create-message a{display:inline-block;margin-top:5px;text-decoration:underline}.cc-recent{min-width:0}.cc-recent>header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.cc-recent h2{font-size:24px;margin:0}.cc-recent select{max-width:145px;min-width:0}.cc-recent-list{display:grid;gap:12px;max-height:1000px;overflow-y:auto;scrollbar-width:thin}.cc-recent-item{padding:13px;border:1px solid var(--line);border-radius:11px;background:var(--surface)}.cc-recent-item>header{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:10px}.cc-recent-item h3{font-size:19px;line-height:1.2;margin:0 0 6px;overflow-wrap:anywhere}.cc-recent-item p{font-size:11px;color:var(--ink-3);margin:0 0 10px}.cc-recent-preview{max-height:165px;width:100%;object-fit:contain;background:var(--surface-2);border-radius:7px;margin:0 0 10px}.cc-recent-item>a{font-size:12px;color:var(--brand);text-decoration:underline;text-underline-offset:3px}.cc-recent-item>.btn{margin:8px 0 0}.cc-origin{font-size:9px;color:var(--ink-3)}.cc-field-error{font-size:12px;color:var(--danger);margin-top:6px}.cc-property-states{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:12px 0}.cc-property-states>div{padding:8px 6px;border-radius:7px;background:var(--surface-2);min-width:0}.cc-property-states b{display:block;font-size:10px;font-weight:500;margin-bottom:5px}.cc-property-states small{display:block;font-size:9px;color:var(--ink-3);line-height:1.4;margin-top:4px}.cc-property-action{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid var(--line);padding-top:12px;margin-top:12px}.cc-property-catalog{min-width:0}.cc-property-catalog .cc-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cc-property-card{border:1px solid var(--line);background:var(--surface);border-radius:12px;overflow:hidden;min-width:0}.cc-property-picture{position:relative;aspect-ratio:16/10;background:var(--surface-3);width:100%;display:block;border:0;cursor:pointer}.cc-property-picture>img{width:100%;height:100%;object-fit:cover}.cc-property-info{padding:17px}.cc-property-info h3{font-size:23px;line-height:1.1;margin:0 0 7px}.cc-property-info p{font-size:12px;color:var(--ink-3);margin:4px 0}.cc-property-toolbar{display:flex;gap:13px;flex-wrap:wrap;margin-bottom:20px}.cc-property-toolbar>label{flex:1;min-width:200px}.cc-property-toolbar input,.cc-property-toolbar select{width:100%;padding:10px 12px}.cc-property-toolbar>label:last-child{flex:0 1 250px}.cc-photo-modal{position:fixed;inset:0;z-index:150;background:#21191de0;display:flex;align-items:center;justify-content:center;padding:30px}.cc-photo-modal img{max-width:90vw;max-height:80dvh;object-fit:contain}.cc-photo-modal button{color:#fff;background:#ffffff20;border:1px solid #ffffff60;border-radius:8px;min-width:42px;min-height:42px;margin:8px}.cc-photo-close{position:absolute;right:20px;top:15px}.cc-print-selection{position:fixed;right:26px;bottom:24px;z-index:20;display:flex;gap:10px;align-items:center;background:#fff;padding:10px;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow-lg)}
@media(max-width:1200px){.cc-create-grid{grid-template-columns:minmax(0,1fr)}.cc-recent-list{grid-template-columns:repeat(3,minmax(0,1fr));max-height:none}.cc-property-catalog .cc-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.cc-create-top,.cc-create-body{padding:20px 16px}.cc-create-footer{padding:16px;flex-wrap:wrap}.cc-recipe-grid{grid-template-columns:minmax(0,1fr)}.cc-stepper{gap:8px}.cc-stepper li{font-size:10px;gap:5px}.cc-stepper b{width:23px;height:23px}.cc-format-grid{gap:7px}.cc-format{padding:10px 8px}.cc-format>span{font-size:12px;gap:5px}.cc-format small{font-size:10px}.cc-recent-list{grid-template-columns:minmax(0,1fr)}.cc-review-list>div{gap:12px}.cc-property-catalog .cc-property-grid{grid-template-columns:minmax(0,1fr)}.cc-property-toolbar>label:last-child{flex:1}.cc-print-selection{bottom:12px;right:12px;left:12px;justify-content:center}.cc-source-photo{width:50px;height:48px}.cc-selected{padding:13px;gap:11px}.cc-selected img{width:70px;height:68px}.cc-selected b{font-size:21px}}
