:root {
    --shrcl-red: #7a1e1e;
    --shrcl-bright-red: #e21b23;
    --shrcl-ink: #0d0f13;
    --shrcl-muted: #6e7076;
    --shrcl-line: #e7e3df;
    --shrcl-soft: #f8f7f5;
    --shrcl-wash: #fbfaf9;
    --shrcl-sage: #edf4ef;
    --shrcl-sage-ink: #35624a;
    --shrcl-white: #fff;
    --shrcl-shadow: 0 14px 34px rgba(43, 29, 32, .09);
}

* { box-sizing: border-box; }
body.shrcl-application-page { margin: 0; background: var(--shrcl-soft); color: var(--shrcl-ink); font-family: Inter, "Segoe UI", Arial, sans-serif; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.shrcl-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.shrcl-primary-button,
.shrcl-secondary-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}
.shrcl-primary-button { background: linear-gradient(110deg, var(--shrcl-bright-red), var(--shrcl-red)); color: #fff; box-shadow: 0 10px 22px rgba(122, 30, 30, .22); }
.shrcl-primary-button:hover { background: linear-gradient(110deg, #c8171d, #641818); color: #fff; }
.shrcl-secondary-button { border-color: var(--shrcl-line); background: #fff; color: var(--shrcl-ink); }
.shrcl-secondary-button:hover { border-color: #cdbfc2; color: var(--shrcl-red); }
.shrcl-eyebrow { display: block; margin-bottom: 8px; color: var(--shrcl-red); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.shrcl-auth { min-height: 100vh; display: grid; grid-template-columns: minmax(340px, 1fr) minmax(440px, 620px); background: #fff; }
.shrcl-auth-brand { padding: clamp(42px, 7vw, 100px); display: flex; flex-direction: column; justify-content: space-between; background: var(--shrcl-soft); }
.shrcl-auth-home { display: flex; align-items: center; gap: 12px; color: var(--shrcl-ink); text-decoration: none; font-weight: 800; }
.shrcl-brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 7px; background: var(--shrcl-red); color: #fff; font-weight: 800; }
.shrcl-brand-logo { width: 48px; height: 48px; display: block; border-radius: 8px; object-fit: contain; background: #fff; }
.shrcl-auth-copy { max-width: 600px; }
.shrcl-auth-copy h1 { max-width: 640px; margin: 0 0 20px; font-size: clamp(42px, 5.5vw, 78px); line-height: 1.02; }
.shrcl-auth-copy > p { max-width: 580px; color: var(--shrcl-muted); font-size: 18px; line-height: 1.75; }
.shrcl-auth-privacy { margin-top: 34px; max-width: 520px; display: grid; grid-template-columns: 38px 1fr; gap: 4px 12px; padding: 18px; border-left: 4px solid var(--shrcl-sage-ink); background: var(--shrcl-sage); border-radius: 7px; }
.shrcl-auth-privacy > span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--shrcl-sage-ink); color: #fff; }
.shrcl-auth-privacy small { color: #50705d; }
.shrcl-auth-panel { padding: clamp(30px, 6vw, 90px); display: grid; place-items: center; }
.shrcl-auth-card { width: 100%; max-width: 470px; }
.shrcl-auth-card h2 { margin: 0 0 8px; font-size: 34px; }
.shrcl-auth-card > p { color: var(--shrcl-muted); }
.shrcl-auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 28px 0 24px; border-bottom: 1px solid var(--shrcl-line); }
.shrcl-auth-tabs button { padding: 12px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--shrcl-muted); font-weight: 700; cursor: pointer; }
.shrcl-auth-tabs button.is-active { border-color: var(--shrcl-bright-red); color: var(--shrcl-ink); }
.shrcl-form { display: grid; gap: 16px; }
.shrcl-form label:not(.shrcl-check), .shrcl-custom-form label { display: grid; gap: 7px; color: var(--shrcl-ink); font-size: 14px; font-weight: 700; }
.shrcl-form input:not([type="checkbox"]), .shrcl-form select,
.shrcl-custom-form input, .shrcl-custom-form select, .shrcl-custom-form textarea {
    width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #d9d0d2; border-radius: 6px; background: #fff; color: var(--shrcl-ink);
}
.shrcl-form input:focus, .shrcl-form select:focus, .shrcl-custom-form :focus { border-color: var(--shrcl-red); outline: 3px solid rgba(163, 56, 56, .11); }
.shrcl-two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.shrcl-check { display: flex; gap: 9px; align-items: flex-start; color: var(--shrcl-muted); font-size: 13px; line-height: 1.5; }
.shrcl-check input { margin-top: 3px; accent-color: var(--shrcl-bright-red); }
.shrcl-privacy-check { padding: 12px; border-radius: 6px; background: var(--shrcl-soft); }
.shrcl-notice { margin-bottom: 18px; padding: 12px 14px; border-radius: 6px; background: #f8e8e8; color: #832b2b; }
.shrcl-notice--success { background: var(--shrcl-sage); color: var(--shrcl-sage-ink); }
.shrcl-resend { color: var(--shrcl-muted); font-size: 13px; }

.shrcl-shell { min-height: 100vh; display: grid; grid-template-columns: 268px minmax(0, 1fr); background: var(--shrcl-soft); }
.shrcl-sidebar { position: sticky; top: 0; z-index: 20; height: 100vh; display: flex; flex-direction: column; padding: 24px 18px; border-right: 1px solid #24252a; background: #101115; color: #fff; overflow-y: auto; }
.shrcl-brand { display: flex; align-items: center; gap: 12px; padding: 0 8px 24px; }
.shrcl-brand strong { display: block; color: #fff; font-size: 15px; }
.shrcl-brand small { display: block; color: #c4c5c9; font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
.shrcl-navigation { display: grid; gap: 4px; }
.shrcl-navigation button { width: 100%; min-height: 51px; display: flex; gap: 12px; align-items: center; padding: 11px 14px; border: 0; border-radius: 12px; background: transparent; color: #c4c5c9; text-align: left; font-weight: 500; cursor: pointer; }
.shrcl-navigation button span { width: 20px; color: #9b9da3; text-align: center; }
.shrcl-navigation button:hover { background: #1a1b20; color: #fff; }
.shrcl-navigation button.is-active { background: rgba(122, 30, 30, .62); color: #fff; box-shadow: 3px 0 0 var(--shrcl-bright-red) inset; }
.shrcl-navigation button.is-active span { color: #fff; }
.shrcl-private-badge { margin-top: auto; display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 13px; border: 1px solid #36373c; border-radius: 12px; background: #1b1b1e; }
.shrcl-private-badge > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(226,27,35,.16); color: #ff5a60; }
.shrcl-private-badge strong, .shrcl-private-badge small { display: block; }
.shrcl-private-badge strong { color: #fff; font-size: 12px; }
.shrcl-private-badge small { margin-top: 3px; color: #a9abb1; font-size: 10px; line-height: 1.4; }
.shrcl-save-state { margin: 10px 3px 0; color: #9b9da3; font-size: 10px; text-align: left; }
.shrcl-save-state span { width: 7px; height: 7px; display: inline-block; margin-right: 5px; border-radius: 50%; background: #62d79a; box-shadow: 0 0 0 4px rgba(98,215,154,.1); }

.shrcl-content { min-width: 0; }
.shrcl-topbar { height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 36px; border-bottom: 1px solid var(--shrcl-line); background: rgba(255,255,255,.92); }
.shrcl-crumb { display: flex; gap: 10px; color: #8a8387; font-size: 13px; }
.shrcl-crumb i { color: #c9c1c4; font-style: normal; }
.shrcl-crumb strong { color: var(--shrcl-ink); }
.shrcl-top-actions { display: flex; gap: 9px; }
.shrcl-top-actions button, .shrcl-mobile-menu { width: 38px; height: 38px; border: 1px solid var(--shrcl-line); border-radius: 50%; background: #fff; color: var(--shrcl-ink); cursor: pointer; }
.shrcl-avatar { background: var(--shrcl-red) !important; color: #fff !important; font-size: 12px; font-weight: 800; }
.shrcl-mobile-menu { display: none; }
.shrcl-main { width: min(1460px, 100%); margin: 0 auto; padding: 42px clamp(24px, 4vw, 62px) 80px; }
.shrcl-view { display: none; }
.shrcl-view.is-active { display: block; animation: shrcl-in .22s ease-out; }
@keyframes shrcl-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

.shrcl-welcome-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) 340px; gap: 34px; align-items: center; padding: 34px 0 44px; }
.shrcl-welcome-grid h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 70px); font-weight: 400; line-height: 1.05; }
.shrcl-welcome-grid p { max-width: 720px; color: var(--shrcl-muted); font-size: 17px; line-height: 1.7; }
.shrcl-button-row { display: flex; gap: 10px; margin-top: 24px; }
.shrcl-movement-mark { min-height: 240px; display: grid; place-items: center; align-content: center; border: 1px solid var(--shrcl-line); border-radius: 24px; background: #fff; box-shadow: var(--shrcl-shadow); }
.shrcl-movement-mark > span { color: var(--shrcl-bright-red); font-size: 82px; line-height: 1; }
.shrcl-movement-mark small { margin-top: 12px; color: var(--shrcl-muted); font-weight: 700; text-align: center; line-height: 1.7; }
.shrcl-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 46px; }
.shrcl-stat { padding: 20px; border: 1px solid var(--shrcl-line); border-radius: 7px; background: #fff; }
.shrcl-stat strong, .shrcl-stat span { display: block; }
.shrcl-stat strong { font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 700; }
.shrcl-stat:first-child { background: var(--shrcl-ink); color: #fff; }
.shrcl-stat:first-child span { color: #c4c5c9; }
.shrcl-stat span { color: var(--shrcl-muted); font-size: 12px; }
.shrcl-section-heading, .shrcl-page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.shrcl-section-heading h2, .shrcl-page-heading h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.15; }
.shrcl-section-heading h2 { font-size: 30px; }
.shrcl-page-heading h1 { font-size: clamp(34px, 4vw, 56px); }
.shrcl-section-heading p, .shrcl-page-heading p { max-width: 740px; margin: 9px 0 0; color: var(--shrcl-muted); line-height: 1.65; }
.shrcl-quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.shrcl-quick-card { min-height: 130px; display: grid; grid-template-columns: 46px 1fr 20px; gap: 13px; align-items: center; padding: 20px; border: 1px solid var(--shrcl-line); border-radius: 7px; background: #fff; color: var(--shrcl-ink); text-align: left; cursor: pointer; }
.shrcl-quick-card:hover { border-color: #cfb8be; box-shadow: var(--shrcl-shadow); transform: translateY(-2px); }
.shrcl-quick-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 6px; background: var(--shrcl-soft); color: var(--shrcl-red); font-size: 20px; }
.shrcl-quick-card strong, .shrcl-quick-card small { display: block; }
.shrcl-quick-card small { margin-top: 5px; color: var(--shrcl-muted); line-height: 1.45; }
.shrcl-quick-card i { color: var(--shrcl-red); font-style: normal; }
.shrcl-safety-banner, .shrcl-phi-warning { display: grid; grid-template-columns: 40px 1fr; gap: 14px; margin: 28px 0; padding: 18px; border-left: 4px solid var(--shrcl-sage-ink); border-radius: 7px; background: var(--shrcl-sage); }
.shrcl-safety-banner > span, .shrcl-phi-warning > strong { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--shrcl-sage-ink); color: #fff; }
.shrcl-safety-banner p, .shrcl-phi-warning p { margin: 3px 0 0; color: #4b6755; line-height: 1.55; }

.shrcl-filterbar { display: grid; grid-template-columns: minmax(240px, 1fr) 230px 190px; gap: 10px; margin-bottom: 14px; }
.shrcl-search { position: relative; }
.shrcl-search span { position: absolute; left: 13px; top: 11px; color: #8a8387; }
.shrcl-search input, .shrcl-filterbar select { width: 100%; height: 44px; border: 1px solid var(--shrcl-line); border-radius: 6px; background: #fff; color: var(--shrcl-ink); }
.shrcl-search input { padding: 9px 12px 9px 38px; }
.shrcl-filterbar select { padding: 8px 10px; }
.shrcl-results-summary { margin: 14px 0; color: var(--shrcl-muted); font-size: 13px; }
.shrcl-exercise-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.shrcl-exercise-card { min-width: 0; overflow: hidden; border: 1px solid var(--shrcl-line); border-radius: 7px; background: #fff; box-shadow: 0 7px 18px rgba(43,29,32,.05); }
.shrcl-exercise-image { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--shrcl-wash); }
.shrcl-exercise-image img { width: 100%; height: 100%; display: block; object-fit: contain; background: #fff; }
.shrcl-favorite { position: absolute; z-index: 2; top: 10px; right: 10px; width: 36px; height: 36px; border: 1px solid rgba(0,0,0,.08); border-radius: 50%; background: rgba(255,255,255,.94); color: #6f686c; font-size: 20px; cursor: pointer; }
.shrcl-favorite.is-active { background: var(--shrcl-bright-red); color: #fff; }
.shrcl-exercise-body { padding: 17px; }
.shrcl-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.shrcl-tags span { padding: 4px 8px; border-radius: 999px; background: var(--shrcl-soft); color: var(--shrcl-red); font-size: 10px; font-weight: 700; }
.shrcl-exercise-body h3 { min-height: 48px; margin: 0 0 8px; font-size: 18px; line-height: 1.35; }
.shrcl-exercise-body > p { min-height: 46px; margin: 0; color: var(--shrcl-muted); font-size: 13px; line-height: 1.55; }
.shrcl-exercise-details { margin-top: 12px; padding: 12px; border-radius: 6px; background: var(--shrcl-soft); color: var(--shrcl-muted); font-size: 12px; line-height: 1.55; }
.shrcl-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 15px; }
.shrcl-card-actions button { min-height: 38px; border: 1px solid var(--shrcl-line); border-radius: 6px; background: #fff; color: var(--shrcl-ink); font-weight: 700; cursor: pointer; }
.shrcl-card-actions .shrcl-add-button { border-color: var(--shrcl-bright-red); background: var(--shrcl-bright-red); color: #fff; }
.shrcl-empty { grid-column: 1 / -1; padding: 60px 20px; border: 1px dashed #d7cdd0; border-radius: 7px; color: var(--shrcl-muted); text-align: center; }
.shrcl-empty span { color: var(--shrcl-red); font-size: 42px; }

.shrcl-builder-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) 360px; gap: 20px; align-items: start; }
.shrcl-builder-list, .shrcl-builder-summary, .shrcl-template-card, .shrcl-routine-card, .shrcl-custom-form, .shrcl-settings-grid > section {
    border: 1px solid var(--shrcl-line); border-radius: 7px; background: #fff; box-shadow: 0 8px 20px rgba(43,29,32,.05);
}
.shrcl-builder-list { min-height: 420px; padding: 20px; }
.shrcl-builder-summary { position: sticky; top: 90px; padding: 20px; }
.shrcl-panel-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--shrcl-line); }
.shrcl-panel-heading h2 { margin: 0; font-size: 21px; }
.shrcl-panel-heading span { color: var(--shrcl-muted); font-size: 12px; }
.shrcl-panel-heading button { border: 0; background: transparent; color: var(--shrcl-red); cursor: pointer; }
.shrcl-builder-empty { padding: 70px 20px; color: var(--shrcl-muted); text-align: center; }
.shrcl-builder-empty span { width: 48px; height: 48px; display: grid; place-items: center; margin: auto; border-radius: 50%; background: var(--shrcl-soft); color: var(--shrcl-red); font-size: 28px; }
.shrcl-builder-item { display: grid; grid-template-columns: 1fr 150px 34px; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--shrcl-line); }
.shrcl-builder-item strong { display: block; }
.shrcl-builder-item small { color: var(--shrcl-muted); }
.shrcl-builder-item input { width: 100%; min-height: 38px; border: 1px solid var(--shrcl-line); border-radius: 5px; padding: 7px; }
.shrcl-builder-item button { width: 32px; height: 32px; border: 0; border-radius: 50%; background: var(--shrcl-soft); color: var(--shrcl-red); cursor: pointer; }
.shrcl-builder-summary h2 { margin-top: 0; }
.shrcl-builder-summary select { width: 100%; min-height: 42px; padding: 8px; border: 1px solid var(--shrcl-line); border-radius: 6px; background: #fff; }
.shrcl-builder-checks { display: grid; gap: 10px; margin: 18px 0; }
.shrcl-builder-checks label { color: var(--shrcl-muted); font-size: 12px; }
.shrcl-builder-checks input { accent-color: var(--shrcl-bright-red); }
.shrcl-builder-summary .shrcl-primary-button, .shrcl-builder-summary .shrcl-secondary-button { width: 100%; margin-top: 8px; }
.shrcl-template-section { margin-top: 48px; }
.shrcl-template-grid, .shrcl-routine-grid, .shrcl-settings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.shrcl-template-card, .shrcl-routine-card { padding: 20px; }
.shrcl-template-image { width: calc(100% + 40px); height: 170px; display: block; margin: -20px -20px 18px; border-radius: 7px 7px 0 0; object-fit: contain; background: #fff; border-bottom: 1px solid var(--shrcl-line); }
.shrcl-template-card h3, .shrcl-routine-card h3 { margin: 0 0 8px; font-size: 18px; }
.shrcl-template-card p, .shrcl-routine-card p { color: var(--shrcl-muted); font-size: 13px; line-height: 1.55; }
.shrcl-template-card.is-locked { background: #fbf8f9; }
.shrcl-plan-pill { padding: 7px 11px; border-radius: 999px; background: #f7e9ec; color: var(--shrcl-red); font-size: 11px; font-weight: 800; }
.shrcl-routine-card > div { display: flex; gap: 8px; margin-top: 15px; }
.shrcl-routine-card button { border: 0; background: transparent; color: var(--shrcl-red); font-weight: 700; cursor: pointer; }
.shrcl-custom-form { max-width: 860px; display: grid; gap: 16px; padding: 24px; }
.shrcl-custom-form textarea { min-height: 130px; }
.shrcl-settings-grid { grid-template-columns: 1fr 1fr; }
.shrcl-settings-grid > section { padding: 24px; }
.shrcl-settings-grid h2 { margin-top: 0; }
.shrcl-settings-grid dl > div { display: grid; grid-template-columns: 120px 1fr; padding: 10px 0; border-bottom: 1px solid var(--shrcl-line); }
.shrcl-settings-grid dt { color: var(--shrcl-muted); }
.shrcl-settings-grid dd { margin: 0; font-weight: 700; }
.shrcl-footer { display: flex; justify-content: space-between; gap: 30px; margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--shrcl-line); color: var(--shrcl-muted); font-size: 11px; line-height: 1.5; }
.shrcl-footer strong, .shrcl-footer span { display: block; }
.shrcl-footer p { max-width: 620px; margin: 0; text-align: right; }
.shrcl-toast { position: fixed; right: 24px; bottom: 24px; z-index: 60; max-width: 360px; padding: 13px 16px; border-radius: 7px; background: var(--shrcl-ink); color: #fff; box-shadow: var(--shrcl-shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s ease; }
.shrcl-toast.is-visible { opacity: 1; transform: none; }
.shrcl-centered-message { min-height: 100vh; display: grid; place-items: center; align-content: center; gap: 12px; padding: 30px; text-align: center; }

@media (max-width: 1100px) {
    .shrcl-exercise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .shrcl-quick-grid { grid-template-columns: repeat(2, 1fr); }
    .shrcl-template-grid, .shrcl-routine-grid { grid-template-columns: repeat(2, 1fr); }
    .shrcl-builder-layout { grid-template-columns: 1fr; }
    .shrcl-builder-summary { position: static; }
}
@media (max-width: 820px) {
    .shrcl-auth { grid-template-columns: 1fr; }
    .shrcl-auth-brand { min-height: 480px; }
    .shrcl-shell { grid-template-columns: 1fr; }
    .shrcl-sidebar { position: fixed; left: 0; top: 0; z-index: 50; width: 280px; transform: translateX(-105%); transition: transform .22s ease; box-shadow: var(--shrcl-shadow); }
    .shrcl-shell.is-menu-open .shrcl-sidebar { transform: none; }
    .shrcl-mobile-menu { display: inline-grid; place-items: center; }
    .shrcl-topbar { padding: 0 18px; }
    .shrcl-crumb span, .shrcl-crumb i { display: none; }
    .shrcl-main { padding: 30px 18px 60px; }
    .shrcl-welcome-grid { grid-template-columns: 1fr; }
    .shrcl-movement-mark { display: none; }
    .shrcl-stat-grid { grid-template-columns: repeat(2, 1fr); }
    .shrcl-page-heading { align-items: flex-start; flex-direction: column; }
    .shrcl-filterbar { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .shrcl-auth-brand, .shrcl-auth-panel { padding: 28px 20px; }
    .shrcl-auth-copy h1 { font-size: 43px; }
    .shrcl-two-fields, .shrcl-exercise-grid, .shrcl-quick-grid, .shrcl-template-grid, .shrcl-routine-grid, .shrcl-settings-grid { grid-template-columns: 1fr; }
    .shrcl-welcome-grid h1 { font-size: 42px; }
    .shrcl-button-row, .shrcl-footer { align-items: stretch; flex-direction: column; }
    .shrcl-button-row > * { width: 100%; }
    .shrcl-footer p { text-align: left; }
    .shrcl-builder-item { grid-template-columns: 1fr 34px; }
    .shrcl-builder-item input { grid-column: 1 / -1; grid-row: 2; }
}

@media print {
    .shrcl-sidebar, .shrcl-topbar, .shrcl-page-heading, .shrcl-phi-warning, .shrcl-builder-summary, .shrcl-footer { display: none !important; }
    .shrcl-shell { display: block; }
    .shrcl-main { padding: 0; }
    .shrcl-view { display: none !important; }
    .shrcl-view[data-shrcl-view="builder"] { display: block !important; }
    .shrcl-builder-list { border: 0; box-shadow: none; }
}
