/* ../app/src/components/diff_viewer.css */
.diff-file{border:1px solid var(--border)}.diff-file-header{border-bottom:1px solid var(--border)}.diff-table{width:100%;border-collapse:collapse;font-size:.875rem;line-height:1.4}.diff-table td{border:none;line-height:2;padding:0 .5rem;vertical-align:top}.diff-line-number{width:3rem;text-align:right;font-variant-numeric:tabular-nums}.diff-content{padding-left:.75rem;padding-right:.75rem;white-space:pre-wrap;word-break:break-all;overflow-wrap:break-word}.diff-table code{background-color:#0000;border-radius:0;color:inherit;font-size:inherit;font-weight:inherit;padding:0}.diff-line-prefix{display:inline-block;width:1ch;margin-right:.5ch}@media (width<=768px){.diff-table{font-size:.75rem;line-height:1.3}.diff-table td{padding:0 .25rem;line-height:1.8}.diff-line-number{width:2.5rem;font-size:.7rem}.diff-content{padding-left:.5rem;padding-right:.25rem}.diff-line-prefix{margin-right:.25ch}}
/* ../app/src/components/form/textarea_input.css */
.markdown-preview-tabs ul{border-bottom-style:hidden}.markdown-preview-tab-content textarea{border-top-left-radius:0}.markdown-preview-tab-content .content{border-top-left-radius:0}.markdown-preview-tab-content .textarea{height:auto;max-height:none}
/* ../app/src/components/label.css */
label-tag{font-weight:600;background-color:hsl(var(--label-h),var(--label-s),var(--label-l))!important;color:hsl(var(--label-h),calc(var(--label-s)*.8),15%)!important}label-tag:hover{background-color:hsl(var(--label-h),var(--label-s),calc(var(--label-l) - 5%))!important}label-tag[is-light-text]{color:hsl(var(--label-h),calc(var(--label-s)*.3),95%)!important}@media (prefers-color-scheme:dark){label-tag{background-color:hsl(var(--label-h),calc(var(--label-s)*.6),30%)!important;color:hsl(var(--label-h),calc(var(--label-s)*.6),10%)!important}label-tag:hover{background-color:hsl(var(--label-h),calc(var(--label-s)*.6),calc(30% + 5%))!important}label-tag[is-light-text]{color:hsl(var(--label-h),calc(var(--label-s)*.4),90%)!important}}
/* ../app/src/components/toast.css */
#toast-container{inset:1rem 1rem auto auto;max-width:calc(50vw - 2rem);min-width:calc(40vw - 2rem);pointer-events:none;position:fixed;z-index:10000}toast{box-shadow:var(--shadow);display:block;margin-bottom:.75rem;max-width:100%;pointer-events:auto;word-wrap:break-word}.progress-circle{border-radius:50%;cursor:pointer;height:20px;margin-left:.75rem;position:relative;transition:opacity .2s;width:20px}.progress-circle:hover{opacity:.8}.progress-circle:before,.progress-circle:after{background:hsl(var(--notification-h),var(--notification-s),var(--notification-background-l));content:"";height:2px;left:50%;position:absolute;top:50%;width:60%}.progress-circle:before{transform:translate(-50%,-50%)rotate(45deg)}.progress-circle:after{transform:translate(-50%,-50%)rotate(-45deg)}@media screen and (width<=768px){#toast-container{inset:.5rem .5rem auto;max-width:calc(90vw - 1rem);min-width:auto}toast{margin-bottom:.5rem}}
/* ../app/src/handlers/issues/issues.css */
timeline-event{padding:.75rem 0 .75rem 1.5rem;position:relative;display:block;margin-left:1em}timeline-event:before{content:"";position:absolute;left:.375rem;top:0;bottom:0;width:1px;background:var(--border)}timeline-event:after{content:"";position:absolute;left:.25rem;top:1.35rem;width:.375rem;height:.375rem;background:var(--scheme-main);border:1px solid var(--border);border-radius:50%}timeline-event:last-child:before{bottom:auto;height:1.5rem}timeline-event small{display:block;width:100%}issue-comment{border:1px solid var(--border);transition:opacity .3s;margin-bottom:0!important}issue-comment+issue-comment{margin-top:1rem}issue-comment.htmx-added{opacity:0}
/* ../app/src/handlers/repositories/web/get/commit-summary.css */
commit-summary{display:flex;flex-direction:column;border:1px solid var(--border);padding:.75rem;position:relative;margin-top:-1px}commit-summary:hover{background-color:hsl(var(--text-h),var(--text-s),var(--soft-l))}commit-summary:first-child{border-top-left-radius:.375rem;border-top-right-radius:.375rem;margin-top:0}commit-summary:last-child{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}commit-summary-title{display:block;order:1;margin-right:8ch}commit-summary-hash{order:2;position:absolute;top:2ch;right:1ch}commit-summary-body{display:block;order:3}@media (width<=768px){commit-summary-title{margin-right:0;order:1}commit-summary-body{order:2}commit-summary-hash{order:3;margin-top:.75rem;position:static}}
