/*
 * tips352/style.css  v1.0.0
 * 텔레그램 봇 제휴 프로그램 설정 가이드
 * 테마: 인디고/블루-바이올렛 + 딥 다크 (개발자·설정·슬라이더)
 * 그누보드5 완전 격리 | BEM | 모바일 퍼스트
 */

/* ─── 전체 리셋 ─── */
#tg-352-wrapper,
#tg-352-wrapper * {
    box-sizing: border-box; margin: 0; padding: 0; border: none;
    outline: none; text-decoration: none; list-style: none; background: none; font-style: normal;
}
#tg-352-wrapper h1, #tg-352-wrapper h2 { font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; }
#tg-352-wrapper strong { font-weight: 700; color: inherit; }
#tg-352-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-352-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-352-wrapper button { cursor: pointer; }
#tg-352-wrapper a { color: inherit; }
#tg-352-wrapper ol, #tg-352-wrapper ul { list-style: none; }

/* ─── 디자인 토큰 ─── */
#tg-352-wrapper {
    --ind-100: #e0e7ff;
    --ind-200: #c7d2fe;
    --ind-300: #a5b4fc;
    --ind-400: #818cf8;
    --ind-500: #6366f1;
    --ind-600: #4f46e5;
    --ind-700: #4338ca;
    --ind-900: #1e1b4b;
    --vio-300: #d8b4fe;
    --vio-500: #a855f7;
    --cry-400: #22d3ee;
    --grn-400: #4ade80;
    --amb-300: #fcd34d;
    --red-400: #f87171;
    --dk-base: #07051a;
    --dk-card: #0e0c2a;
    --sl-50:   #f8fafc;
    --sl-100:  #f1f5f9;
    --sl-200:  #e2e8f0;
    --sl-400:  #94a3b8;
    --sl-500:  #64748b;
    --sl-700:  #334155;
    --sl-800:  #1e293b;
    --sl-900:  #0f172a;
    --text-main: #1e293b;
    --text-sub:  #475569;
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --shadow-sm:  0 4px 14px rgba(0,0,0,.06);
    --shadow-ind: 0 4px 20px rgba(99,102,241,.28);
    --fs-sm:   .9rem;
    --fs-base: 1rem;
    --fs-lg:   1.2rem;

    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-size: var(--fs-base); color: var(--text-main); line-height: 1.7;
    max-width: 1100px; margin: 0 auto; width: 100%;
}

/* Material Symbols */
#tg-352-wrapper .material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-weight: normal; font-style: normal; font-size: inherit;
    line-height: 1; display: inline-block; white-space: nowrap;
    direction: ltr; -webkit-font-smoothing: antialiased; vertical-align: middle;
}

/* 스크롤 등장 */
#tg-352-wrapper .tg-352-motion { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
#tg-352-wrapper .tg-352-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════
   히어로
