:root{--bg:#fafaf9;--white:#fff;--stone-100:#f5f5f4;--stone-200:#e7e5e4;--stone-400:#a8a29e;--stone-500:#78716c;--stone-600:#57534e;--stone-700:#44403c;--stone-900:#1c1917;--violet-100:#ede9fe;--violet-200:#ddd6fe;--violet-300:#c4b5fd;--violet-400:#a78bfa;--violet-500:#8b5cf6;--violet-600:#7c3aed;--violet-700:#6d28d9;--red-50:#fff5f5;--red-100:#fee2e2;--red-200:#fecaca;--red-400:#f87171;--red-500:#ef4444;--red-600:#dc2626;--red-700:#b91c1c;--amber-50:#fffbeb;--amber-200:#fde68a;--amber-400:#fbbf24;--amber-700:#b45309;--emerald-50:#ecfdf5;--emerald-200:#a7f3d0;--emerald-600:#059669;--emerald-700:#047857}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background-color:var(--bg);color:var(--stone-900);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit}a{text-decoration:none}.app{background-color:var(--bg);min-height:100vh;color:var(--stone-900)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-spin{animation:1s linear infinite spin}.animate-pulse{animation:1.5s ease-in-out infinite pulse}.landing{background-color:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.landing__container{text-align:center;width:100%;max-width:42rem}.landing__badge{color:var(--violet-600);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:block}.landing__title{color:var(--stone-900);letter-spacing:-.025em;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.15}.landing__subtitle{color:var(--stone-500);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.landing__cta{background-color:var(--stone-900);color:var(--white);cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:background-color .15s;display:inline-flex;box-shadow:0 1px 2px #0000001a}.landing__cta:hover{background-color:var(--stone-700)}.landing__features{text-align:left;grid-template-columns:1fr;gap:.75rem;margin-top:3rem;display:grid}.landing__feature{background:var(--white);border:1px solid var(--stone-200);border-radius:.5rem;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;display:flex;box-shadow:0 1px 2px #0000000d}.landing__feature-icon{flex-shrink:0;margin-top:.1rem;font-size:1.125rem}.landing__feature-text{color:var(--stone-600);font-size:.875rem;line-height:1.5}.repo-selector{background-color:var(--bg);min-height:100vh;padding:2rem 1rem}.repo-selector__inner{max-width:56rem;margin:0 auto}.repo-selector__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.repo-selector__user{align-items:center;gap:.75rem;display:flex}.repo-selector__avatar{background-color:var(--violet-600);width:2.25rem;height:2.25rem;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.repo-selector__username{color:var(--stone-900);font-size:.875rem;font-weight:500}.repo-selector__user-sub{color:var(--stone-500);font-size:.75rem}.repo-selector__logout{color:var(--stone-400);cursor:pointer;background:0 0;border:none;font-size:.875rem;transition:color .15s}.repo-selector__logout:hover{color:var(--stone-700)}.repo-selector__title{color:var(--stone-900);letter-spacing:-.025em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.repo-selector__search-wrap{margin-bottom:1.5rem;position:relative}.repo-selector__search-icon{color:var(--stone-400);pointer-events:none;width:1rem;height:1rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.repo-selector__search{background:var(--white);border:1px solid var(--stone-200);width:100%;color:var(--stone-900);border-radius:.5rem;outline:none;padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem;transition:border-color .15s;box-shadow:0 1px 2px #0000000d}.repo-selector__search::placeholder{color:var(--stone-400)}.repo-selector__search:focus{border-color:var(--violet-500)}.repo-selector__error{background:var(--red-50);border:1px solid var(--red-200);color:var(--red-700);border-radius:.5rem;margin-bottom:1.5rem;padding:1rem;font-size:.875rem}.repo-selector__grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=640px){.repo-selector__grid{grid-template-columns:1fr 1fr}}.repo-selector__empty{text-align:center;color:var(--stone-400);grid-column:1/-1;padding:3rem 1rem}.skeleton-card{background:var(--white);border:1px solid var(--stone-200);border-radius:.75rem;padding:1rem;animation:1.5s ease-in-out infinite pulse;box-shadow:0 1px 2px #0000000d}.skeleton-line{border-radius:.25rem}.skeleton-line--lg{background:var(--stone-200);width:75%;height:1rem;margin-bottom:.75rem}.skeleton-line--md{background:var(--stone-100);width:50%;height:.75rem;margin-bottom:.5rem}.skeleton-line--sm{background:var(--stone-100);width:25%;height:.75rem}.repo-card{background:var(--white);border:1px solid var(--stone-200);text-align:left;cursor:pointer;border-radius:.75rem;width:100%;padding:1rem;transition:background-color .15s,border-color .15s,box-shadow .15s;display:block;box-shadow:0 1px 2px #0000000d}.repo-card:hover{background:var(--bg);border-color:var(--violet-300);box-shadow:0 2px 6px #00000014}.repo-card__name-row{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.repo-card__name{color:var(--stone-900);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;transition:color .15s;overflow:hidden}.repo-card:hover .repo-card__name{color:var(--violet-700)}.repo-card__private{background:var(--stone-100);color:var(--stone-500);border:1px solid var(--stone-200);border-radius:9999px;flex-shrink:0;padding:.125rem .5rem;font-size:.75rem}.repo-card__full-name{color:var(--stone-400);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.75rem;font-size:.75rem;overflow:hidden}.repo-card__meta{justify-content:space-between;align-items:center;display:flex}.repo-card__lang{align-items:center;gap:.375rem;display:flex}.repo-card__lang-dot{border-radius:50%;flex-shrink:0;width:.625rem;height:.625rem}.repo-card__lang-name{color:var(--stone-500);font-size:.75rem}.repo-card__time{color:var(--stone-400);font-size:.75rem}.bug-input{background-color:var(--bg);min-height:100vh;padding:2rem 1rem}.bug-input__inner{max-width:42rem;margin:0 auto}.bug-input__header{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.bug-input__back{color:var(--stone-400);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;transition:color .15s;display:flex}.bug-input__back:hover{color:var(--stone-700)}.bug-input__header-label{color:var(--stone-400);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.bug-input__header-repo{color:var(--stone-900);font-size:.875rem;font-weight:500}.bug-input__title{color:var(--stone-900);letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.bug-input__subtitle{color:var(--stone-500);margin-bottom:2rem;font-size:.875rem}.bug-input__form{flex-direction:column;gap:1.5rem;display:flex}.bug-input__label{color:var(--stone-700);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.bug-input__required{color:var(--red-500)}.bug-input__optional{color:var(--stone-400);font-weight:400}.bug-input__textarea{background:var(--white);border:1px solid var(--stone-200);width:100%;color:var(--stone-900);resize:none;border-radius:.5rem;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:border-color .15s;box-shadow:0 1px 2px #0000000d}.bug-input__textarea::placeholder{color:var(--stone-400)}.bug-input__textarea:focus{border-color:var(--violet-500)}.bug-input__textarea--mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.bug-input__validation{color:var(--red-500);margin-top:.25rem;font-size:.75rem}.bug-input__range-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.bug-input__range-label{color:var(--stone-700);font-size:.875rem;font-weight:500}.bug-input__range-value{color:var(--violet-600);font-family:SFMono-Regular,Consolas,monospace;font-size:.875rem;font-weight:700}.bug-input__range{width:100%;accent-color:var(--violet-600);cursor:pointer}.bug-input__range-ticks{color:var(--stone-400);justify-content:space-between;margin-top:.25rem;padding:0 .125rem;font-size:.75rem;display:flex}.bug-input__range-tick--active{color:var(--violet-600);font-weight:500}.bug-input__range-hint{color:var(--stone-400);margin-top:.5rem;font-size:.75rem}.btn-analyze{background-color:var(--red-600);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem;font-size:1rem;font-weight:600;transition:background-color .15s;display:flex;box-shadow:0 1px 2px #0000001a}.btn-analyze:hover:not(:disabled){background-color:var(--red-500)}.btn-analyze:disabled{background-color:var(--red-100);color:var(--red-400);cursor:not-allowed}.analysis-result{background-color:var(--bg);min-height:100vh;padding:2rem 1rem}.analysis-result__inner{max-width:42rem;margin:0 auto}.analysis-result__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.analysis-result__back-group{align-items:center;gap:.75rem;display:flex}.analysis-result__back{color:var(--stone-400);cursor:pointer;background:0 0;border:none;align-items:center;transition:color .15s;display:flex}.analysis-result__back:hover{color:var(--stone-700)}.analysis-result__header-label{color:var(--stone-400);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.analysis-result__header-repo{color:var(--stone-900);font-size:.875rem;font-weight:500}.analysis-result__scanned{color:var(--stone-400);font-size:.75rem}.result-error{background-color:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.result-error__inner{text-align:center;width:100%;max-width:28rem}.result-error__icon{margin-bottom:1rem;font-size:2.5rem;display:block}.result-error__title{color:var(--stone-900);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.result-error__msg{color:var(--stone-500);margin-bottom:1.5rem;font-size:.875rem}.result-error__actions{justify-content:center;gap:.75rem;display:flex}.result-inconclusive{background:var(--white);border:1px solid var(--stone-200);text-align:center;border-radius:.75rem;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.result-inconclusive__icon{margin-bottom:.75rem;font-size:2.5rem;display:block}.result-inconclusive__title{color:var(--stone-900);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.result-inconclusive__text{color:var(--stone-500);font-size:.875rem}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--stone-400);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:flex}.result-section{margin-bottom:1rem}.section-card{background:var(--white);border-left:4px solid #0000;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d}.section-card--red{border-left-color:var(--red-400)}.section-card--violet{border-left-color:var(--violet-400)}.section-card--amber{border-left-color:var(--amber-400)}.section-card__header{text-transform:uppercase;letter-spacing:.1em;color:var(--stone-400);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:flex}.section-card__header-row{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.section-card__hint{color:var(--stone-400);margin-bottom:.75rem;font-size:.75rem}.section-card__copy-wrap{justify-content:flex-end;margin-top:.5rem;display:flex}.code-block{background:var(--bg);border:1px solid var(--stone-100);white-space:pre-wrap;border-radius:.5rem;padding:1rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.75rem;line-height:1.6;overflow-x:auto}.code-block--green{color:var(--emerald-700)}.code-block--amber{color:var(--amber-700)}.code-block--red{color:var(--red-700)}.copy-btn{color:var(--stone-400);cursor:pointer;background:0 0;border:none;font-size:.75rem;transition:color .15s}.copy-btn:hover{color:var(--stone-700)}.result-footer{flex-direction:column;gap:.75rem;display:flex}@media (width>=640px){.result-footer{flex-direction:row}}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background-color .15s;display:inline-flex}.btn--violet{background-color:var(--violet-700);color:var(--white);flex:1}.btn--violet:hover:not(:disabled){background-color:var(--violet-600)}.btn--violet:disabled{background-color:var(--violet-100);color:var(--violet-400);cursor:not-allowed}.btn--stone{background-color:var(--stone-100);color:var(--stone-900);flex:1}.btn--stone:hover{background-color:var(--stone-200)}.btn--stone-muted{background-color:var(--stone-100);color:var(--stone-500)}.btn--stone-muted:hover{background-color:var(--stone-200)}.commit-card{background:var(--white);border:1px solid var(--stone-200);border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d}.commit-card__top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.commit-card__author-row{align-items:center;gap:.75rem;display:flex}.commit-card__avatar{background-color:var(--violet-600);width:2.25rem;height:2.25rem;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.commit-card__author{color:var(--stone-900);font-size:.875rem;font-weight:500}.commit-card__date{color:var(--stone-500);font-size:.75rem}.commit-card__badge{border:1px solid #0000;border-radius:9999px;flex-shrink:0;padding:.25rem .625rem;font-size:.75rem;font-weight:500}.commit-card__badge--high{background:var(--emerald-50);color:var(--emerald-700);border-color:var(--emerald-200)}.commit-card__badge--mid{background:var(--amber-50);color:var(--amber-700);border-color:var(--amber-200)}.commit-card__badge--low{background:var(--red-50);color:var(--red-700);border-color:var(--red-200)}.commit-card__message{color:var(--stone-900);margin-bottom:1rem;font-size:.875rem;font-weight:500;line-height:1.5}.commit-card__hash-row{align-items:center;gap:.5rem;display:flex}.commit-card__hash{background:var(--stone-100);color:var(--stone-700);border-radius:.25rem;padding:.25rem .625rem;font-family:SFMono-Regular,Consolas,monospace;font-size:.75rem}.commit-card__copy{color:var(--stone-400);cursor:pointer;background:0 0;border:none;font-size:.75rem;transition:color .15s}.commit-card__copy:hover{color:var(--stone-700)}.commit-card__view-link{color:var(--violet-600);margin-left:auto;font-size:.75rem;transition:color .15s}.commit-card__view-link:hover{color:var(--violet-700)}.loading-state{background-color:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.loading-state__inner{text-align:center;width:100%;max-width:28rem}.loading-state__spinner-wrap{background:var(--violet-100);border:1px solid var(--violet-200);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;display:flex}.loading-state__title{color:var(--stone-900);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.loading-state__repo{color:var(--stone-500);font-size:.875rem}.loading-state__steps{flex-direction:column;gap:.5rem;margin-top:2rem;display:flex}.loading-step{border:1px solid #0000;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .5s;display:flex}.loading-step--done{background:var(--emerald-50);border-color:var(--emerald-200)}.loading-step--active{background:var(--violet-100);border-color:var(--violet-200)}.loading-step--pending{background:var(--white);border-color:var(--stone-200)}.loading-step__icon{font-size:1rem}.loading-step__text{font-size:.875rem}.loading-step__text--done{color:var(--emerald-700)}.loading-step__text--active{color:var(--violet-700);font-weight:500}.loading-step__text--pending{color:var(--stone-400)}.loading-step__check{width:1rem;height:1rem;color:var(--emerald-600);flex-shrink:0;margin-left:auto}.loading-step__dot{background:var(--violet-500);border-radius:50%;flex-shrink:0;width:.375rem;height:.375rem;margin-left:auto;animation:1.5s ease-in-out infinite pulse}.loading-state__hint{color:var(--stone-400);margin-top:1.5rem;font-size:.75rem}
