:root{--ink:#17140f;--muted:#746b5d;--paper:#f7f2e9;--card:#fffdf8c7;--line:#4d391d24;--orange:#ef7a24;--orange-dark:#c9510e;--green:#244c3d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 84% 4%, #ef7a2424, transparent 26rem), linear-gradient(180deg, #fbf8f1 0%, var(--paper) 58%, #f0e9dc 100%);-webkit-font-smoothing:antialiased;font-family:Microsoft YaHei UI,PingFang SC,Noto Sans CJK SC,system-ui,sans-serif}a{color:inherit;text-decoration:none}.site-header{z-index:10;align-items:center;gap:42px;width:min(1240px,100% - 48px);height:88px;margin:0 auto;display:flex;position:relative}.brand{letter-spacing:-.02em;align-items:center;gap:12px;font-size:19px;font-weight:800;display:flex}.brand-mark{color:#fff;background:var(--orange);border-radius:11px;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 8px 24px #ef7a2440}.site-header nav{color:#564e43;align-items:center;gap:28px;margin-left:auto;font-size:15px;display:flex}.site-header nav a:hover{color:var(--orange-dark)}.header-cta{color:var(--orange-dark);background:#ffffff8a;border:1px solid #ef7a2461;border-radius:999px;padding:11px 18px;font-size:14px;font-weight:700}.hero{grid-template-columns:1.02fr .98fr;align-items:center;gap:54px;width:min(1240px,100% - 48px);min-height:650px;margin:0 auto;padding:62px 0 76px;display:grid}.eyebrow{color:var(--orange-dark);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;font-size:13px;font-weight:800;display:flex}.eyebrow span{background:var(--orange);width:24px;height:2px}.hero h1{letter-spacing:-.055em;margin-top:24px;font-family:STZhongsong,FZYaoti,serif;font-size:clamp(48px,5.25vw,74px);font-weight:700;line-height:1.12}.hero h1 em{color:var(--orange-dark);font-style:normal}.lead{color:#665e52;max-width:650px;margin-top:26px;font-size:18px;line-height:1.9}.hero-actions{gap:14px;margin-top:34px;display:flex}.button{border-radius:13px;justify-content:center;align-items:center;gap:18px;min-height:52px;padding:0 24px;font-size:15px;font-weight:800;display:inline-flex}.button.primary{color:#fff;background:var(--ink);box-shadow:0 15px 36px #1f180f2e}.button.primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.button.secondary{border:1px solid var(--line);background:#ffffffa6}.hero-facts{color:var(--muted);gap:26px;margin-top:42px;font-size:13px;display:flex}.hero-facts span{flex-direction:column;gap:4px;display:flex}.hero-facts b{color:var(--ink);font-size:20px}.hero-product{place-items:center;min-height:500px;display:grid;position:relative}.glow{filter:blur(2px);border-radius:50%;position:absolute}.glow-one{background:#ef7a2424;width:410px;height:410px;top:30px;right:10px}.glow-two{background:#244c3d21;width:260px;height:260px;bottom:15px;left:30px}.product-window{z-index:2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc2;border:1px solid #372d1f29;border-radius:24px;width:min(100%,560px);min-height:392px;padding:22px 24px 30px;position:relative;overflow:hidden;transform:rotate(-1deg);box-shadow:0 42px 90px #4431182e}.window-bar{border-bottom:1px solid var(--line);color:#847b6f;align-items:center;gap:7px;padding-bottom:18px;font-size:12px;display:flex}.window-bar i{background:#d9d1c5;border-radius:50%;width:8px;height:8px}.window-bar span{margin-left:10px}.window-bar b{color:var(--green);background:#e7f0eb;border-radius:999px;margin-left:auto;padding:5px 9px;font-weight:700}.document-lines{gap:12px;padding:34px 4px 25px;display:grid}.document-lines span{background:#eee9e0;border-radius:8px;width:77%;height:8px;display:block}.document-lines span:nth-child(2){width:91%}.document-lines span:nth-child(3){width:58%}.caret-line{padding:0 6px 12px;font-size:22px;font-weight:700}.caret{vertical-align:-5px;background:var(--orange);width:2px;height:26px;margin-left:3px;animation:1.1s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.candidate-box{background:#fffdfa;border:1px solid #ef7a2459;border-radius:13px;overflow:hidden;box-shadow:0 18px 45px #3928141f}.code-line{color:#7c6d5d;padding:11px 14px 5px;font-size:13px}.candidates{white-space:nowrap;gap:16px;padding:6px 14px 12px;font-size:18px;display:flex;overflow:hidden}.candidates strong{color:#fff;background:var(--orange);border-radius:7px;margin:-5px -8px;padding:5px 8px}.candidate-foot{color:#8d8376;border-top:1px solid #eee8dd;justify-content:space-between;padding:8px 14px;font-size:11px;display:flex}.mode-chip{color:#766c60;font-size:11px;position:absolute;bottom:20px;right:22px}.release-strip{border-top:1px solid var(--line);width:min(1240px,100% - 48px);margin:0 auto;padding:82px 0 110px}.section-heading{grid-template-columns:220px 1fr;align-items:end;gap:24px;margin-bottom:34px;display:grid}.section-heading h2{letter-spacing:-.04em;max-width:760px;font-size:clamp(30px,3.6vw,48px);line-height:1.2}.release-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.release-card{border:1px solid var(--line);background:var(--card);border-radius:18px;flex-direction:column;min-height:255px;padding:22px;transition:transform .2s,box-shadow .2s;display:flex}.release-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px #3928141a}.platform-icon{color:#fff;background:var(--green);border-radius:12px;place-items:center;width:43px;height:43px;margin-bottom:25px;font-weight:900;display:grid}.release-card h3{font-size:21px}.release-card p{min-height:42px;color:var(--muted);margin-top:6px;font-size:13px;line-height:1.55}.version{color:#9a8f82;margin-top:12px;font:12px ui-monospace,monospace}.release-card a{border-top:1px solid var(--line);color:var(--orange-dark);margin-top:auto;padding-top:18px;font-size:14px;font-weight:800}.release-card a b{float:right}@media (max-width:950px){.hero{grid-template-columns:1fr;padding-top:40px}.hero-product{min-height:430px}.release-grid{grid-template-columns:repeat(2,1fr)}.section-heading{grid-template-columns:1fr}.site-header nav{display:none}}@media (max-width:620px){.site-header,.hero,.release-strip{width:min(100% - 28px,1240px)}.site-header{height:72px}.header-cta{display:none}.hero{gap:20px;padding:36px 0 58px}.hero h1{font-size:42px}.lead{font-size:16px}.hero-actions{flex-direction:column}.hero-facts{gap:16px}.hero-product{min-height:350px}.product-window{min-height:330px;padding:17px}.document-lines{padding-top:25px}.candidates{font-size:15px}.release-grid{grid-template-columns:1fr}.release-card{min-height:220px}}.user-pill{border:1px solid var(--line);background:#ffffffa3;border-radius:999px;align-items:center;gap:8px;padding:7px 12px 7px 7px;font-size:13px;font-weight:700;display:flex}.user-pill span{color:#fff;background:var(--orange);border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.feature-section,.architecture-section,.tools-section,.community-callout{width:min(1240px,100% - 48px);margin:0 auto}.feature-section{border-top:1px solid var(--line);padding:105px 0}.feature-grid{grid-template-rows:auto auto;grid-template-columns:1.15fr .85fr;gap:16px;display:grid}.feature-card{border:1px solid var(--line);background:#ffffffa8;border-radius:22px;min-height:270px;padding:34px;position:relative;overflow:hidden}.feature-card h3{letter-spacing:-.03em;max-width:520px;margin-top:54px;font-size:27px}.feature-card p{max-width:660px;color:var(--muted);margin-top:14px;font-size:15px;line-height:1.9}.feature-index{color:#a69a8c;font:13px ui-monospace,monospace;position:absolute;top:28px;right:30px}.feature-main{background:linear-gradient(145deg,#fffdf8,#f3e9d9);grid-row:span 2;min-height:560px;padding:44px}.feature-main h3{margin-top:100px;font-family:STZhongsong,serif;font-size:45px}.scheme-cloud{flex-wrap:wrap;gap:10px;margin-top:54px;display:flex}.scheme-cloud b{color:var(--orange-dark);background:#ffffffbf;border:1px solid #ef7a243d;border-radius:999px;padding:9px 14px;font-size:13px}.feature-dark{color:#fff;background:var(--green)}.feature-dark p,.feature-dark .feature-index{color:#ffffffad}.architecture-section{border-top:1px solid var(--line);grid-template-columns:.82fr 1.18fr;align-items:center;gap:40px;min-height:650px;padding:90px 0;display:grid}.architecture-copy h2{letter-spacing:-.045em;margin-top:22px;font-family:STZhongsong,serif;font-size:clamp(38px,4.4vw,62px);line-height:1.16}.architecture-copy>p:not(.eyebrow){color:var(--muted);margin-top:25px;font-size:16px;line-height:1.95}.text-link{color:var(--orange-dark);margin-top:25px;font-weight:800;display:inline-block}.core-diagram{place-items:center;min-height:520px;display:grid;position:relative}.core-ring{border:1px dashed #49413338;border-radius:50%;position:absolute}.ring-one{width:340px;height:340px}.ring-two{width:500px;height:500px}.core-center{z-index:2;background:#fffdf8e6;border:1px solid #ef7a2440;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:220px;height:220px;display:flex;box-shadow:0 30px 70px #3e2c1424}.core-center .brand-mark{width:52px;height:52px;font-size:22px}.core-center b{font-size:18px}.core-center small{max-width:150px;color:var(--muted);text-align:center;line-height:1.5}.core-node{z-index:3;border:1px solid var(--line);background:#fffdfa;border-radius:999px;align-items:center;gap:8px;padding:11px 15px;font-size:13px;font-weight:700;display:flex;position:absolute;box-shadow:0 12px 30px #32241214}.core-node svg{color:var(--orange-dark);font-size:19px}.node-win{top:38px;left:42%}.node-android{top:45%;right:18px}.node-linux{bottom:35px;left:43%}.node-apple{top:48%;left:0}.tools-section{border-top:1px solid var(--line);grid-template-columns:.86fr 1.14fr;align-items:center;gap:80px;padding:110px 0;display:grid}.tools-section h2{letter-spacing:-.04em;margin-top:22px;font-size:clamp(36px,4vw,58px)}.tools-section>div:first-child>p:not(.eyebrow){color:var(--muted);margin:20px 0 28px;line-height:1.9}.tool-cards{grid-template-columns:repeat(2,1fr);gap:12px;display:grid;transform:rotate(1deg)}.tool-cards span{border:1px solid var(--line);background:#ffffffad;border-radius:16px;align-items:center;gap:16px;min-height:92px;padding:22px;font-size:17px;font-weight:800;display:flex}.tool-cards i{color:var(--orange-dark);font:12px ui-monospace,monospace}.community-callout{color:#fff;background:var(--ink);border-radius:28px;grid-template-columns:1.1fr .8fr auto;align-items:center;gap:52px;min-height:330px;margin-bottom:100px;padding:54px;display:grid}.community-callout h2{margin-top:18px;font:40px/1.25 STZhongsong,serif}.community-callout>p{color:#ffffffa8;line-height:1.85}.community-callout .button.primary{color:var(--ink);white-space:nowrap;background:#fff}.site-footer{border-top:1px solid var(--line);width:min(1240px,100% - 48px);color:var(--muted);grid-template-columns:1fr 1.2fr;gap:80px;margin:0 auto;padding:62px 0 28px;display:grid}.footer-brand{color:var(--ink)}.site-footer>div:first-child p{margin-top:16px}.footer-links{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.footer-links div{flex-direction:column;gap:10px;font-size:13px;display:flex}.footer-links b{color:var(--ink);margin-bottom:7px}.footer-links a:hover{color:var(--orange-dark)}.copyright{border-top:1px solid var(--line);grid-column:1/-1;padding-top:25px;font-size:12px}.page-shell{width:min(1180px,100% - 48px);margin:0 auto;padding-bottom:110px}.page-hero.compact{max-width:850px;padding:90px 0 60px}.page-hero h1{letter-spacing:-.05em;margin-top:20px;font:clamp(46px,6vw,76px)/1.12 STZhongsong,serif}.page-hero>p:not(.eyebrow){max-width:730px;color:var(--muted);margin-top:22px;font-size:17px;line-height:1.9}.download-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.download-card{border:1px solid var(--line);background:#ffffffb8;border-radius:24px;min-height:430px;padding:34px;position:relative}.download-card.featured{background:linear-gradient(145deg,#fffdfa,#f3e9dc)}.download-logo{border-radius:16px;place-items:center;width:58px;height:58px;margin-bottom:28px;font-size:30px;display:grid}.download-logo.windows{color:#1675d1;background:#e7f2fd}.download-logo.android{color:#2e7d32;background:#e8f4e7}.download-logo.linux{color:#171717;background:#eee8dc}.download-logo.harmony{color:#c72d2d;background:#f8e8e8}.download-logo.apple{color:#2e2d2b;background:#eeece8}.download-title{justify-content:space-between;align-items:start;gap:20px;display:flex}.download-title h2{font-size:30px}.download-title p{color:var(--muted);margin-top:5px;font-size:13px}.download-title>span{color:var(--green);background:#e7f0eb;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:700}.download-card ul{color:#5f584d;margin:25px 0 30px 19px;font-size:14px;line-height:2}.download-actions{gap:10px;display:flex}.github-link svg{font-size:18px}.checksum{color:var(--muted);margin-top:18px;font-size:12px}.checksum summary{cursor:pointer}.checksum code{overflow-wrap:anywhere;background:#eee8dd;border-radius:8px;margin-top:8px;padding:10px;display:block}.linux-packages{gap:10px;margin-top:35px;display:grid}.linux-packages div{background:#f2ede4;border-radius:12px;grid-template-columns:1fr 80px 80px;align-items:center;padding:13px 16px;display:grid}.linux-packages a{color:var(--orange-dark);text-align:center;font-size:13px;font-weight:800}.package-note,.market-copy{color:var(--muted);margin:22px 0;font-size:13px;line-height:1.7}.text-actions{flex-wrap:wrap;gap:16px;display:flex}.text-actions a{color:var(--orange-dark);align-items:center;gap:5px;font-size:12px;font-weight:800;display:flex}.disabled{color:#8b8278;cursor:default;opacity:.7}.linux-guide{border:1px solid var(--line);background:#ffffffa6;border-radius:24px;margin-top:62px;padding:38px}.linux-guide .section-heading{grid-template-columns:1fr;gap:10px;margin-bottom:26px}.linux-guide .section-heading h2{font-size:clamp(28px,3vw,40px)}.linux-guide .section-heading>p:last-child{max-width:760px;color:var(--muted);line-height:1.8}.linux-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.linux-guide-grid article{background:#f1ebe1;border-radius:16px;min-width:0;padding:24px}.linux-guide-grid h3,.linux-aftercare h3{margin-bottom:16px;font-size:17px}.linux-guide-grid p{color:var(--muted);margin:13px 0 7px;font-size:12px;font-weight:700}.linux-guide-grid code{color:#e8f2ed;white-space:nowrap;background:#26362f;border-radius:9px;padding:12px 13px;font:11px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;display:block;overflow-x:auto}.linux-aftercare{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:28px;padding-top:26px;display:grid}.linux-aftercare p{color:var(--muted);font-size:13px;line-height:1.85}.linux-aftercare code{color:var(--ink);background:#ece5da;border-radius:5px;padding:2px 5px;font:12px ui-monospace,SFMono-Regular,Consolas,monospace}.coming-platforms{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:18px;display:grid}.coming-platforms article{border:1px dashed #46372338;border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:25px 30px;display:grid}.coming-platforms .download-logo{margin:0}.coming-platforms p{color:var(--muted);margin-top:5px;font-size:13px}.coming-platforms>article>span{color:var(--orange-dark);font-size:12px;font-weight:800}.download-note{color:#fff;background:var(--green);border-radius:20px;align-items:center;gap:24px;margin-top:55px;padding:32px;display:flex}.download-note>svg{font-size:42px}.download-note p{color:#ffffffad;margin-top:5px}.timeline{gap:0;display:grid;position:relative}.timeline:before{content:"";background:var(--line);width:1px;position:absolute;top:25px;bottom:25px;left:25px}.timeline article{grid-template-columns:52px 1fr;gap:28px;padding:28px 0;display:grid}.timeline i{z-index:1;border:1px solid var(--line);background:var(--paper);width:52px;height:52px;color:var(--orange-dark);border-radius:50%;place-items:center;font:12px ui-monospace,monospace;display:grid}.timeline span{color:var(--orange-dark);font-size:12px;font-weight:800}.timeline h2{margin-top:5px;font-size:30px}.timeline p{color:var(--muted);margin-top:8px;line-height:1.8}.auth-page{grid-template-columns:1fr 430px;align-items:center;gap:90px;width:min(1080px,100% - 48px);min-height:680px;margin:0 auto;padding:70px 0 110px;display:grid}.auth-page>section:first-child h1{margin-top:22px;font:52px/1.2 STZhongsong,serif}.auth-page>section:first-child>p:not(.eyebrow){color:var(--muted);margin-top:22px;line-height:1.9}.auth-panel{border:1px solid var(--line);background:#ffffffc2;border-radius:22px;padding:34px;box-shadow:0 28px 65px #3527151f}.auth-switch{background:#eee8de;border-radius:12px;grid-template-columns:1fr 1fr;gap:5px;padding:5px;display:grid}.auth-switch button{color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:9px;padding:11px;font-weight:700}.auth-switch button.active{color:var(--ink);background:#fff;box-shadow:0 3px 10px #0000000f}.auth-panel form{gap:17px;margin-top:24px;display:grid}.auth-panel label,.editor-card label{color:#554d42;gap:8px;font-size:13px;font-weight:700;display:grid}.auth-panel input,.editor-card input,.editor-card select,.editor-card textarea,.reply-form textarea{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:10px;outline:0;padding:13px 14px}.auth-panel input:focus,.editor-card input:focus,.editor-card textarea:focus,.reply-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ef7a241a}.auth-panel>p{color:var(--muted);margin-top:20px;font-size:11px;line-height:1.7}.form-error{color:#b43723!important;font-size:12px!important}.editor-page{max-width:980px}.editor-card{border:1px solid var(--line);background:#ffffffb3;border-radius:20px;gap:22px;padding:34px;display:grid}.editor-row{grid-template-columns:260px 1fr;gap:18px;display:grid}.editor-card textarea{resize:vertical;line-height:1.75}.editor-footer{align-items:center;gap:16px;display:flex}.editor-footer>span{color:var(--muted);font-size:12px}.editor-footer .button{margin-left:auto}.rich-editor{background:#fff;border:1px solid #4d391d2e;border-radius:14px;position:relative;overflow:visible;box-shadow:0 9px 28px #2f22120d}.rich-editor:focus-within{border-color:#ef7a24bf;box-shadow:0 0 0 3px #ef7a241a,0 12px 32px #2f22120f}.rich-editor-toolbar{border-bottom:1px solid var(--line);background:#f8f4ec;border-radius:14px 14px 0 0;flex-wrap:wrap;align-items:center;gap:4px;min-height:48px;padding:7px 9px;display:flex}.rich-editor-toolbar button{color:#60574b;cursor:pointer;min-width:32px;height:32px;font:inherit;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:0 8px;font-size:12px;display:inline-flex}.rich-editor-toolbar button:hover{color:var(--orange-dark);background:#fff;border-color:#ef7a2440}.rich-editor-toolbar button.active{color:#fff;background:var(--orange)}.rich-editor-toolbar button:disabled{opacity:.55;cursor:wait}.rich-editor-toolbar button svg{width:13px;height:13px}.rich-editor-toolbar button small{font-size:9px}.toolbar-divider{background:var(--line);width:1px;height:22px;margin:0 3px}.toolbar-spacer{flex:1}.rich-editor-content{color:#312c25;outline:0;min-height:300px;padding:20px;font-size:15px;font-weight:400;line-height:1.85}.rich-editor.compact .rich-editor-content{min-height:145px}.rich-editor-content p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#aaa094;pointer-events:none;height:0}.rich-editor-content>*+*{margin-top:12px}.rich-editor-content h2,.rich-editor-content h3{color:var(--ink);line-height:1.4}.rich-editor-content ul,.rich-editor-content ol{padding-left:24px}.rich-editor-content blockquote{border-left:3px solid var(--orange);color:var(--muted);padding-left:14px}.rich-editor-content code{background:#eee8dd;border-radius:5px;padding:2px 5px;font-family:ui-monospace,monospace}.rich-editor-content pre{color:#f8f2e9;background:#27231e;border-radius:9px;padding:14px;overflow:auto}.rich-editor-content pre code{color:inherit;background:0 0;padding:0}.rich-editor-content a{color:#b85012;text-decoration:underline}.rich-editor-content img{border-radius:12px;max-width:100%;height:auto;margin:15px auto;display:block}.rich-editor-status{border-top:1px solid var(--line);color:#918679;justify-content:space-between;align-items:center;gap:12px;min-height:31px;padding:6px 12px;font-size:10px;display:flex}.rich-editor-status b{color:#b43723;font-size:10px}.rich-editor-loading{border:1px solid var(--line);min-height:220px;color:var(--muted);background:#fff;border-radius:14px;place-items:center;display:grid}.emoji-picker{z-index:12;border:1px solid var(--line);background:#fffdf9;border-radius:13px;width:min(520px,100% - 18px);padding:12px;position:absolute;top:51px;left:9px;box-shadow:0 18px 46px #2d20112e}.emoji-picker>div{flex-wrap:wrap;gap:5px;display:flex}.emoji-picker button{cursor:pointer;background:0 0;border:0;border-radius:8px;min-width:37px;height:37px;padding:0 6px;font-size:20px}.emoji-picker button:hover{background:#f0e8dc}.emoji-picker .kaomoji-list{border-top:1px solid var(--line);margin-top:9px;padding-top:9px}.emoji-picker .kaomoji-list button{width:auto;font-size:12px}.community-background{border-top:1px solid var(--line);background:#f2eee6;margin-top:8px;padding:28px 0 90px}.community-shell{grid-template-columns:240px minmax(0,1fr) 290px;align-items:start;gap:18px;width:min(1440px,100% - 34px);margin:0 auto;display:grid}.community-sidebar,.community-right{position:sticky;top:18px}.community-sidebar{border:1px solid var(--line);background:#fcfaf5;border-radius:18px;padding:18px}.community-brand{border-bottom:1px solid var(--line);align-items:center;gap:11px;padding:7px 7px 18px;display:flex}.community-brand>span{color:#fff;background:var(--orange);border-radius:12px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.community-brand div{flex-direction:column;gap:3px;display:flex}.community-brand small{color:var(--muted);font-size:10px}.community-sidebar nav{gap:4px;padding:14px 0;display:grid}.community-sidebar nav a{color:#60584c;border-radius:10px;align-items:center;gap:10px;padding:10px 11px;font-size:13px;display:flex}.community-sidebar nav a:hover,.community-sidebar nav a.active{color:var(--ink);background:#eee8dd}.community-sidebar nav small{color:#968a7b;margin-left:auto}.nav-dot{background:#aaa;border-radius:50%;width:8px;height:8px}.nav-dot.all{background:var(--ink)}.sidebar-user,.sidebar-login{background:#f0eadf;border-radius:14px;padding:15px}.sidebar-user{grid-template-columns:auto 1fr;gap:10px;display:grid}.sidebar-user div{flex-direction:column;font-size:12px;display:flex}.sidebar-user div span{color:var(--muted);margin-top:3px}.sidebar-user>a{color:#fff;background:var(--ink);text-align:center;border-radius:9px;grid-column:1/-1;margin-top:8px;padding:9px;font-size:12px;font-weight:800}.sidebar-login b{font-size:14px}.sidebar-login p{color:var(--muted);margin:8px 0 12px;font-size:11px;line-height:1.6}.sidebar-login a{color:var(--orange-dark);font-size:12px;font-weight:800}.sidebar-rule{color:#93897b;margin:14px 4px 0;font-size:10px;line-height:1.6}.avatar{color:#fff;border-radius:12px;flex:none;place-items:center;font-weight:800;display:grid}.avatar-small{width:28px;height:28px;font-size:11px}.avatar-normal{width:42px;height:42px}.avatar-large{border-radius:17px;width:58px;height:58px;font-size:20px}.community-content{border:1px solid var(--line);background:#fcfaf6;border-radius:18px;min-width:0;overflow:hidden}.community-toolbar{border-bottom:1px solid var(--line);align-items:center;gap:15px;min-height:66px;padding:12px 16px;display:flex}.feed-tabs{gap:3px;display:flex}.feed-tabs a{color:var(--muted);border-radius:9px;padding:8px 12px;font-size:13px}.feed-tabs a.active{color:var(--ink);background:#eee8dd;font-weight:800}.community-search{margin-left:auto;display:flex}.community-search input{border:1px solid var(--line);background:#fff;border-radius:9px 0 0 9px;outline:0;width:190px;padding:9px 11px}.community-search button{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:0 9px 9px 0;padding:0 11px}.new-topic-link{color:#fff;background:var(--orange);border-radius:9px;padding:9px 13px;font-size:12px;font-weight:800}.filter-banner{color:var(--muted);border-bottom:1px solid var(--line);background:#f3ede2;gap:8px;padding:12px 18px;font-size:12px;display:flex}.filter-banner a{color:var(--orange-dark);margin-left:auto}.topic-row{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) 54px 54px;align-items:center;gap:13px;min-height:94px;padding:16px 18px;transition:background .15s;display:grid}.topic-row:last-child{border-bottom:0}.topic-row:hover{background:#f8f3ea}.topic-main{min-width:0}.topic-flags{color:var(--muted);align-items:center;gap:7px;margin-bottom:5px;font-size:10px;display:flex}.topic-flags b{color:#fff;background:var(--orange);border-radius:4px;padding:2px 5px}.topic-flags .featured-flag{background:var(--green)}.topic-title{color:#29251f;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:800;display:block;overflow:hidden}.topic-title:hover{color:var(--orange-dark)}.topic-meta{color:#948a7e;align-items:center;gap:9px;margin-top:6px;font-size:10px;display:flex}.topic-meta a{color:#6c6256}.topic-meta .tag{color:var(--orange-dark)}.topic-stats{color:var(--muted);flex-direction:column;align-items:center;font-size:9px;display:flex}.topic-stats b{color:#4d463c;font-size:14px}.topic-stats.views{opacity:.7}.community-empty{text-align:center;place-items:center;padding:90px 20px;display:grid}.community-empty>span{color:#fff;background:var(--orange);border-radius:17px;place-items:center;width:58px;height:58px;font-size:20px;font-weight:900;display:grid}.community-empty h2{margin-top:18px}.community-empty p{color:var(--muted);margin-top:7px}.community-empty a{color:var(--orange-dark);margin-top:20px;font-weight:800}.pagination{border-top:1px solid var(--line);gap:5px;padding:18px;display:flex}.pagination a{width:32px;height:32px;color:var(--muted);border-radius:8px;place-items:center;font-size:12px;display:grid}.pagination a.active{color:#fff;background:var(--ink)}.community-right{gap:14px;display:grid}.right-card{border:1px solid var(--line);background:#fcfaf6;border-radius:16px;padding:19px}.right-card h3{margin-bottom:13px;font-size:14px}.intro-card>span{color:#fff;background:var(--orange);border-radius:12px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.intro-card h2{margin-top:15px;font-size:18px}.right-card>p{color:var(--muted);margin-top:8px;font-size:11px;line-height:1.7}.tag-cloud{flex-wrap:wrap;gap:7px;display:flex}.tag-cloud a{color:#655b4f;background:#eee8dd;border-radius:7px;padding:6px 8px;font-size:11px}.tag-cloud small{color:#a09383;margin-left:5px}.community-rules p{padding-left:13px;position:relative}.community-rules p:before{content:"";background:var(--orange);border-radius:50%;width:4px;height:4px;position:absolute;top:8px;left:0}.topic-page{max-width:980px;padding-top:40px}.topic-breadcrumb{color:var(--muted);gap:8px;margin-bottom:18px;font-size:12px;display:flex}.topic-post{border:1px solid var(--line);background:#fffdf9;border-radius:20px;padding:36px}.topic-post>header{justify-content:space-between;gap:20px;display:flex}.topic-author{gap:12px;display:flex}.topic-author div{flex-direction:column;justify-content:center;display:flex}.topic-author a{font-weight:800}.topic-author span{color:var(--muted);margin-top:5px;font-size:11px}.topic-labels{align-items:flex-start;gap:7px;display:flex}.topic-labels a,.topic-labels b{color:var(--orange-dark);background:#f4e7d8;border-radius:7px;padding:5px 7px;font-size:10px}.topic-post>h1{letter-spacing:-.03em;margin:38px 0 25px;font-size:34px;line-height:1.35}.markdown-body{color:#3e3932;overflow-wrap:anywhere;font-size:15px;line-height:1.9}.markdown-body>*+*{margin-top:15px}.markdown-body h1,.markdown-body h2,.markdown-body h3{color:var(--ink);margin-top:28px;line-height:1.4}.markdown-body ul,.markdown-body ol{padding-left:22px}.markdown-body code{background:#eee8dd;border-radius:5px;padding:2px 5px;font-family:ui-monospace,monospace;font-size:.9em}.markdown-body pre{color:#f7f2e9;background:#27231e;border-radius:10px;padding:16px;overflow:auto}.markdown-body pre code{background:0 0;padding:0}.markdown-body blockquote{border-left:3px solid var(--orange);color:var(--muted);padding-left:15px}.markdown-body a{color:#b85012;text-underline-offset:2px;text-decoration:underline}.markdown-body img{border-radius:13px;max-width:100%;height:auto;margin:20px auto;display:block;box-shadow:0 12px 34px #251b101a}.topic-actions{border-top:1px solid var(--line);align-items:center;gap:8px;margin-top:36px;padding-top:22px;display:flex}.topic-actions button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;padding:9px 13px}.topic-actions button:first-child{color:var(--orange-dark);border-color:#ef7a244d}.topic-actions>span{color:var(--muted);font-size:11px}.content-actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:18px;display:flex}.content-actions button{color:#83786b;cursor:pointer;background:0 0;border:0;padding:5px 8px;font-size:11px}.content-actions button:hover{color:var(--orange-dark)}.content-actions button.danger:hover{color:#b43723}.content-actions span{color:#b43723;font-size:10px}.editor-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#18140f7a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.editor-modal{background:#fbf8f1;border:1px solid #fff6;border-radius:20px;gap:17px;width:min(850px,100%);max-height:calc(100vh - 48px);padding:24px;display:grid;overflow:auto;box-shadow:0 35px 100px #00000047}.editor-modal>header{justify-content:space-between;align-items:center;display:flex}.editor-modal>header h2{font-size:21px}.editor-modal>header button{width:34px;height:34px;color:var(--muted);cursor:pointer;background:#eee8dd;border:0;border-radius:9px;font-size:22px}.editor-modal>label{color:#554d42;gap:7px;font-size:12px;font-weight:800;display:grid}.editor-modal>label input{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:9px;padding:12px 13px}.editor-modal>footer{justify-content:flex-end;gap:10px;display:flex}.editor-modal .button{cursor:pointer;border:0;min-height:44px}.reply-section{border:1px solid var(--line);background:#fffdf9;border-radius:20px;margin-top:18px;padding:28px 34px}.reply-section>h2{margin-bottom:18px;font-size:18px}.reply-card{border-top:1px solid var(--line);grid-template-columns:auto 1fr;gap:14px;padding:22px 0;display:grid}.reply-card header{align-items:center;gap:10px;margin-bottom:9px;font-size:12px;display:flex}.reply-card header a{font-weight:800}.reply-card header span{color:var(--muted)}.reply-card header b{color:#aa9f91;margin-left:auto}.reply-form{gap:12px;margin-top:24px;display:grid}.reply-form .button{justify-self:end}.login-to-reply{text-align:center;background:#eee8dd;border-radius:12px;margin-top:24px;padding:20px}.login-to-reply a{color:var(--orange-dark);font-weight:800}.sidebar-user>a.sidebar-notifications{color:var(--orange-dark);background:#fffaf2;border:1px solid #ef7a2438}.notifications-page{max-width:980px;padding-top:60px}.notifications-page>header{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:24px;display:flex}.notifications-page h1{margin-top:13px;font:52px/1.1 STZhongsong,serif}.notifications-page header p:not(.eyebrow){color:var(--muted);margin-top:10px}.notification-actions{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.notification-actions .button{border:1px solid var(--line);cursor:pointer;min-height:42px}.notification-actions span{color:var(--muted);font-size:10px}.notification-list{border:1px solid var(--line);background:#fffdf9;border-radius:18px;overflow:hidden}.notification-list>a{border-bottom:1px solid var(--line);grid-template-columns:8px 1fr auto;align-items:center;gap:14px;min-height:82px;padding:16px 20px;display:grid}.notification-list>a:last-child{border-bottom:0}.notification-list>a:hover{background:#f8f2e9}.notification-list>a>i{background:0 0;border-radius:50%;width:7px;height:7px}.notification-list>a.unread>i{background:var(--orange);box-shadow:0 0 0 5px #ef7a241f}.notification-list b{font-size:13px}.notification-list p{color:#50483e;margin-top:4px;font-size:13px}.notification-list time{color:#9a8f82;font-size:10px}.profile-page{padding-top:70px}.profile-head{border:1px solid var(--line);background:#ffffffb8;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:38px;display:grid}.profile-head h1{margin-top:8px;font-size:36px}.profile-head p:not(.eyebrow){color:var(--muted);margin-top:7px}.profile-numbers{gap:26px;display:flex}.profile-numbers span{color:var(--muted);flex-direction:column;font-size:11px;display:flex}.profile-numbers b{color:var(--ink);font-size:23px}.profile-topics{border:1px solid var(--line);background:#ffffffb8;border-radius:20px;margin-top:20px;padding:30px}.profile-topics h2{margin-bottom:12px}.profile-topics>a{border-top:1px solid var(--line);justify-content:space-between;gap:20px;padding:14px 0;display:flex}.profile-topics small{color:var(--muted)}.profile-details{color:#8b7d6d;gap:14px;margin-top:10px;font-size:11px;display:flex}.profile-details a{color:var(--orange-dark)}.profile-edit-button{color:var(--orange-dark);cursor:pointer;background:#fff8ed;border:1px solid #ef7a244d;border-radius:8px;align-self:center;padding:8px 11px;font-size:11px;font-weight:800}.profile-editor textarea{resize:vertical;border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:9px;padding:12px 13px;line-height:1.7}.profile-editor label{position:relative}.profile-editor label small{color:#a19688;font-weight:400;position:absolute;bottom:8px;right:9px}.avatar-editor{background:#f0e9de;border-radius:13px;align-items:center;gap:16px;padding:15px;display:flex}.avatar-editor>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.avatar-editor button{border:1px solid var(--line);color:#554c40;cursor:pointer;background:#fff;border-radius:8px;padding:8px 10px}.avatar-editor small{color:#8e8274;flex-basis:100%;font-size:10px}@media (max-width:1100px){.community-shell{grid-template-columns:210px minmax(0,1fr)}.community-right{display:none}.community-callout{grid-template-columns:1fr 1fr}.community-callout .button{grid-column:1/-1;justify-self:start}}@media (max-width:900px){.feature-grid,.architecture-section,.tools-section,.auth-page{grid-template-columns:1fr}.feature-main{grid-row:auto;min-height:440px}.architecture-section{gap:20px}.community-shell{grid-template-columns:1fr}.community-sidebar{position:static}.community-sidebar nav{grid-template-columns:repeat(3,1fr)}.community-sidebar .sidebar-user,.community-sidebar .sidebar-login,.sidebar-rule{display:none}.community-brand{border-bottom:0}.community-toolbar{flex-wrap:wrap}.community-search{order:3;width:100%;margin-left:0}.community-search input{width:100%}.auth-page{gap:35px}.auth-page>section:first-child h1{font-size:40px}.download-grid{grid-template-columns:1fr}}@media (max-width:680px){.feature-section,.architecture-section,.tools-section,.community-callout,.site-footer,.page-shell{width:min(100% - 28px,1240px)}.feature-grid{grid-template-columns:1fr}.feature-card,.feature-main{min-height:auto;padding:26px}.feature-main h3{margin-top:70px;font-size:36px}.core-diagram{min-height:390px;margin:-30px;transform:scale(.78)}.tools-section{gap:35px}.tool-cards{grid-template-columns:1fr;transform:none}.community-callout{grid-template-columns:1fr;padding:30px}.community-callout h2{font-size:31px}.site-footer{grid-template-columns:1fr;gap:34px}.footer-links{grid-template-columns:repeat(2,1fr)}.download-card{padding:25px}.download-actions{flex-direction:column}.linux-guide{padding:25px}.linux-guide-grid,.linux-aftercare,.coming-platforms{grid-template-columns:1fr}.coming-platforms article{grid-template-columns:auto 1fr}.coming-platforms>article>span{grid-column:2}.community-background{padding-top:12px}.community-shell{width:min(100% - 16px,1440px)}.community-sidebar{padding:12px}.community-sidebar nav{display:flex;overflow-x:auto}.community-sidebar nav a{flex:none}.community-brand{display:none}.community-toolbar{padding:10px}.feed-tabs a{padding:8px}.new-topic-link{margin-left:auto}.topic-row{grid-template-columns:auto minmax(0,1fr) 42px;padding:14px 12px}.topic-stats.views,.topic-meta .tag{display:none}.topic-post,.reply-section{padding:22px 18px}.topic-post>header{flex-direction:column}.topic-post>h1{margin-top:28px;font-size:28px}.profile-head{grid-template-columns:auto 1fr;padding:25px}.profile-numbers{grid-column:1/-1}.profile-topics{padding:22px}.profile-topics>a{flex-direction:column;gap:5px}.editor-card{padding:22px 17px}.editor-row{grid-template-columns:1fr}.editor-footer{flex-wrap:wrap}.editor-footer .button{width:100%;margin-left:0}}