═════════════════════════════════════════ */
#tg-352-wrapper .tg-352-hero {
    position: relative; background: var(--dk-base);
    border-radius: var(--radius-lg); padding: 64px 28px 72px;
    text-align: center; overflow: hidden;
}
#tg-352-wrapper .tg-352-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 65% 52% at 30% 35%, rgba(99,102,241,.22) 0%, transparent 56%),
        radial-gradient(ellipse 50% 44% at 80% 68%, rgba(168,85,247,.14) 0%, transparent 52%);
}
#tg-352-wrapper .tg-352-hero__floats { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
#tg-352-wrapper .tg-352-float {
    position: absolute; font-size: 1.7rem; opacity: 0;
    animation: tg352Float ease-in-out infinite;
}
#tg-352-wrapper .tg-352-float--1 { top: 14%; left:4%;    animation-duration: 5.5s; animation-delay: 0s; }
#tg-352-wrapper .tg-352-float--2 { top: 22%; right:5%;   animation-duration: 4.5s; animation-delay: -2s; font-size: 1.3rem; }
#tg-352-wrapper .tg-352-float--3 { bottom:28%; left:6%;  animation-duration: 6s;   animation-delay: -1s; }
#tg-352-wrapper .tg-352-float--4 { bottom:20%; right:7%; animation-duration: 5s;   animation-delay: -1.8s; font-size: 1.3rem; }
@keyframes tg352Float {
    0%,100% { opacity: 0; transform: translateY(0) scale(.9); }
    50%      { opacity: .52; transform: translateY(-14px) scale(1.12); }
}
#tg-352-wrapper .tg-352-hero__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
#tg-352-wrapper .tg-352-hero__badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(99,102,241,.15); border: 1px solid rgba(99,102,241,.35);
    color: var(--ind-300); font-size: .85rem; font-weight: 700;
    padding: 6px 18px; border-radius: 999px; margin-bottom: 22px !important;
}
#tg-352-wrapper .tg-352-hero__badge .material-symbols-outlined { font-size: 1.1rem; }
#tg-352-wrapper .tg-352-hero__title {
    font-size: clamp(1.6rem, 4.2vw, 2.3rem); font-weight: 900;
    color: #fff; line-height: 1.3; letter-spacing: -.02em; margin-bottom: 16px;
}
#tg-352-wrapper .tg-352-hero__title em {
    font-style: normal; color: var(--ind-300);
    text-shadow: 0 0 28px rgba(99,102,241,.55);
}
#tg-352-wrapper .tg-352-hero__subtitle { color: rgba(255,255,255,.68); line-height: 1.8; max-width: 560px; margin: 0 auto 28px !important; }
#tg-352-wrapper .tg-352-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
#tg-352-wrapper .tg-352-hero__chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(99,102,241,.12); border: 1px solid rgba(99,102,241,.25);
    color: var(--ind-300); font-size: .82rem; font-weight: 800;
    padding: 8px 16px; border-radius: 999px;
}
#tg-352-wrapper .tg-352-hero__chip .material-symbols-outlined { font-size: 1rem; }
#tg-352-wrapper .tg-352-hero__chip--violet { background: rgba(168,85,247,.12); border-color: rgba(168,85,247,.25); color: var(--vio-300); }
#tg-352-wrapper .tg-352-hero__chip--teal   { background: rgba(34,211,238,.1); border-color: rgba(34,211,238,.22); color: var(--cry-400); }

/* ─── 레이아웃 ─── */
#tg-352-wrapper .tg-352-main { display: flex; flex-direction: column; gap: 28px; }

/* 도입부 */
#tg-352-wrapper .tg-352-intro {
    background: #fff; border: 1px solid var(--sl-200); border-top: 4px solid var(--ind-500);
    border-radius: var(--radius-md); padding: 36px 28px; text-align: center; box-shadow: var(--shadow-sm);
}
#tg-352-wrapper .tg-352-intro__icon { font-size: 2.4rem; color: var(--ind-600); margin-bottom: 14px; }
#tg-352-wrapper .tg-352-intro__icon .material-symbols-outlined { font-size: 2.4rem; }
#tg-352-wrapper .tg-352-intro__title { font-size: clamp(1.05rem, 2.8vw, 1.32rem); font-weight: 800; color: var(--sl-900); margin-bottom: 14px; letter-spacing: -.01em; }
#tg-352-wrapper .tg-352-intro p { color: var(--text-sub); max-width: 700px; margin-left: auto; margin-right: auto; }
#tg-352-wrapper .tg-352-intro__settings { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 22px; max-width: 500px; margin-left: auto; margin-right: auto; }
#tg-352-wrapper .tg-352-intro__setting {
    display: flex; align-items: center; gap: 14px;
    background: var(--sl-50); border: 1px solid var(--sl-200); border-radius: var(--radius-sm); padding: 16px;
}
#tg-352-wrapper .tg-352-intro__setting .material-symbols-outlined { font-size: 1.5rem; color: var(--ind-500); flex-shrink: 0; }
#tg-352-wrapper .tg-352-intro__setting--dur .material-symbols-outlined { color: var(--vio-500); }
#tg-352-wrapper .tg-352-intro__setting-title { font-size: var(--fs-sm); font-weight: 800; color: var(--sl-800); margin-bottom: 3px; }
#tg-352-wrapper .tg-352-intro__setting-range { font-size: var(--fs-sm); color: var(--text-sub); margin-bottom: 0 !important; }

