.cchl-home .sp-section{padding:64px 0}.cchl-home .sp-section--white{background:var(--surface)}.cchl-home .sp-section--dark{background:var(--dark);color:var(--on-dark)}.cchl-home .sp-eyebrow{display:block;font-family:var(--sans);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);margin:0 0 12px}.cchl-home .sp-section--dark .sp-eyebrow{color:var(--accent)}.cchl-home .sp-h2{font-family:var(--serif);font-weight:500;font-size:clamp(26px,3vw,34px);line-height:1.18;letter-spacing:-.01em;color:var(--ink);margin:0}.cchl-home .sp-section--dark .sp-h2{color:var(--on-dark)}.cchl-home .sp-lead{font-family:var(--sans);font-size:16px;line-height:1.7;color:var(--ink-soft);margin:18px 0 0}.cchl-home .sp-section--dark .sp-lead{color:var(--on-dark-soft)}.cchl-home .sp-head-center{max-width:640px;margin:0 auto 36px;text-align:center}.cchl-home .sp-two-col{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:44px;align-items:start}.cchl-home .sp-grid{display:grid;gap:20px}.cchl-home .sp-grid--2{grid-template-columns:repeat(2,1fr)}.cchl-home .sp-grid--3{grid-template-columns:repeat(3,1fr)}.cchl-home .sp-grid--4{grid-template-columns:repeat(4,1fr)}.cchl-home .sp-card{background:var(--surface-2);border:1px solid var(--line);border-radius:14px;padding:26px 24px;transition:.2s ease}.cchl-home .sp-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.cchl-home .sp-card-icon{width:44px;height:44px;border-radius:10px;background:var(--accent-soft);color:var(--accent-deep);display:grid;place-items:center;margin:0 0 16px}.cchl-home .sp-card-icon svg{width:21px;height:21px}.cchl-home .sp-card h3{font-family:var(--serif);font-weight:600;font-size:19px;line-height:1.3;color:var(--ink);margin:0}.cchl-home .sp-card p{font-family:var(--sans);font-size:14.5px;line-height:1.65;color:var(--ink-soft);margin:10px 0 0}.cchl-home .sp-card .sp-tag{display:inline-block;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;background:var(--brand-soft);border-radius:999px;padding:5px 12px;margin:0 0 14px}.cchl-home .sp-card .sp-tag,.cchl-home .sp-card-link{font-family:var(--sans);font-weight:600;color:var(--brand)}.cchl-home .sp-card-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;margin-top:16px;text-decoration:none}.cchl-home .sp-card-link svg{width:15px;height:15px;transition:.18s}.cchl-home .sp-card:hover .sp-card-link svg{transform:translateX(4px)}.cchl-home .sp-num{font-family:var(--serif);font-weight:500;font-size:40px;line-height:1;color:var(--brand);display:block;margin:0 0 10px}.cchl-home .sp-photo{position:relative;overflow:hidden;border-radius:14px;border:1px solid var(--line);aspect-ratio:16/10;background:linear-gradient(140deg,#2a221b,#4a3a29 55%,#8a6c45)}.cchl-home .sp-photo img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0}.cchl-home .sp-photo:after{content:"";position:absolute;inset:0;background:radial-gradient(120% 90% at 70% 20%,transparent 40%,rgba(20,15,10,.22));pointer-events:none}.cchl-home .sp-photo--mt{margin-top:28px}.cchl-home .sp-card .sp-photo{aspect-ratio:16/9;border-radius:10px;border:0;margin:0 0 16px}.cchl-home .sp-form{background:var(--surface-2);border:1px solid var(--line);border-radius:16px;padding:30px 28px;display:flex;flex-direction:column;gap:18px}.cchl-home .sp-field{display:flex;flex-direction:column;gap:8px;margin:0}.cchl-home .sp-field span{font-family:var(--sans);font-size:12px;font-weight:600;letter-spacing:.5px;color:var(--muted)}.cchl-home .sp-field input,.cchl-home .sp-field select,.cchl-home .sp-field textarea{width:100%;font-family:var(--sans);font-size:14px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:12px;outline:none;transition:.15s;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cchl-home .sp-field input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--surface) inset;-webkit-text-fill-color:var(--ink)}.cchl-home .sp-field textarea{min-height:120px;resize:vertical}.cchl-home .sp-field input:focus,.cchl-home .sp-field select:focus,.cchl-home .sp-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.cchl-home .sp-field input::-moz-placeholder,.cchl-home .sp-field textarea::-moz-placeholder{color:var(--muted)}.cchl-home .sp-field input::placeholder,.cchl-home .sp-field textarea::placeholder{color:var(--muted)}.cchl-home .sp-field--select{position:relative}.cchl-home .sp-field--select svg{position:absolute;right:12px;bottom:14px;width:16px;height:16px;color:var(--muted);pointer-events:none}.cchl-home .sp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cchl-home .sp-check{display:flex;align-items:flex-start;gap:10px;font-family:var(--sans);font-size:13.5px;line-height:1.5;color:var(--ink-soft);cursor:pointer;margin:0}.cchl-home .sp-check input{width:16px;height:16px;margin:2px 0 0;accent-color:var(--brand);flex:none}.cchl-home .sp-note{font-family:var(--sans);font-size:13px;line-height:1.6;color:var(--muted);margin:0}.cchl-home .sp-faq{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:0 22px;margin:0 0 12px}.cchl-home .sp-faq summary{font-family:var(--sans);font-weight:600;font-size:15.5px;color:var(--ink);padding:18px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}.cchl-home .sp-faq summary::-webkit-details-marker{display:none}.cchl-home .sp-faq summary:after{content:"+";font-size:20px;color:var(--brand);flex:none;line-height:1}.cchl-home .sp-faq[open] summary:after{content:"−"}.cchl-home .sp-faq p{font-family:var(--sans);font-size:14.5px;line-height:1.7;color:var(--ink-soft);margin:0;padding:0 0 18px}.cchl-home .sp-upload{border:1.6px dashed var(--line-strong);border-radius:14px;background:var(--surface-2);padding:26px 24px;text-align:center}.cchl-home .sp-upload b{font-family:var(--serif);font-weight:600;font-size:18px;color:var(--ink-soft);display:block;margin:0 0 8px}.cchl-home .sp-upload p{font-family:var(--sans);font-size:13.5px;line-height:1.6;color:var(--muted);margin:0}@media(max-width:1000px){.cchl-home .sp-two-col{grid-template-columns:1fr;gap:32px}.cchl-home .sp-grid--3,.cchl-home .sp-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.cchl-home .sp-section{padding:44px 0}.cchl-home .sp-form-row,.cchl-home .sp-grid--2,.cchl-home .sp-grid--3,.cchl-home .sp-grid--4{grid-template-columns:1fr}.cchl-home .sp-form{padding:24px 18px}}.cchl-home .auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:6px}.cchl-home .auth-tabs button{font-family:var(--sans);font-weight:600;font-size:14px;color:var(--ink-soft);background:none;border:0;border-radius:7px;padding:11px;cursor:pointer;transition:.15s}.cchl-home .auth-tabs button.on{background:var(--brand);color:var(--on-dark)}.cchl-home .auth-form{display:flex;flex-direction:column;gap:18px}.cchl-home .auth-error{color:var(--danger);background:var(--brand-soft);border:1px solid rgba(180,50,43,.25);border-radius:8px}.cchl-home .auth-error,.cchl-home .auth-notice{font-family:var(--sans);font-size:13.5px;line-height:1.5;padding:11px 14px;margin:0}.cchl-home .auth-notice{color:var(--success);background:#EDF5EE;border:1px solid rgba(62,124,78,.3);border-radius:8px}.cchl-home .auth-hello{display:flex;align-items:center;gap:14px}.cchl-home .auth-hello b{font-family:var(--serif);font-weight:600;font-size:20px;color:var(--ink)}.cchl-home .auth-hello .sp-card-icon{margin:0}.cchl-home .auth-btn-ghost-dark{color:var(--ink);border-color:var(--line-strong)}.cchl-home .auth-btn-ghost-dark:hover{border-color:var(--ink);background:var(--surface-3)}.cchl-home .sp-upload--pick{cursor:pointer;transition:.15s;display:block}.cchl-home .sp-upload--pick:hover{border-color:var(--accent);background:var(--accent-soft)}.cchl-home .sp-upload--pick b{color:var(--brand)}.cchl-home .sp-files{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.cchl-home .sp-files li{display:flex;align-items:center;justify-content:space-between;gap:10px;font-family:var(--sans);font-size:13px;color:var(--ink-soft);background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:9px 12px;margin:0}.cchl-home .sp-files li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cchl-home .sp-files li button{width:24px;height:24px;flex:none;border:0;border-radius:50%;cursor:pointer;background:var(--brand-soft);color:var(--brand);font-size:11px;line-height:1}.cchl-home .vd-table{display:flex;flex-direction:column;gap:10px}.cchl-home .vd-table--scroll{max-height:540px;overflow-y:auto;padding:4px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;-webkit-mask-image:linear-gradient(180deg,#000 92%,transparent);mask-image:linear-gradient(180deg,#000 92%,transparent)}.cchl-home .vd-table--scroll::-webkit-scrollbar{width:6px}.cchl-home .vd-table--scroll::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:999px}.cchl-home .vd-row{display:flex;align-items:center;gap:16px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:14px 18px;transition:.15s;font-family:var(--sans);color:var(--ink-soft)}.cchl-home .vd-row:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.cchl-home .vd-rank{width:32px;height:32px;flex:none;border-radius:50%;display:grid;place-items:center;background:var(--surface-3);font-family:var(--serif)}.cchl-home .vd-name,.cchl-home .vd-rank{font-weight:600;font-size:15px;color:var(--ink)}.cchl-home .vd-name{flex:1;display:inline-flex;align-items:center;gap:8px}.cchl-home .vd-name svg{width:15px;height:15px;color:var(--accent-deep);flex:none}.cchl-home .vd-count{font-size:13.5px}.cchl-home .vd-pct{width:56px;text-align:right;font-weight:600;font-size:13.5px;color:var(--brand)}.cchl-home .vd-row>svg{width:15px;height:15px;color:var(--brand);flex:none}.cchl-home .vd-story{display:flex;flex-direction:column}.cchl-home .vd-story-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.cchl-home .vd-story-meta span{display:inline-flex;align-items:center;gap:6px;font-family:var(--sans);font-size:12.5px;color:var(--muted)}.cchl-home .vd-story-meta svg{width:13px;height:13px}.cchl-home .vd-views{font-weight:600;color:var(--accent-deep);white-space:nowrap}@media(max-width:760px){.cchl-home .vd-row{flex-wrap:wrap;gap:8px 12px}.cchl-home .vd-pct{width:auto}}.cchl-home .acc-info{display:flex;flex-direction:column;gap:12px}.cchl-home .acc-info p{display:flex;justify-content:space-between;gap:14px;margin:0;font-family:var(--sans);font-size:13.5px;border-bottom:1px dashed var(--line);padding:0 0 10px}.cchl-home .acc-info span{color:var(--muted)}.cchl-home .acc-info b{color:var(--ink);font-weight:600;text-align:right}.cchl-home .acc-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.cchl-home .acc-badge{font-family:var(--sans);font-size:12px;font-weight:600;color:var(--muted);background:var(--surface-2);border:1px dashed var(--line-strong);border-radius:999px;padding:6px 14px}.cchl-home .acc-badge.reached{color:var(--accent-deep);background:var(--accent-soft);border:1px solid var(--accent)}.cchl-home .vd-row.acc-me{border-color:var(--accent);background:var(--accent-soft)}.cchl-home .vd-podium{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px auto 30px;align-items:end}.cchl-home .vd-podium-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;background:var(--surface-2);border:1px solid var(--line);border-radius:16px;padding:30px 22px;transition:.2s ease;position:relative}.cchl-home .vd-podium-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.cchl-home .vd-podium-card.rank-1{order:2}.cchl-home .vd-podium-card.rank-2{order:1}.cchl-home .vd-podium-card.rank-3{order:3}.cchl-home .vd-podium-card.rank-1{border:2px solid var(--accent);padding:44px 26px 36px;background:linear-gradient(180deg,var(--accent-soft),var(--surface) 58%);box-shadow:0 18px 44px rgba(217,164,65,.28);transform:translateY(-16px)}.cchl-home .vd-podium-card.rank-1:hover{transform:translateY(-20px);box-shadow:0 24px 52px rgba(217,164,65,.36)}.cchl-home .vd-crown{position:absolute;top:-14px;left:50%;transform:translateX(-50%);white-space:nowrap;font-family:var(--sans);font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7A5A1F;background:linear-gradient(90deg,#F3D98B,var(--accent));border-radius:999px;padding:6px 18px;box-shadow:0 6px 16px rgba(217,164,65,.4)}.cchl-home .vd-medal{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-family:var(--serif);font-weight:600;font-size:24px;color:#fff;background:radial-gradient(circle at 35% 30%,#c9c9c9,#8d8d8d);margin:0 0 8px}.cchl-home .rank-1 .vd-medal{width:68px;height:68px;font-size:32px;background:radial-gradient(circle at 35% 30%,#f3d98b,var(--accent-deep));box-shadow:0 0 0 5px rgba(217,164,65,.25);animation:vdGlow 2.4s ease-in-out infinite}@keyframes vdGlow{0%,to{box-shadow:0 0 0 5px rgba(217,164,65,.25)}50%{box-shadow:0 0 0 11px rgba(217,164,65,.12)}}.cchl-home .rank-3 .vd-medal{background:radial-gradient(circle at 35% 30%,#d9a06b,#9c6437)}.cchl-home .vd-podium-card h3{font-family:var(--serif);font-weight:600;font-size:20px;color:var(--ink);margin:0;line-height:1.15}.cchl-home .rank-1 h3{font-size:24px}.cchl-home .vd-podium-card b{font-family:var(--serif);font-weight:500;font-size:34px;color:var(--brand);line-height:1.1}.cchl-home .rank-1 b{font-size:46px}.cchl-home .vd-podium-card .vd-sub{font-family:var(--sans);font-size:13px;color:var(--muted)}.cchl-home .vd-podium-card.drillable{cursor:pointer}@media(prefers-reduced-motion:reduce){.cchl-home .rank-1 .vd-medal{animation:none}}@media(max-width:760px){.cchl-home .vd-podium{grid-template-columns:1fr}.cchl-home .vd-podium-card.rank-1{order:1;transform:none}.cchl-home .vd-podium-card.rank-2{order:2}.cchl-home .vd-podium-card.rank-3{order:3}}.cchl-home .acc-status{flex:none;font-family:var(--sans);font-size:11.5px;font-weight:600;letter-spacing:.04em;border-radius:999px;padding:5px 12px}.cchl-home .acc-status--ok{color:var(--success);background:#EDF5EE}.cchl-home .acc-status--wait{color:var(--warning);background:var(--accent-soft)}.cchl-home .acc-status--bad{color:var(--danger);background:var(--brand-soft)}.cchl-home .acc-status--mute{color:var(--muted);background:var(--surface-3)}.cchl-home .acc-edit-btn{flex:none;font-family:var(--sans);font-size:12.5px;font-weight:600;color:var(--brand);background:var(--brand-soft);border:0;border-radius:999px;padding:6px 16px;cursor:pointer;transition:.15s}.cchl-home .acc-edit-btn:hover{background:var(--brand);color:var(--on-dark)}.cchl-home .acc-edit-box{max-width:760px;max-height:82vh;overflow-y:auto}.cchl-home .rvw-panel{background:var(--surface-2);border:1px solid var(--line);border-radius:14px;padding:20px 22px;margin-top:16px}.cchl-home .rvw-empty{display:flex;align-items:center;gap:10px;padding:20px 0;color:var(--muted);font-family:var(--sans);font-size:14px}.cchl-home .rvw-list{display:flex;flex-direction:column;gap:12px}.cchl-home .rvw-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:14px 16px}.cchl-home .rvw-row-main{display:flex;flex-direction:column;gap:4px;min-width:0}.cchl-home .rvw-row-main b{font-family:var(--serif);font-weight:600;font-size:15.5px;color:var(--ink)}.cchl-home .rvw-row-actions{display:flex;gap:8px;flex:none}.cchl-home .rvw-btn{display:inline-flex;align-items:center;gap:6px;font-family:var(--sans);font-weight:600;font-size:12.5px;border-radius:8px;padding:8px 12px;border:1px solid transparent;cursor:pointer;transition:.15s}.cchl-home .rvw-btn:disabled{opacity:.55;cursor:not-allowed}.cchl-home .rvw-btn--approve{background:var(--success);color:#fff}.cchl-home .rvw-btn--approve:hover:not(:disabled){filter:brightness(.95)}.cchl-home .rvw-btn--reject-outline{background:transparent;color:var(--danger);border-color:var(--danger)}.cchl-home .rvw-btn--reject-outline:hover:not(:disabled){background:var(--brand-soft)}.cchl-home .rvw-btn--reject{background:var(--danger);color:#fff}.cchl-home .rvw-btn--ghost{background:transparent;color:var(--muted);border-color:var(--line-strong)}.cchl-home .rvw-spin{animation:rvw-spin .8s linear infinite}@keyframes rvw-spin{to{transform:rotate(1turn)}}.cchl-home .rvw-reason{display:flex;flex-direction:column;gap:8px;width:100%}.cchl-home .rvw-reason textarea{width:100%;font-family:var(--sans);font-size:13.5px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:10px;outline:none;resize:vertical;min-height:60px}.cchl-home .rvw-reason textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.cchl-home .rvw-reason-actions{display:flex;justify-content:flex-end;gap:8px}@media(max-width:640px){.cchl-home .rvw-row{flex-direction:column;align-items:stretch}.cchl-home .rvw-row-actions{justify-content:flex-end}}.cchl-home .legal-wrap{padding:48px 0 76px}.cchl-home .legal-prose{max-width:820px;margin-inline:auto;background:var(--surface-2);border:1px solid var(--line);border-radius:16px;padding:40px 44px;font-size:15.5px;line-height:1.8;color:var(--ink-soft)}.cchl-home .legal-prose p{margin:0 0 14px}.cchl-home .legal-prose h2,.cchl-home .legal-prose strong{color:var(--ink);font-weight:600}.cchl-home .legal-prose h2{font-family:var(--serif);font-size:20px;line-height:1.35;margin:26px 0 10px;padding-top:20px;border-top:1px solid var(--line)}.cchl-home .legal-prose ol,.cchl-home .legal-prose ul{margin:0 0 14px;padding-left:22px}.cchl-home .legal-prose li{margin:6px 0}.cchl-home .legal-prose li::marker{color:var(--accent-deep)}.cchl-home .legal-prose a{color:var(--brand);text-decoration:underline;text-underline-offset:3px}@media(max-width:640px){.cchl-home .legal-wrap{padding:36px 0 56px}.cchl-home .legal-prose{padding:26px 20px}}