:root{color-scheme:light;--bg: #efe6d6;--ink: #3e2f22;--muted: #8f7b67;--accent: #a16d36;--accent-strong: #7d4e20;--paper: #fffaf1;--paper-soft: rgba(255, 250, 243, .92);--paper-deep: #f7efe2;--paper-edge: rgba(221, 205, 181, .9);--panel-border: rgba(102, 78, 49, .14);--shadow: 0 22px 54px rgba(82, 60, 34, .12);--shadow-soft: 0 10px 24px rgba(82, 60, 34, .08);--topbar: linear-gradient(180deg, rgba(116, 103, 95, .98), rgba(90, 80, 74, .99));--button: linear-gradient(180deg, rgb(129, 111, 97) 0%, rgb(115, 99, 87) 100%);--button-hover: linear-gradient(180deg, rgb(138, 119, 105) 0%, rgb(121, 104, 91) 100%);--button-text: #fbf6ef;--line: #e6ddd0;--compare-bg: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(240, 228, 210, .82));--progress-track: linear-gradient(180deg, rgba(177, 148, 114, .16), rgba(145, 117, 87, .22));--progress-fill: linear-gradient(90deg, rgba(161, 109, 54, .92) 0%, rgba(168, 117, 63, .95) 52%, rgba(175, 124, 71, .92) 100%);--progress-highlight: linear-gradient(180deg, rgba(255, 248, 238, .28), rgba(255, 248, 238, .04));font-family:OPPOSans,Noto Sans SC,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:var(--ink);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background-color:var(--bg);background:linear-gradient(180deg,#fff7ec6b,#efe6d6eb),url(/notes-bg.jpg) left top / 420px auto repeat;color:var(--ink)}button,input,a{font:inherit}a{color:inherit;text-decoration:none}button{border:0}.page-shell{position:relative;max-width:1220px;margin:0 auto;padding:0 22px 168px}.page-topbar{margin:0 calc(50% - 50vw) 20px;border-radius:0;background:var(--topbar);border-top:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.08);border-left:0;box-shadow:inset 0 1px #ffffff14,0 10px 22px #1a120c29;overflow:hidden}.page-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;padding:10px 18px}.page-topbar-brand{display:flex;align-items:center;gap:12px;min-width:0}.page-topbar-logo{width:40px;height:40px;flex:0 0 40px;border-radius:12px;object-fit:cover;box-shadow:0 6px 14px #2218112e}.page-topbar-copy{display:flex;flex-direction:column;min-width:0}.page-topbar-title{color:#fbf6ef;font-size:1.14rem;font-weight:700;line-height:1.2;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}.page-topbar-github{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#fff8f0;opacity:.9;transition:transform .18s ease,opacity .18s ease,color .18s ease}.page-topbar-github:hover{color:#fff;opacity:1;transform:translateY(-1px)}.page-topbar-github:focus-visible{outline:2px solid rgba(255,248,240,.82);outline-offset:2px}.page-topbar-github svg{width:22px;height:22px}.page-topbar-settings{display:inline-flex;align-items:center;justify-content:center;height:36px;min-height:36px;padding:0 18px;border-radius:7px;border:1px solid rgba(82,63,47,.36);background:linear-gradient(180deg,#816f61,#736357);color:#fff8f0;font-size:.92rem;font-weight:500;line-height:1;box-shadow:inset 0 1px #ffffff29,0 1px #3a2a1d38;cursor:pointer;transition:background .18s ease,transform .18s ease,border-color .18s ease,box-shadow .18s ease}.page-topbar-settings:hover{background:linear-gradient(180deg,#8a7769,#79685b);border-color:#523f2f6b;box-shadow:inset 0 1px #ffffff2e,0 6px 14px #22181124;transform:translateY(-1px)}.settings-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-start;justify-content:flex-end;padding:70px 22px 22px;background:radial-gradient(circle at top right,rgba(255,248,238,.14),transparent 26%),#21181038;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.settings-modal{position:relative;width:min(388px,calc(100vw - 28px));padding:16px 16px 18px;border-radius:20px;border:1px solid rgba(156,121,86,.34);background:linear-gradient(180deg,#fffdf8fa,#f5ead9fa),repeating-linear-gradient(180deg,rgba(208,188,163,.14) 0 1px,transparent 1px 34px);box-shadow:inset 0 1px #ffffffc7,inset 0 -1px #b5987847,0 22px 48px #281c1238,0 6px 14px #281c121a}.settings-modal:after{content:"";position:absolute;top:22px;right:22px;width:56px;height:56px;background:radial-gradient(circle at 35% 35%,#ffffffc7,#fff0 62%);opacity:.46;pointer-events:none}.settings-modal-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px}.settings-modal-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;border:1px solid rgba(126,95,67,.18);background:linear-gradient(180deg,#fffcf7f5,#efe4d2f5);color:#765d46;box-shadow:inset 0 1px #ffffffb8,0 1px 2px #42301f14;cursor:pointer}.settings-grid{position:relative;z-index:1;display:grid;gap:12px}.settings-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:64px;padding:14px 16px;border-radius:16px;border:1px solid rgba(176,142,107,.26);background:linear-gradient(180deg,#fffcf7f0,#f4e9d8eb),repeating-linear-gradient(180deg,rgba(212,194,171,.1) 0 1px,transparent 1px 28px);box-shadow:inset 0 1px #ffffffbd,inset 0 -1px #c3a6852e,0 4px 10px #523c220f}.settings-row:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.18),transparent 36%);pointer-events:none}.settings-row-copy{min-width:0;color:#5b4635;font-size:.98rem;font-weight:500;line-height:1.4;text-shadow:0 1px 0 rgba(255,255,255,.42)}.settings-switch{position:relative;display:inline-flex;align-items:center;width:48px;height:28px;cursor:pointer}.settings-switch input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.settings-switch-slider{position:relative;width:48px;height:28px;border-radius:999px;background:linear-gradient(180deg,#b39a7f66,#92765b3d);border:1px solid rgba(121,88,57,.18);box-shadow:inset 0 1px 2px #6c4e3429,inset 0 1px #ffffff42;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;pointer-events:none}.settings-switch-slider:after{content:"";position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:linear-gradient(180deg,#fffefb,#eee0cf);box-shadow:inset 0 1px #ffffffdb,0 2px 6px #3d2d1c3d;transition:transform .18s ease}.settings-switch input:checked+.settings-switch-slider{background:linear-gradient(180deg,#b08252a3,#8a603575);border-color:#7c522947;box-shadow:inset 0 1px 2px #60402033,inset 0 1px #fffaf04d}.settings-switch input:checked+.settings-switch-slider:after{transform:translate(20px)}.settings-number-control{display:inline-flex;align-items:center}.settings-number-control input{width:70px;height:38px;padding:0 10px;border-radius:12px;border:1px solid rgba(133,100,70,.2);background:linear-gradient(180deg,#fffdf9f5,#efe5d5f5);color:#4b392a;text-align:center;box-shadow:inset 0 1px 1px #ffffffb8,inset 0 -1px 1px #b0927029,0 1px 2px #42301f0f}.settings-number-control input:focus{outline:none;border-color:#82593357;box-shadow:inset 0 1px 1px #ffffffc7,0 0 0 3px #b184531f}.page-topbar-upload{min-height:38px;padding:0 18px;border-radius:10px;white-space:nowrap}.page-shell.is-drag-active{outline:2px dashed rgba(161,109,54,.5);outline-offset:10px}.global-drop-hint{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#3e2f223d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fffaf1;text-align:center;pointer-events:none}.global-drop-hint strong{font-size:clamp(1.4rem,3vw,2.4rem);letter-spacing:.02em}.global-drop-hint span{max-width:560px;padding:0 20px;line-height:1.7;color:#fffaf1eb}.hero-block,.showcase-card,.result-section{background:var(--paper-soft);border:1px solid var(--panel-border);box-shadow:var(--shadow)}.hero-block{position:relative;margin:0 auto 20px;padding:30px 32px 26px;border-radius:22px;text-align:center;overflow:hidden}.hero-block>*{position:relative;z-index:1}.hero-brand{display:flex;flex-direction:column;align-items:center;gap:14px}.hero-brand-copy{display:flex;flex-direction:column;align-items:center}.hero-logo{width:104px;height:104px;object-fit:contain;border-radius:24px;box-shadow:0 10px 24px #4f39231f}.hero-block h1{margin:0;font-size:clamp(1.7rem,3.2vw,2.8rem);line-height:1.12;letter-spacing:-.03em;color:#433326}.hero-copy{margin:14px auto 0;max-width:760px;color:#75614c;font-size:1.02rem;line-height:1.8}.hero-actions{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.upload-dropzone-section{margin:0 auto 20px}.skill-callout{margin-bottom:10px}.skill-callout-toggle{display:inline-flex;align-items:center;justify-content:space-between;min-width:186px;padding:0 0 0 16px;min-height:42px;border:1px solid rgba(214,202,183,.96);border-radius:4px;background:#fffbf4f5;color:#b39b7e;font-size:.92rem;font-weight:500;line-height:1;box-shadow:inset 0 1px #ffffffc7,0 1px 1px #5f49310a;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.skill-callout-toggle:hover{border-color:#ccbca4f5;background:#fffcf7fa;box-shadow:inset 0 1px #ffffffd1,0 1px 2px #5f49310f}.skill-callout-toggle:focus-visible{outline:2px solid rgba(177,152,120,.28);outline-offset:2px}.skill-callout-toggle>span:first-child{letter-spacing:.01em}.skill-callout-toggle-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;min-height:42px;margin-left:10px;border-left:1px solid rgba(214,202,183,.92);transition:transform .18s ease}.skill-callout-toggle-icon:before{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #b39b7e}.skill-callout-toggle.is-open .skill-callout-toggle-icon{transform:rotate(180deg)}.skill-callout-panel{margin-top:10px}.skill-callout-code{position:relative;display:block;width:100%;padding:42px 16px 14px;border-radius:16px;border:1px solid rgba(125,78,32,.16);background:linear-gradient(180deg,#fffcf7fa,#f5ece0fa),repeating-linear-gradient(180deg,rgba(208,188,163,.1) 0 1px,transparent 1px 30px);box-shadow:var(--shadow-soft);text-align:left;transition:border-color .18s ease,box-shadow .18s ease}.skill-callout-code.is-copied{border-color:#47845857}.skill-callout-code.is-failed{border-color:#a6604f57}.skill-callout-copy-button{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:8px;border:1px solid rgba(125,78,32,.14);background:#fffbf5eb;color:#7b6652;font-size:.78rem;line-height:1;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.skill-callout-copy-button:hover{transform:translateY(-1px);border-color:#7d4e203d;background:#fffdf9fa;color:#5f4a37}.skill-callout-copy-button:focus-visible{outline:2px solid rgba(161,109,54,.38);outline-offset:2px}.skill-callout-code code{display:block;white-space:pre-wrap;word-break:break-word;color:#4a392b;font-family:SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9rem;line-height:1.75}.upload-input{display:none}.upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:220px;padding:42px 24px;border-radius:20px;border:2px dashed rgba(125,78,32,.32);background:#fffaf3bd;box-shadow:var(--shadow-soft);text-align:center;cursor:pointer;outline:none;transition:border-color .18s ease,background .18s ease,transform .18s ease}.upload-dropzone:hover,.upload-dropzone.is-drag-active{border-color:#7d4e208c;background:#fff7ece6;transform:translateY(-1px)}.upload-dropzone:focus-visible{border-color:#7d4e208c;background:#fff7ece6;transform:translateY(-1px);box-shadow:var(--shadow-soft),0 0 0 3px #a16d361f}.upload-dropzone strong{color:#493829;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.35}.upload-dropzone span{color:#7b6652;font-size:.95rem;line-height:1.7}.hero-append-notice{margin:12px auto 0;max-width:760px;color:#6f5a47;font-size:.94rem;line-height:1.6}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:12px;border:1px solid rgba(82,63,47,.38);background:var(--button);color:var(--button-text);box-shadow:inset 0 1px #ffffff29,0 1px #3a2a1d38;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.primary-button:hover,.secondary-button:hover{background:var(--button-hover);transform:translateY(-1px)}.primary-button input,.secondary-button input{display:none}.page-footer-settings{margin-top:14px}.parallelism-control{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;border-radius:16px;background:#ffffffb8;border:1px solid rgba(125,78,32,.12);color:var(--muted)}.parallelism-control label{font-size:.92rem;color:#6e5c4a}.parallelism-control select{min-width:68px;padding:6px 10px;border-radius:10px;border:1px solid rgba(125,78,32,.18);background:#fffbf5f0;color:#4b392a}.parallelism-control select:disabled{opacity:.7}.parallelism-control.is-fixed{flex-wrap:wrap}.parallelism-control.is-fixed span{font-size:.92rem;color:#6e5c4a}.parallelism-control.is-fixed strong{color:#4b392a;font-size:.94rem}.hero-queue-status{margin:18px auto 0;max-width:760px;padding:16px 18px;border-radius:16px;background:#fffbf5d1;border:1px solid rgba(125,78,32,.14);text-align:left;box-shadow:var(--shadow-soft)}.hero-queue-status-head{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.hero-queue-status-head strong{color:#493829}.hero-queue-status-head span,.hero-queue-status p{color:var(--muted);font-size:.94rem}.hero-queue-status p{margin:10px 0 0;line-height:1.7}.hero-queue-progress{position:relative;margin-top:10px;height:10px;border-radius:999px;overflow:hidden;background:var(--progress-track);box-shadow:inset 0 1px #fff8ee59,inset 0 0 0 1px #7d4e200f}.hero-queue-progress:before,.queue-progress:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--progress-highlight);pointer-events:none}.hero-queue-progress-bar{height:100%;border-radius:inherit;background:var(--progress-fill);box-shadow:inset 0 1px #fff8ee2e,0 0 10px #a16d3614;transition:width .22s ease}.page-bottom-progress{position:fixed;left:50%;bottom:0;z-index:30;width:min(calc(100vw - 44px),1220px);transform:translate(-50%);pointer-events:none}.page-bottom-progress-inner{padding:14px 16px 16px;border-radius:0;border:1px solid rgba(125,78,32,.16);border-bottom:0;background:#fffaf3f0;box-shadow:0 -8px 24px #3d2d1c1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto}.page-bottom-progress-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.page-bottom-progress-head strong{color:#493829;font-size:1.28rem;line-height:1.2}.page-bottom-progress-head span,.page-bottom-progress-detail{color:var(--muted);font-size:.94rem;line-height:1.55}.page-bottom-progress-bar-shell{margin-top:10px}.page-bottom-progress-detail{margin:10px 0 0;line-height:1.65}.showcase-card,.result-section{border-radius:24px;padding:22px}.showcase-header,.section-heading,.upload-strip{display:flex;justify-content:space-between;gap:18px;align-items:center}.showcase-header{margin-bottom:18px}.showcase-header-actions-only,.section-heading-actions-only{justify-content:flex-end}.download-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.secondary-button.is-ghost{background:#fffbf5eb;color:#4b392a}.showcase-header h2,.section-heading h2,.upload-strip h3{margin:0;font-size:1.45rem;color:#433326}.showcase-header p,.section-heading p,.upload-strip p{margin:8px 0 0;color:var(--muted);line-height:1.7}.section-heading>span{display:flex;flex-wrap:wrap;gap:10px}.section-heading span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(125,78,32,.14);color:#7c6754;font-size:.92rem}.compare-stage{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:0;border:0;background:linear-gradient(180deg,#ffffffbf,#efe5d6f2),repeating-linear-gradient(0deg,transparent 0 44px,var(--line) 44px 45px);cursor:ew-resize;-webkit-user-select:none;user-select:none}.base-image,.overlay-image img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.overlay-image{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;will-change:clip-path}.overlay-image img{width:100%;height:100%;object-fit:contain;object-position:center}.compare-divider{position:absolute;top:0;bottom:0;width:1px;background:#fffffffa;transform:translate(-50%)}.compare-stage-status{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;padding:20px;pointer-events:none}.compare-stage-status strong{color:#5b4635;font-size:.98rem}.compare-stage-status span{color:#8b7967;font-size:.82rem;line-height:1.45}.compare-stage-status.is-loading{background:linear-gradient(180deg,#fffcf6d1,#f7efe2e0)}.compare-stage-status.is-error{background:linear-gradient(180deg,#fff8f4e6,#faece4eb)}.corner-label{position:absolute;top:16px;padding:8px 13px;border-radius:999px;font-size:.88rem;font-weight:600}.corner-label.left{left:16px;background:#5c4531e0;color:#fffaf2}.corner-label.right{right:16px;background:#fffcf6eb;color:#5b4635;border:1px solid rgba(125,78,32,.12)}.stats-grid{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stats-grid article,.result-card{background:linear-gradient(180deg,#ffffffeb,#f7efe2f5),repeating-linear-gradient(0deg,transparent 0 38px,rgba(232,226,215,.5) 38px 39px);border:1px solid var(--paper-edge);border-radius:18px;box-shadow:0 10px 20px #523c220d}.stats-grid article{padding:11px 14px}.stats-grid span{display:block;color:var(--muted);font-size:.88rem;margin-bottom:6px}.stats-grid strong{display:block;color:#4a392b;font-size:1.02rem;line-height:1.45}.stats-grid small{display:block;margin-top:3px;color:#8b7967;font-size:.8rem;line-height:1.45}.result-section{margin-top:20px;border:0;border-radius:0}.section-heading{margin-bottom:16px}.result-list{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.result-card{width:100%;padding:10px 12px;text-align:left;background:#fffbf5db;border:1px solid rgba(125,78,32,.14);border-radius:18px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.result-card-toggle{width:100%;border:0;padding:0;margin:0;background:transparent;text-align:left;cursor:pointer}.result-card-expanded{margin-top:8px}.result-card:hover{transform:translateY(-1px);box-shadow:0 16px 28px #523c2217}.result-card.is-active{border-color:#7d4e2042;box-shadow:0 16px 32px #523c221f}.result-card.is-processing{border-color:#a16d3647}.result-card.is-completed{border-color:#4d805738}.result-card.is-failed{border-color:#ab584847}.result-card-head,.result-card-meta,.queue-progress-meta{display:flex;justify-content:space-between;align-items:center;gap:10px}.result-card-head{align-items:baseline}.result-card-head span{color:#7c6754;font-size:.9rem}.result-card-head strong{color:#493829;font-size:.98rem}.queue-progress{position:relative;margin-top:6px;height:7px;border-radius:999px;overflow:hidden;background:var(--progress-track);box-shadow:inset 0 1px #fff8ee59,inset 0 0 0 1px #7d4e200f}.queue-progress-bar{height:100%;border-radius:inherit;background:var(--progress-fill);box-shadow:inset 0 1px #fff8ee2e,0 0 8px #a16d3614;transition:width .22s ease}.result-card.is-failed .queue-progress-bar{background:linear-gradient(90deg,#b26d5d,#c18373)}.queue-progress-meta,.result-card-meta{margin-top:4px;color:var(--muted);font-size:.84rem;line-height:1.28}.queue-log-panel{margin-top:10px;padding:10px 12px;border-radius:14px;background:#fffaf3e0;border:1px solid rgba(125,78,32,.12)}.queue-log-panel-head{display:flex;justify-content:space-between;align-items:center;gap:8px;color:#7c6754;font-size:.82rem}.queue-log-panel-head strong{color:#5b4635;font-size:.9rem}.queue-log-panel ul{margin:8px 0 0;padding-left:18px;color:#6b5848;font-size:.82rem;line-height:1.5}.queue-log-panel li+li{margin-top:4px}.queue-compare-stage{margin-top:10px;aspect-ratio:16 / 8;border-radius:18px}.queue-stats-grid{margin-top:10px}.queue-download-actions{margin-top:10px;justify-content:space-between}.result-card-meta.is-placeholder{color:#8f7b67}.empty-state{padding:34px 22px;border-radius:18px;border:1px dashed rgba(125,78,32,.2);text-align:center;color:var(--muted);background:#fffaf3b8}.result-list-status strong,.result-list-status span{display:block}.result-list-status span{margin-top:6px}@media (max-width: 1024px){.showcase-header,.section-heading{flex-direction:column;align-items:flex-start}.page-topbar-inner{flex-direction:row;align-items:center}.page-topbar-brand{flex:1 1 auto;min-width:0}.page-topbar-actions{width:auto;justify-content:flex-end}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-list{grid-template-columns:minmax(0,1fr)}}@media (max-width: 720px){.page-shell{padding:0 14px 170px}.page-topbar{margin-bottom:16px;border-radius:0}.page-topbar-inner{flex-direction:row;align-items:center;justify-content:space-between;min-height:unset;padding:12px 14px;gap:12px}.page-topbar-brand{width:auto;flex:1 1 auto;min-width:0;gap:10px}.page-topbar-logo{width:36px;height:36px;flex-basis:36px;border-radius:10px}.page-topbar-title{font-size:.94rem;white-space:nowrap}.page-topbar-subtitle{white-space:normal}.page-topbar-actions,.page-topbar-upload{width:auto}.page-topbar-github{width:26px;height:26px}.upload-dropzone{min-height:152px;padding:24px 14px;border-radius:18px}.skill-callout-code{padding:12px 14px;border-radius:14px}.skill-callout-toggle{min-width:172px;min-height:40px;padding-left:14px;font-size:.88rem}.skill-callout-toggle-icon{width:30px;min-height:40px;margin-left:8px}.skill-callout-code{padding-top:40px}.skill-callout-copy-button{top:10px;right:10px}.hero-block{padding:24px 18px 18px;border-radius:18px}.showcase-card,.result-section{padding:16px;border-radius:18px}.page-bottom-progress{left:0;bottom:0;width:100%;transform:none}.page-bottom-progress-inner{padding:12px 13px;border-radius:0;border-left:0;border-right:0}.page-bottom-progress-head{flex-direction:column;align-items:flex-start;gap:4px}.compare-stage{border-radius:18px}.page-footer-settings{margin-top:12px}.stats-grid,.result-list{grid-template-columns:minmax(0,1fr)}.corner-label{top:12px;font-size:.8rem}.corner-label.left{left:12px}.corner-label.right{right:12px}}
