:root { color-scheme: light; --ink: #1b2220; --muted: #6d756e; --line: #e3e5dc; --paper: #f8f7f3; --accent: #e95472; --green: #d8e8c7; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
a { color: inherit; }
.site-shell { max-width: 1512px; margin: 0 auto; padding: 0 5.5%; }
.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; font-family: Manrope, sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -.055em; }
.brand-dot, .heading-dot { color: var(--accent); }
.brand-mark { width: 32px; height: 32px; display: inline-flex; gap: 2px; align-items: center; justify-content: center; border-radius: 10px; background: var(--ink); transform: rotate(-9deg); }
.brand-mark span { width: 3px; border-radius: 3px; background: #fff; }
.brand-mark span:nth-child(1), .brand-mark span:nth-child(5) { height: 7px; opacity: .72; }
.brand-mark span:nth-child(2), .brand-mark span:nth-child(4) { height: 14px; }
.brand-mark span:nth-child(3) { height: 21px; background: #ff9aab; }
.header-link { text-decoration: none; font-size: 13px; font-weight: 700; }
.header-link span { margin-left: 9px; font-size: 18px; }
.hero { display: grid; grid-template-columns: 1fr minmax(430px, .92fr); align-items: center; gap: clamp(48px, 7vw, 120px); min-height: 650px; padding: 88px 0 98px; }
.hero-copy { padding-bottom: 24px; }
.eyebrow, .section-kicker { font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #4b6150; }
.eyebrow-icon { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--green); font-size: 16px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, sans-serif; }
h1 { margin: 27px 0 24px; font-size: clamp(58px, 5.7vw, 88px); line-height: 1.06; letter-spacing: -.078em; font-weight: 800; }
h1 em { color: var(--accent); font-weight: inherit; font-style: normal; }
.hero-description { max-width: 530px; color: #566059; font-size: 18px; line-height: 1.7; }
.hero-points { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 37px; color: #5a655d; font-size: 12px; font-weight: 700; }
.point-icon { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 4px; border-radius: 50%; background: #dcebd2; color: #346840; font-size: 10px; }
.tool-card { position: relative; padding: 30px; border: 1px solid #e3e3df; border-radius: 24px; background: white; box-shadow: 0 28px 70px rgba(35, 44, 32, .075), 0 2px 6px rgba(35, 44, 32, .03); }
.tool-card::before { content: ''; position: absolute; z-index: -1; inset: 13px -13px -13px 13px; border: 1px solid #d5dbc9; border-radius: 25px; background: #e9efdf; }
.card-topline { display: flex; align-items: center; gap: 9px; margin-bottom: 35px; }
.card-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: #fce7e9; color: #da4b6b; font-size: 18px; }
.card-label { font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.card-number { margin-left: auto; color: #acb0a8; font-size: 10px; font-weight: 700; }
.tool-card h2 { margin-bottom: 8px; font-size: clamp(26px, 2.1vw, 32px); letter-spacing: -.055em; }
.card-description { margin-bottom: 31px; color: var(--muted); font-size: 14px; line-height: 1.55; }
form label { display: block; margin-bottom: 10px; font-size: 12px; font-weight: 800; }
.input-wrap { position: relative; }
.input-link-icon { position: absolute; left: 17px; top: 50%; color: #7b897c; font-size: 28px; transform: translateY(-57%); }
input { width: 100%; height: 56px; border: 1px solid #d9ded4; border-radius: 10px; outline: none; background: #fbfcf9; color: var(--ink); font-size: 14px; transition: border-color .2s, box-shadow .2s; }
input:focus, textarea:focus { border-color: #7caa84; box-shadow: 0 0 0 4px rgba(127, 171, 132, .13); }
#video-url { padding: 0 14px 0 45px; }
input::placeholder { color: #a1aaa1; }
.password-field { margin-top: 19px; }
.password-field input { padding: 0 15px; }
.submit-button { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding: 0 19px; border: 0; border-radius: 10px; background: var(--accent); color: white; font-size: 14px; font-weight: 800; box-shadow: 0 8px 18px rgba(233, 84, 114, .18); transition: background .2s, transform .2s; }
.submit-button:hover:not(:disabled) { background: #d94465; transform: translateY(-1px); }
.submit-button:disabled { cursor: wait; opacity: .72; }
.button-arrow { font-size: 22px; font-weight: 400; }
.form-hint { margin: 18px 2px 1px; color: #889188; font-size: 11px; line-height: 1.55; }
.notice { display: flex; gap: 13px; margin-top: 18px; padding: 14px 15px; border-radius: 9px; font-size: 12px; line-height: 1.5; }
.error-notice { border: 1px solid #f3cbd2; background: #fff1f3; color: #9c3149; }
.loading-notice { align-items: center; border: 1px solid #dce6d8; background: #f5f9f1; color: #3f5a42; }
.loading-notice strong, .loading-notice span:not(.spinner) { display: block; }
.loading-notice span:not(.spinner) { color: #6e7c6d; }
.spinner { flex: 0 0 auto; width: 20px; height: 20px; border: 2px solid #bdd3bd; border-top-color: #3d8c56; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.result-section { padding: 25px 0 105px; scroll-margin-top: 30px; }
.result-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-kicker { margin-bottom: 13px; color: #638064; }
.result-heading-row h2, .explain-header h2, .faq-section h2 { margin-bottom: 0; font-size: clamp(32px, 3.3vw, 48px); letter-spacing: -.065em; line-height: 1.16; }
.ready-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid #d4e4c7; border-radius: 100px; background: #eaf3e1; color: #46754e; font-size: 11px; font-weight: 800; white-space: nowrap; }
.ready-pill span { width: 7px; height: 7px; border-radius: 50%; background: #76ad72; }
.result-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; }
.result-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 21px 24px; border-bottom: 1px solid var(--line); }
.video-meta { display: flex; align-items: center; min-width: 0; gap: 12px; }
.video-badge { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: #1d2722; color: white; font-size: 12px; }
.video-meta div:last-child { min-width: 0; }
.video-meta strong, .video-meta span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.video-meta strong { font-size: 13px; }
.video-meta span { margin-top: 3px; color: #879087; font-size: 11px; }
.source-link { color: #557b5d; font-size: 12px; font-weight: 700; white-space: nowrap; text-decoration: none; }
.source-link:hover { text-decoration: underline; }
.transcript-label { display: flex; justify-content: space-between; margin: 24px 24px 10px; color: #738075; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.transcript-label span { color: #a0a9a0; letter-spacing: 0; text-transform: none; }
textarea { display: block; width: calc(100% - 48px); min-height: 240px; resize: vertical; margin: 0 24px; padding: 17px; border: 1px solid #e1e5dd; border-radius: 10px; outline: 0; background: #fcfcfa; color: #28352b; font-size: 15px; line-height: 1.75; }
.result-actions { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 24px 24px; }
.result-actions p { margin: 0; color: #929b91; font-size: 11px; }
.action-buttons { display: flex; gap: 8px; }
.secondary-button, .dark-button { min-height: 40px; padding: 0 15px; border-radius: 8px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.secondary-button { border: 1px solid #dce1da; background: white; color: #27352c; }
.secondary-button:hover { background: #f2f5ef; }
.dark-button { border: 1px solid #1f2923; background: #1f2923; color: white; }
.dark-button:hover { background: #35433a; }
.dark-button span { margin-left: 8px; }
.explain-section { padding: 85px 0 104px; border-top: 1px solid var(--line); }
.explain-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 45px; }
.explain-header > p { max-width: 290px; margin-bottom: 3px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step { position: relative; min-height: 245px; padding: 26px; border: 1px solid #e3e6dc; border-radius: 14px; background: #fff; }
.step-number { color: #8d9b8c; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.step-glyph { position: absolute; top: 18px; right: 24px; color: #c8dac0; font-size: 46px; line-height: 1; }
.step h3 { margin: 78px 0 10px; font-size: 19px; letter-spacing: -.045em; }
.step p { max-width: 300px; margin-bottom: 0; color: #738074; font-size: 12px; line-height: 1.7; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding: 79px 0 94px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid #d9ded5; }
.faq-list details { border-bottom: 1px solid #d9ded5; }
.faq-list summary { position: relative; padding: 21px 34px 21px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 5px; top: 17px; color: #6b866c; font-size: 23px; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 580px; padding: 0 32px 15px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 100px; border-top: 1px solid var(--line); }
.site-footer .brand { font-size: 17px; }
.site-footer .brand-mark { width: 27px; height: 27px; }
.site-footer > span { color: #9aa39a; font-size: 11px; }
.site-footer > a:last-child { color: #4d6c52; font-size: 11px; font-weight: 800; text-decoration: none; }
@media (max-width: 980px) { .hero { grid-template-columns: 1fr; gap: 30px; min-height: auto; padding: 65px 0 85px; } .hero-copy { padding-bottom: 0; } .tool-card { max-width: 650px; width: 100%; } .hero-description { max-width: 650px; } }
@media (max-width: 650px) { .site-shell { padding: 0 20px; } .site-header { height: 75px; } .brand { font-size: 18px; } .header-link { font-size: 11px; } .hero { padding: 52px 0 72px; } h1 { font-size: clamp(48px, 12vw, 68px); margin-top: 20px; } .hero-description { font-size: 15px; } .hero-points { margin-top: 27px; gap: 10px 16px; font-size: 11px; } .tool-card { padding: 22px; } .tool-card::before { inset: 9px -8px -8px 8px; } .card-topline { margin-bottom: 28px; } .card-description { margin-bottom: 25px; } .result-section { padding: 10px 0 70px; } .result-heading-row { align-items: start; } .ready-pill { margin-top: 7px; font-size: 10px; } .result-meta { padding: 17px; } .transcript-label { margin: 18px 17px 8px; } textarea { width: calc(100% - 34px); margin: 0 17px; min-height: 220px; } .result-actions { flex-direction: column; align-items: stretch; padding: 16px 17px 18px; } .action-buttons { width: 100%; } .action-buttons button { flex: 1; } .explain-section { padding: 60px 0 72px; } .explain-header { display: block; } .explain-header > p { max-width: 460px; margin-top: 20px; } .steps { grid-template-columns: 1fr; } .step { min-height: 190px; } .step h3 { margin-top: 50px; } .faq-section { grid-template-columns: 1fr; gap: 28px; padding: 65px 0 72px; } .site-footer { flex-wrap: wrap; padding: 22px 0; } .site-footer > span { order: 3; width: 100%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* ClipVerba editorial direction */
:root { --ink: #171a19; --muted: #696e6c; --line: #e6e5e0; --paper: #faf9f6; --accent: #ed6967; --green: #dcebe4; }
.site-shell { max-width: 1560px; padding: 0 6%; }
.site-header { height: 88px; }
.brand { font-family: Georgia, 'Times New Roman', serif; font-size: 26px; font-weight: 700; letter-spacing: -.055em; }
.brand-mark { transform: rotate(-12deg); background: var(--accent); border-radius: 7px; }
.brand-mark span:nth-child(3) { background: white; }
.header-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 45px); }
.header-nav a { text-decoration: none; font-size: 13px; font-weight: 700; }
.platform-menu { position: relative; font-size: 13px; font-weight: 700; }
.platform-menu summary { cursor: pointer; list-style: none; }
.platform-menu summary::-webkit-details-marker { display: none; }
.platform-menu summary::after { content: '⌄'; margin-left: 6px; color: #818a83; }
.platform-menu[open] > div { position: absolute; z-index: 10; top: 33px; left: -16px; display: grid; gap: 2px; min-width: 230px; padding: 9px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 16px 40px rgba(25, 31, 27, .1); }
.platform-menu[open] a { padding: 11px; border-radius: 7px; white-space: nowrap; }
.platform-menu[open] a:hover { background: #f4f6f1; }
.header-nav .header-cta { padding: 12px 18px; border-radius: 10px; background: var(--accent); color: white; }
.header-nav .header-cta:hover { background: #dd5757; }
.header-signin { padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 13px; font-weight: 700; }
.header-signin:hover { color: var(--accent); }
.header-cta span { margin-left: 10px; }
.hero { grid-template-columns: minmax(330px, .85fr) minmax(500px, 1fr); gap: clamp(35px, 5vw, 90px); padding: 77px 0 96px; align-items: start; min-height: 0; }
.hero-copy { padding: 42px 0 0; }
.eyebrow { gap: 18px; color: #909390; letter-spacing: .19em; }
.eyebrow-rule { width: 43px; height: 2px; background: var(--accent); }
.hero h1 { margin: 37px 0 28px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(66px, 6.9vw, 112px); line-height: .99; letter-spacing: -.077em; font-weight: 700; }
.hero h1 em { color: var(--ink); }
.hero-description { max-width: 525px; color: #686d6b; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.7; }
.platform-list { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 19px; margin-top: 41px; }
.platform-item { display: inline-flex; align-items: center; gap: 8px; color: #343936; font-size: 13px; font-weight: 700; white-space: nowrap; }
.platform-item svg { width: 22px; height: 22px; flex: 0 0 auto; }
.tiktok-icon { fill: #111; filter: drop-shadow(1px 1px 0 #ef315e) drop-shadow(-1px -1px 0 #25f4ee); }
.instagram-icon { color: #cc3993; fill: #cc3993; }
.youtube-icon { fill: #ef2929; }
.hero-aside { margin: 29px 0 0; color: #82908a; font-size: 12px; font-weight: 700; }
.tool-card { padding: clamp(24px, 3vw, 38px); border-color: #ecebe6; border-radius: 20px; box-shadow: 0 18px 55px rgba(25, 31, 27, .06); }
.tool-card::before { display: none; }
.card-topline { margin-bottom: 25px; }
.card-icon { background: #fff0ed; color: var(--accent); }
.card-label { letter-spacing: .17em; color: #939996; }
.card-number { color: #afb3af; }
.tool-card h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(29px, 2.3vw, 37px); font-weight: 700; letter-spacing: -.055em; }
.card-description { margin-bottom: 25px; }
.input-link-icon { top: 50%; font-size: 22px; transform: translateY(-50%); }
input:focus, textarea:focus { border-color: #eb8480; box-shadow: 0 0 0 4px rgba(237, 105, 103, .13); }
.submit-button { background: var(--accent); box-shadow: 0 8px 18px rgba(237, 105, 103, .15); }
.submit-button:hover:not(:disabled) { background: #dd5757; }
.preview-panel { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.preview-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; color: var(--ink); font-size: 13px; font-weight: 800; }
.preview-indicator { color: #9ba49f; font-size: 9px; letter-spacing: .14em; }
.preview-frame { display: flex; justify-content: center; min-height: 260px; padding: 13px; overflow: hidden; border-radius: 12px; background: #191c1b; }
.preview-frame iframe { display: block; width: min(100%, 330px); height: 340px; border: 0; border-radius: 7px; background: #0e0f0f; }
.preview-frame iframe.youtube-frame { width: 100%; max-width: none; height: auto; min-height: 300px; aspect-ratio: 16 / 9; }
.preview-message { align-self: center; max-width: 300px; margin: auto; color: #d5d9d6; font-size: 13px; line-height: 1.6; text-align: center; }
.form-hint { margin-top: 20px; }
.result-heading-row h2, .explain-header h2, .faq-section h2, .pricing-section h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(33px, 3.5vw, 53px); letter-spacing: -.062em; }
.result-section { padding-top: 10px; }
.pricing-section { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 65px 6%; margin: 0 -6%; border-top: 1px solid var(--line); background: #f3f5f0; }
.pricing-section h2 { margin-bottom: 13px; }
.pricing-section p:last-child { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.pricing-plans { display: grid; min-width: 295px; padding: 22px 28px; border: 1px solid #dfe4da; border-radius: 14px; background: white; }
.pricing-plans-label { color: #67826f; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.pricing-plans strong { margin: 10px 0 5px; font-family: Georgia, 'Times New Roman', serif; font-size: 38px; letter-spacing: -.05em; }
.pricing-plans strong span { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0; }
.pricing-plans > span:last-child { color: var(--muted); font-size: 11px; }
.pricing-actions, .billing-modal-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.pricing-actions button, .billing-modal-actions button { padding: 10px 13px; border: 1px solid #155641; border-radius: 8px; background: #155641; color: #fff; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.pricing-actions button:last-child { background: #fff; color: #155641; }
.billing-modal-actions button { background: #fff; color: #141b17; border-color: #fff; }
.billing-modal-actions small { width: 100%; color: #b7c9be; }
.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(9, 17, 14, .73); backdrop-filter: blur(7px); }
.limit-modal { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: min(910px, 100%); overflow: hidden; border-radius: 20px; background: #101514; color: white; box-shadow: 0 25px 90px rgba(0,0,0,.35); }
.modal-close { position: absolute; z-index: 1; top: 18px; right: 18px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #353a37; border-radius: 50%; background: #101514; color: white; font-size: 23px; line-height: 1; }
.modal-close:hover { background: #26302b; }
.limit-story, .limit-action { min-height: 480px; padding: clamp(28px, 4vw, 46px); }
.limit-story { background: radial-gradient(circle at 5% 8%, #194b44 0, #102821 35%, #101514 70%); }
.limit-kicker { display: inline-block; margin-bottom: 18px; padding: 7px 10px; border: 1px solid #277c70; border-radius: 100px; color: #5be0cd; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.limit-story h2 { max-width: 370px; margin-bottom: 12px; font-size: clamp(29px, 3vw, 38px); line-height: 1.18; letter-spacing: -.055em; }
.limit-story p { max-width: 360px; color: #becac5; font-size: 14px; line-height: 1.55; }
.limit-visual { position: relative; display: flex; align-items: center; justify-content: space-around; gap: 20px; height: 180px; margin-top: 34px; padding: 24px; overflow: hidden; border: 1px solid #29453f; border-radius: 15px; background: linear-gradient(130deg, #147467, #171e1c 68%); }
.limit-visual-play { display: grid; place-items: center; flex: 0 0 66px; width: 66px; height: 66px; border: 1px solid #8fd2c8; border-radius: 14px; color: #fff; font-size: 22px; }
.limit-visual-lines { display: grid; gap: 10px; width: 55%; }
.limit-visual-lines i { display: block; height: 8px; border-radius: 4px; background: #bddbd1; opacity: .75; }
.limit-visual-lines i:nth-child(2) { width: 75%; }.limit-visual-lines i:nth-child(3) { width: 95%; }.limit-visual-lines i:nth-child(4) { width: 55%; }
.limit-visual-caption { position: absolute; bottom: 12px; right: 20px; color: #9bc2b8; font-size: 10px; }
.limit-action { display: flex; flex-direction: column; align-items: start; justify-content: center; background: #161a19; border: 1px solid #2b302e; border-radius: 18px; }
.limit-action-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 22px; border-radius: 12px; background: #214139; color: #63d4bf; font-size: 25px; }
.limit-action h3 { max-width: 320px; margin-bottom: 12px; font-size: 28px; line-height: 1.18; letter-spacing: -.04em; }
.limit-action p { max-width: 340px; color: #b0bab5; font-size: 14px; line-height: 1.6; }
.coming-soon-pill { margin-top: 9px; padding: 8px 10px; border: 1px solid #3a655b; border-radius: 100px; color: #68d9c4; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.modal-done { width: 100%; height: 47px; margin-top: 27px; border: 0; border-radius: 9px; background: #fff; color: #171a19; font-size: 13px; font-weight: 800; }
.modal-done:hover { background: #e8f4ed; }
.auth-modal { position: relative; width: min(440px, 100%); padding: 38px; border: 1px solid #2b302e; border-radius: 18px; background: #161a19; color: #fff; box-shadow: 0 25px 90px rgba(0,0,0,.35); }
.auth-modal h2 { margin: 12px 0; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; letter-spacing: -.055em; }
.auth-modal > p { max-width: 300px; margin-bottom: 27px; color: #bbc6bf; font-size: 13px; line-height: 1.6; }
.auth-modal label { margin: 20px 0 8px; font-size: 12px; }
.auth-modal input { padding: 0 14px; background: #202524; border-color: #353c39; color: #fff; }
.auth-modal input::placeholder { color: #8b9690; }
.auth-modal .modal-done { margin-top: 22px; }
.auth-help { margin: 13px 0 0; color: #a9bdb2; font-size: 12px; }
.auth-modal .error-notice { margin-top: 16px; }
.auth-modal .limit-kicker { margin: 0; }
.auth-modal .modal-close { top: 14px; right: 14px; }
.auth-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; border: 1px solid #323a36; border-radius: 11px; background: #101514; }
.auth-switch button { min-height: 40px; border: 0; border-radius: 8px; background: transparent; color: #aab6af; font-size: 12px; font-weight: 800; }
.auth-switch button.active { background: #2c3a34; color: white; }
.auth-switch button:focus-visible, .auth-modal button:focus-visible { outline: 2px solid #80d4a7; outline-offset: 2px; }
.auth-modal .modal-done:disabled { cursor: wait; opacity: .65; }
.auth-legal { margin: 16px 0 0; color: #85928a; font-size: 11px; line-height: 1.55; }
.auth-legal a { color: #bee8cf; }
.site-footer { align-items: flex-start; padding: 34px 0; }
.footer-brand { display: grid; gap: 13px; }
.footer-brand > span { color: #929c95; font-size: 11px; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(145px, 1fr)); gap: 11px 23px; }
.footer-links a, .site-footer .back-top { color: #617067; font-size: 11px; font-weight: 700; text-decoration: none; }
.footer-links a:hover, .site-footer .back-top:hover { color: var(--accent); text-decoration: underline; }
@media (max-width: 980px) { .hero { grid-template-columns: 1fr; } .hero-copy { padding: 0; } .tool-card { max-width: 680px; } .hero h1 { font-size: clamp(60px, 10vw, 95px); } }
@media (max-width: 650px) { .site-shell { padding: 0 20px; } .site-header { height: 75px; } .brand { font-size: 22px; } .header-nav { gap: 12px; } .header-nav .header-link, .header-nav .platform-menu { display: none; } .header-cta { font-size: 12px !important; padding: 10px 12px !important; } .hero { padding: 42px 0 65px; } .hero h1 { font-size: clamp(57px, 13vw, 76px); } .platform-list { gap: 14px; margin-top: 30px; } .platform-item { font-size: 12px; } .tool-card { padding: 22px; } .pricing-section { flex-direction: column; align-items: stretch; padding: 50px 20px; margin: 0 -20px; } .pricing-plans { min-width: 0; } .limit-modal { grid-template-columns: 1fr; max-width: 440px; max-height: calc(100dvh - 30px); overflow: auto; } .limit-story, .limit-action { min-height: 0; padding: 28px; } .limit-story h2 { font-size: 28px; } .limit-visual { height: 125px; margin-top: 19px; } .limit-action { border-radius: 0; } .limit-action h3 { font-size: 23px; } .site-footer { flex-wrap: wrap; gap: 28px; } .footer-brand { width: 100%; } .footer-links { grid-template-columns: repeat(2, minmax(115px, 1fr)); width: 100%; } .site-footer .back-top { margin-left: 0; } }
