.srb-container,.srb-container *,.srb-container :before,.srb-container :after{box-sizing:border-box}.srb-container{justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.srb-wrapper{width:100%;max-width:100%;margin:0 auto;padding:0 .5rem 2rem}@media (min-width:640px){.srb-wrapper{max-width:1280px;padding:0 1rem 2rem}}.srb-toast{color:#fff;z-index:1000;background:#14213d;border-radius:8px;padding:.6rem 1.2rem;font-size:.82rem;font-weight:500;animation:.3s srbFadeIn;position:fixed;top:90px;right:20px;box-shadow:0 4px 16px #0003}@keyframes srbFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.srb-merge-prompt{background:#fff8e1;border:1px solid #ffe082;border-left:4px solid #f4a261;border-radius:8px;margin-bottom:1.25rem;padding:1rem 1.25rem}.srb-merge-text{color:#5d4037;margin-bottom:.75rem;font-size:.85rem;font-weight:500}.srb-merge-actions{gap:.5rem;display:flex}.srb-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:.5rem 1.1rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex}.srb-btn-primary{color:#fff;background:#2563eb}.srb-btn-primary:hover{background:#1d4ed8}.srb-btn-ghost{color:#14213d;background:#f3f4f6;border:1px solid #e0e0e0}.srb-btn-ghost:hover{background:#e5e7eb}.srb-btn-outline{color:#2563eb;background:#fff;border:1.5px solid #2563eb}.srb-btn-outline:hover{background:#eff6ff}.srb-btn-small{padding:.3rem .7rem;font-size:.72rem}.srb-header{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1.25rem;overflow:hidden;box-shadow:0 1px 4px #0000000f,0 4px 16px #0000000a}.srb-header-top{padding:1.25rem}.srb-header-fields{grid-template-columns:1fr 1fr 1fr auto;gap:1rem;margin-bottom:1rem;display:grid}@media (max-width:768px){.srb-header-fields{grid-template-columns:1fr 1fr}}@media (max-width:480px){.srb-header-fields{grid-template-columns:1fr}}.srb-header-field{flex-direction:column;gap:.25rem;display:flex}.srb-header-field-toggle{justify-content:flex-end}.srb-header-label{color:#14213d;text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:600}.srb-header-input{color:#14213d;background:#fff;border:1.5px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:.5rem .65rem;font-family:inherit;font-size:.85rem;transition:border-color .15s}.srb-header-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.srb-checkbox-label{color:#14213d;cursor:pointer;white-space:nowrap;align-items:center;gap:.4rem;font-size:.82rem;display:flex}.srb-checkbox-label input[type=checkbox]{accent-color:#2563eb;width:16px;height:16px}.srb-header-actions{flex-wrap:wrap;gap:.5rem;display:flex}.srb-steps{background:#f8f9fa;border-top:1px solid #e0e0e0;display:flex;overflow-x:auto}.srb-step{cursor:pointer;text-align:center;background:0 0;border:none;border-right:1px solid #e0e0e0;flex-direction:column;flex:1;align-items:center;gap:.15rem;min-width:120px;padding:.75rem .5rem;font-family:inherit;transition:background .15s;display:flex;position:relative}.srb-step:last-child{border-right:none}.srb-step:hover{background:#eff6ff}.srb-step-active{background:#eff6ff;border-bottom:3px solid #2563eb}.srb-step-done{background:#f0fdf4}.srb-step-done .srb-step-label{color:#2563eb}.srb-step-icon{font-size:1.2rem}.srb-step-label{color:#14213d;font-size:.72rem;font-weight:700}.srb-step-desc{color:#9ca3af;font-size:.6rem;line-height:1.3}.srb-step-arrow{display:none}.srb-board{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}@media (max-width:900px){.srb-board{grid-template-columns:1fr}}.srb-column{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;min-height:350px;display:flex;overflow:hidden}.srb-column-header{color:#fff;align-items:center;gap:.6rem;padding:.75rem 1rem;display:flex}.srb-column-icon{flex-shrink:0;font-size:1.3rem}.srb-column-header-text{flex:1;min-width:0}.srb-column-title{font-size:.88rem;font-weight:700;line-height:1.2;display:block}.srb-column-subtitle{opacity:.85;margin-top:.1rem;font-size:.65rem;display:block}.srb-column-count{background:#ffffff40;border-radius:999px;flex-shrink:0;padding:.1rem .5rem;font-size:.68rem;font-weight:700}.srb-column-body{flex-direction:column;flex:1;gap:.5rem;min-height:200px;padding:.75rem;display:flex}.srb-column-empty{text-align:center;color:#9ca3af;padding:2rem 1rem}.srb-column-empty p{margin-bottom:.25rem;font-size:.82rem}.srb-column-empty-hint{opacity:.7;font-size:.72rem!important}.srb-note{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:.75rem;transition:box-shadow .15s;box-shadow:0 1px 3px #0000000f}.srb-note:hover{box-shadow:0 2px 8px #0000001a}.srb-note-blurred .srb-note-text,.srb-note-blurred .srb-note-author{filter:blur(8px);-webkit-user-select:none;user-select:none}.srb-note-text{color:#14213d;word-break:break-word;margin-bottom:.3rem;font-size:.85rem;line-height:1.45}.srb-note-author{color:#9ca3af;margin-bottom:.5rem;font-size:.68rem;font-style:italic}.srb-note-footer{justify-content:space-between;align-items:center;display:flex}.srb-upvote-btn{cursor:pointer;color:#6b7280;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:.2rem;padding:.2rem .5rem;font-family:inherit;font-size:.72rem;font-weight:600;transition:all .15s;display:inline-flex}.srb-upvote-btn:hover,.srb-upvote-hasvotes{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.srb-upvote-count{font-size:.7rem}.srb-note-actions-right{gap:.15rem;display:flex}.srb-note-action-btn{cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:4px;padding:.2rem;font-size:.82rem;transition:background .15s}.srb-note-action-btn:hover{opacity:1;background:#f3f4f6}.srb-note-delete-btn:hover{color:#e63946;background:#ffebee}.srb-note-edit{flex-wrap:wrap;gap:.35rem;display:flex}.srb-note-edit-input{color:#14213d;border:1.5px solid #2563eb;border-radius:4px;outline:none;flex:1;min-width:120px;padding:.35rem .55rem;font-family:inherit;font-size:.82rem}.srb-note-edit-save{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:4px;padding:.35rem .7rem;font-family:inherit;font-size:.75rem;font-weight:600}.srb-note-edit-cancel{color:#6b7280;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:.35rem .6rem;font-family:inherit;font-size:.75rem}.srb-add-note{flex-direction:column;gap:.35rem;margin-top:.25rem;display:flex}.srb-add-note-input{color:#14213d;resize:vertical;background:#fff;border:1.5px solid #d1d5db;border-radius:6px;outline:none;width:100%;min-height:48px;padding:.45rem .6rem;font-family:inherit;font-size:.82rem;transition:border-color .15s}.srb-add-note-input:focus{border-color:#2563eb}.srb-add-note-row{align-items:center;gap:.35rem;display:flex}.srb-add-author-input{color:#14213d;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;outline:none;flex:1;padding:.35rem .6rem;font-family:inherit;font-size:.75rem}.srb-add-note-btn{cursor:pointer;color:#fff;white-space:nowrap;border:none;border-radius:6px;padding:.4rem 1rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:opacity .15s}.srb-add-note-btn:hover{opacity:.85}.srb-voting-bar{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.srb-voting-left{align-items:center;gap:.75rem;display:flex}.srb-voting-status{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.srb-voting-badge{color:#fff;background:#2563eb;border-radius:999px;padding:.25rem .65rem;font-size:.72rem;font-weight:700}.srb-votes-remaining{color:#14213d;font-size:.78rem;font-weight:500}.srb-total-notes{color:#14213d;font-size:.78rem}.srb-col-summary{color:#6b7280;margin-left:.5rem;font-size:.75rem}.srb-top-themes{background:linear-gradient(135deg,#fff8e1,#fffbf0);border:1px solid #ffe082;border-radius:8px;margin-bottom:1.25rem;padding:1rem 1.25rem}.srb-top-themes-title{color:#5d4037;margin-bottom:.6rem;font-size:.85rem;font-weight:700}.srb-top-themes-list{flex-direction:column;gap:.4rem;display:flex}.srb-top-theme{background:#fff;border:1px solid #ffe082;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.srb-top-theme-rank{color:#f4a261;min-width:20px;font-size:.75rem;font-weight:800}.srb-top-theme-text{color:#14213d;flex:1;font-size:.82rem}.srb-top-theme-votes{color:#6b7280;white-space:nowrap;font-size:.7rem;font-weight:600}.srb-top-theme-action{cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:4px;padding:.15rem;font-size:.85rem;transition:opacity .15s}.srb-top-theme-action:hover{opacity:1;background:#f3f4f6}.srb-discussion-prompt{background:#f0f7ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:1.25rem;padding:1rem 1.25rem}.srb-discussion-title{color:#1e40af;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.srb-discussion-questions p{color:#14213d;margin-bottom:.35rem;font-size:.8rem}.srb-discussion-questions ul{margin:.35rem 0 .35rem 1.25rem;padding:0}.srb-discussion-questions li{color:#374151;margin-bottom:.2rem;font-size:.78rem}.srb-discussion-reminder{font-style:italic;color:#2563eb!important;margin-top:.5rem!important}.srb-action-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1.25rem;padding:1.25rem}.srb-action-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.srb-action-title{color:#14213d;font-size:1rem;font-weight:700}.srb-action-progress{color:#6b7280;font-size:.78rem;font-weight:600}.srb-action-hint{color:#9ca3af;border-bottom:1px solid #f3f4f6;margin-bottom:1rem;padding-bottom:.75rem;font-size:.75rem}.srb-action-empty{text-align:center;color:#9ca3af;padding:1.5rem 1rem;font-size:.82rem}.srb-action-empty p{margin-bottom:.25rem}.srb-action-table-wrapper{width:100%;overflow-x:auto}.srb-action-table{border-collapse:separate;border-spacing:0 .3rem;width:100%;font-size:.82rem}.srb-action-table thead th{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;text-align:left;border-bottom:2px solid #e0e0e0;padding:.3rem .5rem;font-size:.65rem;font-weight:700}.srb-at-required{color:#e63946}.srb-action-table td{vertical-align:middle;color:#14213d;background:#f9fafb;border-radius:4px;padding:.35rem .5rem}.srb-action-row-done td{opacity:.5}.srb-action-row-done .srb-at-input{text-decoration:line-through}.srb-at-num{text-align:center;color:#9ca3af;width:32px;font-weight:700}.srb-at-input{color:#14213d;background:0 0;border:1px solid #0000;border-radius:4px;outline:none;width:100%;padding:.35rem .5rem;font-family:inherit;font-size:.8rem;transition:border-color .15s,background .15s}.srb-at-input:focus{background:#fff;border-color:#2563eb}.srb-at-input-sm{min-width:90px}.srb-at-input-date{min-width:130px}.srb-source-tag{font-size:1rem}.srb-source-empty{color:#d1d5db}.srb-done-btn{cursor:pointer;color:#9ca3af;background:#fff;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .15s;display:flex}.srb-done-btn-checked{color:#2563eb;background:#eff6ff;border-color:#2563eb}.srb-add-action-btn{color:#fff;cursor:pointer;background:#f4a261;border:none;border-radius:6px;margin-top:.75rem;padding:.5rem 1.1rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s}.srb-add-action-btn:hover{background:#e08e4c}.srb-action-guidance{color:#6b7280;background:#f8f9fa;border-radius:6px;margin-top:.75rem;padding:.5rem .75rem;font-size:.72rem}.srb-next-retro{background:#f8f9fa;border:1px dashed #d1d5db;border-radius:8px;margin-bottom:1.25rem;padding:1rem 1.25rem}.srb-next-retro-title{color:#14213d;margin-bottom:.6rem;font-size:.82rem;font-weight:700}.srb-next-retro-steps{flex-direction:column;gap:.35rem;display:flex}.srb-next-retro-step{color:#374151;align-items:center;gap:.5rem;font-size:.78rem;display:flex}.srb-next-retro-icon{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;font-weight:700;display:flex}.srb-cta-banner{color:#fff;text-align:center;background:#2563eb;border-radius:8px;padding:1rem 1.5rem;font-size:.9rem}.srb-cta-banner a{color:#f4a261;font-weight:700;text-decoration:none}.srb-cta-banner a:hover{text-decoration:underline}@page{margin:12mm;size:auto}@media print{.no-print,footer,nav,header,.srb-header-actions,.srb-add-note,.srb-add-action-btn,.srb-cta-banner,.srb-toast,.srb-merge-prompt,.srb-note-actions-right,.srb-note-delete-btn,.srb-edit-btn,.srb-voting-bar,.srb-discussion-prompt,.srb-action-guidance,.srb-next-retro,.srb-steps{display:none!important}body{margin:0!important;padding:0!important}.srb-container{padding:0}.srb-header{box-shadow:none;border:1px solid #e0e0e0}.srb-board{grid-template-columns:repeat(3,1fr)}.srb-column{-moz-column-break-inside:avoid;break-inside:avoid}.srb-note-blurred .srb-note-text,.srb-note-blurred .srb-note-author{filter:none!important}.srb-action-section{-moz-column-break-inside:avoid;break-inside:avoid}.srb-column-header{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