/* 공통 섹션 */
#tg-352-wrapper .tg-352-section {
    background: #fff; border: 1px solid var(--sl-200); border-radius: var(--radius-md);
    padding: 44px 32px; box-shadow: var(--shadow-sm); text-align: center;
}
#tg-352-wrapper .tg-352-section--dark { background: var(--dk-base); border-color: rgba(99,102,241,.15); }
#tg-352-wrapper .tg-352-section__label {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--sl-100); color: var(--sl-700);
    font-size: .88rem; font-weight: 700; letter-spacing: .03em;
    padding: 7px 20px; border-radius: 999px; margin-bottom: 22px;
}
#tg-352-wrapper .tg-352-section__label--dark   { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.32); }
#tg-352-wrapper .tg-352-section__label--indigo { background: rgba(99,102,241,.08); color: var(--ind-700); }
#tg-352-wrapper .tg-352-section__label .material-symbols-outlined { font-size: 1.1rem; }
#tg-352-wrapper .tg-352-section__title {
    font-size: clamp(1.2rem, 3vw, 1.5rem); font-weight: 900; color: var(--sl-900);
    letter-spacing: -.02em; margin-bottom: 16px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
}
#tg-352-wrapper .tg-352-section__title--light { color: #fff !important; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
#tg-352-wrapper .tg-352-section__title .material-symbols-outlined { font-size: 1.5rem; color: var(--ind-500); }
#tg-352-wrapper .tg-352-section > p, #tg-352-wrapper .tg-352-section__desc--light { max-width: 680px; margin-left: auto; margin-right: auto; }
#tg-352-wrapper .tg-352-section > p { color: var(--text-sub); }
#tg-352-wrapper .tg-352-section__desc--light { color: rgba(255,255,255,.88) !important; margin-bottom: 32px !important; }

/* ═════════════════════════════════════════
   데모: 설정 패널 + Stars 패널
═════════════════════════════════════════ */
#tg-352-wrapper .tg-352-demo { display: flex; flex-direction: column; align-items: stretch; gap: 16px; }

/* ─ 설정 패널 ─ */
#tg-352-wrapper .tg-352-settings-panel {
    background: #0e0c2a; border: 1px solid rgba(99,102,241,.2);
    border-radius: 18px; padding: 18px; display: flex; flex-direction: column; gap: 14px;
}
#tg-352-wrapper .tg-352-bot-header {
    display: flex; align-items: center; gap: 12px;
    padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.06);
}
#tg-352-wrapper .tg-352-bot-avatar { font-size: 1.8rem; line-height: 1; flex-shrink: 0; }
#tg-352-wrapper .tg-352-bot-name { font-size: .88rem; font-weight: 900; color: #fff; margin-bottom: 2px; }
#tg-352-wrapper .tg-352-bot-edit { font-size: .68rem; color: var(--ind-400); margin-bottom: 0 !important; }
#tg-352-wrapper .tg-352-edit-icon { font-size: 1.2rem; color: rgba(255,255,255,.3); margin-left: auto; }

