.ccl-shell{--navy:#0b2a55;--navy-900:#081f3f;--navy-700:#143a6b;--blue:#1763b6;--blue-600:#1356a3;--azure:#18a0d7;--azure-soft:#e7f4fb;--leaf:#2e8b6f;--ink:#14233b;--muted:#56657e;--faint:#8a97ac;--line:#e3e9f2;--line-soft:#edf1f7;--paper:#fff;--bg:#f5f8fc;--bg-tint:#eef4fb;--bg-deep:#e9f1fa;--accent:var(--blue);--shadow-sm:0 1px 2px #0b2a550f,0 2px 6px #0b2a550d;--shadow:0 4px 14px #0b2a5514,0 14px 40px #0b2a5512;--shadow-lg:0 10px 30px #0b2a551f,0 30px 70px #0b2a551a;--sans:"Helvetica Neue",Helvetica,Arial,sans-serif;--maxw:1200px;--radius:14px;--radius-lg:22px;--ease:cubic-bezier(.22,.61,.36,1);font-family:var(--sans)}.ccl-shell a{color:inherit;text-decoration:none}.ccl-shell button{cursor:pointer;background:0 0;border:none;font-family:inherit}.ccl-shell .icon{flex:none}.ccl-shell .btn{transition:background .15s,color .15s,border-color .15s,box-shadow .2s var(--ease);border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:13px 22px;font-size:15px;font-weight:600;display:inline-flex}.ccl-shell .btn-primary{background:var(--navy);color:#fff;box-shadow:0 6px 18px #0b2a5538}.ccl-shell .btn-primary:hover{background:var(--navy-900)}.ccl-shell .btn-ghost{border:1.5px solid var(--line);color:var(--navy);background:#fff}.ccl-shell .btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.ccl-shell .badge-new{font-family:var(--sans);letter-spacing:.08em;color:#fff;vertical-align:middle;background:#7a3fb8;border-radius:999px;margin-left:6px;padding:2px 7px;font-size:9.5px;font-weight:800}.ccl-shell.nav{z-index:40;-webkit-backdrop-filter:saturate(160%)blur(14px);backdrop-filter:saturate(160%)blur(14px);border-bottom:1px solid var(--line-soft);background:#ffffffdb;position:sticky;top:0}.ccl-shell .nav-in{max-width:var(--maxw);align-items:center;gap:28px;margin:0 auto;padding:14px 32px;display:flex}.ccl-shell .brand{align-items:center;gap:12px;display:flex}.ccl-shell .brand-link{display:inline-flex}.ccl-shell .brand-logo img{width:auto;height:44px;display:block}.ccl-shell .nav-links{align-items:center;gap:6px;margin-left:auto;display:flex}.ccl-shell .nav-links a,.ccl-shell .nav-links .nav-item-trigger{color:var(--ink);border-radius:8px;padding:9px 14px;font-size:14.5px;font-weight:500;transition:color .15s,background .15s}.ccl-shell .nav-links a:hover{color:var(--accent);background:var(--bg-tint)}.ccl-shell .nav-links a.is-active{color:var(--accent);font-weight:700}.ccl-shell .nav-item{margin-bottom:-16px;padding-bottom:16px;position:relative}.ccl-shell .nav-item-trigger{cursor:pointer;align-items:center;gap:6px;display:inline-flex}.ccl-shell .nav-item-trigger .icon{color:var(--faint);transition:transform .2s var(--ease)}.ccl-shell .nav-item:hover .nav-item-trigger,.ccl-shell .nav-item:focus-within .nav-item-trigger,.ccl-shell .nav-item.open .nav-item-trigger{color:var(--accent);background:var(--bg-tint)}.ccl-shell .nav-item:hover .nav-item-trigger .icon,.ccl-shell .nav-item:focus-within .nav-item-trigger .icon,.ccl-shell .nav-item.open .nav-item-trigger .icon{color:var(--accent);transform:rotate(180deg)}.ccl-shell .nav-menu{border:1px solid var(--line);z-index:70;opacity:0;visibility:hidden;pointer-events:none;width:320px;transition:opacity .18s var(--ease),transform .18s var(--ease);background:#fff;border-radius:14px;padding:6px;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 22px 54px #0b2a552e}.ccl-shell .nav-item:hover .nav-menu,.ccl-shell .nav-item:focus-within .nav-menu,.ccl-shell .nav-item.open .nav-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.ccl-shell .nav-menu-item{text-align:left;width:100%;color:var(--navy);border-radius:9px;align-items:center;gap:10px;padding:13px 16px;font-size:15px;font-weight:500;line-height:1.3;transition:background .14s,color .14s;display:flex;position:relative}.ccl-shell .nav-menu-item+.nav-menu-item:before{content:"";background:var(--line-soft);height:1px;position:absolute;top:0;left:16px;right:16px}.ccl-shell .nav-menu-item:hover{background:var(--bg-tint);color:var(--accent)}.ccl-shell .nmi-label{flex:1}.ccl-shell .nmi-flag{flex:none;line-height:1;display:inline-flex}.ccl-shell .nmi-flag img{object-fit:cover;border-radius:2px;width:22px;height:15px;display:block}.ccl-shell .nav-menu-scroll{overscroll-behavior:contain;max-height:60vh;overflow-y:auto}.ccl-shell .nav-menu-scroll::-webkit-scrollbar{width:7px}.ccl-shell .nav-menu-scroll::-webkit-scrollbar-thumb{background:var(--line);border-radius:6px}.ccl-shell .nav-menu-scroll::-webkit-scrollbar-thumb:hover{background:var(--faint)}.ccl-shell .nav-menu-scroll .nav-menu-item{padding-top:11px;padding-bottom:11px}.ccl-shell .nav-search{width:38px;height:38px;color:var(--navy);border:1px solid var(--line);border-radius:50%;place-items:center;transition:all .15s;display:grid}.ccl-shell .nav-search:hover{border-color:var(--accent);color:var(--accent)}.ccl-shell .nav-burger{border:1px solid var(--line);border-radius:10px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;transition:border-color .15s;display:none}.ccl-shell .nav-burger span{background:var(--navy);width:19px;height:2px;transition:transform .25s var(--ease),opacity .2s;border-radius:2px}.ccl-shell .nav-burger.open{border-color:var(--accent)}.ccl-shell .nav-burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.ccl-shell .nav-burger.open span:nth-child(2){opacity:0}.ccl-shell .nav-burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.ccl-shell.mnav{z-index:39;background:#081f3f66;position:fixed;inset:72px 0 0}.ccl-shell .mnav-panel{border-bottom:1px solid var(--line);max-height:calc(100vh - 72px);animation:shellMnavSlide .26s var(--ease);background:#fff;padding:14px 18px 26px;overflow-y:auto;box-shadow:0 20px 40px #0b2a552e}@keyframes shellMnavSlide{0%{transform:translateY(-12px)}to{transform:none}}.ccl-shell .mnav-link,.ccl-shell .mnav-acc-head{text-align:left;width:100%;color:var(--navy);border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;padding:15px 6px;font-size:16.5px;font-weight:600;display:flex}.ccl-shell .mnav-acc-head .icon{color:var(--faint);transition:transform .2s var(--ease)}.ccl-shell .mnav-acc-head .icon.up{color:var(--accent);transform:rotate(180deg)}.ccl-shell .mnav-sub{flex-direction:column;padding:4px 0 10px;display:flex}.ccl-shell .mnav-sub a,.ccl-shell .mnav-sub button{text-align:left;color:var(--muted);border-radius:9px;align-items:center;gap:9px;padding:11px 14px;font-size:14.5px;font-weight:500;display:flex}.ccl-shell .mnav-sub a:hover,.ccl-shell .mnav-sub button:hover{background:var(--bg-tint);color:var(--accent)}.ccl-shell .mnav-sub-scroll{max-height:280px;overflow-y:auto}.ccl-shell .mnav-actions{flex-direction:column;gap:10px;margin-top:18px;display:flex}@media (max-width:900px){.ccl-shell .nav-burger{display:flex}.ccl-shell .nav-links{display:none}.ccl-shell .nav-search{margin-left:auto}}@media (max-width:720px){.ccl-shell .nav-in{padding-left:20px;padding-right:20px}}@media (max-width:560px){.ccl-shell .nav-search{display:none}.ccl-shell .nav-burger{margin-left:auto}}.ccl-shell.search-overlay{z-index:200;-webkit-backdrop-filter:blur(3px);background:#0a1c3880;justify-content:center;align-items:flex-start;padding:0 24px;animation:.18s shellFadeIn;display:flex;position:fixed;inset:0}@keyframes shellFadeIn{0%{opacity:0}to{opacity:1}}.ccl-shell .search-panel{width:min(900px,100%);animation:shellSearchIn .24s var(--ease);background:#fff;border-radius:18px;flex-direction:column;max-height:calc(100vh - 120px);margin-top:78px;padding:22px;display:flex;box-shadow:0 30px 90px #081f3f66}@keyframes shellSearchIn{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:none}}.ccl-shell .search-box{background:var(--bg);border:1.5px solid var(--line);border-radius:13px;align-items:center;gap:14px;padding:15px 16px;transition:border-color .15s,box-shadow .15s;display:flex}.ccl-shell .search-box:focus-within{border-color:var(--accent);background:#fff;box-shadow:0 0 0 4px #1763b61f}.ccl-shell .search-box>.icon{color:var(--faint);flex:none}.ccl-shell .search-box input{font-family:var(--sans);color:var(--ink);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:18px}.ccl-shell .search-box input::placeholder{color:var(--muted)}.ccl-shell .search-clear-inline{color:var(--faint);border-radius:50%;flex:none;place-items:center;width:26px;height:26px;transition:all .15s;display:grid}.ccl-shell .search-clear-inline:hover{background:var(--line);color:var(--navy)}.ccl-shell .search-close{color:var(--muted);border-radius:9px;flex:none;place-items:center;width:34px;height:34px;transition:all .15s;display:grid}.ccl-shell .search-close:hover{background:var(--bg-tint);color:var(--navy)}.ccl-shell .search-filters-toggle{color:var(--navy);align-self:flex-start;align-items:center;gap:9px;margin:18px 2px 0;font-size:15px;font-weight:600;display:inline-flex}.ccl-shell .search-filters-toggle .sft-icon{color:var(--accent);display:inline-flex}.ccl-shell .search-filters-toggle .sft-chev{color:var(--faint);transition:transform .2s var(--ease)}.ccl-shell .search-filters-toggle .sft-chev.up{transform:rotate(180deg)}.ccl-shell .search-chips{flex-wrap:wrap;gap:9px;margin:14px 0 6px;display:flex}.ccl-shell .search-chip{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:13.5px;font-weight:600;transition:all .15s;display:inline-flex}.ccl-shell .search-chip .icon{color:var(--faint);transition:color .15s}.ccl-shell .search-chip:hover{border-color:var(--accent);color:var(--accent)}.ccl-shell .search-chip:hover .icon{color:var(--accent)}.ccl-shell .search-chip.on{background:var(--azure-soft);border-color:var(--accent);color:var(--accent)}.ccl-shell .search-chip.on .icon{color:var(--accent)}.ccl-shell .chip-count{color:var(--muted);background:var(--bg);text-align:center;border-radius:999px;min-width:18px;padding:1px 7px;font-size:11px;font-weight:700}.ccl-shell .search-chip.on .chip-count{color:var(--accent);background:#fff}.ccl-shell .search-results{border-top:1px solid var(--line-soft);margin-top:14px;padding-top:8px;overflow-y:auto}.ccl-shell .search-results::-webkit-scrollbar{width:7px}.ccl-shell .search-results::-webkit-scrollbar-thumb{background:var(--line);border-radius:6px}.ccl-shell .search-hint{color:var(--muted);padding:22px 12px;font-size:14.5px}.ccl-shell .search-empty{color:var(--muted);padding:28px 12px;font-size:14.5px}.ccl-shell .search-landing{padding:6px 2px 4px}.ccl-shell .search-sec-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:12px 10px 10px;font-size:11px;font-weight:700}.ccl-shell .search-quick{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ccl-shell .quick-card{text-align:left;border:1px solid var(--line);transition:transform .16s var(--ease),box-shadow .16s,border-color .16s;background:#fff;border-radius:12px;align-items:center;gap:12px;padding:13px 15px;display:flex}.ccl-shell .quick-card:hover{box-shadow:var(--shadow-sm);border-color:#0000;transform:translateY(-2px)}.ccl-shell .qc-ico{border-radius:10px;flex:none;place-items:center;width:38px;height:38px;display:grid}.ccl-shell .qc-label{color:var(--navy);flex:1;font-size:14.5px;font-weight:600}.ccl-shell .qc-go{color:var(--faint);flex:none}.ccl-shell .quick-card:hover .qc-go{color:var(--accent)}.ccl-shell .search-popular{flex-wrap:wrap;gap:8px;margin:0 8px 6px;display:flex}.ccl-shell .popular-chip{background:var(--bg);border:1px solid var(--line-soft);color:var(--muted);border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.ccl-shell .popular-chip .icon{color:var(--faint)}.ccl-shell .popular-chip:hover{border-color:var(--accent);color:var(--accent);background:#fff}.ccl-shell .popular-chip:hover .icon{color:var(--accent)}.ccl-shell .search-result{text-align:left;border-radius:11px;align-items:center;gap:14px;width:100%;padding:12px;transition:background .12s;display:flex}.ccl-shell .search-result+.search-result{border-top:1px solid var(--line-soft)}.ccl-shell .search-result:hover{background:var(--bg-tint)}.ccl-shell .sr-ico{border-radius:11px;flex:none;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.ccl-shell .sr-ico img{object-fit:cover;width:100%;height:100%}.ccl-shell .sr-body{flex:1;min-width:0}.ccl-shell .sr-title{color:var(--navy);white-space:nowrap;text-overflow:ellipsis;font-size:15.5px;font-weight:600;line-height:1.25;display:block;overflow:hidden}.ccl-shell .sr-title mark{background:var(--azure-soft);color:var(--accent);border-radius:3px;padding:0 2px}.ccl-shell .sr-meta{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12.5px;display:block;overflow:hidden}.ccl-shell .sr-type{letter-spacing:.03em;color:var(--accent);background:var(--azure-soft);white-space:nowrap;border-radius:999px;flex:none;padding:4px 10px;font-size:11px;font-weight:700}.ccl-shell .sr-go{color:var(--faint);flex:none}.ccl-shell .search-result:hover .sr-go{color:var(--accent)}@media (max-width:640px){.ccl-shell .search-panel{margin-top:64px;padding:16px}.ccl-shell .search-box input{font-size:16px}.ccl-shell .sr-type{display:none}}.ccl-shell.footer{background:var(--navy-900);color:#cdd8ea}.ccl-shell .footer-in{max-width:var(--maxw);grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:40px;margin:0 auto;padding:64px 32px 28px;display:grid}.ccl-shell.footer h5{font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;color:#8ea6c8;margin:0 0 16px;font-size:12px;font-weight:700}.ccl-shell.footer a{color:#cdd8ea;padding:5px 0;font-size:14px;transition:color .15s;display:block}.ccl-shell.footer a:hover{color:#fff}.ccl-shell .f-brand{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.ccl-shell.footer .brand-logo{background:#fff;border-radius:12px;padding:11px 15px;display:inline-flex}.ccl-shell.footer .brand-logo img{width:auto;height:40px;display:block}.ccl-shell .f-about{color:#9fb2cf;max-width:280px;margin:0 0 14px;font-size:13.5px;line-height:1.6}.ccl-shell .f-social{gap:10px;display:flex}.ccl-shell .f-social a{background:#ffffff14;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;display:grid}.ccl-shell .f-social a:hover{background:var(--accent);color:#fff}.ccl-shell .f-social svg{width:17px;height:17px}.ccl-shell .footer-bar{border-top:1px solid #ffffff1a;margin-top:48px}.ccl-shell .footer-bar-in{max-width:var(--maxw);color:#8094b4;text-align:center;margin:0 auto;padding:22px 32px;font-size:12.5px}@media (max-width:1080px){.ccl-shell .footer-in{grid-template-columns:1fr 1fr}}@media (max-width:720px){.ccl-shell .footer-in{text-align:center;grid-template-columns:1fr;padding-left:20px;padding-right:20px}.ccl-shell .f-brand{justify-content:center}.ccl-shell .f-about{margin-left:auto;margin-right:auto}.ccl-shell .f-social{justify-content:center}.ccl-shell .footer-bar-in{padding-left:20px;padding-right:20px}}@media (prefers-reduced-motion:reduce){.ccl-shell *,.ccl-shell :before,.ccl-shell :after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
