.detail-container{display:grid;grid-template-columns:96px minmax(0,1fr) 320px;max-width:1400px;margin:80px auto 40px;padding:0 24px;column-gap:32px;row-gap:0;min-height:calc(100vh - 120px);align-items:start}.detail-main{display:contents}.section-nav{grid-column:1;grid-row:1/span 3;width:96px;flex-shrink:0;position:sticky;top:96px;align-self:flex-start;display:flex;flex-direction:column;gap:10px}.section-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 12px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#4b5563;text-decoration:none;font-size:13px;font-weight:600;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:.2s}.section-nav-link:hover{border-color:#667eea;color:#667eea;transform:translateX(2px)}.section-nav-link.active{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-color:#667eea;color:#fff;box-shadow:0 8px 20px rgba(102,126,234,.25)}.back-button{margin-bottom:24px}.btn-back{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;text-decoration:none;font-size:14px;transition:.2s}.btn-back:hover{background:#f3f4f6;border-color:#667eea;color:#667eea;transform:translateX(-2px)}.project-header{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.project-title{font-size:32px;font-weight:700;color:#111827;margin:0 0 16px;line-height:1.3}.project-meta-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.author-info{display:flex;align-items:center;gap:8px;font-size:15px;color:#6b7280}.author-info i{font-size:20px;color:#667eea}.project-stats{display:flex;gap:20px;font-size:14px;color:#6b7280}.project-stats span{display:flex;align-items:center;gap:6px}.project-stats i{color:#9ca3af}.project-badges{display:inline-flex;gap:8px;flex-wrap:wrap;margin-right:12px}.project-header-tags{align-items:center;vertical-align:top}.badge{padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;color:#fff}.badge-featured{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%)}.badge-difficulty{background:rgba(0,0,0,.6)}.badge-difficulty.beginner{background:linear-gradient(135deg,#10b981 0,#059669 100%)}.badge-difficulty.intermediate{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%)}.badge-difficulty.advanced{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%)}.badge-category{background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}.project-thumbnail{background:#fff;border-radius:12px;overflow:hidden;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.project-thumbnail img{width:100%;height:auto;display:block}.canvas-preview-card{padding:20px}.canvas-stage-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.canvas-stage-copy h2{margin:0 0 6px;font-size:20px;font-weight:700;color:#111827}.canvas-stage-copy p{margin:0;font-size:14px;color:#6b7280}.canvas-stage-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.canvas-scene-summary{color:#64748b;font-size:13px;font-weight:600;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px}.canvas-control-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid #dbe2ea;border-radius:10px;background:#fff;color:#334155;font-size:14px;font-weight:600;cursor:pointer;transition:.2s}.canvas-control-btn:hover{border-color:#667eea;color:#667eea;transform:translateY(-1px)}.canvas-control-btn-icon{width:40px;padding:0}.canvas-control-btn-primary{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-color:transparent;color:#fff}.canvas-control-btn-primary:hover{color:#fff;border-color:transparent;box-shadow:0 10px 18px rgba(102,126,234,.22)}.canvas-zoom-level{min-width:74px;text-align:center;color:#0f172a;font-size:14px;font-weight:700}.community-canvas-viewport{position:relative;height:560px;overflow:hidden;border-radius:18px;border:1px solid #dbe2ea;background:linear-gradient(135deg,#f8fbff 0,#eef3f8 100%);cursor:grab;touch-action:none}.community-canvas-viewport.is-dragging{cursor:grabbing}.community-canvas-viewport canvas{width:100%;height:100%;display:block}.community-canvas-overlay{position:absolute;left:16px;bottom:16px;display:flex;gap:8px;flex-wrap:wrap;pointer-events:none}.canvas-overlay-tip{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:rgba(15,23,42,.76);color:#fff;font-size:12px;font-weight:600;box-shadow:0 10px 20px rgba(15,23,42,.18)}.community-canvas-empty{position:absolute;inset:0;display:none;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#64748b;font-size:15px;font-weight:600;pointer-events:none}.community-canvas-empty.is-visible{display:flex}.community-canvas-empty i{font-size:30px;color:#94a3b8}#canvasSection:fullscreen{width:100vw;height:100vh;max-width:none;margin:0;padding:20px;border-radius:0;box-sizing:border-box;display:flex;flex-direction:column;background:#f8fafc}#canvasSection:-webkit-full-screen{width:100vw;height:100vh;max-width:none;margin:0;padding:20px;border-radius:0;box-sizing:border-box;display:flex;flex-direction:column;background:#f8fafc}#canvasSection:fullscreen .community-canvas-viewport{flex:1;height:auto;min-height:0}#canvasSection:-webkit-full-screen .community-canvas-viewport{flex:1;height:auto;min-height:0}#canvasSection.is-fullscreen{box-shadow:none}.action-bar{background:#fff;border-radius:12px;padding:20px 24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.action-buttons{display:flex;gap:12px}.btn-action{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:.2s}.btn-action:hover:not(:disabled){border-color:#667eea;color:#667eea;transform:translateY(-2px)}.btn-action:disabled{opacity:.5;cursor:not-allowed}.btn-action.active{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-color:#667eea;color:#fff}.btn-action.active i{animation:.6s heartbeat}@keyframes heartbeat{0%,100%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1.1)}}.btn-action i{font-size:16px}.action-secondary .btn-primary{padding:12px 24px;font-size:14px;display:flex;align-items:center;gap:8px}.project-tags{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.project-tags h3{font-size:16px;font-weight:600;color:#111827;margin:0 0 12px}.tags-list{display:flex;gap:8px;flex-wrap:wrap}.tag{padding:6px 14px;background:linear-gradient(135deg,#ede9fe 0,#e9d5ff 100%);color:#7c3aed;border-radius:16px;font-size:13px;font-weight:500}.project-code,.project-content{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.project-content h2{font-size:20px;font-weight:600;color:#111827;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.project-table-section{overflow:hidden}.table-section-description{margin:0 0 16px;color:#64748b;font-size:14px;line-height:1.7}.table-shell{overflow-x:auto}.resource-table{width:100%;border-collapse:collapse;min-width:760px}.resource-table td,.resource-table th{padding:14px 12px;border-bottom:1px solid #e5e7eb;vertical-align:top;text-align:left;font-size:14px;color:#334155}.resource-table th{background:#f8fafc;color:#0f172a;font-size:13px;font-weight:700;position:sticky;top:0;z-index:1}.resource-table tr:last-child td{border-bottom:none}.resource-table tbody tr:hover td{background:#fafcff}.bom-component-name,.wiring-module-name{font-weight:700;color:#0f172a}.wiring-module-chip{display:inline-flex;align-items:center;min-height:30px;padding:4px 10px;border-radius:10px;font-weight:700;line-height:1.4}.bom-component-meta,.wiring-pin-name{margin-top:4px;color:#64748b;font-size:12px;line-height:1.5}.resource-link{display:inline-flex;align-items:center;gap:6px;color:#4f46e5;text-decoration:none;font-weight:600;white-space:nowrap}.resource-link:hover{text-decoration:underline}.bom-schematic-link{display:inline-flex;flex-direction:column;gap:8px;text-decoration:none}.bom-schematic-image{width:132px;height:88px;object-fit:cover;border-radius:10px;border:1px solid #dbe2ea;background:#f8fafc}.bom-schematic-caption{font-size:12px;color:#4f46e5;font-weight:600}.resource-empty{color:#94a3b8;font-size:13px}.bom-description{color:#475569;line-height:1.7;max-width:420px}.bom-description-meta{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.bom-description-meta a{color:#0f766e;font-size:12px;font-weight:600;text-decoration:none}.bom-description-meta a:hover{text-decoration:underline}.quantity-badge{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:28px;padding:0 10px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:700}.pin-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.01em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.wire-color-chip{display:inline-flex;align-items:center;gap:8px}.wire-color-dot{width:14px;height:14px;border-radius:999px;border:1px solid rgba(15,23,42,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);flex-shrink:0}.wire-color-hex{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.02em}.content-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.content-header h2{margin-bottom:0;flex:1}.content-body{font-size:15px;line-height:1.8;color:#374151}.code-body pre{margin:0;background:#111827;color:#e5e7eb;padding:18px;border-radius:10px;overflow-x:auto}.code-body code{font-family:Consolas,Monaco,'Courier New',monospace;font-size:14px;line-height:1.7;white-space:pre}.code-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:18px;align-items:start}.code-sidebar{min-height:320px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;overflow:hidden}.code-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#fff;color:#0f172a;font-size:14px;font-weight:700}.code-sidebar-count{color:#64748b;font-size:12px;font-weight:600}.code-tree{max-height:540px;overflow:auto;padding:10px}.code-tree-group{margin-bottom:10px}.code-tree-folder{display:flex;align-items:center;gap:8px;padding:8px 10px;color:#475569;font-size:13px;font-weight:700;border-radius:10px}.code-tree-folder i{color:#f59e0b}.code-tree-files{display:flex;flex-direction:column;gap:4px;margin-top:4px}.code-tree-file{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:9px 10px;border:1px solid transparent;border-radius:10px;background:0 0;color:#334155;cursor:pointer;text-align:left;transition:.2s}.code-tree-file:hover{border-color:#cbd5e1;background:#fff}.code-tree-file.is-active{border-color:#c7d2fe;background:linear-gradient(135deg,#eef2ff 0,#f5f3ff 100%);color:#312e81;box-shadow:0 8px 18px rgba(99,102,241,.12)}.code-tree-file-main{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.code-tree-file-main i{color:#6366f1;flex-shrink:0}.code-tree-file-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600}.code-tree-badge{flex-shrink:0;padding:2px 8px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:700}.code-main{min-width:0}.code-file-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;margin-bottom:12px;flex-wrap:wrap}.code-file-path{color:#0f172a;font-size:14px;font-weight:700;word-break:break-all}.code-file-meta{color:#64748b;font-size:12px;font-weight:600}.code-empty{display:flex;align-items:center;justify-content:center;min-height:220px;padding:24px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:#64748b;font-size:14px;font-weight:600;text-align:center}#bomSection,#canvasSection,#codeSection,#documentSection,#wiringSection{scroll-margin-top:96px}.content-body h1,.content-body h2,.content-body h3,.content-body h4,.content-body h5,.content-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.3;color:#111827}.content-body h1{font-size:28px;border-bottom:2px solid #e5e7eb;padding-bottom:10px}.content-body h2{font-size:24px;border-bottom:1px solid #e5e7eb;padding-bottom:8px}.content-body h3{font-size:20px}.content-body h4{font-size:17px}.content-body p{margin-bottom:16px}.content-body ol,.content-body ul{margin-bottom:16px;padding-left:24px}.content-body li{margin-bottom:8px}.content-body code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:Consolas,Monaco,'Courier New',monospace;font-size:14px;color:#dc2626}.content-body pre{background:#1f2937;color:#e5e7eb;padding:16px;border-radius:8px;overflow-x:auto;margin-bottom:16px}.content-body pre code{background:0 0;color:inherit;padding:0;font-size:14px}.content-body blockquote{border-left:4px solid #667eea;padding-left:16px;margin:16px 0;color:#6b7280;font-style:italic}.content-body table{width:100%;border-collapse:collapse;margin-bottom:16px;overflow-x:auto;display:block}.content-body td,.content-body th{padding:12px;border:1px solid #e5e7eb;text-align:left}.content-body th{background:#f9fafb;font-weight:600;color:#111827}.content-body tr:nth-child(2n){background:#f9fafb}.content-body hr{border:none;border-top:1px solid #e5e7eb;margin:24px 0}.content-body a{color:#667eea;text-decoration:none}.content-body a:hover{text-decoration:underline}.content-body img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}.comments-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.comments-section h2{font-size:20px;font-weight:600;color:#111827;margin:0 0 20px;display:flex;align-items:center;gap:8px}.comment-count{font-size:16px;color:#9ca3af;font-weight:400}.comment-form{margin-bottom:32px;padding:20px;background:#f9fafb;border-radius:8px}.comment-form textarea{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .2s;box-sizing:border-box}.comment-form textarea:focus{outline:0;border-color:#667eea}.comment-form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.char-count{font-size:13px;color:#9ca3af}.comments-list{margin-top:24px}.comment-item{padding:20px;border-bottom:1px solid #e5e7eb;transition:background .2s}.comment-item:hover{background:#f9fafb}.comment-item:last-child{border-bottom:none}.comment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.comment-author{display:flex;align-items:center;gap:10px}.comment-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.comment-author-info{display:flex;flex-direction:column;gap:2px}.comment-author-name{font-size:14px;font-weight:600;color:#111827}.comment-time{font-size:12px;color:#9ca3af}.comment-content{font-size:14px;line-height:1.6;color:#374151;margin-bottom:12px;white-space:pre-wrap;word-wrap:break-word}.comment-actions{display:flex;gap:16px;align-items:center}.comment-action-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;background:0 0;border:none;border-radius:6px;color:#6b7280;font-size:13px;cursor:pointer;transition:.2s}.comment-action-btn:hover{background:#f3f4f6;color:#667eea}.comment-action-btn.liked{color:#ef4444}.comment-action-btn i{font-size:14px}.comment-replies{margin-top:16px;margin-left:50px;border-left:2px solid #e5e7eb;padding-left:20px}.comment-replies .comment-item{padding:16px 0}.reply-to-text{display:inline-block;padding:2px 8px;background:#f3f4f6;border-radius:4px;font-size:12px;color:#667eea;margin-bottom:8px}.comments-empty,.comments-loading{text-align:center;padding:40px 20px;color:#9ca3af}.comments-empty i,.comments-loading i{font-size:32px;margin-bottom:12px;opacity:.5}.detail-sidebar{grid-column:3;grid-row:1/span 3;width:320px;flex-shrink:0}.sidebar-card{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.sidebar-card h3{font-size:16px;font-weight:600;color:#111827;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.author-profile{display:flex;gap:12px;margin-bottom:16px}.author-avatar{font-size:48px;color:#667eea}.author-details{flex:1}.author-name{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}.author-role{font-size:13px;color:#9ca3af}.sidebar-card .btn-secondary{width:100%;padding:10px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.info-list{display:flex;flex-direction:column;gap:12px}.info-item{display:flex;justify-content:space-between;align-items:center;font-size:14px}.info-label{color:#6b7280}.info-value{color:#111827;font-weight:500}.related-projects{display:flex;flex-direction:column;gap:12px}.related-project-item{display:flex;gap:12px;padding:12px;border-radius:8px;transition:background .2s;cursor:pointer;text-decoration:none;color:inherit}.related-project-item:hover{background:#f9fafb}.related-thumbnail{width:80px;height:60px;border-radius:6px;background:linear-gradient(135deg,#f0f0f0 0,#e0e0e0 100%);overflow:hidden;flex-shrink:0}.related-thumbnail img{width:100%;height:100%;object-fit:cover}.related-info{flex:1;min-width:0}.related-title{font-size:14px;font-weight:500;color:#111827;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.related-stats{font-size:12px;color:#9ca3af;display:flex;gap:12px}.related-stats span{display:flex;align-items:center;gap:4px}.related-loading{text-align:center;padding:20px;color:#9ca3af}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h3{font-size:18px;font-weight:600;color:#111827;margin:0}.modal-close{background:0 0;border:none;font-size:20px;color:#9ca3af;cursor:pointer;padding:4px;transition:color .2s}.modal-close:hover{color:#374151}.modal-body{padding:24px}.modal-body textarea{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .2s;box-sizing:border-box}.modal-body textarea:focus{outline:0;border-color:#667eea}.reply-to{padding:12px;background:#f3f4f6;border-radius:6px;font-size:13px;color:#6b7280;margin-bottom:12px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb}.share-link{display:flex;gap:12px;margin-bottom:16px}.share-link input{flex:1;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px}.share-link input:focus{outline:0;border-color:#667eea}.share-embed-block label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#374151}.share-embed-block textarea{min-height:132px;font-family:Consolas,'Courier New',monospace;line-height:1.6}.share-embed-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:12px}.share-embed-actions span{font-size:13px;line-height:1.6;color:#6b7280}@media (max-width:1024px){.detail-container{grid-template-columns:1fr;gap:24px}.detail-main>#bomSection,.detail-main>#canvasSection,.detail-main>#codeSection,.detail-main>#documentSection,.detail-main>#projectTagsSection,.detail-main>#wiringSection,.detail-main>.action-bar,.detail-main>.comments-section,.detail-main>.project-header,.detail-sidebar,.section-nav{grid-column:1;grid-row:auto}.code-layout{grid-template-columns:1fr}.code-tree{max-height:none}.section-nav{width:100%;position:static;flex-direction:row;flex-wrap:wrap}.section-nav-link:hover{transform:none}.detail-sidebar{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.sidebar-card{margin-bottom:0}.comment-replies{margin-left:30px}}@media (max-width:768px){.detail-container{margin-top:60px;padding:0 16px}.canvas-preview-card{padding:16px}.canvas-stage-controls{width:100%;justify-content:flex-start}.community-canvas-viewport{height:420px}.section-nav-link{min-height:38px;padding:0 14px}.project-title{font-size:24px}.action-bar{flex-direction:column;align-items:stretch}.action-buttons{justify-content:space-between}.action-secondary{width:100%}.resource-table{min-width:680px}.share-embed-actions,.share-link{flex-direction:column;align-items:stretch}.action-secondary .btn-primary{width:100%;justify-content:center}.detail-sidebar{grid-template-columns:1fr}.code-file-header,.code-sidebar-header{padding:12px}.comment-replies{margin-left:20px;padding-left:12px}.related-project-item{padding:8px}.related-thumbnail{width:60px;height:45px}}@media (max-width:480px){.project-meta-row{flex-direction:column;align-items:flex-start}.canvas-stage-header{gap:12px}.canvas-scene-summary{width:100%;text-align:center}.canvas-control-btn span{display:none}.canvas-control-btn{min-width:40px;padding:0 12px}.resource-table{min-width:620px}.community-canvas-viewport{height:340px}.btn-action{padding:8px 12px;font-size:13px}.btn-action span{display:none}.btn-action i{margin:0}.comment-replies{margin-left:10px;padding-left:10px}.modal-content{margin:0;border-radius:0;max-height:100vh;height:100%}}@keyframes spin{to{transform:rotate(360deg)}}.fa-spin{animation:1s linear infinite spin}.detail-main>#canvasSection,.detail-main>#projectTagsSection,.detail-main>.action-bar,.detail-main>.comments-section,.detail-main>.project-header{grid-column:2}.detail-main>#bomSection,.detail-main>#codeSection,.detail-main>#documentSection,.detail-main>#wiringSection{grid-column:2/4}