.admin-shell{min-height:100vh;display:flex}.admin-sidebar{background:var(--dark);width:220px;color:var(--bg);flex-direction:column;flex-shrink:0;padding:1.5rem 0;display:flex}.admin-sidebar-brand{font-family:var(--font-serif);border-bottom:1px solid #f5f0e81a;margin-bottom:1rem;padding:0 1.25rem 1.5rem;font-size:1.125rem}.admin-sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:0 .75rem;display:flex}.admin-nav-link{color:#f5f0e899;cursor:pointer;text-align:left;font-size:.875rem;font:inherit;background:0 0;border:none;border-radius:4px;padding:.5rem .75rem;text-decoration:none;transition:all .15s;display:block}.admin-nav-link:hover{color:var(--bg);background:#f5f0e80f}.admin-nav-active{background:#f5f0e81a;color:var(--bg)!important}.admin-sidebar-footer{border-top:1px solid #f5f0e81a;flex-direction:column;gap:.25rem;margin-top:auto;padding:1rem .75rem 0;display:flex}.admin-logout{color:#f5f0e866;cursor:pointer;text-align:left;font-size:.875rem;font:inherit;background:0 0;border:none;padding:.5rem .75rem;transition:color .15s;display:block}.admin-logout:hover{color:var(--bg)}.admin-main{background:var(--bg);flex:1;overflow-y:auto}.admin-login-shell{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-login-form{flex-direction:column;gap:1rem;width:100%;max-width:360px;padding:2rem;display:flex}.admin-login-title{font-family:var(--font-serif);margin:0 0 .5rem;font-size:2rem;font-weight:400}.admin-login-btn{justify-content:center;width:100%}.admin-page{max-width:1100px;padding:2.5rem 3rem}.admin-page-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-page-title{font-family:var(--font-serif);margin:0;font-size:1.75rem;font-weight:400}.admin-input{border:1px solid var(--line-strong);background:var(--surface);width:100%;color:var(--text);font-size:.9375rem;font-family:var(--font-sans);padding:.625rem .75rem;transition:border-color .15s}.admin-input:focus{border-color:var(--accent);outline:none}.admin-input-title{font-family:var(--font-serif);border:none;border-bottom:1px solid var(--line);background:0 0;padding:.5rem 0;font-size:1.5rem}.admin-textarea-sm{resize:vertical;min-height:3rem}.admin-error{color:#c0392b;margin:0;font-size:.875rem}.admin-loading,.admin-empty{color:var(--text-muted);font-size:.9375rem}.admin-card-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.admin-card{border:1px solid var(--line);background:var(--surface);color:inherit;padding:1.5rem;text-decoration:none;transition:border-color .2s}.admin-card:hover{border-color:var(--text)}.admin-card-disabled{opacity:.5;pointer-events:none}.admin-card-icon{margin-bottom:.75rem;font-size:1.5rem;display:block}.admin-card h3{font-family:var(--font-sans);margin:0 0 .5rem;font-size:1rem;font-weight:600}.admin-card p{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.5}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--line);padding:.75rem 1rem;font-size:.7rem;font-weight:500}.admin-table td{border-bottom:1px solid var(--line);padding:.875rem 1rem;font-size:.9375rem}.admin-table tr:hover{background:var(--surface)}.admin-post-title{color:var(--text);font-weight:500}.admin-post-title:hover{color:var(--accent)}.admin-date{color:var(--text-muted);font-size:.8125rem}.status-badge{font-size:.7rem;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;border:1px solid;padding:.15rem .5rem;display:inline-flex}.status-published{color:#27ae60;border-color:#27ae60}.status-draft{color:var(--text-muted);border-color:var(--line-strong)}.admin-actions{gap:.5rem;display:flex}.admin-action-btn{border:1px solid var(--line);color:var(--text-muted);cursor:pointer;font-size:.8125rem;font-family:var(--font-sans);background:0 0;padding:.25rem .5rem;transition:all .15s}.admin-action-btn:hover{border-color:var(--text);color:var(--text)}.admin-action-danger:hover{color:#c0392b;border-color:#c0392b}.admin-editor-page{max-width:100%}.admin-editor-actions{gap:.75rem;display:flex}.admin-editor-fields{flex-direction:column;gap:1.5rem;display:flex}.field-group{flex-direction:column;gap:.375rem;display:flex}.field-group>label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem;font-weight:500}.field-row{align-items:end;gap:1.5rem;display:flex}.field-grow{flex:1}.field-checkbox{cursor:pointer;align-items:center;gap:.5rem;padding-bottom:.5rem;display:flex;font-family:var(--font-sans)!important;text-transform:none!important;letter-spacing:normal!important;color:var(--text)!important;font-size:.875rem!important}.editor-wrapper{border:1px solid var(--line-strong);background:var(--surface)}.editor-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:.5rem;padding:.375rem .5rem;display:flex}.editor-toolbar-actions,.editor-toolbar-modes{gap:.25rem;display:flex}.editor-toolbar button{color:var(--text-muted);cursor:pointer;font-size:.8125rem;font-family:var(--font-mono);background:0 0;border:1px solid #0000;padding:.25rem .5rem;transition:all .15s}.editor-toolbar button:hover{background:var(--bg);color:var(--text)}.editor-toolbar button.active{border-color:var(--line-strong);color:var(--text);background:var(--bg)}.editor-panes{min-height:400px;display:grid}.editor-panes-split{grid-template-columns:1fr 1fr}.editor-panes-edit,.editor-panes-preview{grid-template-columns:1fr}.editor-textarea{color:var(--text);font-family:var(--font-mono);resize:vertical;background:0 0;border:none;width:100%;min-height:400px;padding:1rem;font-size:.875rem;line-height:1.7}.editor-textarea:focus{outline:none}.editor-preview{border-left:1px solid var(--line);max-height:70vh;padding:1rem;overflow-y:auto}.editor-panes-preview .editor-preview{border-left:none}.image-uploader{border:2px dashed var(--line-strong);text-align:center;cursor:pointer;justify-content:center;align-items:center;min-height:100px;padding:1.5rem;transition:border-color .2s,background .2s;display:flex}.image-uploader:hover,.image-uploader.drag-over{border-color:var(--accent);background:#b8996f0d}.image-uploader-placeholder{color:var(--text-muted);font-size:.875rem}.image-uploader-preview{object-fit:contain;max-width:100%;max-height:200px}.image-uploader-error{color:#c0392b;margin:.5rem 0 0;font-size:.8125rem}.admin-modal-overlay{z-index:50;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-modal{background:var(--bg);width:100%;max-width:480px;padding:2rem}.admin-modal h3{font-family:var(--font-serif);margin:0 0 1rem;font-size:1.25rem;font-weight:400}@media (width<=768px){.admin-shell{flex-direction:column}.admin-sidebar{flex-direction:row;align-items:center;width:100%;padding:.75rem}.admin-sidebar-brand{border-bottom:none;margin-bottom:0;padding:0 .75rem 0 0}.admin-sidebar-nav{flex-direction:row;padding:0}.admin-sidebar-footer{border-top:none;flex-direction:row;margin-left:auto;padding:0}.admin-page{padding:1.5rem}.admin-card-grid,.editor-panes-split{grid-template-columns:1fr}.editor-preview{border-left:none;border-top:1px solid var(--line)}.field-row{flex-direction:column;gap:1rem}}.admin-files-toolbar{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.admin-files-path{color:var(--text-muted,#999);font-family:monospace;font-size:.85rem}.admin-files-message{background:var(--surface,#f5f5f5);border:1px solid var(--line,#e0e0e0);color:var(--text,#333);border-radius:6px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem}.admin-files-back{color:var(--accent,#1a1a1a);cursor:pointer;background:0 0;border:none;margin-bottom:.75rem;padding:.25rem 0;font-size:.85rem}.admin-files-back:hover{text-decoration:underline}.admin-files-table{border-collapse:collapse;width:100%;font-size:.875rem}.admin-files-table th{text-align:left;border-bottom:2px solid var(--line,#e0e0e0);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted,#999);padding:.5rem .75rem;font-size:.75rem;font-weight:600}.admin-files-table td{border-bottom:1px solid var(--line,#e0e0e0);padding:.5rem .75rem}.admin-files-folder{cursor:pointer;font-size:inherit;color:var(--accent,#1a1a1a);background:0 0;border:none;font-weight:500}.admin-files-folder:hover{text-decoration:underline}.admin-files-action{border:1px solid var(--line,#e0e0e0);cursor:pointer;color:var(--text-muted,#666);background:0 0;border-radius:4px;padding:.2rem .6rem;font-size:.75rem}.admin-files-action:hover{background:var(--surface,#f5f5f5);color:var(--text,#333);text-decoration:none}.admin-files-action--danger{color:#c0392b;border-color:#c0392b40}.admin-files-action--danger:hover{color:#a93226;background:#c0392b14}.admin-files-actions-cell{flex-wrap:wrap;gap:.4rem;display:flex}.admin-btn{border:1px solid var(--line,#e0e0e0);background:var(--surface,#f5f5f5);cursor:pointer;border-radius:6px;align-items:center;padding:.45rem 1rem;font-size:.85rem;transition:background .15s;display:inline-flex}.admin-btn:hover{background:var(--line,#e0e0e0)}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}:root{--bg:#f5f0e8;--bg-light:#fdfaf5;--surface:#fdfaf5;--text:#1a1a1a;--text-muted:#6b6560;--text-light:#958e87;--accent:#b8996f;--accent-hover:#a6854e;--dark:#1a1a1a;--dark-soft:#2a2a2a;--line:#1a1a1a1a;--line-strong:#1a1a1a33;--white:#f5f0e8;--font-serif:"Instrument Serif", Georgia, serif;--font-sans:"DM Sans", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--max-w:1200px;--max-w-narrow:720px;--gutter:2rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-shell{flex-direction:column;min-height:100vh;display:flex}.container{width:min(var(--max-w), calc(100% - var(--gutter) * 2));margin:0 auto}.container-narrow{width:min(var(--max-w-narrow), calc(100% - var(--gutter) * 2));margin:0 auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:0 0;border-bottom:1px solid #0000;transition:background .4s,border-color .4s;position:fixed;top:0;left:0;right:0}.site-header .brand,.site-header .nav-link{color:#f5f0e8d9}.site-header .nav-link:hover,.site-header .nav-link-active{color:var(--bg)}.site-header.header-light .brand,.site-header.header-light .nav-link{color:var(--text-muted)}.site-header.header-light .nav-link:hover,.site-header.header-light .nav-link-active,.site-header.header-light .brand{color:var(--text)}.site-header.header-scrolled{border-bottom:1px solid var(--line);background:#f5f0e8e6}.site-header.header-scrolled .brand,.site-header.header-scrolled .nav-link{color:var(--text-muted)}.site-header.header-scrolled .nav-link:hover,.site-header.header-scrolled .nav-link-active,.site-header.header-scrolled .brand{color:var(--text)}.nav-bar{justify-content:space-between;align-items:center;padding:1.25rem 0;display:flex}.brand{font-family:var(--font-serif);color:var(--text);letter-spacing:-.01em;font-size:1.25rem}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-muted);letter-spacing:.03em;font-size:.875rem;transition:color .2s}.nav-link:hover,.nav-link-active{color:var(--text)}.nav-toggle{cursor:pointer;z-index:22;background:0 0;border:none;padding:.5rem;display:none}.hamburger{flex-direction:column;gap:5px;width:22px;display:flex}.hamburger span{background:currentColor;border-radius:1px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-overlay{display:none}@media (width<=768px){.nav-toggle{color:inherit;display:flex}.site-header .nav-toggle{color:#f5f0e8d9}.site-header.header-light .nav-toggle,.site-header.header-scrolled .nav-toggle,.site-header.menu-open .nav-toggle{color:var(--text)}.nav-links{background:var(--bg);z-index:21;flex-direction:column;align-items:flex-start;gap:.25rem;width:280px;height:100dvh;padding:5rem 2rem 2rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 20px #00000014}.nav-links--open{transform:translate(0)}.nav-links .nav-link{color:var(--text-muted);border-bottom:1px solid var(--border);width:100%;padding:.75rem 0;font-size:1.125rem}.nav-links .nav-link:last-child{border-bottom:none}.nav-links .nav-link:hover,.nav-links .nav-link-active{color:var(--text)}.nav-overlay{z-index:19;background:#0000004d;display:block;position:fixed;inset:0}.site-header.menu-open{border-bottom:1px solid var(--line);background:#f5f0e8f2}.site-header.menu-open .brand{color:var(--text)}}.heading-xl{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--text);margin:0;font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:1}.heading-lg{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--text);margin:0;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:400;line-height:1.08}.heading-md{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--text);margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.15}.label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem}.label-accent{color:var(--accent)}.body-lg{color:var(--text-muted);font-size:1.125rem;line-height:1.7}.section-number{font-family:var(--font-serif);color:var(--line-strong);font-size:clamp(3rem,5vw,4.5rem);font-weight:400;line-height:1}.btn{letter-spacing:.02em;border:1px solid var(--line-strong);color:var(--text);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:hover,.btn-solid{background:var(--text);color:var(--bg);border-color:var(--text)}.btn-solid:hover{background:var(--dark-soft)}.btn-dark{color:var(--bg);border-color:#f5f0e84d}.btn-dark:hover{background:var(--bg);color:var(--text);border-color:var(--bg)}.text-link{color:var(--text);border-bottom:1px solid var(--line-strong);padding-bottom:2px;font-size:.875rem;transition:border-color .2s}.text-link:hover{border-color:var(--text)}.arrow-link{color:var(--text-muted);align-items:center;gap:.375rem;font-size:.875rem;transition:color .2s;display:inline-flex}.arrow-link:hover{color:var(--text)}.arrow-link:after{content:"↗";font-size:1em}.section{padding:6rem 0}.section-sm{padding:4rem 0}.section-dark{background:var(--dark);color:var(--bg)}.rule{border:none;border-top:1px solid var(--line);margin:0}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{background-position:50% 20%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-overlay{background:linear-gradient(#1a1a1a4d 0%,#1a1a1a73 40%,#1a1a1abf 100%);position:absolute;inset:0}.hero-content{z-index:1;width:min(var(--max-w), calc(100% - var(--gutter) * 2));flex-direction:column;gap:1.25rem;margin:0 auto;padding:2rem 0;display:flex;position:relative}.hero .heading-xl{color:var(--bg);max-width:14ch}.hero-subtitle{color:#f5f0e8bf;max-width:38rem;margin:0;font-size:1.0625rem;line-height:1.6}.hero .label{color:#f5f0e899}.hero .label-accent{color:var(--accent)}.hero-actions{gap:1rem;margin-top:.5rem;display:flex}.hero .btn{color:var(--bg);border-color:#f5f0e84d}.hero .btn:hover{background:var(--bg);color:var(--text);border-color:var(--bg)}.venn-section{background:radial-gradient(at 20% 30%,#bea5d733 0%,#0000 50%),radial-gradient(at 80%,#d7b98c2e 0%,#0000 50%),radial-gradient(at 50% 80%,#b9a0d226 0%,#0000 45%);padding:5rem 0 4rem}.venn-section .thesis-venn-wrapper{max-width:100%}.hero-venn{text-align:center;background:radial-gradient(at 20% 30%,#bea5d733 0%,#0000 50%),radial-gradient(at 80%,#d7b98c2e 0%,#0000 50%),radial-gradient(at 50% 80%,#b9a0d226 0%,#0000 45%);padding:2rem 0 4rem}.hero-venn .hero-content{width:min(var(--max-w), calc(100% - var(--gutter) * 2));flex-direction:column;align-items:center;gap:1rem;margin:0 auto;display:flex}.hero-venn .thesis-venn-wrapper{max-width:100%}.hero-venn .heading-xl{color:var(--text)}.hero-venn .hero-subtitle{color:var(--text-muted);text-align:center;max-width:32rem}.hero-venn .label{color:var(--text-muted)}.hero-venn .btn{border-color:var(--line-strong);color:var(--text)}.hero-venn .btn:hover{background:var(--text);color:var(--bg);border-color:var(--text)}.thesis-venn-wrapper{grid-template-columns:1fr 1.4fr;align-items:center;gap:3rem;width:100%;display:grid}.thesis-venn{width:100%;height:auto;display:block}.venn-sidebar{min-height:12rem;position:relative}.venn-sidebar-default,.venn-sidebar-active{transition:opacity .35s}.venn-sidebar-intro{color:var(--text-muted);margin:0;font-size:1.0625rem;line-height:1.7}.venn-info-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.7rem;display:block}.venn-info-detail{color:var(--text-muted);margin:0;font-size:1.0625rem;line-height:1.7}.venn-circle{fill:none;stroke:var(--line-strong);stroke-width:1px}.venn-label-primary{font-family:var(--font-serif);fill:var(--text);font-size:22px;font-weight:400}.venn-label-secondary{font-family:var(--font-sans);fill:var(--text);opacity:.55;letter-spacing:.03em;font-size:13px}.venn-label-intersection{font-family:var(--font-mono);fill:var(--text);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:500}.venn-label-detail{font-family:var(--font-sans);fill:var(--text-muted);font-size:11px}.venn-center{font-family:var(--font-serif);fill:var(--text);font-size:32px;font-style:italic}.speaking-section{background:var(--dark);color:var(--bg);padding:6rem 0}.speaking-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.speaking-image-wrapper{position:relative;overflow:hidden}.speaking-image-wrapper img{aspect-ratio:4/3;object-fit:cover;object-position:center 20%;filter:grayscale(.15);width:100%}.speaking-content{flex-direction:column;gap:1.25rem;display:flex}.speaking-content .section-number{color:#f5f0e826}.speaking-content .heading-lg{color:var(--bg);max-width:16ch}.speaking-content p{color:#f5f0e8a6;max-width:480px;margin:0;line-height:1.75}.numbered-section{grid-template-columns:auto 1fr;align-items:start;gap:2rem 3rem;display:grid}.numbered-section-content{max-width:640px}.numbered-section-content h3{font-family:var(--font-sans);letter-spacing:.02em;margin:0 0 .75rem;font-size:1rem;font-weight:600}.numbered-section-content p{color:var(--text-muted);margin:0;line-height:1.7}.card-grid{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.card{background:var(--bg);padding:2rem}.card h3{font-family:var(--font-serif);margin:0 0 .75rem;font-size:1.375rem;font-weight:400}.card p{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.65}.thesis-block{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.pull-quote{font-family:var(--font-serif);color:var(--text);border-left:2px solid var(--accent);margin:0;padding-left:1.5rem;font-size:clamp(1.5rem,3vw,2rem);font-style:italic;line-height:1.35}.featured-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--bg);background:var(--accent);border-radius:2rem;margin-bottom:.75rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.featured-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.featured-card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;flex-direction:column;padding:2rem;transition:border-color .25s,box-shadow .25s;display:flex}.featured-card:hover{border-color:#00000026;box-shadow:0 4px 20px #0000000f}.featured-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem;font-size:.7rem;font-weight:600}.featured-title{font-family:var(--font-serif);color:var(--text);margin:0 0 .75rem;font-size:1.375rem;font-weight:400;line-height:1.2}.featured-desc{color:var(--text-muted);flex:1;margin:0;font-size:.9375rem;line-height:1.6}.featured-link{color:var(--text);margin-top:1.5rem;font-size:.875rem;font-weight:600}.featured-card--post:hover .featured-link{text-decoration:underline}.featured-card--report{padding:0;position:relative;overflow:hidden}.featured-report-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.featured-report-overlay{background:linear-gradient(#1a1a1a66 0%,#1a1a1ab3 60%,#1a1a1ad9 100%);position:absolute;inset:0}.featured-report-content{z-index:1;flex-direction:column;height:100%;padding:2rem;display:flex;position:relative}.featured-card--report .featured-eyebrow{color:#f5f0e8b3}.featured-card--report .featured-title{color:var(--bg)}.featured-card--report .featured-desc{color:#f5f0e8bf}.featured-card--report .featured-link{color:var(--bg);margin-top:auto;padding-top:1.5rem}.featured-card--report:hover .featured-link{text-decoration:underline}.featured-card--report:hover{box-shadow:0 4px 24px #00000026}.featured-card--widget{grid-column:1/-1;padding:1.5rem}.featured-card--widget:hover{border-color:var(--border);box-shadow:none}.featured-widget-header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1rem;display:flex}.featured-widget-header .featured-desc{max-width:500px}.featured-widget-embed{border-top:1px solid var(--border);padding-top:1rem}.featured-widget-embed .pt-widget{background:0 0;border:none;padding:0}.featured-widget-embed .pt-stats{gap:1.5rem;padding:.5rem 0}.featured-widget-embed .pt-stat-value{font-size:1rem}.featured-widget-embed .pt-phase{margin-bottom:.75rem;padding:.5rem 1rem;font-size:.8rem}.featured-widget-embed .pt-converged{margin-top:.75rem;padding:.75rem 1rem}@media (width<=768px){.featured-grid{grid-template-columns:1fr}.featured-widget-header{flex-direction:column;gap:1rem}}.post-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.post-card{background:var(--surface);border-left:3px solid #0000;border-radius:0 .5rem .5rem 0;flex-direction:column;gap:0;padding:2rem;transition:border-left-color .25s,box-shadow .25s;display:flex}.post-card:hover{border-left-color:var(--accent);box-shadow:0 4px 20px #0000001a}.post-card-meta{color:var(--text-light);gap:.75rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.post-card h3{font-family:var(--font-serif);margin:0 0 .75rem;font-size:1.375rem;font-weight:400;line-height:1.2}.post-card p{color:var(--text-muted);margin:0 0 1rem;font-size:.9375rem;line-height:1.6}.tag-chip{letter-spacing:.03em;border:1px solid var(--line);color:var(--text-muted);padding:.2rem .5rem;font-size:.75rem;display:inline-flex}.tag-row{flex-wrap:wrap;gap:.5rem;display:flex}.newsletter-section{background:var(--dark);color:var(--bg);padding:5rem 0}.newsletter-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.newsletter-grid h2{font-family:var(--font-serif);color:var(--bg);margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.1}.newsletter-grid p{color:#f5f0e899;margin:.75rem 0 0}.newsletter-form{gap:.75rem;display:flex}.newsletter-form input{color:var(--bg);background:#f5f0e80f;border:1px solid #f5f0e833;flex:1;padding:.875rem 1rem;font-size:.9375rem}.newsletter-form input::placeholder{color:#f5f0e866}.newsletter-form .btn{white-space:nowrap}.form-message{color:#f5f0e8b3;margin:.75rem 0 0;font-size:.875rem}.form-message.error{color:#e8a87c}.reports-grid{gap:2rem;display:grid}.report-card{background:var(--surface);border-left:3px solid #0000;border-radius:0 .5rem .5rem 0;flex-direction:column;transition:border-left-color .25s,box-shadow .25s;display:flex;overflow:hidden}.report-card:hover{border-left-color:var(--accent);box-shadow:0 4px 20px #0000001a}.report-card--has-image{flex-direction:row}.report-card-body{flex-direction:column;flex:1;padding:2rem;display:flex}.report-card-meta{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;gap:1rem;margin-bottom:.75rem;font-size:.8rem;display:flex}.report-card-title{font-family:var(--font-serif);margin-bottom:.75rem;font-size:1.5rem;line-height:1.25}.report-card-desc{color:var(--text-muted);flex:1;font-size:.95rem;line-height:1.6}.report-card-footer{flex-direction:column;align-items:flex-start;gap:.75rem;padding-top:1.5rem;display:flex}.report-card-image{flex-shrink:0;width:560px;overflow:hidden}.report-card-image img{object-fit:cover;width:100%;height:100%}@media (width<=768px){.report-card--has-image{flex-direction:column-reverse}.report-card-image{width:100%;height:200px}.report-card-title{font-size:1.25rem}.report-unlock-fields{flex-direction:column}.report-unlock-fields input,.report-unlock-fields .btn{width:100%}}.report-download-btn{align-items:center;gap:.5rem;display:inline-flex}.report-unlock-form{flex-direction:column;gap:.75rem;display:flex}.report-unlock-label{color:var(--text);font-size:.9rem}.report-unlock-fields{gap:.5rem;display:flex}.report-unlock-fields input{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:.5rem;flex:1;padding:.6rem .9rem;font-size:.9rem}.report-unlock-fields input::placeholder{color:var(--text-muted)}.report-unlock-note{color:var(--text-muted);font-size:.78rem;font-style:italic}.rd-header{border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding-top:1rem;padding-bottom:1rem;display:flex}.rd-back-link{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.8rem}.rd-back-link:hover{color:var(--text)}.rd-header-info{flex-wrap:wrap;align-items:baseline;gap:1rem;display:flex}.rd-header-title{margin:0;font-size:1.25rem;line-height:1.2}.rd-header-meta{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:.75rem}.rd-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:2rem;display:grid}.rd-pdf-viewer{border:1px solid var(--border);background:#f8f8f8;border-radius:.75rem;overflow:hidden}.rd-pdf-toolbar{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.rd-pdf-nav,.rd-pdf-zoom{align-items:center;gap:.5rem;display:flex}.rd-pdf-nav-btn{border:1px solid var(--border);cursor:pointer;color:var(--text);background:0 0;border-radius:.35rem;padding:.25rem .6rem;font-size:.85rem;line-height:1}.rd-pdf-nav-btn:hover:not(:disabled){background:var(--bg)}.rd-pdf-nav-btn:disabled{opacity:.3;cursor:default}.rd-pdf-page{color:var(--text-muted);font-variant-numeric:tabular-nums;text-align:center;min-width:40px;font-size:.8rem}.rd-pdf-download-link{color:var(--accent);font-size:.8rem;font-weight:600}.rd-pdf-download-link:hover{text-decoration:underline}.rd-pdf-canvas{overflow:visible}.rd-page{padding-top:5rem;padding-bottom:4rem}.rd-pdf-canvas .react-pdf__Page{justify-content:center;display:flex}.rd-pdf-loading,.rd-pdf-error{text-align:center;color:var(--text-muted);padding:4rem 2rem}.rd-pdf-locked{border:1px solid var(--border);border-radius:.75rem;min-height:350px;position:relative;overflow:hidden}.rd-cover-preview{filter:blur(2px);opacity:.6;width:100%;display:block}.rd-lock-overlay{pointer-events:none;background:#f5f0e8d9;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.rd-lock-overlay *{pointer-events:auto}.rd-lock-content,.rd-lock-form{text-align:center;padding:2rem}.rd-lock-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.rd-lock-text{color:var(--text-muted);max-width:280px;margin:0 0 1.5rem;line-height:1.5}.rd-lock-form{align-items:center;gap:.5rem;display:flex}.rd-lock-input{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:.5rem;min-width:200px;padding:.6rem 1rem;font-size:.9rem}.rd-tabs{border-bottom:1px solid var(--border);gap:0;margin-bottom:1.5rem;display:flex}.rd-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;transition:color .2s,border-color .2s}.rd-tab:hover{color:var(--text)}.rd-tab--active{color:var(--text);border-bottom-color:var(--accent)}.rd-keypoints{flex-direction:column;gap:.75rem;display:flex}.rd-keypoint{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;gap:1rem;padding:1rem;display:flex;position:relative;overflow:hidden}.rd-keypoint-num{color:var(--accent);background:#b8996f1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:24px;height:24px;font-size:.75rem;font-weight:800;display:flex}.rd-keypoint-text{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.rd-keypoint--locked{position:relative}.rd-keypoint-blur{background:linear-gradient(to right, transparent 30%, var(--surface) 70%);pointer-events:none;position:absolute;inset:0}.rd-keypoints-gate{text-align:center;padding:1rem 0}.report-card-explore{color:var(--accent);margin-top:.75rem;font-size:.85rem;font-weight:600;display:inline-block}.report-card-explore:hover{text-decoration:underline}.fc-progress{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.fc-progress-text{color:var(--text-muted);font-variant-numeric:tabular-nums;min-width:50px;font-size:.8rem;font-weight:600}.fc-progress-bar{background:var(--border);border-radius:2px;flex:1;height:4px;overflow:hidden}.fc-progress-fill{background:var(--accent);border-radius:2px;height:100%;transition:width .3s}.fc-card-wrapper{perspective:1000px;cursor:pointer;min-height:200px;margin-bottom:1.5rem;padding-bottom:8px;position:relative}.fc-card-wrapper:before,.fc-card-wrapper:after{content:"";z-index:0;border:1px solid #00000014;border-radius:.875rem;height:100%;position:absolute;bottom:0}.fc-card-wrapper:before{background:#e8e3db;bottom:-6px;left:8px;right:8px;box-shadow:0 2px 4px #0000000d}.fc-card-wrapper:after{background:#ede8e0;bottom:-3px;left:4px;right:4px;box-shadow:0 1px 3px #0000000a}.fc-card{width:100%;min-height:200px;transform-style:preserve-3d;z-index:1;transition:transform .5s cubic-bezier(.4,0,.2,1);position:relative}.fc-card-wrapper--flipped .fc-card{transform:rotateY(180deg)}.fc-card-wrapper--slide-left .fc-card{animation:.2s ease-out fc-slide-left}.fc-card-wrapper--slide-right .fc-card{animation:.2s ease-out fc-slide-right}@keyframes fc-slide-left{0%{opacity:1;transform:translate(0)}50%{opacity:.3;transform:translate(-30px)}51%{opacity:.3;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fc-slide-right{0%{opacity:1;transform:translate(0)}50%{opacity:.3;transform:translate(30px)}51%{opacity:.3;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.fc-card-front,.fc-card-back{backface-visibility:hidden;border-radius:.875rem;flex-direction:column;justify-content:center;padding:1.5rem;display:flex;position:absolute;inset:0}.fc-card-front{background:var(--surface);border:1px solid var(--border)}.fc-card-back{background:var(--text);color:var(--bg);transform:rotateY(180deg)}.fc-card-side-label{text-transform:uppercase;letter-spacing:.1em;opacity:.5;margin-bottom:.75rem;font-size:.65rem;font-weight:700}.fc-card-text{margin:0;font-size:1rem;line-height:1.6}.fc-card-hint{color:var(--text-muted);text-align:center;margin-top:auto;padding-top:1rem;font-size:.75rem}.fc-card-back .fc-card-hint{color:#f5f0e880}.fc-card-wrapper--gated{cursor:default}.fc-card-wrapper--gated .fc-card{filter:blur(4px);opacity:.3}.fc-gate-overlay{z-index:2;pointer-events:none;border-radius:1rem;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.fc-gate-overlay *{pointer-events:auto}.fc-gate-content{text-align:center;padding:2rem}.fc-gate-icon{margin-bottom:.75rem;font-size:2rem;display:block}.fc-gate-text{color:var(--text-muted);max-width:280px;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.fc-controls{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.fc-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .2s,border-color .2s}.fc-btn:hover:not(:disabled){background:var(--surface);border-color:var(--text-muted)}.fc-btn:disabled{opacity:.3;cursor:default}.fc-btn--secondary{color:var(--text-muted);padding:.4rem .75rem;font-size:.75rem}.fc-actions{gap:.35rem;display:flex}.rd-mobile-download{margin-bottom:1.5rem;display:none}.rd-mobile-download .rd-pdf-locked{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;position:relative}@media (width<=900px){.rd-layout{grid-template-columns:1fr}.rd-pdf-section{display:none}.rd-mobile-download{display:block}.rd-lock-form{flex-direction:column}.rd-lock-input{min-width:unset;width:100%}}.site-footer{border-top:1px solid var(--line);padding:2rem 0}.footer-bar{justify-content:space-between;align-items:center;display:flex}.footer-left{color:var(--text-light);font-size:.8125rem}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.8125rem;transition:color .2s}.footer-links a:hover{color:var(--text)}.page-header{background:radial-gradient(at 30% 60%,#b8996f14 0%,#0000 50%),radial-gradient(at 80% 30%,#8c78b40f 0%,#0000 50%);padding:7rem 0 3rem}.page-header h1{font-family:var(--font-serif);margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.05}.page-header p{color:var(--text-muted);max-width:480px;margin:1rem 0 0}.article-header{padding:7rem 0 2rem}.article-meta{color:var(--text-light);gap:1rem;margin-bottom:1rem;font-size:.8125rem;display:flex}.article-header h1{font-family:var(--font-serif);max-width:720px;margin:0;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:400;line-height:1.08}.article-body{padding-bottom:4rem}.article-body h2{font-family:var(--font-serif);color:var(--text);margin:2.5rem 0 1rem;font-size:1.75rem;font-weight:400}.article-body h3{font-family:var(--font-serif);color:var(--text);margin:2rem 0 .75rem;font-size:1.375rem;font-weight:400}.article-body p{color:var(--text-muted);margin:0 0 1.25rem;line-height:1.8}.article-body ul,.article-body ol{color:var(--text-muted);padding-left:1.25rem;line-height:1.8}.article-body a{color:var(--text);border-bottom:1px solid var(--accent)}.article-body blockquote{border-left:2px solid var(--accent);color:var(--text-muted);margin:2rem 0;padding-left:1.5rem;font-style:italic}.article-body .callout{border-left:3px solid var(--accent);background:var(--surface);margin:1.5rem 0;padding:1rem 1.25rem}.article-body .callout-title{text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.article-body .callout-note{border-left-color:#3498db}.article-body .callout-tip{border-left-color:#27ae60}.article-body .callout-info{border-left-color:#3498db}.article-body .callout-warning{border-left-color:#f39c12}.article-body .callout-danger{border-left-color:#c0392b}.article-body .callout-important{border-left-color:#8e44ad}.article-body .mermaid-block{background:var(--surface);border:1px solid var(--line);margin:1.5rem 0;padding:1rem;overflow-x:auto}.article-body .task-list-item{margin-left:-1.25rem;list-style:none}.article-body .task-list-item input[type=checkbox]{margin-right:.5rem}.article-body table{border-collapse:collapse;width:100%;margin:1.5rem 0}.article-body th,.article-body td{border:1px solid var(--line);text-align:left;padding:.625rem .75rem}.article-body th{background:var(--surface);font-size:.875rem;font-weight:600}.article-body pre{background:var(--dark);color:var(--bg);font-family:var(--font-mono);margin:1.5rem 0;padding:1.25rem;font-size:.875rem;line-height:1.6;overflow-x:auto}.article-body code{font-family:var(--font-mono);font-size:.875em}.article-body :not(pre)>code{background:var(--surface);border:1px solid var(--line);padding:.15em .35em}.article-body .footnotes{border-top:1px solid var(--line);margin-top:3rem;padding-top:1.5rem;font-size:.875rem}.article-body .footnotes ol{padding-left:1.25rem}.about-hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:5rem 0;display:grid}.about-photo{aspect-ratio:4/5;object-fit:cover;filter:grayscale(.3);width:100%}.about-content h1{font-family:var(--font-serif);margin:0 0 1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.05}.about-content p{color:var(--text-muted);margin:0 0 1rem;line-height:1.7}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;padding:5rem 0;display:grid}.contact-item{flex-direction:column;gap:.25rem;display:flex}.contact-item .label{margin-bottom:.25rem}.contact-item a{color:var(--text);border-bottom:1px solid var(--line);padding-bottom:2px;transition:border-color .2s}.contact-item a:hover{border-color:var(--text)}.contact-form-wrap{flex-direction:column;justify-content:center;display:flex}.contact-form{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}.contact-field{flex-direction:column;gap:.4rem;width:100%;display:flex}.contact-field label{color:var(--text);font-size:.85rem;font-weight:600}.contact-optional{color:var(--text-muted);font-weight:400}.contact-field input,.contact-field textarea{border:1px solid var(--border);font-size:.95rem;font-family:var(--font-sans);background:var(--bg);color:var(--text);border-radius:.5rem;padding:.7rem .9rem;transition:border-color .2s}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--text-muted);outline:none}.contact-field input::placeholder,.contact-field textarea::placeholder{color:var(--text-muted)}.contact-field textarea{resize:vertical;min-height:120px}.contact-success{justify-content:center;align-items:center;min-height:300px;display:flex}.contact-success-msg{font-family:var(--font-serif);color:var(--text);font-size:1.25rem}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.fahim-page{color:#f0ede6;background:#0f0e0d}.fahim-header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f0e0dd9;padding:1.25rem 2rem;position:fixed;top:0;left:0;right:0}.fahim-header-logo{font-family:var(--font-serif);color:#f0ede6b3;font-size:1.125rem;font-weight:600;text-decoration:none}.fahim-header-logo:hover{color:#f0ede6}.fahim-hero{color:#f0ede6;background:#0f0e0d;align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex}.fahim-hero-grid{grid-template-columns:1fr 1.3fr;align-items:center;gap:3rem;display:grid}.fahim-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#b8996f;margin-bottom:1rem;font-size:.75rem}.fahim-title{font-family:var(--font-serif);color:#fff;margin-bottom:1.25rem;font-size:3rem;font-weight:700;line-height:1.15}.fahim-hero-subtitle{color:#f0ede68c;max-width:460px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.fahim-hero-module-info{border-top:1px solid #ffffff14;min-height:3rem;padding:.75rem 0}.fahim-module-name{font-family:var(--font-serif);color:#b8996f;margin-bottom:.2rem;font-size:1.05rem;font-weight:600;display:block}.fahim-module-desc{color:#f0ede673;font-size:.85rem;display:block}.fahim-hero-visual{border-radius:12px;overflow:hidden}.fahim-section{background:var(--bg);color:var(--text);padding:5rem 0}.fahim-section--dark{color:#f0ede6;background:#0f0e0d}.fahim-section-header{align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;display:flex}.fahim-section-num{color:#b8996f;letter-spacing:.08em;flex-shrink:0;margin-top:.35rem;font-size:.75rem;font-weight:700}.fahim-section-header h2{font-family:var(--font-serif);margin-bottom:.75rem;font-size:1.75rem;font-weight:700;line-height:1.25}.fahim-section--dark .fahim-section-header h2{color:#f0ede6}.fahim-section-header p{max-width:640px;font-size:1rem;line-height:1.7}.fahim-section--dark .fahim-section-header p{color:#f0ede699}.fahim-pillars{grid-template-columns:1fr 1fr 1fr 1fr;gap:1.25rem;display:grid}.fahim-pillar{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:1.5rem}.fahim-pillar-icon{color:#b8996f;opacity:.7;width:28px;height:28px;margin-bottom:1rem}.fahim-pillar h3{color:#f0ede6;margin-bottom:.5rem;font-size:.95rem;font-weight:700}.fahim-pillar p{color:#f0ede680;font-size:.85rem;line-height:1.6}.fahim-capabilities-grid{grid-template-columns:1fr 1fr 1fr;gap:1.25rem;display:grid}.fahim-cap-card{background:var(--surface,#fdfaf5);border:1px solid var(--border);border-radius:10px;padding:1.5rem;position:relative;overflow:hidden}.fahim-cap-accent{background:#b8996f;height:3px;position:absolute;top:0;left:0;right:0}.fahim-cap-card h3{margin-top:.25rem;margin-bottom:.5rem;font-size:1rem}.fahim-cap-card p{color:var(--text-muted);font-size:.875rem;line-height:1.6}.fahim-security-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.fahim-security-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:1.25rem 1.5rem}.fahim-security-item strong{color:#f0ede6;margin-bottom:.4rem;font-size:.95rem;display:block}.fahim-security-item p{color:#f0ede680;margin:0;font-size:.85rem;line-height:1.6}.fahim-how-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.fahim-how-step{align-items:flex-start;gap:1rem;display:flex}.fahim-how-num{background:var(--text);width:2rem;height:2rem;color:var(--bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;font-size:.8rem;font-weight:700;display:flex}.fahim-how-step h4{margin-bottom:.35rem;font-size:1rem}.fahim-how-step p{color:var(--text-muted);font-size:.875rem;line-height:1.6}.fahim-section--cta{color:#f0ede6;background:#0f0e0d;padding:6rem 0}.fahim-cta-title{font-family:var(--font-serif);color:#fff;font-size:2.25rem;font-weight:700;line-height:1.2}.fahim-cta-sub{color:#f0ede680;margin-top:1rem;font-size:1.05rem;line-height:1.7}.fahim-cta-btn{color:#0f0e0d!important;background:#b8996f!important;border-color:#b8996f!important;padding:.85rem 2rem!important;font-size:1rem!important}.fahim-cta-btn:hover{background:#c9a87e!important;border-color:#c9a87e!important}.fahim-footer{background:#0f0e0d;border-top:1px solid #ffffff0f;padding:1.5rem 0}.fahim-footer-inner{color:#f0ede659;justify-content:space-between;font-size:.8rem;display:flex}.fahim-footer a{color:#f0ede680;text-decoration:none}.fahim-footer a:hover{color:#b8996f}.loading-copy{color:var(--text-light);font-size:.875rem}@media (width<=960px){.hero-grid,.thesis-block,.newsletter-grid,.about-hero,.contact-grid,.speaking-grid,.thesis-venn-wrapper,.fahim-hero-grid{grid-template-columns:1fr}.fahim-title{font-size:2rem}.fahim-pillars{grid-template-columns:1fr 1fr}.fahim-capabilities-grid,.fahim-security-grid,.fahim-how-grid{grid-template-columns:1fr}.fahim-cta-title{font-size:1.5rem}.venn-sidebar{text-align:center;order:2}.thesis-venn{order:1}.card-grid,.post-grid{grid-template-columns:1fr}.contact-grid{gap:2rem;padding:3rem 0}.hero{min-height:90vh}.hero-content{padding-bottom:3rem}.numbered-section{grid-template-columns:1fr;gap:1rem}}@media (width<=640px){:root{--gutter:1.25rem}.section{padding:4rem 0}.section-sm{padding:3rem 0}.newsletter-form{flex-direction:column}.hero{padding:2rem 0 0}.footer-bar{flex-direction:column;align-items:flex-start;gap:1rem}}.library-index,.library-book{width:min(var(--max-w), calc(100% - var(--gutter) * 2));margin:0 auto}.library-hero{padding:7rem 0 3rem}.library-hero h1{font-family:var(--font-serif);letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(2.5rem,5vw,3.5rem)}.library-hero-desc{color:var(--text-muted);max-width:600px;margin:0;font-size:1.15rem;line-height:1.6}.library-list{gap:1.5rem;padding-bottom:4rem;display:grid}.library-book-card{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:1rem;padding:2.5rem;text-decoration:none;transition:border-color .3s,box-shadow .3s;display:block}.library-book-card:hover{border-color:var(--text-muted);box-shadow:0 4px 20px #0000000f}.library-book-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.75rem;font-weight:700}.library-book-card h2{font-family:var(--font-serif);letter-spacing:-.02em;margin:.75rem 0 .5rem;font-size:1.75rem}.library-book-card p{color:var(--text-muted);margin:0;line-height:1.5}.library-breadcrumb{align-items:center;gap:.4rem;padding-top:.5rem;padding-bottom:.5rem;font-size:.8rem;display:flex}.library-book>.library-breadcrumb{padding-top:5.5rem}.library-breadcrumb a{color:var(--text-muted);transition:color .15s}.library-breadcrumb a:hover{color:var(--text)}.library-breadcrumb span:last-child{color:var(--text);font-weight:600}.library-breadcrumb-sep{color:var(--border);font-weight:400}.book-hero{padding:7rem 0 3rem}.book-badge{background:var(--text);color:var(--bg);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.book-title{font-family:var(--font-serif);letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.05}.book-subtitle{color:var(--text-muted);max-width:720px;margin:0 0 1.5rem;font-size:1.15rem;line-height:1.6}.book-actions{flex-wrap:wrap;gap:.75rem;display:flex}.book-section{padding:2.5rem 0}.book-section-title{font-family:var(--font-serif);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem}.book-section-desc{color:var(--text-muted);max-width:700px;margin:0 0 1.5rem;line-height:1.5}.book-grid{gap:1rem;display:grid}.book-grid--4{grid-template-columns:repeat(4,1fr)}.book-grid--3{grid-template-columns:repeat(3,1fr)}.book-pill{background:var(--surface);border:1px solid var(--border);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.book-pill span{color:var(--text-muted);font-size:.9rem}.book-card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.book-card h3{margin:0 0 .5rem;font-size:1.1rem}.book-card p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.book-chapter-card{opacity:.6;transition:opacity .3s,border-color .3s}.book-chapter-card--active{opacity:1}.book-chapter-card--active:hover{border-color:var(--text-muted)}.book-chapter-num{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;display:flex}.book-chapter-soon{background:var(--bg);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.15rem .5rem;font-size:.7rem}.book-tags{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.book-tag{background:var(--bg);border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.3rem .6rem;font-size:.75rem;font-weight:600}.book-with-sidebar{grid-template-columns:260px 1fr;width:100%;max-width:100%;min-height:calc(100vh - 4rem);display:grid}.book-main{width:min(900px,100% - 4rem);margin:0 auto;padding:4.5rem 2rem 0}.book-sidebar{border-right:1px solid var(--border);background:var(--bg-light);height:calc(100vh - 4rem);padding:2rem 1.5rem;position:sticky;top:4rem;overflow-y:auto}.book-sidebar-title{font-family:var(--font-serif);color:var(--text);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1rem;font-weight:700;text-decoration:none;display:block}.book-sidebar-group{margin-bottom:1.5rem}.book-sidebar-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.5rem;font-size:.65rem;font-weight:700;display:block}.book-sidebar-link{color:var(--text-muted);border-radius:.4rem;align-items:center;gap:.5rem;margin-bottom:2px;padding:.4rem .6rem;font-size:.85rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.book-sidebar-link:hover{background:var(--bg);color:var(--text)}.book-sidebar-link--active{background:var(--text);color:var(--bg)!important}.book-sidebar-link--disabled{color:var(--text-muted);opacity:.45;align-items:center;gap:.5rem;margin-bottom:2px;padding:.4rem .6rem;font-size:.85rem;display:flex}.book-sidebar-num{opacity:.6;min-width:1.2rem;font-size:.7rem;font-weight:700}.ch{padding:2rem 0 4rem}.ch-header{padding:1.5rem 0 2rem}.ch-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem;font-weight:700}.ch-title{font-family:var(--font-serif);letter-spacing:-.03em;margin:.5rem 0 .75rem;font-size:clamp(2rem,4vw,2.75rem);line-height:1.1}.ch-tagline{color:var(--text-muted);margin:0;font-size:1.1rem;line-height:1.5}.ch-callout{background:var(--text);color:var(--bg);border-radius:1rem;margin:1rem 0 2rem;padding:2rem}.ch-callout p{color:#f5f0e8d9;margin:0;font-size:1.05rem;line-height:1.6}.ch-context{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.ch-context-item{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.ch-context-item h2{margin:0 0 .5rem;font-size:1rem;font-weight:700}.ch-context-item p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.ch-widget-section{margin:2rem 0}.ch-widget-guide{margin-bottom:1.5rem}.ch-widget-guide h2{font-family:var(--font-serif);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.5rem}.ch-widget-intro{color:var(--text-muted);max-width:700px;margin:0 0 1.25rem;line-height:1.5}.ch-widget-guide-details{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.ch-guide-controls h3,.ch-guide-notice h3{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .75rem;font-size:.75rem;font-weight:700}.ch-guide-control{flex-direction:column;gap:.1rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.ch-guide-control strong{font-size:.85rem}.ch-guide-control span{color:var(--text-muted);font-size:.85rem}.ch-guide-notice ul{color:var(--text-muted);margin:0;padding:0 0 0 1.2rem;font-size:.85rem;line-height:1.7}.os-widget{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:2rem}.os-top-controls{flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.os-sliders{flex:1;min-width:280px}.os-control{margin-bottom:1rem}.os-control-row{justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:flex}.os-control-val{font-variant-numeric:tabular-nums;color:var(--text-muted)}.os-control input[type=range]{width:100%;accent-color:var(--text)}.os-actions{flex-wrap:wrap;gap:.5rem;display:flex}.os-single-viz,.os-compare-viz{border-top:1px solid var(--border);padding-top:1.5rem}.os-viz-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.os-viz-header h3{margin:0 0 .25rem;font-size:1rem}.os-viz-subtitle{color:var(--text-muted);font-size:.85rem}.os-legend{color:var(--text-muted);gap:1rem;font-size:.8rem;display:flex}.os-legend-item{align-items:center;gap:.3rem;display:flex}.os-dot{border-radius:3px;width:10px;height:10px}.os-dot--sampled{background:#94a3b8}.os-dot--chosen{background:#d97706}.os-dot--best{background:#16a34a}.os-bars{align-items:end;gap:3px;min-height:200px;display:grid}.os-bar-wrap{flex-direction:column;align-items:center;gap:3px;display:flex}.os-bar{background:#ddd;border-radius:4px 4px 2px 2px;width:100%;min-height:6px;transition:height .2s}.os-bar--waiting{background:#e2e0db}.os-bar--sampled{background:#94a3b8}.os-bar--skipped{background:#e2e0db}.os-bar--chosen{background:#d97706}.os-bar--best-missed{background:#16a34a;outline:2px solid #dc26264d}.os-narrative{border-bottom:1px solid var(--border);margin-bottom:1rem;padding:1.5rem 0 1rem}.os-narrative p{color:var(--text-muted);margin:0 0 .75rem;font-size:.95rem;line-height:1.6}.os-narrative p:last-child{margin-bottom:0}.os-phase-markers{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-top:1px solid var(--border);margin-top:.25rem;padding-top:.4rem;font-size:.7rem;display:flex}.os-phase-marker{border-right:1px solid var(--border);text-align:center;padding:.2rem 0}.os-phase-marker--decision{text-align:center;border-right:none;flex:1}.os-bar-label{color:var(--text-muted);font-size:.6rem}.os-results{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:1rem;display:grid}.os-result-card{border:1px solid var(--border);background:var(--bg-light);border-radius:.75rem;padding:1rem}.os-result-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;display:block}.os-result-value{margin-top:.25rem;font-size:1.5rem;font-weight:800;display:block}.os-result--success{color:#16a34a}.os-result--miss{color:#dc2626}.os-compare-chart{align-items:flex-end;gap:6px;min-height:200px;padding:0 .5rem;display:flex}.os-compare-bar-wrap{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.os-compare-chart-wrapper{align-items:stretch;gap:.5rem;display:flex}.os-compare-y-label{writing-mode:vertical-rl;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);align-items:center;font-size:.7rem;display:flex;transform:rotate(180deg)}.os-compare-col{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.os-compare-col--testing{transition:transform .2s;transform:scale(1.05)}.os-compare-bar{background:#94a3b8;border-radius:4px 4px 2px 2px;width:100%;min-height:4px;transition:height .4s,opacity .3s}.os-compare-bar--testing,.os-compare-bar--user{background:#d97706}.os-compare-rate{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.6rem;font-weight:600}.os-compare-pct{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.7rem}.os-compare-pct--user{color:#d97706;font-weight:800}.os-compare-x-label{text-align:center;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-top:.5rem;font-size:.7rem}.os-compare-status{background:var(--text);color:var(--bg);border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.os-compare-status-dot{background:#d97706;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.os-compare-progress{opacity:.6;font-variant-numeric:tabular-nums;margin-left:auto;font-size:.8rem}.os-compare-explain{margin-bottom:1.5rem}.os-compare-explain h3{margin:0 0 .5rem;font-size:1rem}.os-compare-explain p{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem;line-height:1.6}.os-compare-legend{color:var(--text-muted);gap:1.25rem;font-size:.8rem;display:flex}.os-compare-legend-item{align-items:center;gap:.35rem;display:flex}.os-compare-axis-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.7rem}.os-compare-axis-label--x{text-align:center;margin-top:.5rem;margin-bottom:0}.os-compare-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.os-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.os-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.os-insight--secondary .os-insight-label,.os-insight--secondary .os-insight-note{color:var(--text-muted)}.os-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.os-insight-rate{font-size:1.75rem;font-weight:800}.os-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.os-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.os-empty p{max-width:500px;margin:0 auto;line-height:1.6}.uc-widget{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:2rem}.uc-top-controls{flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.uc-sliders{flex:1;min-width:280px}.uc-control{margin-bottom:1rem}.uc-control-row{justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:flex}.uc-control-val{font-variant-numeric:tabular-nums;color:var(--text-muted)}.uc-control input[type=range]{width:100%;accent-color:var(--text)}.uc-actions{flex-wrap:wrap;gap:.5rem;display:flex}.uc-single-viz,.uc-compare-viz{border-top:1px solid var(--border);padding-top:1.5rem}.uc-narrative{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding:1.5rem 0 1rem}.uc-narrative p{color:var(--text-muted);margin:0 0 .75rem;font-size:.95rem;line-height:1.6}.uc-narrative p:last-child{margin-bottom:0}.uc-coin-result{margin-bottom:1.5rem}.uc-coin-bar-container{border-radius:.5rem;height:48px;display:flex;position:relative;overflow:hidden}.uc-coin-bar{justify-content:center;align-items:center;min-width:60px;transition:width .4s;display:flex}.uc-coin-bar--heads{color:#fff;background:#d97706}.uc-coin-bar--tails{color:#fff;background:#94a3b8}.uc-coin-bar-label{white-space:nowrap;padding:0 .5rem;font-size:.75rem;font-weight:700}.uc-coin-midline{background:var(--text);opacity:.4;pointer-events:none;width:2px;position:absolute;top:0;bottom:0;left:50%}.uc-coin-legend{color:var(--text-muted);justify-content:space-between;margin-top:.35rem;padding:0 .25rem;font-size:.7rem;display:flex}.uc-deviation{margin-top:.5rem}.uc-deviation-bar{background:var(--border);border-radius:4px;height:8px;overflow:hidden}.uc-deviation-fill{background:#d97706;border-radius:4px;height:100%;transition:width .4s}.uc-deviation-labels{color:var(--text-muted);justify-content:space-between;margin-top:.25rem;font-size:.7rem;display:flex}.uc-deviation-value{color:#d97706;font-weight:700}.uc-spread-chart{align-items:stretch;gap:.5rem;margin-top:1rem;display:flex}.uc-spread-y-label{writing-mode:vertical-rl;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);align-items:center;font-size:.7rem;display:flex;transform:rotate(180deg)}.uc-spread-area{flex:1;min-height:260px;position:relative}.uc-spread-guides{pointer-events:none;position:absolute;inset:0}.uc-spread-guide{border-bottom:1px dashed var(--border);position:absolute;left:0;right:0}.uc-spread-guide span{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.6rem;position:absolute;top:-.6rem;left:-2rem}.uc-spread-guide--mid{border-bottom:1px solid #00000026}.uc-spread-columns{z-index:1;gap:6px;height:100%;padding-left:1rem;display:flex;position:relative}.uc-spread-col{flex-direction:column;flex:1;align-items:center;display:flex}.uc-spread-col--testing{transition:transform .2s;transform:scale(1.05)}.uc-spread-bar-area{flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.uc-spread-bar{background:#94a3b8;border-radius:4px;transition:all .4s;position:absolute;left:15%;right:15%}.uc-spread-bar--pending{opacity:.15}.uc-spread-mean{background:var(--text);pointer-events:none;height:2px;position:absolute;left:10%;right:10%}.uc-spread-range-label{color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.55rem;font-weight:600;position:absolute}.uc-spread-range-label--hi{top:0}.uc-spread-range-label--lo{bottom:0}.uc-spread-size-label{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-top:.5rem;font-size:.7rem}.uc-spread-x-label{text-align:center;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-top:.5rem;font-size:.7rem}.uc-compare-status{background:var(--text);color:var(--bg);border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.uc-compare-status-dot{background:#d97706;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite pulse-dot}.uc-compare-progress{opacity:.6;font-variant-numeric:tabular-nums;margin-left:auto;font-size:.8rem}.uc-compare-explain{margin-bottom:1.5rem}.uc-compare-explain p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.uc-compare-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.uc-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.uc-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.uc-insight--secondary .uc-insight-label,.uc-insight--secondary .uc-insight-note{color:var(--text-muted)}.uc-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.uc-insight-rate{font-size:1.75rem;font-weight:800}.uc-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.uc-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.uc-empty p{max-width:500px;margin:0 auto;line-height:1.6}@media (width<=900px){.uc-compare-summary{grid-template-columns:1fr}}.ev-widget{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:2rem}.ev-top-controls{flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.ev-sliders{flex:1;min-width:240px}.ev-control{margin-bottom:1rem}.ev-control-row{justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:flex}.ev-control-val{font-variant-numeric:tabular-nums;color:var(--text-muted)}.ev-control input[type=range]{width:100%;accent-color:var(--text)}.ev-ev-display{border:1px solid var(--border);background:var(--bg-light);border-radius:.75rem;flex-direction:column;align-items:center;gap:.15rem;padding:.75rem 1.25rem;display:flex}.ev-ev-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.65rem}.ev-ev-number{font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800}.ev-ev-number--pos{color:#16a34a}.ev-ev-number--neg{color:#dc2626}.ev-actions{flex-wrap:wrap;gap:.5rem;display:flex}.ev-single-viz,.ev-multi-viz{border-top:1px solid var(--border);padding-top:1.5rem}.ev-single-result{align-items:flex-start;gap:1.5rem;margin-bottom:1rem;display:flex}.ev-single-card{border-radius:.875rem;flex-direction:column;flex-shrink:0;align-items:center;gap:.25rem;padding:1.25rem 2rem;display:flex}.ev-single-card--win{color:#fff;background:#16a34a}.ev-single-card--lose{color:#fff;background:#dc2626}.ev-single-outcome{text-transform:uppercase;letter-spacing:.08em;opacity:.8;font-size:.7rem}.ev-single-payout{font-size:1.75rem;font-weight:800}.ev-single-context p{color:var(--text-muted);margin:0 0 .5rem;font-size:.9rem;line-height:1.6}.ev-history{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.ev-history-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.7rem}.ev-history-strip{flex-wrap:wrap;gap:3px;display:flex}.ev-history-dot{border-radius:3px;width:14px;height:14px}.ev-history-dot--win{background:#16a34a}.ev-history-dot--lose{background:#dc2626}.ev-history-total{white-space:nowrap;font-variant-numeric:tabular-nums;margin-left:auto;font-size:.8rem;font-weight:700}.ev-multi-status{background:var(--text);color:var(--bg);border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.ev-multi-status-dot{background:#d97706;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite pulse-dot}.ev-multi-explain{margin-bottom:1rem}.ev-multi-explain p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.ev-chart-wrapper{margin:1rem 0}.ev-chart{border:1px solid var(--border);background:var(--bg-light);border-radius:.5rem;width:100%;height:200px}.ev-chart-labels{color:var(--text-muted);justify-content:space-between;margin-top:.25rem;font-size:.65rem;display:flex}.ev-multi-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.ev-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.ev-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.ev-insight--secondary .ev-insight-label,.ev-insight--secondary .ev-insight-note{color:var(--text-muted)}.ev-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.ev-insight-rate{font-size:1.75rem;font-weight:800}.ev-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.ev-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.ev-empty p{max-width:500px;margin:0 auto;line-height:1.6}@media (width<=900px){.ev-multi-summary{grid-template-columns:1fr}.ev-single-result{flex-direction:column}}.dist-explainer{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.dist-explainer-card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.dist-explainer-card h3{font-family:var(--font-serif);margin:0 0 .15rem;font-size:1.1rem}.dist-explainer-aka{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;font-size:.7rem}.dist-explainer-card>p:last-of-type{color:var(--text-muted);margin:0 0 .75rem;font-size:.85rem;line-height:1.55}.dist-explainer-viz{background:var(--bg-light);border:1px solid var(--border);border-radius:.5rem;margin-bottom:1rem;padding:.75rem .5rem .25rem}.dist-explainer-svg{width:100%;height:60px}.dist-explainer-examples{flex-wrap:wrap;gap:.35rem;display:flex}.dist-explainer-examples span{background:var(--bg-light);border:1px solid var(--border);color:var(--text-muted);border-radius:2rem;padding:.2rem .5rem;font-size:.65rem}@media (width<=700px){.dist-explainer{grid-template-columns:1fr}}.dist-widget{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:2rem}.dist-top-controls{flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.dist-sliders{flex:1;min-width:280px}.dist-control{margin-bottom:1rem}.dist-control-row{justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:flex}.dist-control-val{font-variant-numeric:tabular-nums;color:var(--text-muted)}.dist-control input[type=range]{width:100%;accent-color:var(--text)}.dist-toggle{border:1px solid var(--border);border-radius:.5rem;gap:2px;display:flex;overflow:hidden}.dist-toggle-btn{background:var(--bg-light);cursor:pointer;color:var(--text-muted);border:none;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s}.dist-toggle-btn--active{background:var(--text);color:var(--bg)}.dist-actions{flex-wrap:wrap;gap:.5rem;display:flex}.dist-single-viz,.dist-compare-viz{border-top:1px solid var(--border);padding-top:1.5rem}.dist-narrative{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:1rem}.dist-narrative p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.dist-histogram{margin-bottom:1.5rem}.dist-histogram-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.dist-bars{align-items:end;gap:1px;min-height:150px;display:grid}.dist-bar-wrap{flex-direction:column;align-items:center;display:flex}.dist-bar{background:#94a3b8;border-radius:2px 2px 0 0;width:100%;min-height:2px;transition:height .2s}.dist-bar--mean{background:#d97706}.dist-bar--median{background:#2563eb}.dist-stats{gap:1.5rem;margin-top:.75rem;font-size:.8rem;display:flex}.dist-stat{color:var(--text-muted);align-items:center;gap:.3rem;display:flex}.dist-stat--gap{color:var(--text);font-weight:700}.dist-stat-dot{border-radius:3px;width:10px;height:10px}.dist-stat-dot--mean{background:#d97706}.dist-stat-dot--median{background:#2563eb}.dist-compare-status{background:var(--text);color:var(--bg);border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.dist-compare-status-dot{background:#d97706;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite pulse-dot}.dist-compare-progress{opacity:.6;font-variant-numeric:tabular-nums;margin-left:auto;font-size:.8rem}.dist-compare-explain{margin-bottom:1.5rem}.dist-compare-explain p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.dist-compare-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.dist-compare-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.dist-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.dist-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.dist-insight--secondary .dist-insight-label,.dist-insight--secondary .dist-insight-note{color:var(--text-muted)}.dist-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.dist-insight-rate{font-size:1.75rem;font-weight:800}.dist-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.dist-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.dist-empty p{max-width:500px;margin:0 auto;line-height:1.6}@media (width<=900px){.dist-compare-grid,.dist-compare-summary{grid-template-columns:1fr}}.ee-widget{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:2rem}.ee-top-controls{flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.ee-sliders{flex:1;min-width:240px}.ee-control{margin-bottom:1rem}.ee-control-row{justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:flex}.ee-control-val{font-variant-numeric:tabular-nums;color:var(--text-muted)}.ee-control input[type=range]{width:100%;accent-color:var(--text)}.ee-actions{flex-wrap:wrap;gap:.5rem;display:flex}.ee-manual-viz,.ee-compare-viz{border-top:1px solid var(--border);padding-top:1.5rem}.ee-scenario{margin-bottom:1.25rem}.ee-scenario p{color:var(--text-muted);background:var(--bg-light);border:1px solid var(--border);border-radius:.75rem;margin:0;padding:1rem 1.25rem;font-size:.9rem;line-height:1.6}.ee-round-info{margin-bottom:1rem}.ee-round-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.ee-round-left{flex-direction:column;gap:.15rem;display:flex}.ee-round-number{font-size:.95rem;font-weight:700}.ee-round-meta{color:var(--text-muted);font-size:.75rem}.ee-best-badge{color:#92400e;background:#d977061a;border:1px solid #d9770640;border-radius:2rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.ee-last-result{background:var(--bg-light);border:1px solid var(--border);border-radius:.5rem;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.6rem 1rem;font-size:.85rem;display:flex}.ee-last-result--good{background:#16a34a14;border-color:#16a34a33}.ee-last-result--bad{background:#dc26260f;border-color:#dc262626}.ee-last-score{font-variant-numeric:tabular-nums;font-weight:800}.ee-choice-buttons{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.ee-choice-btn{border:2px solid var(--border);background:var(--bg-light);cursor:pointer;border-radius:.75rem;flex-direction:column;align-items:center;gap:.2rem;padding:1rem;transition:border-color .15s,background .15s;display:flex}.ee-choice-btn:hover:not(:disabled){border-color:var(--text)}.ee-choice-btn:disabled{opacity:.4;cursor:not-allowed}.ee-choice-btn--explore:hover:not(:disabled){background:#2563eb0a;border-color:#2563eb}.ee-choice-btn--exploit:hover:not(:disabled){background:#d977060a;border-color:#d97706}.ee-choice-label{font-size:1rem;font-weight:700}.ee-choice-desc{color:var(--text-muted);font-size:.75rem}.ee-manual-done{margin-bottom:1rem}.ee-done-score{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;align-items:center;gap:.15rem;margin-bottom:.75rem;padding:1.5rem;display:flex}.ee-done-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.65rem}.ee-done-number{font-size:2.5rem;font-weight:800}.ee-done-detail{opacity:.6;font-size:.8rem}.ee-done-breakdown{color:var(--text-muted);justify-content:center;gap:.5rem;font-size:.8rem;display:flex}.ee-reveal{background:var(--bg-light);border:1px solid var(--border);border-radius:.875rem;margin-top:1.25rem;padding:1.25rem}.ee-reveal h4{font-family:var(--font-serif);margin:0 0 .5rem;font-size:1rem}.ee-reveal>p{color:var(--text-muted);margin:0 0 1rem;font-size:.85rem;line-height:1.55}.ee-reveal-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.ee-reveal-item{background:var(--surface);border:1px solid var(--border);border-radius:.5rem;flex-direction:column;align-items:center;gap:.1rem;padding:.5rem .4rem;font-size:.7rem;display:flex}.ee-reveal-item--best{background:#d977061a;border-color:#d977064d}.ee-reveal-item--missed{opacity:.5}.ee-reveal-name{color:var(--text);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-weight:600;overflow:hidden}.ee-reveal-quality{font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:800}.ee-reveal-status{color:var(--text-muted);font-size:.6rem}.ee-scenario-assumptions{color:var(--text-muted);opacity:.8;margin-top:.5rem!important;font-size:.8rem!important}@media (width<=700px){.ee-reveal-grid{grid-template-columns:repeat(2,1fr)}}.ee-log{margin-top:.5rem}.ee-log-strip{flex-wrap:wrap;gap:4px;display:flex}.ee-log-entry{border-radius:.5rem;flex-direction:column;align-items:center;min-width:70px;padding:.4rem .5rem;font-size:.65rem;display:flex}.ee-log-entry--explore{background:#2563eb1a;border:1px solid #2563eb33}.ee-log-entry--exploit{background:#d977061a;border:1px solid #d9770633}.ee-log-round{color:var(--text-muted);font-weight:700}.ee-log-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;max-width:80px;font-weight:600;overflow:hidden}.ee-log-score{font-variant-numeric:tabular-nums;font-weight:800}.ee-compare-status{background:var(--text);color:var(--bg);border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.ee-compare-status-dot{background:#d97706;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite pulse-dot}.ee-compare-progress{opacity:.6;font-variant-numeric:tabular-nums;margin-left:auto;font-size:.8rem}.ee-compare-explain{margin-bottom:1.5rem}.ee-compare-explain p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.ee-strategy-bars{flex-direction:column;gap:.75rem;display:flex}.ee-strategy-row{align-items:center;gap:1rem;display:flex}.ee-strategy-info{flex-shrink:0;width:200px}.ee-strategy-name{font-size:.85rem;font-weight:700;display:block}.ee-strategy-desc{color:var(--text-muted);font-size:.7rem;line-height:1.4;display:block}.ee-strategy-bar-wrap{flex:1;align-items:center;gap:.75rem;display:flex}.ee-strategy-bar{background:#94a3b8;border-radius:.375rem;height:32px;transition:width .5s}.ee-strategy-bar--best{background:#d97706}.ee-strategy-score{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.8rem;font-weight:700}.ee-compare-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.ee-compare-summary--triple{grid-template-columns:1fr 1fr 1fr}.ee-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.ee-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.ee-insight--secondary .ee-insight-label,.ee-insight--secondary .ee-insight-note{color:var(--text-muted)}.ee-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.ee-insight-rate{font-size:1.75rem;font-weight:800}.ee-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.ee-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.ee-empty p{max-width:500px;margin:0 auto;line-height:1.6}@media (width<=900px){.ee-compare-summary,.ee-compare-summary--triple{grid-template-columns:1fr}.ee-strategy-row{flex-direction:column;align-items:stretch}.ee-strategy-info{width:auto}}.mb-widget{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:2rem}.mb-top-controls{flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.mb-sliders{flex:1;min-width:280px}.mb-control{margin-bottom:1rem}.mb-control-row{justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:flex}.mb-control-val{font-variant-numeric:tabular-nums;color:var(--text-muted)}.mb-control input[type=range]{width:100%;accent-color:var(--text)}.mb-control select{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:.5rem;padding:.4rem .6rem;font-size:.85rem}.mb-actions{flex-wrap:wrap;gap:.5rem;display:flex}.mb-single-viz,.mb-compare-viz{border-top:1px solid var(--border);padding-top:1.5rem}.mb-scenario{margin-bottom:1.5rem}.mb-scenario p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.mb-machines{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.mb-machine{background:var(--bg-light);border:1px solid var(--border);text-align:center;border-radius:.75rem;flex:1;min-width:70px;max-width:120px;padding:.75rem;transition:border-color .2s}.mb-machine--active{border-color:#d97706;box-shadow:0 0 0 2px #d9770626}.mb-machine--best{border-color:#16a34a;box-shadow:0 0 0 2px #16a34a26}.mb-machine-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.mb-machine-bar-track{background:var(--border);border-radius:4px;width:100%;height:60px;margin-bottom:.5rem;position:relative;overflow:hidden}.mb-machine-bar-fill{background:#94a3b8;border-radius:4px 4px 0 0;transition:height .15s;position:absolute;bottom:0;left:0;right:0}.mb-machine--active .mb-machine-bar-fill{background:#d97706}.mb-machine--best .mb-machine-bar-fill{background:#16a34a}.mb-machine-bar-true{background:#dc2626;height:2px;position:absolute;left:0;right:0}.mb-machine-stats{color:var(--text-muted);flex-direction:column;gap:.1rem;font-size:.65rem;display:flex}.mb-machine-rate{color:var(--text);font-weight:700}.mb-machine-true{color:#dc2626;margin-top:.25rem;font-size:.65rem;font-weight:600}.mb-log{border:1px solid var(--border);border-radius:.75rem;margin-top:1rem;padding:1rem}.mb-log-header{justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:flex}.mb-log-strip{flex-wrap:wrap;gap:2px;display:flex}.mb-log-dot{background:#e2e0db;border-radius:2px;width:8px;height:8px}.mb-log-dot--win{background:#94a3b8}.mb-log-dot--win.mb-log-dot--explore{background:#d97706}.mb-log-dot--explore{outline:1px solid #d97706}.mb-log-legend{color:var(--text-muted);gap:1rem;margin-top:.5rem;font-size:.7rem;display:flex}.mb-log-legend-item{align-items:center;gap:.25rem;display:flex}.mb-log-legend-dot{border-radius:2px;width:8px;height:8px}.mb-log-legend-dot--win{background:#94a3b8}.mb-log-legend-dot--loss{background:#e2e0db}.mb-log-legend-dot--explore{background:#d97706}.mb-done-narrative{background:var(--bg-light);border:1px solid var(--border);border-radius:.75rem;margin-top:1.5rem;padding:1.25rem}.mb-done-narrative p{color:var(--text-muted);margin:0 0 .75rem;font-size:.9rem;line-height:1.6}.mb-done-narrative p:last-child{margin-bottom:0}.mb-compare-status{background:var(--text);color:var(--bg);border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.mb-compare-status-dot{background:#d97706;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite pulse-dot}.mb-compare-progress{opacity:.6;font-variant-numeric:tabular-nums;margin-left:auto;font-size:.8rem}.mb-compare-explain{margin-bottom:1.5rem}.mb-compare-explain p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.mb-strategy-bars{flex-direction:column;gap:1rem;display:flex}.mb-strategy-row{align-items:center;gap:1.5rem;display:flex}.mb-strategy-info{flex-shrink:0;width:220px}.mb-strategy-name{font-size:.9rem;font-weight:700;display:block}.mb-strategy-desc{color:var(--text-muted);font-size:.75rem;line-height:1.4;display:block}.mb-strategy-bar-wrap{flex:1;align-items:center;gap:.75rem;display:flex}.mb-strategy-bar{background:#94a3b8;border-radius:6px;height:28px;transition:width .4s}.mb-strategy-bar--best{background:#16a34a}.mb-strategy-score{white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:600}.mb-compare-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.mb-compare-summary--triple{grid-template-columns:1fr 1fr 1fr}.mb-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.mb-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.mb-insight--secondary .mb-insight-label,.mb-insight--secondary .mb-insight-note{color:var(--text-muted)}.mb-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.mb-insight-rate{font-size:1.5rem;font-weight:800}.mb-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.mb-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.mb-empty p{max-width:500px;margin:0 auto;line-height:1.6}@media (width<=900px){.mb-compare-summary,.mb-compare-summary--triple{grid-template-columns:1fr}.mb-strategy-row{flex-direction:column;align-items:stretch}.mb-strategy-info{width:auto}.mb-machines{justify-content:center}}.so-widget{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:2rem}.so-top-controls{flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.so-sliders{flex:1;min-width:280px}.so-control{margin-bottom:1rem}.so-control-row{justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:flex}.so-control-val{font-variant-numeric:tabular-nums;color:var(--text-muted)}.so-control input[type=range]{width:100%;accent-color:var(--text)}.so-control select{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:.5rem;padding:.4rem .6rem;font-size:.85rem}.so-actions{flex-wrap:wrap;gap:.5rem;display:flex}.so-single-viz,.so-compare-viz{border-top:1px solid var(--border);padding-top:1.5rem}.so-scenario{margin-bottom:1.5rem}.so-scenario p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.so-bars{align-items:end;gap:2px;min-height:200px;display:grid}.so-bar-wrap{flex-direction:column;align-items:center;display:flex}.so-bar{background:#cbd5e1;border-radius:3px 3px 1px 1px;width:100%;min-height:4px;transition:height 80ms,background 80ms}.so-bar--unsorted{background:#94a3b8}.so-bar--comparing{background:#d97706}.so-bar--swapping{background:#f59e0b;transition:transform 80ms;transform:scaleX(1.2)}.so-bar--sorted{background:#16a34a}.so-bar--merging{background:#0891b2}.so-counters{color:var(--text-muted);gap:2rem;margin-top:1rem;font-size:.85rem;display:flex}.so-done-narrative{background:var(--bg-light);border:1px solid var(--border);border-radius:.75rem;margin-top:1.5rem;padding:1.25rem}.so-done-narrative p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.so-race-grid{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.so-race-lane{border:1px solid var(--border);background:var(--bg-light);border-radius:.75rem;padding:1rem}.so-race-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.so-race-label{font-size:.85rem;font-weight:700}.so-race-done-badge{color:#fff;background:#16a34a;border-radius:1rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.so-race-bars{align-items:end;gap:1px;min-height:100px;display:grid}.so-race-counters{color:var(--text-muted);font-variant-numeric:tabular-nums;gap:1rem;margin-top:.5rem;font-size:.7rem;display:flex}.so-compare-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.so-compare-summary--triple{grid-template-columns:1fr 1fr 1fr}.so-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.so-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.so-insight--secondary .so-insight-label,.so-insight--secondary .so-insight-note{color:var(--text-muted)}.so-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.so-insight-rate{font-size:1.5rem;font-weight:800}.so-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.so-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.so-empty p{max-width:500px;margin:0 auto;line-height:1.6}@media (width<=900px){.so-race-grid,.so-compare-summary,.so-compare-summary--triple{grid-template-columns:1fr}}.pn-widget,.gd-widget,.bp-widget,.of-widget,.dn-widget,.af-widget,.lf-widget,.wi-widget,.op-widget,.rg-widget{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:2rem}.pn-top-controls,.gd-top-controls,.bp-top-controls,.of-top-controls,.dn-top-controls,.af-top-controls,.lf-top-controls,.wi-top-controls,.op-top-controls,.rg-top-controls{flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.pn-sliders,.gd-sliders,.bp-sliders,.of-sliders,.af-sliders,.lf-sliders,.wi-sliders,.op-sliders,.rg-sliders{flex:1;min-width:280px}.pn-control,.gd-control,.bp-control,.of-control,.af-control,.lf-control,.wi-control,.op-control,.rg-control{margin-bottom:1rem}.pn-control-row,.gd-control-row,.bp-control-row,.of-control-row,.af-control-row,.lf-control-row,.wi-control-row,.op-control-row,.rg-control-row{justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:flex}.pn-control-val,.gd-control-val,.bp-control-val,.of-control-val,.af-control-val,.lf-control-val,.wi-control-val,.op-control-val,.rg-control-val{font-variant-numeric:tabular-nums;color:var(--text-muted)}.pn-control input[type=range],.gd-control input[type=range],.bp-control input[type=range],.of-control input[type=range],.af-control input[type=range],.lf-control input[type=range],.wi-control input[type=range],.op-control input[type=range],.rg-control input[type=range]{width:100%;accent-color:var(--text)}.gd-control select,.pn-control select,.af-control select,.lf-control select,.op-control select,.rg-control select{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:.5rem;padding:.4rem .6rem;font-size:.85rem}.pn-actions,.gd-actions,.bp-actions,.of-actions,.dn-actions,.af-actions,.lf-actions,.wi-actions,.op-actions,.rg-actions{flex-wrap:wrap;gap:.5rem;display:flex}.pn-canvas-wrap,.gd-canvas-wrap{aspect-ratio:16/10;border:1px solid var(--border);border-radius:.75rem;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.pn-canvas,.gd-canvas{cursor:crosshair;width:100%;height:100%;display:block}.pn-canvas-hint{color:var(--text-muted);pointer-events:none;justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;inset:0}.pn-info,.gd-info,.bp-info{border-top:1px solid var(--border);padding-top:1rem}.pn-info-grid,.gd-info-grid,.bp-info-grid{flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;display:flex}.pn-info-item,.gd-info-item,.bp-info-item{flex-direction:column;gap:.15rem;display:flex}.pn-info-label,.gd-info-label,.bp-info-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.7rem}.pn-info-value,.gd-info-value,.bp-info-value{font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:700}.pn-done-narrative,.gd-done-narrative,.bp-done-narrative{background:var(--bg-light);border:1px solid var(--border);border-radius:.75rem;margin-top:.5rem;padding:1.25rem}.pn-done-narrative p,.gd-done-narrative p,.bp-done-narrative p{color:var(--text-muted);margin:0 0 .5rem;font-size:.9rem;line-height:1.6}.pn-done-narrative p:last-child,.gd-done-narrative p:last-child,.bp-done-narrative p:last-child{margin-bottom:0}.gd-done-assumptions{font-size:.8rem;font-style:italic}.pn-empty,.gd-empty,.bp-empty,.of-empty,.dn-empty,.af-empty,.lf-empty,.wi-empty,.op-empty,.rg-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.pn-empty p,.gd-empty p,.bp-empty p,.of-empty p,.dn-empty p,.af-empty p,.lf-empty p,.wi-empty p,.op-empty p,.rg-empty p{max-width:500px;margin:0 auto;line-height:1.6}.pn-compare-summary,.gd-compare-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.pn-compare-summary--triple,.gd-compare-summary--triple{grid-template-columns:1fr 1fr 1fr}.pn-insight,.gd-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.pn-insight--secondary,.gd-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.pn-insight--secondary .pn-insight-label,.gd-insight--secondary .gd-insight-label,.pn-insight--secondary .pn-insight-note,.gd-insight--secondary .gd-insight-note{color:var(--text-muted)}.pn-insight-label,.gd-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.pn-insight-rate,.gd-insight-rate{font-size:1.5rem;font-weight:800}.pn-insight-note,.gd-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.gd-compare-info{border-top:1px solid var(--border);padding-top:1.5rem}.gd-compare-status{background:var(--text);color:var(--bg);border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.gd-compare-status-dot{background:#d97706;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite pulse-dot}.gd-compare-explain{margin-bottom:1.5rem}.gd-compare-explain p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.gd-lanes{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.gd-lane{align-items:center;gap:.75rem;display:flex}.gd-lane-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.gd-lane-info{flex-direction:column;display:flex}.gd-lane-lr{font-size:.9rem;font-weight:700}.gd-lane-detail{color:var(--text-muted);font-size:.8rem}.pn-compare-info{border-top:1px solid var(--border);padding-top:1rem}.pn-compare-lane{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.5rem 0;display:flex}.pn-compare-lane:last-child{border-bottom:none}.pn-compare-lr{min-width:80px;font-size:.9rem;font-weight:700}.pn-compare-detail{color:var(--text-muted);font-size:.85rem}.bp-svg-wrap{border:1px solid var(--border);background:#fdfaf5;border-radius:.75rem;width:100%;margin-bottom:1rem;overflow:hidden}.bp-svg{width:100%;height:auto;display:block}.bp-loss-chart{margin-top:1rem}.bp-loss-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;display:block}.bp-loss-bars{align-items:flex-end;gap:2px;height:60px;display:flex}.bp-loss-bar{background:#dc2626;border-radius:2px 2px 0 0;flex:1;min-width:3px;transition:height .2s}.of-viz{border-top:1px solid var(--border);padding-top:1.5rem}.of-scenario{margin-bottom:1rem}.of-scenario p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.of-canvases{grid-template-columns:1.5fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.of-canvas-wrap{border:1px solid var(--border);border-radius:.75rem;position:relative;overflow:hidden}.of-canvas{aspect-ratio:4/3;width:100%;display:block}.of-canvas-label{text-align:center;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:#f5f0e8cc;padding:.4rem;font-size:.7rem;position:absolute;bottom:0;left:0;right:0}.of-error-display{flex-wrap:wrap;gap:2rem;margin-bottom:1rem;font-size:.85rem;display:flex}.of-error-item{align-items:center;gap:.4rem;display:flex}.of-error-dot{border-radius:50%;width:8px;height:8px}.of-insight-box{background:#dc26260d;border:1px solid #dc262626;border-radius:.75rem;padding:1.25rem}.of-insight-box p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.dn-top-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.dn-presets{align-items:center;gap:.5rem;display:flex}.dn-presets-label{color:var(--text-muted);font-size:.85rem;font-weight:600}.dn-grid-section{margin-bottom:1.5rem}.dn-section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.dn-grid{grid-template-rows:repeat(6,1fr);gap:2px;display:inline-grid}.dn-grid-row{grid-template-columns:repeat(6,1fr);gap:2px;display:grid}.dn-grid-cell{border:1px solid var(--border);cursor:pointer;background:var(--bg-light);border-radius:4px;width:40px;height:40px;transition:background .1s}.dn-grid-cell--active{background:#1a1a1a}.dn-grid-cell:hover{border-color:#d97706}.dn-layers{border:1px solid var(--border);background:var(--bg-light);border-radius:.75rem;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex;overflow-x:auto}.dn-layer{flex-direction:column;align-items:center;gap:.5rem;min-width:60px;display:flex}.dn-layer--hidden{opacity:.2}.dn-layer--animating .dn-node{animation:.5s dn-pulse}@keyframes dn-pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.dn-layer-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);text-align:center;white-space:nowrap;font-size:.65rem}.dn-layer-nodes{flex-wrap:wrap;justify-content:center;gap:3px;max-width:120px;display:flex}.dn-node{border:1px solid var(--border);border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:background-color .3s,border-color .3s;display:flex}.dn-node-val{color:var(--text-muted);font-size:.5rem}.dn-output{border-top:1px solid var(--border);padding-top:1rem}.dn-output-bars{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.dn-output-row{align-items:center;gap:.75rem;display:flex}.dn-output-label{min-width:80px;font-size:.85rem;font-weight:600}.dn-output-bar-track{background:var(--border);border-radius:4px;flex:1;height:20px;overflow:hidden}.dn-output-bar-fill{border-radius:4px;height:100%;transition:width .4s}.dn-output-pct{text-align:right;font-variant-numeric:tabular-nums;min-width:40px;font-size:.85rem;font-weight:700}.dn-output-note{margin-top:.5rem}.dn-output-note p{color:var(--text-muted);margin:0;font-size:.8rem;font-style:italic;line-height:1.5}.af-single-viz,.af-compare-viz{border-top:1px solid var(--border);padding-top:1.5rem}.af-scenario{margin-bottom:1rem}.af-scenario p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.af-canvas-wrap{aspect-ratio:1;border:1px solid var(--border);border-radius:.75rem;width:100%;max-width:400px;margin-bottom:1rem;overflow:hidden}.af-canvas{width:100%;height:100%;display:block}.af-info-grid{flex-wrap:wrap;gap:1.5rem;display:flex}.af-info-item{flex-direction:column;gap:.15rem;display:flex}.af-info-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.7rem}.af-info-value{font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:700}.af-compare-status{background:var(--text);color:var(--bg);border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.af-compare-status-dot{background:#d97706;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite pulse-dot}.af-compare-explain{margin-bottom:1.5rem}.af-compare-explain p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.af-compare-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.af-compare-lane-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;display:flex}.af-compare-lane-loss{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.8rem}.af-compare-canvas-wrap{aspect-ratio:1;border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.af-compare-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.af-compare-summary--triple{grid-template-columns:1fr 1fr}.af-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.af-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.af-insight--secondary .af-insight-label,.af-insight--secondary .af-insight-note{color:var(--text-muted)}.af-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.af-insight-rate{font-size:1.5rem;font-weight:800}.af-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.af-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.af-empty p{max-width:500px;margin:0 auto;line-height:1.6}.lf-viz{border-top:1px solid var(--border);padding-top:1.5rem}.lf-scenario{margin-bottom:1rem}.lf-scenario p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.lf-canvas-wrap{aspect-ratio:16/8;border:1px solid var(--border);border-radius:.75rem;width:100%;margin-bottom:1rem;overflow:hidden}.lf-canvas{width:100%;height:100%;display:block}.lf-info-grid{flex-wrap:wrap;gap:1.5rem;display:flex}.lf-info-item{flex-direction:column;gap:.15rem;display:flex}.lf-info-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.7rem}.lf-info-value{font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:700}.lf-compare-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.lf-compare-summary--triple{grid-template-columns:1fr 1fr}.lf-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.lf-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.lf-insight--secondary .lf-insight-label,.lf-insight--secondary .lf-insight-note{color:var(--text-muted)}.lf-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.lf-insight-rate{font-size:1.5rem;font-weight:800}.lf-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.lf-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.lf-empty p{max-width:500px;margin:0 auto;line-height:1.6}.wi-viz{border-top:1px solid var(--border);padding-top:1.5rem}.wi-scenario{margin-bottom:1.5rem}.wi-scenario p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.wi-lanes{flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;display:flex}.wi-lane{border:1px solid var(--border);background:var(--bg-light);border-radius:.75rem;padding:1rem}.wi-lane-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.wi-lane-name{font-size:.9rem;font-weight:700}.wi-lane-verdict{color:var(--text-muted);font-size:.8rem}.wi-layer-bars{align-items:flex-end;gap:3px;height:80px;display:flex}.wi-layer-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.wi-layer-bar{border-radius:3px 3px 0 0;width:100%;min-height:2px;transition:height .2s}.wi-layer-label{color:var(--text-muted);margin-top:2px;font-size:.55rem}.wi-lane-stats{color:var(--text-muted);font-variant-numeric:tabular-nums;gap:1.5rem;margin-top:.5rem;font-size:.75rem;display:flex}.wi-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.wi-summary--triple{grid-template-columns:1fr 1fr 1fr}.wi-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.wi-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.wi-insight--secondary .wi-insight-label,.wi-insight--secondary .wi-insight-note{color:var(--text-muted)}.wi-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.wi-insight-rate{font-size:1.5rem;font-weight:800}.wi-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.wi-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.wi-empty p{max-width:500px;margin:0 auto;line-height:1.6}.op-canvas-wrap{aspect-ratio:1;border:1px solid var(--border);border-radius:.75rem;width:100%;max-width:500px;margin-bottom:1rem;overflow:hidden}.op-canvas{width:100%;height:100%;display:block}.op-lanes{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.op-lane{align-items:center;gap:.75rem;display:flex}.op-lane-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.op-lane-info{flex-direction:column;display:flex}.op-lane-name{font-size:.9rem;font-weight:700}.op-lane-detail{color:var(--text-muted);font-size:.8rem}.op-compare-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.op-compare-summary--triple{grid-template-columns:1fr 1fr 1fr}.op-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.op-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.op-insight--secondary .op-insight-label,.op-insight--secondary .op-insight-note{color:var(--text-muted)}.op-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.op-insight-rate{font-size:1.5rem;font-weight:800}.op-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.op-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.op-empty p{max-width:500px;margin:0 auto;line-height:1.6}.rg-viz{border-top:1px solid var(--border);padding-top:1.5rem}.rg-scenario{margin-bottom:1rem}.rg-scenario p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.rg-dual-canvas{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.rg-canvas-wrap{border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.rg-canvas{aspect-ratio:4/3;width:100%;display:block}.rg-error-display{grid-template-columns:1fr 1fr auto;gap:2rem;margin-bottom:1.5rem;font-size:.85rem;display:grid}.rg-error-col{flex-direction:column;gap:.25rem;display:flex}.rg-error-heading{font-size:.8rem;font-weight:700}.rg-summary{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.rg-summary--triple{grid-template-columns:1fr 1fr 1fr}.rg-insight{background:var(--text);color:var(--bg);border-radius:.875rem;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.rg-insight--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.rg-insight--secondary .rg-insight-label,.rg-insight--secondary .rg-insight-note{color:var(--text-muted)}.rg-insight-label{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:.7rem}.rg-insight-rate{font-size:1.5rem;font-weight:800}.rg-insight-note{opacity:.7;font-size:.85rem;line-height:1.4}.rg-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:3rem 2rem}.rg-empty p{max-width:500px;margin:0 auto;line-height:1.6}.pt-widget{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:2rem}.pt-top-controls{flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-bottom:1.5rem;display:flex}.pt-sliders{flex:1;min-width:280px}.pt-control{margin-bottom:1rem}.pt-control-row{justify-content:space-between;align-items:center;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:flex}.pt-control-val{font-variant-numeric:tabular-nums;color:var(--text-muted)}.pt-control input[type=range]{width:100%;accent-color:var(--text)}.pt-control select{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:.5rem;padding:.4rem .6rem;font-size:.85rem}.pt-actions{flex-wrap:wrap;gap:.5rem;display:flex}.pt-top-controls--compact{justify-content:flex-start;gap:0}.pt-top-controls--compact .pt-actions{margin-bottom:1rem}.pt-phase{border-radius:.75rem;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1.25rem;font-size:.85rem;display:flex}.pt-phase--forward{background:#d9770614;border:1px solid #d9770633}.pt-phase--backward{background:#dc262614;border:1px solid #dc262633}.pt-phase--update{background:#2563eb14;border:1px solid #2563eb33}.pt-phase--done{background:#16a34a14;border:1px solid #16a34a33}.pt-phase-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite pulse-dot}.pt-phase--forward .pt-phase-dot{background:#d97706}.pt-phase--backward .pt-phase-dot{background:#dc2626}.pt-phase--update .pt-phase-dot{background:#2563eb}.pt-phase--done .pt-phase-dot{background:#16a34a;animation:none}.pt-phase-sample{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-left:auto;font-size:.8rem}.pt-svg-wrap{border:1px solid var(--border);background:#fdfaf5;border-radius:.75rem;width:100%;margin-bottom:1rem;overflow:hidden}.pt-svg{width:100%;height:auto;display:block}.pt-stats{border-top:1px solid var(--border);flex-wrap:wrap;gap:2rem;padding:1rem 0;display:flex}.pt-stat{flex-direction:column;gap:.1rem;display:flex}.pt-stat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.7rem}.pt-stat-value{font-variant-numeric:tabular-nums;font-size:1.2rem;font-weight:700}.pt-loss-section{margin-top:1rem}.pt-loss-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.pt-loss-chart{align-items:flex-end;gap:1px;height:50px;display:flex}.pt-loss-bar{border-radius:2px 2px 0 0;flex:1;min-width:2px;transition:height .1s}.pt-converged{background:#16a34a0f;border:1px solid #16a34a26;border-radius:.75rem;margin-top:1rem;padding:1.25rem}.pt-converged p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.pt-legend{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:1rem;font-size:.75rem;display:flex}.pt-legend-item{align-items:center;gap:.35rem;display:flex}.pt-legend-dot{border-radius:50%;width:10px;height:10px}.pt-empty{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:2rem}.pt-empty p{max-width:500px;margin:0 auto;line-height:1.6}@media (width<=900px){.pt-phase-sample{width:100%;margin-left:0}.pn-compare-summary,.pn-compare-summary--triple,.gd-compare-summary,.gd-compare-summary--triple,.af-compare-summary,.af-compare-summary--triple,.lf-compare-summary,.lf-compare-summary--triple,.wi-summary,.wi-summary--triple,.op-compare-summary,.op-compare-summary--triple,.rg-summary,.rg-summary--triple,.of-canvases,.af-compare-grid,.rg-dual-canvas{grid-template-columns:1fr}.rg-error-display{grid-template-columns:1fr;gap:1rem}.dn-grid-cell{width:32px;height:32px}.dn-layers{flex-direction:column;align-items:stretch}.dn-layer{min-width:unset;flex-direction:row}.dn-layer-nodes{max-width:unset;flex-wrap:wrap}}.ch-bottom{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem;display:grid}.ch-bottom-card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.ch-bottom-card h2{margin:0 0 .75rem;font-size:1rem;font-weight:700}.ch-bottom-card p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.ch-bottom-card ul{color:var(--text-muted);margin:0;padding:0 0 0 1.2rem;font-size:.9rem;line-height:1.7}.ch-bottom-card--accent{background:var(--text);color:var(--bg);border-color:var(--text)}.ch-bottom-card--accent p{color:#f5f0e8d9}@media (width<=900px){.book-with-sidebar{grid-template-columns:1fr}.book-sidebar{border-right:none;border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;height:auto;padding:1rem;display:flex;position:static}.book-sidebar-title{border-bottom:none;margin-bottom:0;padding-bottom:0}.book-sidebar-group{flex-wrap:wrap;gap:.25rem;margin-bottom:0;display:flex}.book-sidebar-label{margin-bottom:0;margin-right:.5rem}.book-main{width:100%;padding:0 1.5rem}.book-grid--4,.book-grid--3{grid-template-columns:repeat(2,1fr)}.ch-context,.ch-bottom,.ch-widget-guide-details{grid-template-columns:1fr}.os-results{grid-template-columns:repeat(2,1fr)}.os-compare-summary{grid-template-columns:1fr}}@media (width<=600px){.book-grid--4,.book-grid--3{grid-template-columns:1fr}.os-results{grid-template-columns:1fr 1fr}}
