:root{--bg-color: #fdfdfd;--text-primary: #212121;--text-secondary: rgba(33, 33, 33, .45);--accent-color: #efefef;--line-color: rgba(33, 33, 33, .08);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif-cn: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;--font-mono: "JetBrains Mono", monospace;--card-bg: rgba(255, 255, 255, .7);--card-hover: rgba(33, 33, 33, .03)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-serif-cn);background-color:var(--bg-color);color:var(--text-primary);overflow:hidden;height:100vh;width:100vw}#root{height:100%}.app-container{display:flex;height:100%;width:100%;position:relative}.background-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.background-image{width:100%;height:100%;object-fit:cover;filter:brightness(1.05) contrast(.9) grayscale(.1)}.mosaic-wrapper{position:relative;width:100%;height:100%;overflow:hidden;background:var(--text-primary)}.mosaic-wrapper--error{background:var(--text-primary)}.mosaic-canvas{width:100%;height:100%;object-fit:cover;display:block;transition:opacity 1.5s ease-in-out;filter:brightness(1.05) contrast(.9) grayscale(.1)}.content-layout{position:relative;z-index:1;display:flex;width:100%;height:100%}.sidebar{width:420px;height:100vh;background:transparent;margin-left:auto;padding:120px 40px 40px;display:flex;flex-direction:column;position:relative;z-index:2;transition:width .3s ease}.decor-line{height:1px;background:#fff3;margin:20px 0;position:relative}.decor-line:after{content:"";position:absolute;right:0;top:-2px;width:5px;height:5px;background:var(--text-primary)}.system-tag{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#212121;margin-bottom:8px;display:flex;align-items:center;gap:8px}.system-tag:before{content:"";width:6px;height:6px;background:#212121;display:inline-block}.logo-container{position:fixed;top:60px;left:40px;z-index:10;display:flex;align-items:flex-end;height:24px}.logo-container .decor-line{background:#212121}.cli-overlay .cli-init{margin-top:20px;color:var(--bg-color);opacity:.8}.logo-container h1{font-size:24px;font-weight:300;letter-spacing:4px;text-transform:uppercase;color:#212121;font-family:var(--font-sans)}.contact-module{position:fixed;top:60px;right:40px;display:flex;gap:24px;z-index:10;align-items:flex-end;height:24px}.contact-module a{text-decoration:none;font-family:var(--font-mono);font-size:14px;color:var(--text-primary);letter-spacing:2px;opacity:.6;transition:opacity .3s ease}.contact-module a:hover{opacity:1}.product-panel{background:#fff6;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.3);border-right-color:#ffffff1a;border-bottom-color:#ffffff1a;border-radius:3px;display:flex;flex-direction:column;padding:20px;width:100%;flex:0 0 auto;height:fit-content}.panel-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(33,33,33,.08);padding-bottom:16px;margin-bottom:8px}.panel-header .system-tag{margin-bottom:0}.panel-header .panel-clock{font-family:var(--font-mono);font-size:11px;letter-spacing:1px;color:var(--text-secondary)}.product-list{display:flex;flex-direction:column;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;flex:0 0 auto;height:fit-content}.product-list::-webkit-scrollbar{display:none}.product-item{text-decoration:none;color:inherit;display:block;padding:16px 0;border-bottom:1px solid rgba(33,33,33,.06);overflow:hidden;transition:background .3s ease}.product-item:last-child{border-bottom:none;padding-bottom:0}.product-item .item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;transition:margin-bottom .45s cubic-bezier(.25,1,.5,1)}.product-item:focus-within .item-header,.product-item.is-expanded .item-header{margin-bottom:8px}@media (hover: hover){.product-item:hover .item-header{margin-bottom:8px}}.product-item h3{font-size:14px;font-weight:400;letter-spacing:.2px;margin-right:8px}.product-item h3:lang(zh),.product-item p:lang(zh){font-family:var(--font-serif-cn)}.product-item h3:lang(en),.product-item p:lang(en){font-family:var(--font-sans)}.product-item .serial{font-family:var(--font-mono);font-size:11px;letter-spacing:1px;color:var(--text-secondary);flex-shrink:0;margin-left:auto}.product-item p{font-size:13px;line-height:1.5;color:var(--text-secondary);font-weight:300;opacity:0;transform:translateY(6px);max-height:0;overflow:hidden;margin-top:0;transition:opacity .4s ease,transform .4s ease,max-height .4s ease}.product-item:focus-within p,.product-item.is-expanded p{opacity:1;transform:translateY(0);max-height:100px;margin-top:12px;transition:opacity .4s ease .05s,transform .4s ease .05s,max-height .4s ease}@media (hover: hover){.product-item:hover p{opacity:1;transform:translateY(0);max-height:100px;margin-top:12px;transition:opacity .4s ease .05s,transform .4s ease .05s,max-height .4s ease}}.product-item.is-navigating p{opacity:0!important;transform:translateY(6px)!important;max-height:0!important;margin-top:0!important;transition:none!important}.product-item.is-navigating .item-header{margin-bottom:0!important;transition:none!important}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--line-color)}.cli-overlay{position:absolute;left:40px;bottom:40px;font-family:var(--font-mono);font-size:12px;color:var(--bg-color);line-height:2;pointer-events:none;z-index:5;text-shadow:0 1px 4px rgba(0,0,0,.2)}.sidebar-footer{margin-top:auto;padding-top:40px;text-align:right}.sidebar-footer .decor-line{margin-bottom:20px;background:#fff}.sidebar-footer .decor-line:after{background:#fff}.sidebar-footer .system-tag{justify-content:flex-end;color:var(--bg-color)}.sidebar-footer p{font-size:12px;color:var(--bg-color);font-family:var(--font-mono)}@media (max-width: 900px){.logo-container{position:relative;top:0;left:0;margin-bottom:40px}.sidebar{width:100%;padding:40px 20px;background:transparent}.cli-overlay{display:none}}.privacy-page{width:100%;height:100vh;overflow-y:auto;display:flex;justify-content:center;padding:60px 24px;background-color:var(--bg-color);position:relative;z-index:1}.privacy-page__container{width:100%;max-width:640px;padding-top:40px}.privacy-page__header{margin-bottom:2rem}.privacy-page__article{font-family:var(--font-sans);line-height:1.6;font-size:.9rem;color:var(--text-primary)}.privacy-page__title{font-size:1.25rem;margin-bottom:.75rem;font-weight:600;text-align:center}.privacy-page__date{opacity:.6;margin-bottom:1.5rem;font-size:.8rem;text-align:center}.privacy-page__section-title{font-size:1.1rem;margin-top:1.25rem;margin-bottom:.4rem;font-weight:600}.privacy-page__text{margin-bottom:.75rem}.privacy-page__text--intro{margin-bottom:.5rem}.privacy-page__list{list-style:none;padding-left:0;margin-top:.5rem;margin-bottom:.75rem}.privacy-page__list-item{margin-bottom:.3rem}.privacy-page__list-item:last-child{margin-bottom:0}.privacy-page__list-item strong{font-weight:600}.privacy-page__footer{margin-top:3rem;text-align:center}.privacy-page__back-link{font-family:var(--font-mono);font-size:.8rem;color:var(--text-secondary);text-decoration:none;letter-spacing:1px}.privacy-page__back-link:hover{color:var(--text-primary)}.privacy-page__email{color:inherit;text-decoration:underline}