/* 컨트롤 그룹 */
#tg-352-wrapper .tg-352-ctrl-group { display: flex; flex-direction: column; gap: 8px; }
#tg-352-wrapper .tg-352-ctrl-label-row { display: flex; align-items: center; justify-content: space-between; }
#tg-352-wrapper .tg-352-ctrl-label {
    display: flex; align-items: center; gap: 6px;
    font-size: .78rem; font-weight: 800; color: rgba(255,255,255,.55);
}
#tg-352-wrapper .tg-352-ctrl-label .material-symbols-outlined { font-size: .9rem; color: var(--ind-400); }
#tg-352-wrapper .tg-352-ctrl-value {
    font-size: 1rem; font-weight: 900; color: var(--ind-300);
    background: rgba(99,102,241,.15); border: 1px solid rgba(99,102,241,.25);
    padding: 3px 12px; border-radius: 7px; min-width: 52px; text-align: center;
}

/* 슬라이더 */
#tg-352-wrapper .tg-352-slider {
    -webkit-appearance: none; appearance: none;
    width: 100%; height: 6px; border-radius: 999px;
    background: rgba(255,255,255,.1); cursor: pointer;
    outline: none;
}
#tg-352-wrapper .tg-352-slider::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none;
    width: 20px; height: 20px; border-radius: 50%;
    background: var(--ind-400); border: 2px solid var(--ind-300);
    box-shadow: 0 0 10px rgba(99,102,241,.5); cursor: pointer;
    transition: transform .15s;
}
#tg-352-wrapper .tg-352-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
#tg-352-wrapper .tg-352-slider::-moz-range-thumb {
    width: 20px; height: 20px; border-radius: 50%;
    background: var(--ind-400); border: 2px solid var(--ind-300); cursor: pointer;
}
#tg-352-wrapper .tg-352-slider-ticks {
    display: flex; justify-content: space-between;
    font-size: .62rem; color: rgba(255,255,255,.28);
}

/* Duration 버튼 */
#tg-352-wrapper .tg-352-dur-btns { display: flex; flex-wrap: wrap; gap: 6px; }
#tg-352-wrapper .tg-352-dur-btn {
    padding: 7px 12px; border-radius: 7px; font-size: .74rem; font-weight: 700;
    color: rgba(255,255,255,.38); border: 1px solid rgba(255,255,255,.1);
    transition: all .2s;
}
#tg-352-wrapper .tg-352-dur-btn:hover { border-color: rgba(99,102,241,.35); color: var(--ind-300); }
#tg-352-wrapper .tg-352-dur-btn--active {
    background: rgba(99,102,241,.2); border-color: rgba(99,102,241,.4); color: var(--ind-300); font-weight: 900;
}

/* 미리보기 박스 */
#tg-352-wrapper .tg-352-preview-box {
    background: rgba(99,102,241,.07); border: 1px solid rgba(99,102,241,.2);
    border-radius: 10px; padding: 14px; display: flex; flex-direction: column; gap: 7px;
}
#tg-352-wrapper .tg-352-preview-box__title { font-size: .7rem; font-weight: 800; letter-spacing: .04em; color: rgba(255,255,255,.35); text-transform: uppercase; }
#tg-352-wrapper .tg-352-preview-box__row {
    display: flex; align-items: center; gap: 8px;
    font-size: .76rem; color: rgba(255,255,255,.55);
}
#tg-352-wrapper .tg-352-preview-box__row .material-symbols-outlined { font-size: .85rem; color: var(--ind-400); flex-shrink: 0; }
#tg-352-wrapper .tg-352-preview-box__row strong { color: var(--ind-300); margin-left: auto; font-size: .82rem; }

/* Start 버튼 */
#tg-352-wrapper .tg-352-start-btn {
    width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
    background: linear-gradient(135deg, var(--ind-500), var(--ind-700));
    color: #fff; font-size: .9rem; font-weight: 800;
    padding: 13px; border-radius: 10px;
    box-shadow: var(--shadow-ind); transition: opacity .2s, transform .15s;
}
#tg-352-wrapper .tg-352-start-btn:hover { opacity: .87; transform: scale(.98); }
#tg-352-wrapper .tg-352-start-btn .material-symbols-outlined { font-size: 1.2rem; }

