:root{--page-base: #e8eef3;--text: #0f172a;--muted: #475569;--surface-bg: rgba(255, 255, 255, .4);--surface-shadow: 0 24px 48px rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .8);--border: rgba(255, 255, 255, .4);--border-strong: rgba(255, 255, 255, .8);--pill-bg: rgba(255, 255, 255, .5);--pill-border: rgba(255, 255, 255, .7);--pill-text: #334155;--panel-bg: rgba(255, 255, 255, .4);--panel-overlay: transparent;--panel-shadow-active: 0 32px 64px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .8);--icon-stroke: #0f172a;--cta-bg: rgba(255, 255, 255, .4);--cta-border: rgba(255, 255, 255, .6);--cta-bg-hover: rgba(255, 255, 255, .8);--cta-border-hover: rgba(255, 255, 255, 1);--tag-bg: rgba(148, 163, 184, .2);--tag-text: #334155;--tag-border: rgba(148, 163, 184, .35);--radius-xl: 34px;--radius-lg: 28px;--radius-md: 22px;--transition: .32s cubic-bezier(.2, .8, .2, 1)}html[data-theme=dark]{color-scheme:dark;--page-base: #050507;--text: #f8fafc;--muted: #94a3b8;--surface-bg: rgba(20, 20, 25, .4);--surface-shadow: 0 24px 48px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .1);--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .15);--pill-bg: rgba(255, 255, 255, .05);--pill-border: rgba(255, 255, 255, .1);--pill-text: #cbd5e1;--panel-bg: rgba(255, 255, 255, .02);--panel-overlay: transparent;--panel-shadow-active: 0 32px 64px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .15);--icon-stroke: #f8fafc;--cta-bg: rgba(255, 255, 255, .03);--cta-border: rgba(255, 255, 255, .1);--cta-bg-hover: rgba(255, 255, 255, .1);--cta-border-hover: rgba(255, 255, 255, .2);--tag-bg: rgba(148, 163, 184, .15);--tag-text: #f1f5f9;--tag-border: rgba(148, 163, 184, .3)}*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light}body{margin:0;min-height:100vh;font-family:Inter,-apple-system,sans-serif;background:var(--page-base);background-image:radial-gradient(circle at 15% 50%,rgba(255,106,42,.08),transparent 25%),radial-gradient(circle at 85% 30%,rgba(47,128,237,.08),transparent 25%),radial-gradient(circle at 50% 80%,rgba(46,184,114,.08),transparent 25%);background-attachment:fixed;color:var(--text);display:flex;align-items:center;justify-content:center;-webkit-font-smoothing:antialiased}@supports (align-items: safe center){body{align-items:safe center}}@media (min-width: 1351px){body{padding:24px 0}}a{color:inherit;text-decoration:none}button{font:inherit}.cinematic-intro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#f8fafccc;backdrop-filter:blur(40px) saturate(150%);-webkit-backdrop-filter:blur(40px) saturate(150%);display:flex;align-items:center;justify-content:center;pointer-events:none}html[data-theme=dark] .cinematic-intro{background:#02040acc}.intro-logo{width:280px;max-width:70vw;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15));will-change:transform,opacity,filter}html[data-theme=dark] .intro-logo{filter:drop-shadow(0 10px 30px rgba(255,255,255,.05))}.page-shell{width:min(1440px,calc(100% - 48px));margin:0 auto;padding:28px 0 40px}.showcase{padding:clamp(18px,2.4vw,28px);border-radius:34px;background:var(--surface-bg);box-shadow:var(--surface-shadow);border:1px solid var(--border);backdrop-filter:blur(40px) saturate(150%);-webkit-backdrop-filter:blur(40px) saturate(150%);overflow:hidden;position:relative}.showcase-top{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px;padding-right:0}.section-label{margin:0 0 10px;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.showcase-top h2{margin:0;font-size:clamp(2rem,3vw,3.3rem);line-height:.95;letter-spacing:-.04em;color:var(--text)}.showcase-desc{max-width:460px;margin:0;color:var(--muted);line-height:1.6;text-align:right}.entity-strip{display:flex;flex-direction:column;gap:12px;height:760px;width:100%;min-width:0}.entity-row{display:flex;gap:12px;flex:1;min-height:0;width:100%;min-width:0}.entity-panel{z-index:0}.entity-panel.is-active{z-index:2}@media (max-width: 1480px) and (min-width: 861px){.entity-strip,.entity-row{gap:16px}.showcase .entity-panel.is-active{box-shadow:0 18px 42px #00000029,inset 0 1px #ffffff24}}.entity-panel{--brand-a: #b0c6ff;--brand-b: #bae8da;position:relative;flex:1 1 0;min-width:0;min-height:0;border:1px solid var(--border);border-radius:28px;overflow:hidden;isolation:isolate;cursor:pointer;background:var(--panel-bg);backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%);height:100%;will-change:flex;transition:border-color .4s ease,box-shadow .4s ease,background .4s ease}.entity-panel .panel-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--brand-a) 30%,transparent),transparent 70%);opacity:0;transition:opacity .5s ease}html[data-theme=dark] .entity-panel .panel-backdrop{background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--brand-a) 40%,transparent),transparent 70%)}.entity-panel.is-active .panel-backdrop{opacity:1}.panel-peek-hint{position:absolute;right:-20px;bottom:-40px;width:180px;z-index:0;pointer-events:none;opacity:.85;transition:opacity .5s ease,transform .5s cubic-bezier(.2,.8,.2,1);transform:rotate(-12deg) translateY(20px) translate(10px);mask-image:linear-gradient(135deg,black 60%,transparent 100%);-webkit-mask-image:linear-gradient(135deg,black 60%,transparent 100%)}.panel-peek-hint .entity-thumbnail{box-shadow:0 24px 48px #0000001a,0 8px 16px #0000000f}html[data-theme=dark] .panel-peek-hint{opacity:.6}.entity-panel.is-idle:hover .panel-peek-hint{opacity:1;transform:rotate(-8deg) translateY(10px) translate(0) scale(1.05)}html[data-theme=dark] .entity-panel.is-idle:hover .panel-peek-hint{opacity:.8}.entity-panel.is-active .panel-peek-hint{opacity:0;transform:rotate(0) translateY(60px);visibility:hidden;transition:opacity .3s ease,transform .4s ease,visibility .4s}.entity-panel .panel-shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(115deg,transparent 0%,color-mix(in srgb,var(--brand-a) 20%,transparent) 30%,rgba(255,255,255,.6) 50%,color-mix(in srgb,var(--brand-b) 20%,transparent) 70%,transparent 100%);z-index:0;pointer-events:none;opacity:0;mix-blend-mode:overlay;transform:translate(-100%)}html:not([data-theme=dark]) .entity-panel .panel-shine{background:linear-gradient(115deg,transparent 0%,color-mix(in srgb,var(--brand-a) 40%,transparent) 30%,rgba(255,255,255,.8) 50%,color-mix(in srgb,var(--brand-b) 40%,transparent) 70%,transparent 100%);mix-blend-mode:color-dodge;filter:blur(12px)}.entity-panel.is-active .panel-shine{animation:premium-shine 3s cubic-bezier(.25,1,.5,1) forwards}@keyframes premium-shine{0%{transform:translate(-100%);opacity:0}30%{opacity:.8}70%{opacity:.8}to{transform:translate(100%);opacity:0}}.entity-panel .panel-active-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--brand-a) 50%,transparent),transparent 60%),radial-gradient(circle at 50% 100%,color-mix(in srgb,var(--brand-b) 50%,transparent),transparent 60%);opacity:0;z-index:-1;pointer-events:none;transition:opacity .8s ease;mix-blend-mode:plus-lighter}html:not([data-theme=dark]) .entity-panel .panel-active-glow{mix-blend-mode:normal;background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--brand-a) 25%,transparent),transparent 60%),radial-gradient(circle at 50% 100%,color-mix(in srgb,var(--brand-b) 25%,transparent),transparent 60%)}.entity-panel.is-active .panel-active-glow{opacity:1;animation:breathe-glow 3s ease-in-out infinite alternate}@keyframes breathe-glow{0%{opacity:.3;filter:blur(20px)}to{opacity:1;filter:blur(40px)}}.entity-inner{position:relative;z-index:1;height:100%;padding:20px;display:flex;flex-direction:row;justify-content:space-between;gap:20px;min-width:0;min-height:0}.entity-content{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;width:100%;height:100%}.entity-top{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:0;min-height:32px;min-width:0}.entity-logo-img{height:32px;width:auto;max-width:150px;object-fit:contain;flex-shrink:0}html[data-theme=dark] .entity-logo-img{filter:brightness(1.2)}.entity-logo-fallback{height:32px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:var(--pill-bg);border:1px solid var(--pill-border);font-size:.85rem;font-weight:700;color:var(--text)}.entity-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:var(--pill-bg);border:1px solid var(--pill-border);color:var(--pill-text);white-space:nowrap;flex-shrink:0;max-width:160px;overflow:hidden;text-overflow:ellipsis;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 8px #00000005}.entity-core{display:flex;flex-direction:column;justify-content:flex-start;padding-top:24px;gap:4px;flex:none;margin-bottom:8px;min-height:96px}.entity-name{margin:0;font-size:clamp(1.15rem,1.45vw,1.6rem);font-weight:780;line-height:1.08;letter-spacing:-.03em;color:var(--text);transition:color .32s ease;white-space:normal;width:100%;min-width:220px;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.entity-name-text{display:inline-block;max-width:100%;white-space:normal;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.entity-bottom{display:flex;flex-direction:column;flex:1;min-height:0}@media (min-width: 861px){.entity-bottom,.entity-core{width:auto;flex-shrink:0}}@media (min-width: 1024px){.entity-bottom,.entity-core{width:auto}}@media (min-width: 1280px){.entity-bottom,.entity-core{width:auto}}@media (min-width: 1440px){.entity-bottom,.entity-core{width:auto}}.entity-summary{margin:0;font-size:.9rem;line-height:1.45;color:var(--muted);opacity:0;pointer-events:none;width:100%;min-width:0;min-height:0;flex:none;overflow:hidden;max-height:0}.entity-panel.is-active .entity-summary{pointer-events:auto;overflow:auto;scrollbar-width:none;max-height:260px}.entity-panel.is-active .entity-summary::-webkit-scrollbar{display:none}.entity-meta{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:16px;border-top:1px solid transparent;padding-top:8px;min-width:0;margin-top:auto}.entity-tags{display:flex;flex-wrap:nowrap;gap:8px;flex:1 1 auto;max-width:none;overflow-x:auto;scrollbar-width:none;min-width:0}.entity-tags::-webkit-scrollbar{display:none}.entity-tags span{padding:6px 10px;border-radius:999px;background:var(--tag-bg);border:1px solid var(--tag-border);color:var(--tag-text);font-size:.72rem;font-weight:500;white-space:nowrap;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.entity-cta{display:flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;width:100%;padding:6px;background:var(--surface-bg);border:1px solid var(--border);border-radius:999px;box-shadow:0 12px 24px #0000000f,inset 0 1px #ffffff80;backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%)}html[data-theme=dark] .entity-cta{box-shadow:0 12px 24px #0006,inset 0 1px #ffffff1a}.entity-action-btn{position:relative;width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:var(--cta-bg);border:1px solid var(--cta-border);color:var(--icon-stroke);transition:transform .42s cubic-bezier(.2,.8,.2,1),opacity .42s cubic-bezier(.2,.8,.2,1);cursor:pointer;text-decoration:none;flex-shrink:0}@media (max-width: 1280px){.entity-action-btn{width:42px;height:42px;border-radius:14px}.entity-action-btn svg{width:20px;height:20px}}@media (max-width: 1024px){.entity-action-btn{width:38px;height:38px;border-radius:12px}.entity-action-btn svg{width:18px;height:18px}.entity-cta{gap:4px;padding:4px}}.entity-action-btn:after{content:attr(aria-label);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px) scale(.95);background:var(--text);color:var(--page-base);font-size:.7rem;font-weight:600;padding:4px 8px;border-radius:6px;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:all .2s cubic-bezier(.2,.8,.2,1);box-shadow:0 4px 12px #00000026;z-index:100}.entity-action-btn:hover:after{opacity:1;visibility:visible;transform:translate(-50%) translateY(0) scale(1)}.entity-action-btn:hover{background:var(--cta-bg-hover);border-color:var(--cta-border-hover);transform:translateY(-2px)}.entity-action-btn svg{width:18px;height:18px;stroke:var(--icon-stroke);fill:none;stroke-width:1}.entity-action-btn.is-disabled{opacity:.3;cursor:default;pointer-events:none}.entity-panel.is-idle{opacity:.65}.entity-panel.is-idle:hover{opacity:.85}.entity-panel.is-idle .entity-name{color:var(--muted)}.entity-panel.is-idle .entity-cta{opacity:0;pointer-events:none;visibility:hidden;max-width:0}.entity-panel.is-active{box-shadow:var(--panel-shadow-active);border-color:color-mix(in srgb,var(--brand-a) 40%,var(--border-strong));opacity:1}html[data-theme=dark] .entity-panel.is-active .entity-name{color:var(--text)}.entity-panel.is-active .entity-meta{padding-top:10px;border-top-color:var(--border)}.entity-visual{position:relative;right:auto;top:auto;bottom:auto;width:0;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;opacity:0;pointer-events:none;visibility:hidden;transform:translate(16px);transition:opacity .4s ease,transform .4s ease,visibility .4s,width .4s ease}.entity-panel.is-active .entity-visual{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0);transition-delay:.15s}@media (min-width: 861px){.entity-panel.is-active .entity-visual{width:176px}}@media (min-width: 1024px){.entity-panel.is-active .entity-visual{width:200px}}@media (min-width: 1280px){.entity-panel.is-active .entity-visual{width:220px}}@media (min-width: 1440px){.entity-panel.is-active .entity-visual{width:240px}}.entity-thumbnail{width:100%;aspect-ratio:1 / 1;border-radius:20px;background:var(--surface-bg);border:1px solid color-mix(in srgb,var(--border) 60%,transparent);box-shadow:0 16px 32px #0000000f,0 4px 12px #00000008;overflow:hidden;display:flex;flex-direction:column;position:relative;isolation:isolate;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s ease}html[data-theme=dark] .entity-thumbnail{background:#000;border-color:#ffffff1a;box-shadow:0 16px 32px #00000080,0 4px 12px #0000004d}.thumbnail-img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;image-rendering:auto;opacity:.9;transition:opacity .5s ease,transform .6s cubic-bezier(.2,.8,.2,1)}.entity-panel.is-active:hover .entity-thumbnail{transform:translateY(-4px);box-shadow:0 24px 48px #00000014,0 8px 16px #0000000a}html[data-theme=dark] .entity-panel.is-active:hover .entity-thumbnail{box-shadow:0 24px 48px #0009,0 8px 16px #0006}.entity-panel.is-active:hover .thumbnail-img{opacity:1;transform:scale(1.05)}.thumbnail-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 40%,rgba(0,0,0,.02) 100%);box-shadow:inset 0 1px #fff9}html[data-theme=dark] .thumbnail-overlay{background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 40%,rgba(0,0,0,.2) 100%);box-shadow:inset 0 1px #ffffff26}.mockup-header{height:28px;background:color-mix(in srgb,var(--border) 40%,transparent);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 12px;gap:6px}.mockup-dot{width:8px;height:8px;border-radius:50%;background:var(--border-strong)}.mockup-body{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand-a) 12%,transparent),transparent)}html[data-theme=dark] .mockup-body{background:linear-gradient(135deg,color-mix(in srgb,var(--brand-a) 25%,transparent),transparent)}.mockup-hero{height:40px;border-radius:8px;background:color-mix(in srgb,var(--brand-a) 20%,transparent);border:1px solid color-mix(in srgb,var(--brand-a) 30%,transparent);display:flex;align-items:center;padding:0 12px}html[data-theme=dark] .mockup-hero{background:color-mix(in srgb,var(--brand-a) 30%,transparent)}.mockup-hero-logo{height:12px;width:40px;background:var(--brand-a);border-radius:4px;opacity:.8}.mockup-lines{display:flex;flex-direction:column;gap:6px}.mockup-line{height:6px;border-radius:4px;background:var(--border-strong);width:100%;opacity:.4}.mockup-line.short{width:60%}.mockup-cards{display:flex;gap:8px;margin-top:auto}.mockup-card{flex:1;height:24px;border-radius:6px;background:var(--surface-bg);border:1px solid var(--border);opacity:.8}.bg-signcast-media,.bg-signcast-store,.bg-projector,.bg-seaty,.bg-gmts,.bg-spin{display:none}.footer-note{margin-top:38px;display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:.85rem}.footer-note a{color:var(--text);font-weight:500}@media (max-width: 1350px){.entity-strip{height:1040px}}@media (max-width: 860px){.page-shell{width:min(100% - 24px,100%);padding-top:12px}.showcase-top,.footer-note{flex-direction:column;align-items:flex-start}.showcase-top{padding-right:0}.showcase-desc{text-align:left;margin-top:12px}.entity-strip{height:auto;display:flex;flex-direction:column}.entity-row{display:contents}.entity-panel{min-height:0;height:auto;transition:background-color .4s ease,border-color .4s ease,box-shadow .4s ease}.entity-inner{padding:20px;display:flex;flex-direction:column;justify-content:flex-start}.entity-content{width:100%;flex-shrink:1}.entity-top{width:100%;margin-bottom:12px}.entity-core{margin-bottom:0;flex:none;min-height:0}.entity-name{width:100%;max-width:none}.entity-bottom{margin-top:0;flex:none;display:flex;flex-direction:column}.entity-summary{margin:0;width:100%;min-width:0;opacity:0;max-height:0;overflow:hidden}.entity-panel.is-active .entity-summary{-webkit-line-clamp:unset;opacity:1;max-height:260px;overflow:auto}.entity-meta{width:100%;flex-direction:column;align-items:flex-start;gap:0;padding-top:0;border-top:1px solid transparent;transition:padding .4s ease,border-color .4s ease}.entity-tags{margin-top:12px;max-width:100%;flex-wrap:wrap;transition:margin .4s ease}.entity-panel.is-active .entity-meta{border-top-color:var(--border);padding-top:16px}.entity-panel.is-active .entity-tags{margin-top:0}.entity-visual{position:static;width:100%;transform:none;align-items:flex-start;justify-content:flex-start;opacity:1;visibility:visible;pointer-events:auto;max-height:0;margin-top:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease,margin .4s ease}.entity-thumbnail{display:none}.entity-panel.is-active .entity-visual{max-height:100px;opacity:1;margin-top:16px;overflow:visible}.entity-cta{width:100%;justify-content:center}}
