:root { --ink: #f6f8ff; --muted: #9ba6c3; --soft: #6c7694; --line: rgba(145, 162, 204, .16); --panel: rgba(14, 23, 48, .78); --panel-solid: #111b38; --blue: #7c88ff; --purple: #ad77ff; --mint: #75e6b5; --orange: #ffb86b; --danger: #ff8a9f; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--ink); background: #080d1d; font-family: Manrope, system-ui, sans-serif; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
.shell { position: relative; width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.page-glow { position: fixed; width: 520px; height: 520px; pointer-events: none; filter: blur(3px); opacity: .26; border-radius: 50%; z-index: -1; }
.glow-one { top: -260px; left: -190px; background: radial-gradient(circle, #4759c8, transparent 67%); }
.glow-two { top: 360px; right: -250px; background: radial-gradient(circle, #7d4dc4, transparent 68%); }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 86px; border-bottom: 1px solid rgba(174, 190, 230, .10); }
.brand { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); font-size: 20px; font-weight: 800; letter-spacing: -.8px; text-decoration: none; }
.brand-mark { display: flex; gap: 3px; align-items: end; width: 23px; height: 22px; padding: 3px; border-radius: 7px; background: linear-gradient(135deg, #7684ff, #b16eff); }
.brand-mark i { display: block; width: 3px; border-radius: 3px; background: white; }.brand-mark i:nth-child(1) { height: 6px; }.brand-mark i:nth-child(2) { height: 11px; }.brand-mark i:nth-child(3) { height: 15px; }
.header-right { display: flex; align-items: center; gap: 18px; }.privacy-note { color: var(--muted); font-size: 12px; }.lock { color: var(--mint); font-size: 16px; }.mvp-pill { padding: 5px 9px; border: 1px solid rgba(148, 163, 255, .35); border-radius: 99px; color: #bdc4ff; font: 500 10px "DM Mono", monospace; letter-spacing: .12em; }
.hero { padding: 90px 0 66px; max-width: 720px; }.eyebrow, .section-kicker, .card-label { margin: 0; color: #aeb8df; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.eyebrow { display: flex; align-items: center; gap: 9px; color: #bdc5fa; }.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }
h1 { max-width: 750px; margin: 16px 0 17px; font-size: clamp(43px, 6.4vw, 74px); font-weight: 800; letter-spacing: -4px; line-height: 1.04; } h1 em { color: #a9adff; font-style: normal; }
.hero-copy { max-width: 570px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }.hero-proof { display: flex; align-items: center; gap: 10px; margin-top: 24px; color: #818cab; font-size: 12px; }.avatars { display: flex; }.avatars b { width: 19px; height: 19px; margin-right: -5px; border: 2px solid #080d1d; border-radius: 50%; color: transparent; }.avatars b:nth-child(1){background:#e5a37a}.avatars b:nth-child(2){background:#8278e5}.avatars b:nth-child(3){background:#7ac8af}
.workspace { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(130deg, rgba(24, 35, 74, .78), rgba(12, 20, 43, .9)); box-shadow: 0 24px 80px rgba(0,0,0,.2); }.workspace-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }.workspace h2, .results h2 { margin: 5px 0 0; font-size: 25px; letter-spacing: -1.3px; }.supported { margin: 0 0 3px; color: #7581a1; font: 11px "DM Mono", monospace; }.supported span { margin: 0 4px; color: #4b5574; }
.upload-grid { display: grid; grid-template-columns: 1.45fr .85fr; gap: 17px; }.dropzone { min-height: 346px; overflow: hidden; border: 1px dashed rgba(151, 170, 227, .38); border-radius: 17px; background: rgba(7, 13, 30, .38); transition: .2s ease; }.dropzone:hover, .dropzone.is-dragging { border-color: #949dff; background: rgba(111, 122, 255, .08); }.dropzone.has-file { border-style: solid; }.upload-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 346px; text-align: center; }.upload-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px; border-radius: 15px; background: linear-gradient(135deg, #7584ff, #a56afa); color: white; font-size: 25px; box-shadow: 0 10px 25px rgba(117, 132, 255, .24); }.upload-empty strong { font-size: 15px; }.upload-empty span:not(.upload-icon) { margin-top: 5px; color: var(--muted); font-size: 12px; }.upload-empty small { margin-top: 25px; color: #64708f; font: 10px "DM Mono", monospace; }
.upload-selected { position: relative; height: 346px; }.video-preview-wrap { position: relative; height: 245px; background: #050815; }.video-preview-wrap:after { position: absolute; inset: 0; content:""; background: linear-gradient(180deg, transparent 45%, rgba(5,8,21,.7)); pointer-events:none; }.video-preview-wrap video { width: 100%; height: 100%; object-fit: cover; }.preview-badge { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(5,8,21,.7); color: white; font: 10px "DM Mono", monospace; }.file-details { padding: 22px 53px 18px 20px; }.file-details strong, .file-details span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.file-details strong { font-size: 14px; }.file-details span { margin-top: 5px; color: var(--muted); font-size: 11px; }.icon-button { position: absolute; z-index: 2; right: 14px; bottom: 17px; width: 30px; height: 30px; border: 0; border-radius: 50%; background: #202b4d; color: #cbd2ee; font-size: 21px; line-height: 20px; }
.settings-card { padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: rgba(7, 13, 30, .5); }.field-label { display: block; margin: 0 0 7px; color: #bac4e2; font-size: 11px; font-weight: 700; }.field-label span { color: #667290; font-weight: 500; } input:not([type=file]), select { width: 100%; height: 42px; margin: 0 0 16px; padding: 0 12px; outline: none; border: 1px solid rgba(133, 151, 201, .18); border-radius: 9px; background: rgba(21, 32, 65, .7); color: var(--ink); font-size: 12px; } input:not([type=file]):focus, select:focus { border-color: #8491ff; box-shadow: 0 0 0 3px rgba(121, 134, 255, .12); } input::placeholder { color: #667190; } select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #9da9cb 50%),linear-gradient(135deg, #9da9cb 50%, transparent 50%); background-position: calc(100% - 15px) 18px, calc(100% - 10px) 18px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.analyze-button { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 49px; margin-top: 3px; padding: 0 15px 0 18px; border: 0; border-radius: 10px; background: linear-gradient(100deg, #7784fb, #aa70f1); color: white; font-size: 13px; font-weight: 800; box-shadow: 0 12px 25px rgba(109, 117, 242, .2); transition: transform .2s, opacity .2s; }.analyze-button:not(:disabled):hover { transform: translateY(-2px); }.analyze-button:disabled { opacity: .4; }.button-arrow { font-size: 20px; font-weight: 400; }.analyze-button.is-loading .button-arrow { animation: drift .8s infinite alternate; }@keyframes drift { to { transform: translateX(4px); } }.settings-footnote { margin: 15px 0 0; color: #75809d; font-size: 10px; line-height: 1.5; }
.progress-panel { display: flex; align-items: center; gap: 25px; margin-top: 17px; padding: 17px 20px; border: 1px solid rgba(126, 138, 255, .28); border-radius: 14px; background: rgba(86, 96, 207, .08); }.progress-status { display: flex; flex: 1; align-items: center; gap: 12px; }.progress-status strong, .progress-status span:not(.spinner) { display: block; }.progress-status strong { font-size: 12px; }.progress-status span:not(.spinner) { margin-top: 3px; color: #9ca8cb; font-size: 11px; }.spinner { width: 18px; height: 18px; border: 2px solid rgba(149,160,255,.25); border-top-color: #aab1ff; border-radius: 50%; animation: spin .8s linear infinite; }@keyframes spin { to { transform: rotate(360deg); } }.progress-track { flex: 1; height: 7px; overflow: hidden; border-radius: 9px; background: rgba(151, 165, 220, .16); }.progress-track div { width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #7482ff, #c379f4); transition: width .4s ease; }.error-message { margin: 15px 0 0; padding: 12px 14px; border: 1px solid rgba(255,138,159,.36); border-radius: 10px; background: rgba(255, 99, 128, .09); color: #ffbdca; font-size: 12px; }
.results { margin-top: 52px; }.results-title-row, .recent-heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-bottom: 18px; }.secondary-button, .recent-heading button { padding: 8px 11px; border: 1px solid rgba(145, 161, 210, .25); border-radius: 8px; background: transparent; color: #b7c1e2; font-size: 11px; }.secondary-button:hover, .recent-heading button:hover { border-color: #aab3ff; color: white; }.result-overview { display: grid; grid-template-columns: 1.1fr 1.1fr 1.25fr; gap: 15px; }.score-overview, .score-breakdown, .fix-card, .insight-card, .checklist-card { border: 1px solid var(--line); border-radius: 17px; background: var(--panel); }.score-overview { padding: 26px; }.score-ring { display: grid; place-items: center; width: 124px; height: 124px; margin-bottom: 19px; border-radius: 50%; background: conic-gradient(#8792ff calc(var(--score) * 1%), #ba77f3 calc(var(--score) * 1%), rgba(124,139,190,.15) 0); }.score-ring:before { position: absolute; width: 105px; height: 105px; border-radius: inherit; background: #111a36; content: ""; }.score-ring div { position: relative; z-index: 1; text-align: center; }.score-ring strong { display: block; font-size: 35px; letter-spacing: -2px; line-height: 1; }.score-ring span { color: #8490af; font: 10px "DM Mono", monospace; }.verdict { display: inline-block; margin-bottom: 9px; padding: 5px 9px; border-radius: 99px; font-size: 10px; font-weight: 800; }.post { background: rgba(93,222,174,.13); color: #8bf0c4; }.polish { background: rgba(255,189,108,.13); color: #ffc574; }.rethink { background: rgba(255,128,153,.13); color: #ffa3b5; }.score-overview > p { margin: 0; color: #a5b0ce; font-size: 12px; line-height: 1.7; }.score-breakdown, .fix-card { padding: 25px; }.score-row { margin-top: 17px; }.score-row > div:first-child { display: flex; align-items: center; justify-content: space-between; color: #b9c2de; font-size: 11px; }.score-row b { color: #eff1fd; font-family: "DM Mono", monospace; font-size: 11px; }.score-line { height: 5px; margin-top: 7px; overflow: hidden; border-radius: 8px; background: rgba(145, 162, 205, .14); }.score-line i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #7483fc, #bd75ec); }.fix { display: flex; gap: 12px; margin-top: 16px; }.fix > span { color: #7784a5; font: 10px "DM Mono", monospace; }.fix strong { color: #e3e7fa; font-size: 12px; }.fix p { margin: 4px 0 0; color: #97a3c2; font-size: 11px; line-height: 1.5; }
.insight-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr; gap: 15px; margin-top: 15px; }.insight-card { padding: 23px; min-height: 240px; }.card-heading { display: flex; align-items: start; justify-content: space-between; gap: 12px; }.card-heading h3, .checklist-card h3 { margin: 5px 0 0; font-size: 16px; letter-spacing: -.65px; }.small-chip { padding: 5px 7px; border-radius: 7px; background: rgba(126,141,211,.12); color: #9eaae1; font: 9px "DM Mono", monospace; }.moments { margin-top: 17px; }.moment { display: grid; grid-template-columns: 46px 1fr; gap: 10px; padding: 10px 0; border-top: 1px solid rgba(145,162,204,.1); }.moment span { padding-top: 2px; font: 10px "DM Mono", monospace; }.moment.good span { color: var(--mint); }.moment.watch span { color: var(--orange); }.moment.fix span { color: var(--danger); }.moment p { margin: 0; color: #a3adca; font-size: 11px; line-height: 1.55; }.copy-icon { border: 0; background: transparent; color: #a9b3d5; font-size: 17px; }.hook-list { margin: 20px 0 0; padding: 0; list-style: none; counter-reset: hook; }.hook-list li { position: relative; margin-top: 10px; padding: 11px 10px 11px 32px; border: 1px solid rgba(141,159,210,.13); border-radius: 9px; color: #b9c2dc; font-size: 11px; line-height: 1.45; }.hook-list li:before { position:absolute; left: 11px; top: 10px; counter-increment: hook; content: counter(hook); color: #8c96f7; font: 11px "DM Mono", monospace; }.caption-list { margin-top: 19px; }.caption-list p { margin: 9px 0 0; padding: 10px; border-left: 2px solid #9f75ee; background: rgba(113, 93, 173, .09); color: #b7c0da; font-size: 11px; line-height: 1.55; }.checklist-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 15px; padding: 23px; }.checklist-card ul { display: flex; flex-wrap: wrap; justify-content: end; gap: 9px 21px; margin: 0; padding: 0; list-style: none; }.checklist-card li { color: #adb8d4; font-size: 11px; }.checklist-card li span { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 6px; border: 1px solid rgba(117,230,181,.4); border-radius: 50%; color: var(--mint); font-size: 10px; }
.recent-section { margin: 48px 0 65px; }.recent-heading { align-items: center; margin-bottom: 12px; }.recent-heading button { padding: 5px 0; border: 0; }.recent-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.recent-item { display: grid; grid-template-columns: 31px 1fr auto auto; align-items: center; gap: 10px; padding: 13px; border: 1px solid rgba(143,160,210,.13); border-radius: 12px; background: rgba(16,25,51,.54); }.recent-play { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 8px; background: #222e5b; color: #aeb5ff; font-size: 10px; }.recent-item strong, .recent-item span { display: block; }.recent-item strong { max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }.recent-item span { margin-top: 3px; color: #7784a2; font-size: 10px; }.recent-item > b { font: 14px "DM Mono", monospace; }.recent-item b small { color: #6f7d9c; font-size: 9px; }.recent-item em { font-style: normal; font-size: 9px; }
.site-footer { display: flex; justify-content: space-between; padding: 24px 0 31px; border-top: 1px solid rgba(174,190,230,.1); color: #626e8d; font-size: 10px; }.footer-link { padding: 0; border: 0; background: transparent; color: #8b96b5; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }.footer-link:hover { color: #c8cff0; }
@media (max-width: 840px) { .upload-grid, .result-overview, .insight-grid { grid-template-columns: 1fr; }.dropzone { min-height: 280px; }.upload-empty, .upload-selected { height: 280px; }.video-preview-wrap { height: 180px; }.score-overview { display: grid; grid-template-columns: 135px 1fr; align-items: center; }.score-overview > p { grid-column: 1 / -1; }.recent-list { grid-template-columns: 1fr; }.checklist-card { align-items: start; flex-direction: column; }.checklist-card ul { justify-content: start; } }
@media (max-width: 560px) { .shell { width: min(100% - 30px, 1120px); }.site-header { min-height: 67px; }.privacy-note { display: none; }.hero { padding: 55px 0 44px; } h1 { letter-spacing: -2.7px; }.workspace { padding: 18px; border-radius: 18px; }.workspace-head { align-items: start; flex-direction: column; gap: 10px; }.settings-card { padding: 19px; }.progress-panel { align-items: stretch; flex-direction: column; gap: 12px; }.result-overview, .insight-grid { gap: 11px; }.insight-card { min-height: unset; }.results { margin-top: 38px; }.results-title-row { align-items: center; }.score-overview { display: block; }.recent-item { grid-template-columns: 31px 1fr auto; }.recent-item em { display: none; }.site-footer { font-size: 9px; } }

.result-meta { display: block; margin-top: 6px; color: #7e8bae; font-size: 10px; }
.deep-dive-section { margin-top: 16px; padding: 25px; border: 1px solid rgba(154, 133, 255, .28); border-radius: 16px; background: linear-gradient(135deg, rgba(53, 41, 104, .35), rgba(15, 28, 57, .78)); }
.deep-dive-intro { display: flex; align-items: center; justify-content: space-between; gap: 18px; }.deep-dive-intro h2 { margin: 5px 0 0; }.deep-dive-intro > div > p:last-child { max-width: 570px; margin: 8px 0 0; color: #a7b1d1; font-size: 12px; line-height: 1.6; }.deep-dive-button { flex: 0 0 auto; height: 40px; padding: 0 14px; border: 0; border-radius: 9px; background: linear-gradient(100deg, #a779f3, #727ff3); color: #fff; font-size: 11px; font-weight: 800; }.deep-dive-button span { margin-left: 8px; font-size: 16px; }.deep-dive-button:disabled { cursor: wait; opacity: .64; }
.beat-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-top: 17px; padding: 12px 13px; border: 1px solid rgba(188, 148, 255, .25); border-radius: 11px; background: rgba(54, 39, 107, .18); cursor: pointer; }.beat-option input { width: 15px; height: 15px; accent-color: #a779f3; }.beat-option strong, .beat-option small { display: block; }.beat-option strong { color: #e1e4fc; font-size: 11px; }.beat-option small { margin-top: 3px; color: #9da9c9; font-size: 10px; }.beat-option em { padding: 4px 6px; border: 1px solid rgba(208, 170, 255, .38); border-radius: 99px; color: #ddc4ff; font: 8px "DM Mono", monospace; font-style: normal; letter-spacing: .08em; }
.deep-dive-output { margin-top: 16px; }.deep-loading { display: flex; align-items: center; gap: 12px; padding: 18px; border: 1px solid rgba(151, 134, 255, .22); border-radius: 12px; background: rgba(13, 22, 49, .5); }.deep-loading strong { font-size: 12px; }.deep-loading p { margin: 4px 0 0; color: #9ba7c6; font-size: 11px; }.deep-error { padding: 13px; border: 1px solid rgba(255, 138, 159, .34); border-radius: 10px; color: #ffc1cf; background: rgba(255, 99, 128, .08); font-size: 11px; }
.deep-dive-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; padding: 18px 0 12px; }.deep-dive-head h3 { margin: 5px 0 0; font-size: 18px; letter-spacing: -.7px; }.deep-dive-head > span { color: #abb4e5; font: 10px "DM Mono", monospace; }.deep-score-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }.deep-score-grid > div { padding: 11px; border: 1px solid rgba(145, 160, 220, .14); border-radius: 10px; background: rgba(8, 16, 37, .4); }.deep-score-grid span, .deep-score-grid strong { display: block; }.deep-score-grid span { min-height: 23px; color: #9aa7ca; font-size: 9px; line-height: 1.25; }.deep-score-grid strong { margin: 3px 0 6px; color: #e8eaff; font: 17px "DM Mono", monospace; }.deep-score-grid i { display: block; height: 3px; overflow: hidden; border-radius: 99px; background: rgba(172, 183, 230, .16); }.deep-score-grid i b { display: block; height: 100%; background: linear-gradient(90deg, #7e88ff, #ce78ef); }
.deep-grid { display: grid; grid-template-columns: 1.1fr 1.1fr 1fr; gap: 10px; margin-top: 10px; }.deep-grid article { padding: 17px; border: 1px solid rgba(145, 160, 220, .14); border-radius: 12px; background: rgba(8, 16, 37, .38); }.deep-grid h4 { margin: 7px 0 0; color: #dce2fa; font-size: 13px; line-height: 1.5; }.space-top { margin-top: 19px; }.precision-list, .cut-list, .edit-plan { margin: 10px 0 0; padding: 0; list-style: none; }.precision-list li, .cut-list li, .edit-plan li { margin-top: 8px; color: #a9b3d0; font-size: 10px; line-height: 1.5; }.precision-list b { display: block; margin-bottom: 2px; color: #ced5ef; font-size: 10px; }.cut-list li:before { color: #a682f7; content: "→ "; }.edit-plan { counter-reset: step; }.edit-plan li { position: relative; padding-left: 21px; }.edit-plan li:before { position: absolute; left: 0; top: 0; color: #a983f1; counter-increment: step; content: counter(step); font-family: "DM Mono", monospace; }.growth-item { margin-top: 11px; }.growth-item b { color: #d5daf1; font-size: 10px; }.growth-item p { margin: 3px 0 0; color: #a4afcd; font-size: 10px; line-height: 1.45; }.hashtags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 13px; }.hashtags span { padding: 5px 7px; border-radius: 6px; background: rgba(126, 142, 255, .12); color: #bdc6ff; font: 9px "DM Mono", monospace; }
.vision-strip { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; margin-top: 10px; padding: 17px; border: 1px solid rgba(145, 160, 220, .14); border-radius: 12px; background: rgba(8, 16, 37, .38); }.vision-strip h4 { margin: 7px 0; font-size: 13px; line-height: 1.5; }.vision-strip > div > p:last-child { margin: 0; color: #a5b0cc; font-size: 10px; line-height: 1.55; }.vision-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 15px; }.vision-notes p { margin: 7px 0 0; color: #9ca8c8; font-size: 10px; line-height: 1.45; }.vision-notes b { display: block; color: #cbd3ec; font-size: 10px; }.audio-note { margin: 10px 0 0; color: #929dbe; font-size: 10px; }
.beat-review { margin-top: 10px; padding: 17px; border: 1px solid rgba(192, 149, 255, .26); border-radius: 12px; background: rgba(61, 43, 117, .19); }.beat-review-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; }.beat-review h4 { margin: 6px 0 0; color: #e3e3fa; font-size: 14px; }.beat-review-head > span { color: #bbdff0; font: 9px "DM Mono", monospace; }.beat-review > p { margin: 11px 0 0; color: #aab3ce; font-size: 10px; line-height: 1.55; }.beat-review ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 13px 0 0; padding: 0; list-style: none; }.beat-review li { padding: 9px; border-radius: 8px; background: rgba(8, 16, 37, .35); color: #9da8c9; font-size: 9px; line-height: 1.45; }.beat-review li b { display: block; margin-bottom: 3px; color: #d5c4ff; font: 10px "DM Mono", monospace; }.beat-unavailable { display: flex; align-items: center; justify-content: space-between; gap: 18px; }.beat-unavailable > p { max-width: 460px; margin: 0; }
@media (max-width: 920px) { .deep-score-grid { grid-template-columns: repeat(3, 1fr); }.deep-grid, .vision-strip { grid-template-columns: 1fr; }.beat-review ul { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .deep-dive-section { padding: 17px; }.deep-dive-intro { align-items: start; flex-direction: column; }.deep-dive-button { width: 100%; }.deep-score-grid { grid-template-columns: repeat(2, 1fr); }.vision-notes, .beat-review ul { grid-template-columns: 1fr; }.beat-unavailable { display: block; }.beat-unavailable > p { margin-top: 10px; } }
.privacy-dialog { width: min(520px, calc(100% - 32px)); padding: 28px; border: 1px solid rgba(157, 169, 235, .28); border-radius: 18px; background: #111a36; color: #f2f4ff; box-shadow: 0 28px 80px rgba(0,0,0,.55); }.privacy-dialog::backdrop { background: rgba(3, 7, 18, .74); backdrop-filter: blur(4px); }.privacy-dialog h2 { margin: 7px 0 15px; font-size: 24px; letter-spacing: -1px; }.privacy-dialog p:not(.section-kicker) { color: #abb5d2; font-size: 12px; line-height: 1.7; }.dialog-close { position: absolute; top: 13px; right: 13px; width: 30px; height: 30px; border: 0; border-radius: 50%; background: #243157; color: #dce4ff; font-size: 21px; }
