/* GO CHINA 1.7: one story, deliberate choices, a real-world destination. */
.gc-page { background:#fff; color:var(--ink); }
.gc-page *, .gc-sheet * { box-sizing:border-box; }
.gc-page h1 {font:700 27px/1.35 var(--sans);letter-spacing:-.035em;margin:9px 0 12px;}
.gc-page h2,.gc-sheet h2 {font:700 21px/1.4 var(--sans);margin:8px 0 12px;}
.gc-page h3 {font:700 16px/1.45 var(--sans);margin:0 0 8px;}
.gc-page p,.gc-sheet p {font:400 14px/1.8 var(--sans);margin:8px 0;color:var(--muted);}
.gc-label {font:700 10px/1.5 var(--sans);letter-spacing:.13em;color:var(--sky);text-transform:uppercase;}
.gc-top {display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px;}
.gc-top > * {min-width:0;}
.gc-chip {border:1px solid #d8e8f2;border-radius:7px;background:#f4faff;color:#266383;padding:5px 8px;font:600 11px/1.5 var(--sans);}
.gc-art {height:158px;position:relative;overflow:hidden;background:linear-gradient(160deg,#e2f5ff,#fbf8f4);border-radius:20px 20px 0 0;}
.gc-art svg {width:100%;height:100%;}
.gc-art > span {position:absolute;top:15px;left:18px;font:600 10px var(--sans);letter-spacing:.12em;color:#456579;}
.gc-hero {border:1px solid #dce8ef;border-radius:20px;overflow:hidden;margin:0 0 20px;background:#fff;box-shadow:0 10px 26px #244b6710;}
.gc-story {padding:21px;}
.gc-story h1 {font-family:var(--serif);font-size:25px;}
.gc-story p {color:#40586a;}
.gc-page button,.gc-sheet button,.gc-page a.gc-button,.gc-sheet a.gc-button {min-height:44px;font:600 13px/1.5 var(--sans);cursor:pointer;}
.gc-button {border:1px solid var(--line);background:white;color:var(--ink);border-radius:11px;padding:11px 14px;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;}
.gc-button.primary {background:var(--deep);color:white;border-color:var(--deep);}
.gc-button.accent {background:#edf7ff;color:#076aa9;border-color:#b7dbee;}
.gc-button[aria-pressed=true] {background:#e9f6ff;border-color:var(--sky);color:#075f98;}
.gc-button:hover {filter:brightness(.97);}
.gc-link {border:0;background:transparent;color:var(--sky);padding:8px 3px;text-align:left;}
.gc-full {width:100%;}
.gc-row {display:flex;gap:8px;flex-wrap:wrap;align-items:center;}
.gc-row > .gc-button {flex:1;}
.gc-choices {display:grid;gap:8px;margin:16px 0 0;}
.gc-choice {display:flex;justify-content:space-between;align-items:center;gap:12px;background:#f4f9fc;border:1px solid #e0ebf2;border-radius:12px;padding:13px 14px;color:var(--ink);text-align:left;}
.gc-choice strong {font-weight:700;display:block;font-size:14px;}
.gc-choice small {display:block;color:#607787;font:400 12px/1.6 var(--sans);margin-top:3px;}
.gc-choice > span:last-child {color:var(--sky);font-size:19px;}
.gc-choice:hover {background:#eaf6ff;border-color:#afd4ea;}
.gc-section {margin:23px 0;}
.gc-panel {background:#f5f9fc;border:1px solid #dfe9f0;border-radius:15px;padding:17px;margin:12px 0;}
.gc-panel.warm {background:#fff6f7;border-color:#f2dce2;}
.gc-panel small,.gc-note {font:400 12px/1.7 var(--sans);color:#5a7181;}
.gc-panel .gc-label {display:block;margin-bottom:8px;}
.gc-memory {display:flex;gap:7px;flex-wrap:wrap;margin:12px 0;}
.gc-memory button {padding:8px 11px;background:#fff;border:1px solid #d4e1e9;border-radius:9px;color:#526b7c;}
.gc-memory button[aria-pressed=true] {color:#07699f;background:#eaf7ff;border-color:#8bc3e6;}
.gc-compose {display:flex;gap:8px;align-items:center;margin-top:13px;}
.gc-entry {margin:0 0 17px;}
.gc-entry .gc-compose {margin-top:0;}
.gc-entry .gc-feedback {margin-bottom:0;}
.gc-art {height:120px;}
.gc-compose input {min-width:0;flex:1;background:#f5f9fc;border:1px solid #d5e4ee;border-radius:11px;padding:12px;font:400 16px var(--sans);color:var(--ink);height:47px;}
.gc-mic {width:47px;flex:0 0 47px;border-radius:50%;border:1px solid #e6bbc5;background:#fff5f7;color:var(--red);display:grid;place-items:center;}
.gc-mic svg {width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;}
.gc-mic[aria-pressed=true] {background:var(--red);color:#fff;animation:recording-halo 1.5s infinite;}
.gc-feedback {min-height:24px;font:500 12px/1.7 var(--sans);color:#17699a;margin:10px 0;overflow-wrap:anywhere;}
.gc-summary {display:flex;justify-content:space-between;align-items:center;gap:10px;cursor:pointer;min-height:66px;padding:15px;font-weight:700;list-style:none;}
.gc-summary::-webkit-details-marker {display:none;}
.gc-plan {border:1px solid #dce7ee;border-radius:14px;margin:12px 0;overflow:hidden;}
.gc-plan[open] {border-color:#94c4e1;}
.gc-plan-body {padding:0 16px 17px;}
.gc-day {display:grid;grid-template-columns:28px 1fr;gap:10px;padding:15px 0;border-top:1px solid #e2ebf1;}
.gc-day > span {font:700 13px/1.6 var(--sans);color:var(--sky);}
.gc-day strong {font:650 14px/1.6 var(--sans);}
.gc-day small {display:block;margin-top:5px;color:#607787;font:400 12px/1.7 var(--sans);}
.gc-grid {display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.gc-service {border:1px solid #dce8ef;border-radius:15px;background:linear-gradient(140deg,#f5faff,#fff);padding:18px 14px;text-align:left;color:var(--ink);min-height:135px!important;}
.gc-service .gc-label {display:block;margin-bottom:15px;}
.gc-service strong {display:block;font-size:16px;}
.gc-service small {display:block;color:#5b7485;font:400 12px/1.6 var(--sans);margin-top:6px;}
.gc-stat {padding:16px;background:#f2f8fc;border-radius:12px;}
.gc-stat strong {font:700 25px var(--sans);display:block;color:var(--sky);}
.gc-stat span {font-size:12px;}
.gc-dialog {position:absolute;inset:0;z-index:100;background:#0e283c66;display:flex;align-items:flex-end;padding-top:45px;}
.gc-dialog.hidden {display:none;}
.gc-sheet {max-width:560px;margin:0 auto;}
.toast {z-index:120;}
.gc-sheet {width:100%;max-height:100%;overflow:auto;background:white;border-radius:23px 23px 0 0;padding:24px 22px max(24px,env(safe-area-inset-bottom));box-shadow:0 -12px 50px #0d294622;overscroll-behavior:contain;}
.gc-sheet label {display:block;font:600 13px/1.5 var(--sans);margin:16px 0 7px;}
.gc-sheet input,.gc-sheet select {display:block;width:100%;min-width:0;min-height:46px;padding:10px;border:1px solid #cedee9;border-radius:9px;background:#f8fbfd;color:var(--ink);font:400 16px var(--sans);}
.gc-sheet .gc-row select {flex:1;}
.gc-sheet .gc-button {margin-top:8px;}
.gc-empty {text-align:center;padding:36px 18px;background:linear-gradient(#f2f9ff,white);border-radius:18px;margin:25px 0;}
.gc-empty > span {font-size:30px;color:var(--sky);}
.gc-list {padding:0;list-style:none;}
.gc-list li {padding:13px 0;border-bottom:1px solid #e4edf3;font-size:13px;}
.gc-list li small {display:block;color:var(--muted);margin-top:5px;line-height:1.6;}
.gc-note a {color:#086eaa;}
.gc-page [hidden],.gc-sheet [hidden] {display:none!important;}
.gc-page details > summary {cursor:pointer;}
.gc-page .gc-note {font-size:12px;}
.gc-page .gc-title-row {display:flex;justify-content:space-between;align-items:center;gap:10px;}
@media(max-width:360px){.gc-page{padding:20px 15px}.gc-story{padding:17px}.gc-story h1{font-size:23px}.gc-sheet{padding:20px 16px}.gc-grid{gap:8px}.gc-service{padding:15px 11px}}
@media(prefers-reduced-motion:reduce){.gc-page *{animation:none!important;transition:none!important}}