/* ─ Stars 패널 ─ */
#tg-352-wrapper .tg-352-stars-panel {
    background: #0e0c2a; border: 1px solid rgba(99,102,241,.18);
    border-radius: 18px; padding: 18px; min-height: 200px;
    display: flex; flex-direction: column;
}
#tg-352-wrapper .tg-352-stars-idle {
    flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
}
#tg-352-wrapper .tg-352-stars-idle .material-symbols-outlined { font-size: 2.4rem; color: rgba(99,102,241,.25); }

/* 활성 상태 */
#tg-352-wrapper .tg-352-stars-active { display: flex; flex-direction: column; gap: 14px; animation: tg352FadeIn .4s ease; }
#tg-352-wrapper .tg-352-stars-active__header {
    display: flex; align-items: center; gap: 12px;
    padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.07);
}
#tg-352-wrapper .tg-352-stars-active__header .material-symbols-outlined { font-size: 1.8rem; color: var(--amb-300); flex-shrink: 0; }
#tg-352-wrapper .tg-352-stars-active__label { font-size: .7rem; color: rgba(255,255,255,.4); font-weight: 700; letter-spacing: .05em; }
#tg-352-wrapper .tg-352-stars-active__amount { font-size: 1.2rem; font-weight: 900; color: var(--amb-300); }
#tg-352-wrapper .tg-352-live-badge {
    margin-left: auto; font-size: .62rem; font-weight: 900; letter-spacing: .08em;
    background: #ef4444; color: #fff; padding: 3px 7px; border-radius: 5px;
    animation: tg352Pulse 1.8s ease-in-out infinite;
}
@keyframes tg352Pulse { 0%,100% { opacity: 1; } 50% { opacity: .5; } }

#tg-352-wrapper .tg-352-stars-active__status {
    display: flex; align-items: center; gap: 7px; flex-wrap: wrap;
    font-size: .76rem; color: rgba(255,255,255,.55);
}
#tg-352-wrapper .tg-352-stars-active__status .material-symbols-outlined { font-size: .9rem; color: var(--grn-400); }
#tg-352-wrapper .tg-352-stars-active__config {
    margin-left: auto; font-size: .7rem; font-weight: 800;
    color: var(--ind-300); background: rgba(99,102,241,.12); border-radius: 6px; padding: 2px 8px;
}

/* 거래 내역 */
#tg-352-wrapper .tg-352-txn-list { display: flex; flex-direction: column; gap: 7px; }
#tg-352-wrapper .tg-352-txn-list__hd { font-size: .65rem; font-weight: 800; letter-spacing: .06em; color: rgba(255,255,255,.3); text-transform: uppercase; }
#tg-352-wrapper .tg-352-txn-item {
    display: flex; align-items: center; gap: 9px;
    background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05);
    border-radius: 8px; padding: 9px 11px;
    animation: tg352SlideIn .35s ease;
}
#tg-352-wrapper .tg-352-txn-item__icon { font-size: 1.1rem; line-height: 1; flex-shrink: 0; }
#tg-352-wrapper .tg-352-txn-item__info { flex: 1; }
#tg-352-wrapper .tg-352-txn-item__who  { font-size: .74rem; font-weight: 700; color: rgba(255,255,255,.7); }
#tg-352-wrapper .tg-352-txn-item__time { font-size: .62rem; color: rgba(255,255,255,.3); }
#tg-352-wrapper .tg-352-txn-item__stars { font-size: .8rem; font-weight: 900; color: var(--amb-300); }

@keyframes tg352SlideIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }
@keyframes tg352FadeIn  { from { opacity: 0; transform: translateY(8px); }  to { opacity: 1; transform: translateY(0); } }

