@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Libre+Baskerville:wght@700&display=swap";:root{--bg: #f3f4f7;--paper: #ffffff;--paper-soft: #f8f9fb;--ink: #1f242c;--muted: #707887;--line: #e4e7ed;--nav-line: #dfe3ea;--accent: #e16458;--accent-dark: #c84f44;--lavender: #bcbad3;--dark-strip: #4f5056;--success: #4f9f7f;--warn: #d4b149;--danger: #de6559;--shadow: 0 12px 30px rgba(20, 27, 38, .06)}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(180deg,#f9fafc 0%,var(--bg) 38%,var(--bg) 100%)}.gc-shell{min-height:100vh;overflow-x:clip}.gc-topbar{height:62px;border-bottom:1px solid var(--nav-line);background:#fff;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;position:sticky;top:0;z-index:10}.gc-brand{display:flex;align-items:baseline;gap:8px}.gc-logo-main,.gc-logo-sub{font-family:Libre Baskerville,Georgia,serif;font-size:22px;line-height:1}.gc-logo-main{color:#4c5e72}.gc-logo-sub{color:var(--accent)}.gc-logo-divider{color:#b3b9c2;font-size:16px}.gc-nav-links{display:flex;align-items:center;gap:8px}.gc-nav-links button{border:none;background:transparent;color:#20252d;font-size:14px;font-weight:600;padding:8px 12px;border-radius:999px;cursor:pointer}.gc-nav-links button.active{background:#6d7581;color:#fff}.gc-profile{font-size:14px;color:#252a31;font-weight:500;white-space:nowrap}.gc-right-actions{display:flex;align-items:center;gap:8px}.gc-profile-menu{position:relative}.gc-profile-trigger{border:1px solid #e3e7ee;background:#f5f6f8;color:#1f242c;border-radius:999px;padding:8px 12px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.gc-profile-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #5f6978;font-size:10px;line-height:1}.gc-profile-caret{color:#545d6c;font-size:12px}.gc-profile-dropdown{position:absolute;right:0;top:calc(100% + 8px);width:260px;border-radius:14px;border:1px solid #dfe4ec;background:#fff;box-shadow:0 16px 36px #1a222e24;overflow:hidden;z-index:25}.gc-profile-item{width:100%;border:none;border-bottom:1px solid #edf0f4;background:#fff;color:#2f3947;text-align:left;padding:12px 14px;font-size:14px;font-weight:600;cursor:pointer}.gc-profile-item:last-child{border-bottom:none}.gc-profile-item-danger{color:#c53f36}.gc-profile-item:hover{background:#f7f9fc}.gc-hamburger{display:none;border:1px solid #dfe4ec;background:#fff;color:#2c3440;border-radius:10px;width:40px;height:40px;font-size:22px;line-height:1;cursor:pointer}.gc-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:30;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease;pointer-events:none}.gc-mobile-drawer.open{transform:translate(0);pointer-events:auto}.gc-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 14px;border-bottom:1px solid #eceff4;font-size:18px;font-weight:700}.gc-mobile-close{border:none;background:transparent;color:#2d3745;font-size:28px;line-height:1;cursor:pointer}.gc-mobile-nav{display:grid;gap:8px;padding:14px 14px 10px}.gc-mobile-item{border:1px solid #e5e8ef;border-radius:12px;background:#fff;color:#1f242c;text-align:left;padding:13px 14px;font-size:17px;font-weight:700;cursor:pointer}.gc-mobile-item.active{border-color:#cfd6e5;background:#f3f6fb}.gc-mobile-footer{margin-top:auto;padding:14px;border-top:1px solid #eceff4;display:grid;gap:12px}.gc-mobile-user{color:#5f6978;font-size:14px}.gc-mobile-logout{border:none;border-radius:11px;background:#de6559;color:#fff;font-size:15px;font-weight:700;padding:12px 14px;cursor:pointer}.page-container{max-width:1320px;margin:0 auto;padding:18px 28px 40px}.page-back,.back-link{border:none;background:transparent;padding:0;color:#8a919d;font-size:16px;margin-bottom:14px}.back-link{cursor:pointer}.page-title{margin:0 0 20px;font-size:42px;letter-spacing:-.02em}.couples-toolbar{background:var(--lavender);border-radius:10px 10px 0 0;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.toolbar-left{display:flex;align-items:center;gap:10px}.pill{border-radius:999px;border:1.5px solid rgba(255,255,255,.75);padding:10px 16px;font-size:16px;font-weight:600;cursor:pointer}.pill.coral{background:var(--accent);color:#fff;border-color:transparent}.pill.ghost{color:#fff;background:transparent}.search-wrap{position:relative;width:min(520px,100%)}.search-wrap input{width:100%;border:none;border-radius:999px;background:#f8f9fc;padding:11px 52px 11px 18px;font-size:16px}.search-wrap span{position:absolute;right:9px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:999px;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:21px}.info-banner{border:1px solid var(--line);border-top:none;background:#f4f4fb;padding:14px 16px}.info-banner p{margin:0;color:#4f5663;font-size:15px;line-height:1.45}.couples-table-wrap{background:#fff;border:1px solid var(--line);border-top:none;border-radius:0 0 10px 10px;overflow:hidden;box-shadow:var(--shadow)}.couples-table{width:100%;border-collapse:collapse}.couples-table th{text-align:left;font-size:13px;letter-spacing:.02em;color:#5a616e;background:#f1f3f8;padding:14px 12px}.couples-table td{font-size:14px;color:#303640;padding:16px 12px;border-top:1px solid #eceff4;cursor:pointer}.couples-table td:last-child{cursor:default}.couples-table tbody tr:hover{background:#f8f9fd}.table-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}.row-action-button{border:1px solid #d7dce6;border-radius:999px;background:#fff;color:#334155;padding:7px 12px;font-size:13px;font-weight:700;cursor:pointer}.row-action-button.danger{border-color:#f2c7c3;color:#b93f35;background:#fff6f5}.row-action-button:disabled{opacity:.65;cursor:progress}.couple-cell{display:flex;align-items:center;gap:10px}.avatar{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:#e9ecf1;color:#69707d;font-size:12px;font-weight:700}.status-dot{display:inline-block;width:10px;height:10px;border-radius:999px;margin-right:8px}.status-dot.high{background:var(--danger)}.status-dot.medium{background:var(--warn)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#1f242c7a;display:grid;place-items:center;padding:18px}.modal-card{width:min(760px,100%);border-radius:18px;border:1px solid #dfe5ee;background:#fff;box-shadow:0 22px 60px #10182838;overflow:hidden}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px 12px;border-bottom:1px solid #eef2f6}.modal-header h3{margin:0;font-size:24px}.modal-header p{margin:6px 0 0;color:#667085;font-size:14px}.modal-close{border:none;background:transparent;color:#667085;font-size:30px;line-height:1;cursor:pointer}.couple-form{display:grid;gap:16px;padding:18px 22px 22px}.couple-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.couple-form-grid label{display:grid;gap:6px;font-size:13px;font-weight:700;color:#475467}.couple-form-grid input{border:1px solid #d0d7e2;border-radius:12px;padding:11px 13px;font-size:14px;color:#1f2937;background:#fff}.couple-form-grid-span{grid-column:1 / -1}.couple-form-preview{border-radius:12px;background:#f7f8fb;border:1px solid #e8ebf2;padding:12px 14px;color:#475467;font-size:14px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.session-history-modal{width:min(860px,100%)}.session-history-body{display:grid;gap:12px;padding:18px 22px 22px}.session-history-list{display:grid;gap:10px}.session-history-item{width:100%;border:1px solid #e4e9f1;border-radius:14px;background:#f8fafc;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;cursor:pointer}.session-history-item:hover{border-color:#c8d4e2;background:#f2f7fb}.session-history-main,.session-history-meta{display:grid;gap:4px}.session-history-main strong{color:#1f2937}.session-history-main span,.session-history-meta span:last-child{color:#667085;font-size:14px}.couple-header{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:16px}.couple-header h2{margin:0;font-size:24px;font-weight:500}.couple-header strong{font-weight:800}.couple-header p{margin:0;font-size:15px;color:#6d7481}.partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.partner-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;display:grid;grid-template-columns:120px 1fr;gap:14px}.partner-card>span{align-self:center;font-size:13px;font-weight:700;color:#1f232a}.partner-card h3{margin:0 0 7px;font-size:18px}.partner-card p{margin:0;font-size:16px;color:#353a44;line-height:1.4}.action-strip{width:100vw;margin:16px calc(50% - 50vw) 0;background:var(--dark-strip);padding:14px max(20px,calc((100vw - 1320px)/2 + 28px));display:flex;flex-wrap:wrap;gap:10px}.coral-btn{border:none;border-radius:10px;background:var(--accent);color:#fff;padding:10px 14px;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;cursor:pointer}.btn-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.btn-icon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.upload-action{position:relative}.upload-action input{display:none}.upload-action.disabled{pointer-events:none;opacity:.6}.report-grid{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.report-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px;box-shadow:var(--shadow)}.report-card.full-width{grid-column:1 / -1}.report-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.report-card h3{margin:0;font-size:20px}.status-pill{border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700;letter-spacing:.04em;background:var(--success);color:#fff}.status-pill.soft{background:#ddebe4;color:#2e8060}.upload-inline{display:grid;gap:8px}.upload-progress{margin-top:10px;display:grid;gap:6px}.progress-meta{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--muted)}.progress-track{width:100%;height:10px;border-radius:999px;background:#edf0f5;overflow:hidden}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),#f3a078);transition:width .2s ease}.upload-btn{width:fit-content;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;padding:10px 14px;font-size:15px;font-weight:700;cursor:pointer}.upload-btn input{display:none}.upload-inline p,.muted-note{margin:0;color:#636b79;font-size:14px}.error-text{margin:6px 0 0;color:#c24139;font-size:14px;font-weight:600}.insight-group{margin-top:10px}.insight-title{display:block;font-size:13px;letter-spacing:.03em;color:#4c5564}.insight-list{margin:6px 0 0;padding-left:18px;color:#3c4452;font-size:14px;line-height:1.45}.insight-paragraph{margin:6px 0 0;color:#3c4452;font-size:14px;line-height:1.5}.chat-window{min-height:130px;max-height:260px;overflow:auto;display:grid;gap:8px;margin-bottom:10px}.chat-message{border:1px solid var(--line);border-radius:10px;padding:8px}.chat-user{background:#eef3ff;border-color:#c7d2fe}.chat-assistant{background:#f7faf8}.chat-message strong{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#5f6674}.chat-message p{margin:4px 0 0;font-size:14px;line-height:1.4}.chat-form{display:grid;grid-template-columns:1fr auto;gap:8px}.chat-form input{border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:14px}.btn-primary{border:none;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;padding:10px 14px;font-size:14px;font-weight:700;cursor:pointer}.session-video{width:100%;border:1px solid var(--line);border-radius:10px;background:#000;margin-bottom:10px}.bid-pattern-list{display:grid;gap:8px;margin-bottom:10px}.bid-pattern-card{border:1px solid var(--line);border-radius:10px;background:#fbfcff;padding:8px}.bid-pattern-card header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.bid-pattern-card header strong{font-size:13px;color:#2d3850}.bid-pattern-card header span{border-radius:999px;border:1px solid #c7d5f5;background:#eef3ff;color:#334883;padding:3px 8px;font-size:10px;font-weight:700;letter-spacing:.03em}.bid-pattern-card p{margin:4px 0 0;font-size:13px;color:#415067;line-height:1.4}.bid-pattern-card p span{font-weight:700;color:#2f3c53}.bid-pattern-card p.reasoning{margin-top:6px}.transcript-list{max-height:430px;overflow:auto;display:grid;gap:8px}.transcript-row{border:1px solid var(--line);border-radius:10px;background:#fff;padding:8px}.transcript-row.is-bid{border-left:4px solid #3568b0;background:#f7faff}.transcript-row.is-response{border-left:4px solid #2f8066;background:#f4fbf7}.transcript-row header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.transcript-row header span{background:#e8edf5;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.transcript-row header small{color:#798292;font-size:11px}.transcript-row p{margin:0;font-size:14px;line-height:1.4}.badge-row{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.badge{border-radius:999px;padding:4px 9px;font-size:10px;font-weight:700;letter-spacing:.03em}.badge.danger{background:#fff1f0;color:#a63d34;border:1px solid #f8cec8}.badge.cool{background:#edf5ff;color:#2e5fae;border:1px solid #cadcf8}.badge.mint{background:#ecf8f4;color:#2f8066;border:1px solid #c7eadd}.badge.bid{background:#eef2ff;color:#3746a3;border:1px solid #cfd6ff}.badge.response{background:#e8f7f0;color:#2d7b61;border:1px solid #c1ebd7}.toast{position:fixed;right:16px;bottom:16px;border-radius:10px;padding:10px 12px;font-size:14px;color:#fff;box-shadow:var(--shadow);z-index:20}.toast.success{background:#2d9a73}.toast.error{background:#ca4d44}.toast.info{background:#4f67c2}.pro-login-page{min-height:100vh;background:radial-gradient(760px 260px at 0% 0%,#ffe9e7 0%,transparent 62%),radial-gradient(760px 260px at 100% 0%,#f2f6ff 0%,transparent 64%),#fff}.pro-login-shell{max-width:1120px;margin:0 auto;padding:72px 24px 84px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.pro-login-eyebrow{margin:0 0 12px;letter-spacing:.12em;text-transform:uppercase;font-size:12px;color:#8a5064;font-weight:700}.pro-login-hero h1{margin:0;font-size:clamp(38px,5vw,54px);line-height:1.06;letter-spacing:-.02em;color:#1f242c}.pro-login-lede{margin:16px 0 0;color:#4f5866;font-size:18px;line-height:1.6;max-width:600px}.pro-login-points{margin:20px 0 0;padding:0;list-style:none;display:grid;gap:10px}.pro-login-points li{position:relative;padding-left:18px;color:#3e4858;font-size:15px}.pro-login-points li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:999px;background:#e16458}.pro-login-panel{display:grid}.pro-login-card{background:#fff;border:1px solid #e3e7ef;border-radius:18px;padding:22px;box-shadow:0 16px 40px #1f242c14}.pro-login-brand{display:flex;align-items:center;gap:10px;margin-bottom:12px}.pro-login-g-logo{width:34px;height:46px;object-fit:contain}.pro-login-brand-main{font-family:Libre Baskerville,Georgia,serif;font-size:20px;line-height:1;color:#4c5e72}.pro-login-brand-sub{margin-top:2px;font-size:12px;letter-spacing:.08em;color:#a14f4b;font-weight:700}.pro-login-card h2{margin:0;font-size:28px;line-height:1.1}.pro-login-note{margin:8px 0 14px;color:#697486;font-size:14px}.pro-login-actions{display:grid;gap:12px}.pro-login-form{display:grid;gap:11px}.pro-login-label{display:grid;gap:6px;color:#495466;font-size:13px;font-weight:600}.pro-login-input{width:100%;border:1px solid #d9deea;border-radius:10px;background:#fff;color:#1f242c;font-size:14px;padding:10px 12px;outline:none}.pro-login-input:focus{border-color:#e16458;box-shadow:0 0 0 3px #e1645826}.pro-login-error{margin:0;color:#ba463f;background:#fff0ee;border:1px solid #f1c4bf;border-radius:8px;padding:8px 10px;font-size:13px}.pro-login-button{display:inline-flex;align-items:center;justify-content:center;width:100%;text-decoration:none;color:#fff;background:#e16458;border-radius:10px;font-weight:700;font-size:14px;padding:11px 16px;box-shadow:0 12px 24px #e1645847}.pro-login-button:hover{background:#cd5448}.pro-login-button:disabled{opacity:.75;cursor:wait}.pro-login-link{border:none;background:transparent;color:#c45147;font-size:13px;font-weight:700;width:fit-content;padding:0;cursor:pointer;text-decoration:underline}.pro-login-success{margin:0;color:#2e7d5d;background:#edf9f2;border:1px solid #b8e6cb;border-radius:8px;padding:8px 10px;font-size:13px}@media (max-width: 1100px){.gc-topbar{height:auto;padding:12px 16px;flex-wrap:wrap}.gc-nav-links{width:100%;justify-content:center;flex-wrap:wrap}.page-title{font-size:34px}.couple-header{flex-direction:column;align-items:flex-start}.partner-grid,.report-grid{grid-template-columns:1fr}}@media (max-width: 900px){.gc-topbar{height:62px;flex-wrap:nowrap;padding:0 14px}.gc-nav-links,.gc-profile-menu{display:none}.gc-hamburger{display:inline-flex;align-items:center;justify-content:center}}@media (max-width: 760px){.page-container{padding:16px}.couples-toolbar{flex-direction:column;align-items:stretch}.toolbar-left{flex-wrap:wrap}.search-wrap{width:100%}.couples-table-wrap{overflow-x:auto}.couples-table{min-width:760px}.couple-form-grid{grid-template-columns:1fr}.action-strip{padding-inline:16px}.chat-form{grid-template-columns:1fr}.pro-login-shell{grid-template-columns:1fr;gap:26px;padding:40px 18px 50px}.pro-login-hero h1{font-size:34px}}
