.dte-client-editor-shell{max-width:1100px;margin:0 auto;padding:28px 20px 56px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0f172a;background:transparent;}
.dte-client-editor-shell--guest p{text-align:center;padding:40px 20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;}
.dte-client-editor-shell .dte-wrap{margin:0;max-width:100%;}
.dte-client-editor-shell .button{display:inline-block;padding:8px 16px;border:1px solid #c3c4c7;border-radius:6px;background:#f6f7f7;color:#1d2327;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;line-height:1.4;}
.dte-client-editor-shell .button:hover{background:#f0f0f1;color:#1d2327;}
.dte-client-editor-shell .button-primary{background:#FF6B35;border-color:#FF6B35;color:#fff;}
.dte-client-editor-shell .button-primary:hover{background:#e55a25;border-color:#e55a25;color:#fff;}
.dte-client-editor-shell .button-large{padding:10px 22px;font-size:14px;}
.dte-client-editor-shell .notice{padding:12px 14px;border-radius:8px;margin:0 0 16px;font-size:14px;}
.dte-client-editor-shell .notice-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;}
.dte-client-editor-shell .notice-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;}
.dte-client-editor-frontend .dte-page-header h1{font-size:1.5rem;}
.dte-client-editor-shell .dte-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px;}
.dte-client-editor-shell .dte-page-header--actions-only{align-items:center;justify-content:flex-end;}
.dte-client-editor-shell .dte-page-header-meta{display:inline-flex;align-items:center;gap:8px;margin-right:auto;}
.dte-client-editor-shell .dte-page-header-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;}
.dte-client-editor-shell .dte-launch-check-item:hover{border-color:#f59e0b;box-shadow:0 4px 14px rgba(15,23,42,.08);}
.dte-client-editor-shell .dte-launch-check-item.is-done:hover{border-color:#86efac;}
[id^="dte-focus-"]{scroll-margin-top:110px;}
.dte-focus-target{position:relative;outline:3px solid #FF6B35;outline-offset:6px;border-radius:12px;box-shadow:0 0 0 8px rgba(255,107,53,.22);transition:box-shadow .2s ease,outline-color .2s ease;animation:dte-focus-pulse 1.1s ease 2;}
@keyframes dte-focus-pulse{0%,100%{box-shadow:0 0 0 8px rgba(255,107,53,.22);}50%{box-shadow:0 0 0 14px rgba(255,107,53,.12);}}
.dte-client-editor-shell .dte-agency-preview-controls{display:inline-flex;align-items:center;gap:6px;}
.dte-client-editor-shell .dte-agency-preview-hours{appearance:none;border:1px solid #c3c4c7;border-radius:6px;background:#fff;padding:7px 10px;font-size:13px;font-weight:600;color:#1d2327;cursor:pointer;max-width:120px;}
.dte-client-editor-shell .dte-agency-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.dte-client-editor-shell .dte-editor-preview-badge{font-size:12px;font-weight:600;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;padding:6px 10px;}
.dte-client-editor-shell .dte-editor-preview-notice{flex:1 1 100%;width:100%;margin-top:8px;padding:10px 12px;border-radius:8px;font-size:13px;}
.dte-client-editor-shell .dte-editor-preview-notice.is-ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;}
.dte-client-editor-shell .dte-editor-preview-notice.is-err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;}
.dte-client-editor-shell input[type=text],
.dte-client-editor-shell input[type=url],
.dte-client-editor-shell input[type=email],
.dte-client-editor-shell input[type=tel],
.dte-client-editor-shell input[type=number],
.dte-client-editor-shell select,
.dte-client-editor-shell textarea{font-size:14px;}