/* ═════════════════════════════════════════
   기기별 탭
═════════════════════════════════════════ */
#tg-352-wrapper .tg-352-tabs {
    display: flex; gap: 6px; background: var(--sl-100); border-radius: var(--radius-sm);
    padding: 5px; margin-bottom: 22px; flex-wrap: wrap;
}
#tg-352-wrapper .tg-352-tab-btn {
    flex: 1; min-width: 80px;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 11px 12px; border-radius: 7px;
    font-size: var(--fs-sm); font-weight: 600; color: var(--sl-500);
    transition: background .2s, color .2s;
}
#tg-352-wrapper .tg-352-tab-btn .material-symbols-outlined { font-size: 1.1rem; }
#tg-352-wrapper .tg-352-tab-btn--active { background: #fff; color: var(--ind-700); box-shadow: 0 2px 8px rgba(0,0,0,.08); font-weight: 800; }
#tg-352-wrapper .tg-352-tab-panel { display: none; text-align: left; animation: tg352FadeIn .3s ease; }
#tg-352-wrapper .tg-352-tab-panel--active { display: block; }
#tg-352-wrapper .tg-352-tab-panel__head {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--sl-100);
}
#tg-352-wrapper .tg-352-tab-panel__icon {
    width: 50px; height: 50px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; color: #fff; flex-shrink: 0;
}
#tg-352-wrapper .tg-352-tab-panel__icon--ios     { background: linear-gradient(135deg, #555, #111); }
#tg-352-wrapper .tg-352-tab-panel__icon--android { background: linear-gradient(135deg, #3ddc84, #00ac47); }
#tg-352-wrapper .tg-352-tab-panel__icon--pc      { background: linear-gradient(135deg, var(--ind-500), var(--ind-700)); }
#tg-352-wrapper .tg-352-tab-panel__name { font-size: var(--fs-lg); font-weight: 800; color: var(--sl-900); margin-bottom: 4px; }
#tg-352-wrapper .tg-352-tab-panel__sub  { font-size: var(--fs-sm); color: var(--sl-500); margin-bottom: 0 !important; }
#tg-352-wrapper .tg-352-steps { display: flex; flex-direction: column; gap: 13px; counter-reset: tg352step; }
#tg-352-wrapper .tg-352-steps li {
    counter-increment: tg352step;
    display: flex; align-items: flex-start; gap: 13px;
    font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-352-wrapper .tg-352-steps li::before {
    content: counter(tg352step); min-width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--ind-500), var(--ind-700));
    color: #fff; font-size: .8rem; font-weight: 900; border-radius: 50%; flex-shrink: 0; margin-top: 2px;
}
#tg-352-wrapper .tg-352-steps li strong { color: var(--sl-800); }
#tg-352-wrapper .tg-352-tip-box {
    display: flex; align-items: flex-start; gap: 12px;
    background: rgba(99,102,241,.06); border: 1px solid rgba(99,102,241,.18);
    border-radius: var(--radius-sm); padding: 16px 18px;
    margin-top: 18px; font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-352-wrapper .tg-352-tip-box .material-symbols-outlined { font-size: 1.3rem; color: var(--ind-500); flex-shrink: 0; margin-top: 2px; }

/* ═════════════════════════════════════════
   반응형
═════════════════════════════════════════ */
@media (min-width: 540px) { #tg-352-wrapper .tg-352-intro__settings { grid-template-columns: 1fr 1fr; } }
@media (min-width: 700px) { #tg-352-wrapper .tg-352-demo { flex-direction: row; align-items: flex-start; } }
@media (min-width: 900px) {
    #tg-352-wrapper .tg-352-hero { padding: 80px 56px 90px; }
    #tg-352-wrapper .tg-352-section, #tg-352-wrapper .tg-352-intro { padding: 52px 48px; }
    #tg-352-wrapper .tg-352-settings-panel { flex: 1 0 280px; }
    #tg-352-wrapper .tg-352-stars-panel { flex: 1 1 280px; }
}
