*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Amazon Ember,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;--primary: #232f3e;--secondary: #ff9900;--tertiary: #007bff;--accent: #00a1c9;--success: #008577;--group1-color: #007bff;--group2-color: #ff9900;--group3-color: #008577;--group1-light: rgba(0, 123, 255, .1);--group2-light: rgba(255, 153, 0, .1);--group3-light: rgba(0, 133, 119, .1);--background: #f5f7f9;--surface: #ffffff;--text: #232f3e;--text-light: #5a6b7c;--border: #e0e4e9;--shadow-sm: 0 1px 3px rgba(0,0,0,.05);--shadow-md: 0 4px 6px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px rgba(0,0,0,.05)}body{background:var(--background);color:var(--text);line-height:1.6;min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}.aws-banner{background-color:var(--primary);color:#fff;text-align:center;padding:.5rem;font-size:.875rem}.aws-banner a{color:var(--secondary);text-decoration:none;font-weight:500}.aws-banner a:hover{text-decoration:underline}.top-nav{display:flex;align-items:center;justify-content:space-between;background:var(--surface);padding:.75rem 1.5rem;box-shadow:var(--shadow-sm);height:64px;z-index:10;position:sticky;top:0}.nav-logo{display:flex;align-items:center;font-weight:600;font-size:1.25rem;color:var(--primary)}.nav-left{display:flex;align-items:center;gap:1rem}.nav-logo img{height:32px;margin-right:8px}.account-name{font-weight:600;font-size:1.125rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--text)}.account-name-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.account-name-caret{font-size:.75rem;margin-left:.4rem;opacity:.7}.no-account{color:var(--text);font-size:1rem;text-decoration:underline}.change-account-link{background:none;border:none;padding:0;font-size:.75rem;font-weight:400;color:var(--text-light);cursor:pointer;text-decoration:underline;margin-top:.1rem}.change-account-link:hover{color:var(--accent, #0073bb)}.account-dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);width:300px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-lg);z-index:200;overflow:hidden}.account-dropdown-filter{width:100%;padding:.6rem .75rem;border:none;border-bottom:1px solid var(--border);font-size:.9rem;outline:none;box-sizing:border-box}.account-dropdown-list{max-height:320px;overflow-y:auto}.account-dropdown-item{padding:.6rem .75rem;cursor:pointer;font-size:.9rem;color:var(--text);border-bottom:1px solid var(--border)}.account-dropdown-item:last-child{border-bottom:none}.account-dropdown-item:hover{background:var(--background)}.account-dropdown-item.active{background:#007bff12;font-weight:600}.user-info{display:flex;align-items:center;gap:8px}.user-avatar{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--border)}.menu-button{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:4px;transition:all .2s ease}.menu-button:hover{background:var(--border);transform:scale(1.05)}.account-selector{position:fixed;top:64px;left:0;height:calc(100vh - 64px);width:260px;background:var(--surface);box-shadow:var(--shadow-lg);z-index:100;padding:1.5rem;overflow-y:auto;border-right:1px solid var(--border)}.account-list{display:flex;flex-direction:column;gap:.75rem}.menu-report-sections{margin-top:1.25rem;border-top:1px solid var(--border);padding-top:1rem}.menu-section{margin-bottom:1rem}.menu-section-header{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #888);margin-bottom:.35rem;padding:.5rem 0 .25rem}.menu-report-item{display:block;width:100%;background:none;border:none;padding:.4rem .5rem;text-align:left;cursor:pointer;font-size:1rem;color:var(--text);border-radius:4px}.menu-report-item:hover{background:var(--background);color:var(--accent)}.menu-report-item.active{background:var(--background);color:var(--accent);font-weight:600;border-left:2px solid var(--accent);padding-left:calc(.6rem - 2px)}.menu-proto-pillar{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#f90;padding:.4rem .5rem .1rem}.menu-proto-item{padding-left:1rem;font-size:.85rem}.report-view{display:flex;flex-direction:column;height:calc(100vh - 64px)}.report-view-header{display:flex;align-items:center;gap:1rem;padding:.75rem 2rem;border-bottom:1px solid var(--border);flex-shrink:0}.report-view-header h2{margin:0;font-size:1.2rem;flex:1}.report-view-back{background:none;border:1px solid var(--border);border-radius:4px;padding:.3rem .75rem;cursor:pointer;font-size:.85rem;color:var(--text);white-space:nowrap}.report-view-back:hover{background:var(--background)}.report-view-body{flex:1;overflow-y:auto;padding:1.5rem 2rem;min-height:0}.welcome-screen{padding:3rem 2rem;max-width:700px}.welcome-logo{font-size:2.5rem;margin-bottom:1rem}.welcome-screen h1{font-size:1.6rem;color:var(--primary);margin:0 0 .75rem}.welcome-screen>p{color:var(--text-light);font-size:1rem;margin-bottom:2rem;line-height:1.6}.welcome-sections{display:flex;flex-direction:column;gap:1rem}.welcome-section{padding:1rem 1.25rem;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.welcome-section-title{font-weight:700;color:var(--primary);margin-bottom:.3rem}.welcome-section-desc{font-size:.875rem;color:var(--text-light);line-height:1.5}.report-view-body.fullheight{padding:0;overflow:hidden}.report-view-body h1,.report-view-body h2,.report-view-body h3{color:#232f3e;margin:1rem 0 .5rem}.report-view-body table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.85rem}.report-view-body th,.report-view-body td{border:1px solid #ddd;padding:6px 10px}.report-view-body th{background:#232f3e;color:#fff}.report-view-body tr:nth-child(2n){background:#f9f9f9}.report-view-body code{background:#f5f5f5;padding:1px 4px;border-radius:3px;font-size:.85em}.report-view-body pre{background:#1e1e1e;color:#d4d4d4;padding:1rem;border-radius:6px;overflow-x:auto;font-size:.8rem}.report-view-body pre code{background:none;padding:0;border-radius:0;font-size:inherit;color:inherit}.report-view-body sup{font-size:.75em;vertical-align:super}.report-view-body ul,.report-view-body ol{padding-left:1.5rem;margin:.5rem 0}.report-view-body a{color:#0073bb}.dashboard-container{padding:1.5rem;flex:1;display:flex;flex-direction:column;min-height:0}.dashboard-groups{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.report-group{background:var(--surface);border-radius:8px;box-shadow:var(--shadow-md);padding:1.5rem;position:relative;border-top:5px solid transparent;transition:all .3s ease}.report-group:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.group-analysis{border-top-color:var(--group1-color)}.group-recommendations{border-top-color:var(--group2-color)}.group-outputs{border-top-color:var(--group3-color)}.group-header{margin-bottom:1.5rem}.group-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.group-subtitle{color:var(--text-light);font-size:.875rem;font-style:italic}.group-analysis .group-title{color:var(--group1-color)}.group-recommendations .group-title{color:var(--group2-color)}.group-outputs .group-title{color:var(--group3-color)}.group-connector{display:flex;justify-content:center;align-items:center;height:40px;color:var(--text-light);position:relative;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.tiles-grid{display:grid;gap:1rem}.tiles-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.report-tile{background:var(--surface);border-radius:6px;padding:1rem;box-shadow:var(--shadow-sm);border:1px solid var(--border);cursor:pointer;transition:all .2s ease;height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.report-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.tile-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;z-index:2;position:relative}.tile-description{color:var(--text-light);font-size:.875rem;flex-grow:1;z-index:2;position:relative}.tile-footer{margin-top:1rem;font-size:.75rem;color:var(--text-light);z-index:2;position:relative}.report-tile-UNUSED-analysis{border-top:3px solid var(--group1-color)}.report-tile-UNUSED-analysis:hover{background-color:var(--group1-light)}.report-tile-UNUSED-analysis:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 20px 20px 0;border-color:transparent var(--group1-color) transparent transparent;opacity:.3}.report-tile-UNUSED-recommendation{border-top:3px solid var(--group2-color)}.report-tile-UNUSED-recommendation:hover{background-color:var(--group2-light)}.report-tile-UNUSED-recommendation:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 20px 20px 0;border-color:transparent var(--group2-color) transparent transparent;opacity:.3}.report-tile-UNUSED-output{border-top:3px solid var(--group3-color)}.report-tile-UNUSED-output:hover{background-color:var(--group3-light)}.report-tile-UNUSED-output:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 20px 20px 0;border-color:transparent var(--group3-color) transparent transparent;opacity:.3}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:1000;display:flex;justify-content:center;align-items:center;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--surface);border-radius:8px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-light);transition:transform .2s ease}.modal-close:hover{transform:rotate(90deg)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-description{color:var(--text-light);font-size:.875rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-header-UNUSED-analysis{border-top:5px solid var(--group1-color)}.modal-header-UNUSED-recommendation{border-top:5px solid var(--group2-color)}.modal-header-UNUSED-output{border-top:5px solid var(--group3-color)}.mock-content{display:flex;flex-direction:column;gap:1.25rem}.mock-paragraph{height:80px;background:linear-gradient(90deg,var(--border),var(--background));border-radius:4px;opacity:.5;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.mock-paragraph.short{height:40px}.mock-chart{height:200px;background:linear-gradient(180deg,var(--border),var(--background));border-radius:4px;opacity:.5;position:relative}.mock-chart:after{content:"Chart Visualization";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--text-light);font-style:italic}.mock-table{height:160px;background:linear-gradient(90deg,var(--border) 0%,var(--background) 50%,var(--border) 100%);border-radius:4px;opacity:.5;position:relative}.mock-table:after{content:"Data Table";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--text-light);font-style:italic}.btn-secondary{background:var(--background);border:1px solid var(--border);border-radius:4px;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:var(--border);transform:translateY(-2px)}footer{text-align:center;padding:1rem;color:var(--text-light);font-size:.875rem;background:var(--surface);border-top:1px solid var(--border)}.loading{display:flex;align-items:center;justify-content:center;padding:2rem}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top:3px solid var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.top-nav{padding:.75rem 1rem}.account-name{font-size:.875rem}.dashboard-container{padding:1rem}.tiles-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.modal-content{width:95%;max-height:85vh}}@media (min-width: 1024px){.dashboard-groups{flex-direction:row;align-items:flex-start;overflow-x:auto;padding-bottom:1rem;gap:1rem}.group-analysis{min-width:400px;flex:2.5}.group-recommendations{min-width:300px;flex:1.5}.group-outputs{min-width:280px;flex:1}.group-connector{width:40px;height:auto;margin-top:8rem;flex-shrink:0}.group-analysis .tiles-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.group-recommendations .tiles-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.group-outputs .tiles-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.dashboard-groups.layout-masonry{flex-direction:column;gap:1.5rem}.dashboard-groups.layout-masonry .report-group{width:100%}.dashboard-groups.layout-masonry .group-analysis .tiles-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem}.dashboard-groups.layout-masonry .group-recommendations .tiles-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.dashboard-groups.layout-masonry .group-outputs .tiles-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.dashboard-groups.layout-compact .group-analysis .tiles-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.dashboard-groups.layout-compact .group-analysis .report-tile{padding:.75rem}.dashboard-groups.layout-compact .group-analysis .tile-title{font-size:.9rem}.dashboard-groups.layout-compact .group-analysis .tile-description{font-size:.8rem}.dashboard-groups.layout-priority .group-analysis{order:1;background:linear-gradient(135deg,var(--group1-light),var(--surface));border:2px solid var(--group1-color)}.dashboard-groups.layout-priority .group-recommendations{order:2}.dashboard-groups.layout-priority .group-outputs{order:3}.dashboard-groups.layout-tabs{display:block}.dashboard-groups.layout-tabs .report-group{width:100%;max-width:100%;transform:none}.dashboard-groups.layout-tabs .tiles-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem}@media (min-width: 1024px){.dashboard-groups.layout-tabs .tiles-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.tab-content{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.report-tile{transform-origin:center bottom}@keyframes subtle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.group-tile-count{display:inline-block;background:#0000001a;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;margin-left:.5rem}.group-analysis .group-tile-count{background:var(--group1-light);color:var(--group1-color)}.group-recommendations .group-tile-count{background:var(--group2-light);color:var(--group2-color)}.group-outputs .group-tile-count{background:var(--group3-light);color:var(--group3-color)}.collapsible-section{margin-bottom:1rem;border-bottom:1px solid var(--border)}.section-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;cursor:pointer}.section-header h3{font-size:1rem;font-weight:600;color:var(--primary)}.chevron{font-size:.75rem;transition:transform .3s ease}.chevron.expanded{transform:rotate(0)}.account-selector{position:fixed;top:64px;left:0;height:calc(100vh - 64px);width:280px;background:var(--surface);box-shadow:var(--shadow-lg);transform:translate(-100%);transition:transform .3s ease;z-index:100;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column}.account-selector.open{transform:translate(0)}.selector-header{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.close-selector{background:none;border:none;cursor:pointer;font-size:1.5rem;transition:transform .2s ease}.close-selector:hover{transform:scale(1.1)}.account-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding-left:.5rem}.account-item{padding:.75rem;border-radius:6px;border:1px solid var(--border);cursor:pointer;transition:all .2s ease}.account-item:hover{background:var(--background);border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-md)}.account-item.active{background:#007bff0d;border-color:var(--tertiary)}.main-content{flex:1;margin-left:260px}.App{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f5f5}.content-wrapper{display:flex;flex:1}.main{flex:1;padding:2rem;overflow-y:auto}.title-bar{background:#0f1923;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:60px;font-size:.8rem;position:relative}.title-bar-brand{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem}.title-bar-reports{background:none;border:none;color:#ffffffd9;font-size:.85rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:3px}.title-bar-reports:hover{color:#f90}.title-bar-icon{height:38px;width:38px;-o-object-fit:contain;object-fit:contain;border-radius:6px}.title-bar-name{font-size:1.25rem;font-weight:700;letter-spacing:.03em;color:#f90}.title-bar-user{display:flex;align-items:center;gap:.75rem;color:#ffffffbf}.title-bar-signout{background:none;border:1px solid rgba(255,255,255,.3);border-radius:3px;color:#ffffffbf;padding:.2rem .6rem;font-size:.75rem;cursor:pointer}.title-bar-signout:hover{border-color:#f90;color:#f90}.header{background-color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center}.header h1{flex:1;color:#232f3e;font-size:1.4rem}.header-title{display:flex;flex-direction:column;flex:1}.header-title h1{margin:0;font-size:1.4rem;color:#232f3e}.customer-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.customer-menu-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.customer-menu-panel{position:absolute;left:0;top:0;bottom:0;width:320px;background:#fff;box-shadow:4px 0 16px #00000026;display:flex;flex-direction:column;z-index:1}.customer-filter{padding:.75rem 1rem;border:none;border-bottom:1px solid #eee;font-size:.9rem;outline:none}.customer-list{flex:1;overflow-y:auto}.customer-item{display:block;width:100%;text-align:left;background:none;border:none;border-bottom:1px solid #f0f0f0;padding:.75rem 1rem;cursor:pointer;font-size:.9rem;color:#333;transition:background .15s}.customer-item:hover{background:#f5f5f5}.customer-item.active{background:#232f3e;color:#fff}.main-tabs{display:flex;border-bottom:2px solid #eee;margin-bottom:1.5rem}.main-tab{background:none;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;color:#888;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.main-tab.active{color:#232f3e;border-bottom-color:#f90}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:2000;display:flex;align-items:center;justify-content:center}.modal{background:#fff;border-radius:8px;width:90vw;max-width:900px;height:85vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000004d}.modal-header{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee;gap:.75rem}.modal-header h2{flex:1;color:#232f3e;font-size:1.2rem}.modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#666;padding:.25rem}.modal-close:hover{color:#232f3e}.modal-download{background:none;border:1px solid #ccc;border-radius:4px;padding:.25rem .6rem;font-size:.75rem;cursor:pointer;color:#555}.modal-download:hover{background:#f0f0f0}.modal-content{flex:1;overflow-y:auto;padding:1.5rem}.modal-content h1,.modal-content h2,.modal-content h3{color:#232f3e;margin:1rem 0 .5rem}.modal-content table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.85rem}.modal-content th,.modal-content td{border:1px solid #ddd;padding:6px 10px}.modal-content th{background:#232f3e;color:#fff}.modal-content tr:nth-child(2n){background:#f9f9f9}.modal-content code{background:#f5f5f5;padding:1px 4px;border-radius:3px;font-size:.85em}.modal-content pre{background:#1e1e1e;color:#d4d4d4;padding:1rem;border-radius:6px;overflow-x:auto;font-size:.8rem}.modal-content pre code{background:none;padding:0;border-radius:0;font-size:inherit;color:inherit}.modal-content sup{font-size:.75em;vertical-align:super}.modal-content ul,.modal-content ol{padding-left:1.5rem;margin:.5rem 0}.modal-content a{color:#0073bb}.auth-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem;background:#f5f5f5}.auth-screen h1{color:#232f3e}.auth-screen p{color:#666}.auth-screen .action-button{width:auto;padding:.75rem 2rem;font-size:1rem}.action-button{width:100%;background-color:#f90;color:#232f3e;border:none;border-radius:4px;padding:.75rem 1rem;margin-bottom:.75rem;font-size:.875rem;font-weight:700;cursor:pointer;text-align:left;transition:background-color .2s}.action-button:hover{background-color:#ec7211}.techmap-container{display:flex;flex-direction:column;height:100%}.techmap-tabs{display:flex;border-bottom:2px solid #eee}.techmap-tab{background:none;border:none;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500;cursor:pointer;color:#888;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.techmap-tab.active{color:#232f3e;border-bottom-color:#f90}.techmap-body{flex:1;overflow:hidden;background:#fafafa;border:1px solid #eee;border-top:none;position:relative;min-height:0}.techmap-iframe{width:100%;height:100%;border:none}.mindmap-toolbar{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8f8f8;border-bottom:1px solid #eee}.mindmap-toolbar button{background:#232f3e;color:#fff;border:none;border-radius:4px;padding:.3rem .8rem;font-size:.8rem;cursor:pointer}.mindmap-toolbar button:hover{background:#374a5e}.mindmap-toolbar-divider{width:1px;height:20px;background:#ccc;margin:0 .25rem}.mindmap-search{padding:.25rem .6rem;border:1px solid #ccc;border-radius:4px;font-size:.8rem;width:180px}.mindmap-search:focus{outline:none;border-color:#f90}.mindmap-tooltip{position:absolute;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 16px #00000026;padding:.75rem 1rem;max-width:360px;z-index:100;font-size:.82rem}.mindmap-tooltip-title{font-weight:700;color:#232f3e;margin-bottom:.4rem;padding-right:1.5rem}.mindmap-tooltip-note{color:#555;line-height:1.5}.mindmap-tooltip-close{position:absolute;top:.4rem;right:.5rem;background:none;border:none;cursor:pointer;color:#999;font-size:.85rem}.run-picker{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666;margin-top:.25rem}.run-picker select{font-size:.85rem;padding:.2rem .5rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer}.analysis-form{display:flex;flex-direction:column;gap:1.5rem}.analysis-form label{display:flex;flex-direction:column;gap:.5rem;font-size:1rem;font-weight:600;color:#333;margin-top:.5rem}.analysis-form input{padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-weight:400}.analysis-form input:focus{outline:none;border-color:#f90}.analysis-form textarea{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical;box-sizing:border-box}.analysis-form textarea:focus{outline:none;border-color:#f90}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.form-submit{background:#f90;border:none;border-radius:4px;padding:.75rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;color:#232f3e}.form-submit-secondary{background:#232f3e;color:#fff}.form-submit-secondary:hover{background:#374a5e}.form-submit:disabled{opacity:.6;cursor:default}.form-section{margin-bottom:1.75rem}.form-hint{color:#888;font-size:.8rem;margin:0 0 .75rem}.new-analysis-card{background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000001a;width:100%;max-width:800px;padding:2.5rem;margin:2rem auto}.prototype-markdown h1,.prototype-markdown h2,.prototype-markdown h3{margin-top:1.75rem;margin-bottom:.5rem}.prototype-markdown p{margin-bottom:.75rem;line-height:1.7}.prototype-markdown ul,.prototype-markdown ol{margin-bottom:.75rem;padding-left:1.4rem}.prototype-markdown li{margin-bottom:.3rem}.prototype-markdown hr{margin:1.5rem 0;border:none;border-top:1px solid #e0e0e0}.prototype-markdown blockquote{border-left:3px solid #ff9900;padding-left:1rem;color:#555;margin:1rem 0}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.relative{position:relative}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mb-3{margin-bottom:.75rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.resize{resize:both}.items-center{align-items:center}.justify-between{justify-content:space-between}.border{border-width:1px}.text-quiet{--tw-text-opacity: 1;color:rgb(122 113 106 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.outline{outline-style:solid}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btd-proto{font-family:Inter,sans-serif;background:#fbf7ef;color:#1a1713;min-height:100vh}.btd-proto,.btd-proto *,.btd-proto *:before,.btd-proto *:after{box-sizing:border-box}.btd-proto button{font-family:inherit;color:inherit;background:none;border:none;cursor:pointer;padding:0}.btd-proto a{color:inherit;text-decoration:none}.btd-proto h1,.btd-proto h2,.btd-proto h3,.btd-proto h4{font-weight:inherit;line-height:inherit;margin:0}.btd-proto ul,.btd-proto ol{list-style:none;margin:0;padding:0}.btd-proto p{margin:0}.btd-proto .serif{font-family:Fraunces,serif;font-optical-sizing:auto}.btd-proto .mono{font-family:JetBrains Mono,monospace}.btd-proto .tag{letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:600}.btd-proto .kicker{letter-spacing:.14em;text-transform:uppercase;font-size:11px;color:#7a716a;font-weight:600}.btd-proto .rule{height:1px;background:#1a1713;opacity:.12}.btd-proto .cite{font-family:JetBrains Mono,monospace;font-size:9px;color:#5c6b4a;vertical-align:super;margin-left:2px;cursor:help;padding:0 3px;border-radius:2px;transition:background .15s;letter-spacing:0;position:relative}.btd-proto .cite:hover{background:#5c6b4a;color:#fbf7ef}.btd-proto .num{font-family:JetBrains Mono,monospace;font-weight:500;letter-spacing:-.01em}.btd-proto .num-cite{font-family:JetBrains Mono,monospace;font-size:9.5px;background:#efe9dc;border:1px solid #E4DCCF;color:#5c6b4a;padding:1px 4px 0;border-radius:2px;margin-left:3px;vertical-align:1px;cursor:help;position:relative}.btd-proto .num-cite:hover{background:#5c6b4a;color:#fbf7ef;border-color:#5c6b4a}.btd-proto-cite-pop{position:fixed;width:440px;background:#fbf7ef;border:1px solid #1A1713;border-radius:6px;box-shadow:0 10px 30px -8px #1a17132e,0 2px 6px #1a17130f;padding:0;font-size:12.5px;line-height:1.6;color:#1a1713;opacity:0;pointer-events:none;transition:opacity .12s;z-index:60;overflow:hidden;font-family:Inter,sans-serif}.btd-proto-cite-pop.open{opacity:1;pointer-events:auto}.btd-proto-cite-pop .cite-pop-head{padding:10px 14px 8px;border-bottom:1px solid #E4DCCF;background:#f4efe6;display:flex;align-items:center;justify-content:space-between;gap:10px}.btd-proto-cite-pop .cite-pop-head .src{font-family:JetBrains Mono,monospace;font-size:11px;color:#1a1713;font-weight:500}.btd-proto-cite-pop .cite-pop-head .meta{font-size:10.5px;color:#7a716a;letter-spacing:.04em}.btd-proto-cite-pop .cite-pop-body{padding:14px 16px 12px;font-size:13px;line-height:1.6;color:#1a1713;max-height:240px;overflow-y:auto}.btd-proto-cite-pop .cite-pop-body em.highlight{background:#a44a2e1f;font-style:normal;padding:0 2px;border-radius:1px}.btd-proto-cite-pop .cite-pop-foot{padding:8px 14px;border-top:1px solid #E4DCCF;background:#fbf7ef;display:flex;align-items:center;justify-content:space-between;font-size:10.5px;color:#7a716a;letter-spacing:.04em}.btd-proto-cite-pop .cite-pop-foot a{color:#a44a2e;display:inline-flex;align-items:center;gap:4px}.btd-proto-cite-pop .cite-pop-foot a:hover{text-decoration:underline}.btd-proto .inferred{border-bottom:1px dotted #BCB2A5;padding-bottom:1px}.btd-proto .aging{border-left:2px solid #B28B3E}.btd-proto .stale{border-left:2px solid #A44A2E}.btd-proto .role-pill{padding:4px 12px;border-radius:999px;font-size:11px;font-weight:500;color:#7a716a;cursor:pointer;transition:all .15s}.btd-proto .role-pill.active{background:#1a1713;color:#f4efe6}.btd-proto .role-pill:not(.active):hover{color:#1a1713}.btd-proto .dot-primary{background:radial-gradient(circle at 30% 30%,#c96a47,#a44a2e)}.btd-proto .dot-warm{background:radial-gradient(circle at 30% 30%,#d4b87a,#b28b3e)}.btd-proto .dot-neutral{background:radial-gradient(circle at 30% 30%,#a8b49a,#7b8a6c)}.btd-proto .dot-cool{background:radial-gradient(circle at 30% 30%,#bcb2a5,#9a8f82)}.btd-proto-drawer{position:fixed;top:0;right:0;bottom:0;width:520px;background:#fbf7ef;border-left:1px solid #E4DCCF;transform:translate(100%);transition:transform .2s ease-out;z-index:50;overflow-y:auto;font-family:Inter,sans-serif;color:#1a1713}.btd-proto-drawer.open{transform:translate(0)}.btd-proto-drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a171333;opacity:0;pointer-events:none;transition:opacity .2s;z-index:40}.btd-proto-drawer-scrim.open{opacity:1;pointer-events:auto}.btd-proto .why-card{position:absolute;top:100%;left:0;margin-top:14px;width:520px;background:#fbf7ef;border:1px solid #1A1713;border-radius:6px;padding:18px 22px 16px;font-family:Inter,sans-serif!important;font-size:13px;line-height:1.6;color:#1a1713;opacity:0;pointer-events:none;transition:opacity .12s;z-index:30;box-shadow:0 10px 30px -8px #1a17132e,0 2px 6px #1a17130f}.btd-proto .why-card,.btd-proto .why-card *{font-family:Inter,sans-serif}.btd-proto .why-card .mono,.btd-proto .why-card .cite{font-family:JetBrains Mono,monospace}.btd-proto .why-trigger{position:relative;display:inline-block}.btd-proto .why-trigger:hover .why-card{opacity:1;pointer-events:auto}.btd-proto .why-card .framing-list{list-style:none;padding:0;margin:0}.btd-proto .why-card .framing-list li{display:block;padding:10px 0 12px;border-bottom:1px solid rgba(26,23,19,.08);font-size:13px;line-height:1.55;color:#3a342e}.btd-proto .why-card .framing-list li:last-child{border-bottom:none;padding-bottom:2px}.btd-proto .why-card .framing-list li .bullet-arrow{display:none}.btd-proto .why-card .framing-list li strong{display:block;font-weight:600;color:#1a1713;font-size:12.5px;letter-spacing:.01em;margin-bottom:3px}.btd-proto .why-card .framing-list li>span{display:block;text-indent:-.4em}.btd-proto .why-card .framing-list li>span strong{text-indent:0}.btd-proto .why-chip{display:inline-flex;align-items:center;gap:3px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500;color:#5c6b4a;background:transparent;border:1px solid #C8CEBB;border-radius:999px;padding:1px 7px 1px 6px;margin-left:6px;vertical-align:7px;cursor:help;transition:all .12s;letter-spacing:.02em}.btd-proto .why-chip:hover{background:#5c6b4a;color:#fbf7ef;border-color:#5c6b4a}.btd-proto .why-chip svg{width:10px;height:10px;stroke-width:2}.btd-proto .feed-item{border-left:1px solid #E4DCCF;padding-left:16px;padding-bottom:14px;position:relative}.btd-proto .feed-item:before{content:"";position:absolute;left:-3px;top:6px;width:5px;height:5px;background:#1a1713;border-radius:50%}.btd-proto .feed-item.fresh:before{background:#5c6b4a}.btd-proto .feed-item.aging:before{background:#b28b3e}.btd-proto .feed-item.stale:before{background:#a44a2e}.btd-proto .changed-from{text-decoration:line-through;color:#bcb2a5}.btd-proto .primary-btn{background:#1a1713;color:#f4efe6;padding:8px 16px;font-size:12px;font-weight:500;border-radius:3px;transition:background .15s}.btd-proto .primary-btn:hover{background:#a44a2e}.btd-proto .ghost-btn{border:1px solid #E4DCCF;color:#1a1713;padding:7px 14px;font-size:12px;font-weight:500;border-radius:3px;background:transparent;transition:all .15s}.btd-proto .ghost-btn:hover{background:#1a1713;color:#f4efe6;border-color:#1a1713}.btd-proto .lens-select{font-size:11px;background:transparent;border:1px solid #E4DCCF;padding:3px 22px 3px 10px;border-radius:999px;color:#1a1713;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><path d='M2 4l3 3 3-3' stroke='%237A716A' fill='none' stroke-width='1.3'/></svg>");background-repeat:no-repeat;background-position:right 8px center}.btd-proto .move-row{display:flex;align-items:flex-start;gap:20px}.btd-proto .move-num{font-family:Fraunces,serif;color:#a44a2e;font-size:40px;line-height:.9;font-weight:600;width:44px;flex:0 0 44px;text-align:left}.btd-proto .move-body{flex:1 1 auto;min-width:0}.btd-proto .ink-strip{background:#1a1713;color:#f4efe6}.btd-proto .ink-strip .tag-hot{color:#d87a5a}.btd-proto .ink-strip .dim{color:#f4efe68c}.btd-proto .ink-strip .faint-line{background:#f4efe633}.btd-proto svg.lucide{width:15px;height:15px;stroke-width:1.6;vertical-align:middle;flex-shrink:0}.btd-proto svg.ico-sm{width:12px;height:12px;stroke-width:1.6}.btd-proto svg.ico-lg{width:18px;height:18px;stroke-width:1.6}.btd-proto .bullet-arrow{width:12px;height:12px;stroke-width:1.8;display:inline-block;margin-right:6px;color:#a44a2e;vertical-align:-1px}.btd-proto .framing-list li{display:flex;gap:6px;align-items:flex-start;padding:2px 0}.btd-proto .framing-list .bullet-arrow{margin-top:4px}.btd-proto .app{display:grid;grid-template-columns:232px 1fr;min-height:100vh;transition:grid-template-columns .2s ease-out}.btd-proto .app.rail-collapsed{grid-template-columns:52px 1fr}.btd-proto .rail{background:#f4efe6;border-right:1px solid #E4DCCF;padding:22px 16px 16px;position:sticky;top:0;height:100vh;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;transition:padding .2s}.btd-proto .app.rail-collapsed .rail{padding:22px 8px 16px}.btd-proto .app.rail-collapsed .rail-item span.lbl,.btd-proto .app.rail-collapsed .rail-sub-item,.btd-proto .app.rail-collapsed .rail-group-label,.btd-proto .app.rail-collapsed .account-picker,.btd-proto .app.rail-collapsed .rail-brand .ml-auto,.btd-proto .app.rail-collapsed .rail-bottom>div:last-child{display:none}.btd-proto .app.rail-collapsed .rail-item{justify-content:center;padding:8px}.btd-proto .app.rail-collapsed .rail-item .rail-ico{margin:0}.btd-proto .app.rail-collapsed .rail-brand{justify-content:center;padding:0 0 14px}.btd-proto .rail-bottom{margin-top:auto;padding-top:12px;border-top:1px solid #E4DCCF}.btd-proto .rail-brand{display:flex;align-items:center;gap:8px;padding:0 6px 18px;background:transparent;border:none;color:inherit;text-align:left;width:100%;cursor:pointer;border-radius:4px;transition:opacity .12s}.btd-proto .rail-brand:hover{opacity:.7}.btd-proto .rail-section{padding:10px 0 4px 6px}.btd-proto .rail-group-label{letter-spacing:.16em;text-transform:uppercase;font-size:9.5px;font-weight:600;color:#9a8f82;padding:10px 6px 6px}.btd-proto .rail-item{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:4px;color:#1a1713;font-size:13px;cursor:pointer;transition:background .1s}.btd-proto .rail-item:hover{background:#1a17130d}.btd-proto .rail-item.active{background:#1a1713;color:#f4efe6}.btd-proto .rail-item .rail-ico{width:14px;font-size:12px;color:#7a716a;text-align:center}.btd-proto .rail-item.active .rail-ico{color:#f4efe6}.btd-proto .rail-sub-item{display:flex;align-items:center;padding:5px 10px 5px 32px;font-size:12px;color:#5c5850;border-radius:4px;cursor:pointer;position:relative}.btd-proto .rail-sub-item:hover{background:#1a17130a;color:#1a1713}.btd-proto .rail-sub-item.active{color:#a44a2e;font-weight:600}.btd-proto .rail-sub-item.active:before{content:"";position:absolute;left:22px;top:50%;width:4px;height:4px;background:#a44a2e;border-radius:50%;transform:translateY(-50%)}.btd-proto .account-picker{border:1px solid #E4DCCF;border-radius:6px;padding:10px 12px;margin:4px 0 8px;background:#fbf7ef;cursor:pointer}.btd-proto .account-picker:hover{border-color:#1a1713}.btd-proto .topbar{height:48px;background:#fbf7ef;border-bottom:1px solid #E4DCCF;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}.btd-proto .content-wrap{min-width:0}.btd-proto .placeholder-page{padding:80px 48px;max-width:960px;margin:0 auto}
