@tailwind base;@tailwind components;@tailwind utilities;body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.register-container{min-height:100vh;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;padding:1rem}.register-card{width:100%;max-width:448px;background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;border:1px solid #e5e7eb}.register-title{font-size:1.875rem;font-weight:700;text-align:center;color:#111827;margin-bottom:2rem}.register-error{background-color:#fee2e2;border:1px solid #f87171;color:#b91c1c;padding:.75rem 1rem;border-radius:.375rem;position:relative;margin-bottom:1rem}.register-form{display:flex;flex-direction:column;gap:1.5rem}.register-input{width:100%;padding:.5rem 1rem;border-radius:.375rem;border:1px solid #d1d5db;color:#1f2937;font-size:1rem;transition:border-color .2s,box-shadow .2s}.register-input:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6;outline:none}.register-button{width:100%;background-color:#3b82f6;color:#fff;padding:.75rem;border-radius:.375rem;font-weight:600;font-size:1.125rem;transition:background-color .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.register-button:hover{background-color:#2563eb}.register-button:focus{outline:none;box-shadow:0 0 0 4px #3b82f680}.login-text{text-align:center;font-size:.875rem;color:#4b5563;margin-top:1.5rem}.login-link{color:#2563eb;font-weight:500;transition:text-decoration .2s}.login-link:hover{text-decoration:underline}.login-container{min-height:100vh;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;padding:1rem}.login-card{width:100%;max-width:448px;background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;border:1px solid #e5e7eb}.login-title{font-size:1.875rem;font-weight:700;text-align:center;color:#111827;margin-bottom:2rem}.login-error{background-color:#fee2e2;border:1px solid #f87171;color:#b91c1c;padding:.75rem 1rem;border-radius:.375rem;position:relative;margin-bottom:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-input{width:100%;padding:.5rem 1rem;border-radius:.375rem;border:1px solid #d1d5db;color:#1f2937;font-size:1rem;transition:border-color .2s,box-shadow .2s}.login-input:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6;outline:none}.login-button{width:100%;background-color:#16a34a;color:#fff;padding:.75rem;border-radius:.375rem;font-weight:600;font-size:1.125rem;transition:background-color .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.login-button:hover{background-color:#15803d}.login-button:focus{outline:none;box-shadow:0 0 0 4px #3b82f680}.register-text{text-align:center;font-size:.875rem;color:#4b5563;margin-top:1.5rem}.register-link{color:#2563eb;font-weight:500;transition:text-decoration .2s}.register-link:hover{text-decoration:underline}.app-container{min-height:100vh;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;padding:16px}@media (min-width: 640px){.app-container{padding:24px}}.main-title{font-size:30px;font-weight:700;color:#111827;margin-bottom:24px;text-align:center}.search-form{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}@media (min-width: 640px){.search-form{flex-direction:row}}.search-input{flex:1;border:1px solid #d1d5db;border-radius:6px;padding:8px 16px;color:#374151;outline:none;transition:all .2s ease-in-out;box-shadow:0 1px 2px #0000000d}.search-input:focus{border-color:transparent;box-shadow:0 0 0 2px #bfdbfe,0 0 0 4px #3b82f6}.search-button{background-color:#2563eb;color:#fff;padding:8px 20px;border-radius:6px;font-weight:600;outline:none;transition:all .2s ease-in-out;cursor:pointer}.search-button:hover{background-color:#1d4ed8}.search-button:focus{box-shadow:0 0 0 2px #bfdbfe,0 0 0 4px #3b82f6}.search-button:disabled{opacity:.5;cursor:not-allowed}.error-message{color:#dc2626;text-align:center;margin-bottom:16px;font-size:14px;font-weight:500}.loading-message{text-align:center;color:#4b5563;margin-bottom:16px}.user-profile{display:flex;flex-direction:column;align-items:center;gap:24px;margin-bottom:40px;padding:20px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}@media (min-width: 640px){.user-profile{flex-direction:row;align-items:flex-start}}.avatar{width:96px;height:96px;border-radius:9999px;border:2px solid #d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;flex-shrink:0}@media (min-width: 640px){.avatar{width:128px;height:128px}}.profile-info{text-align:center}@media (min-width: 640px){.profile-info{text-align:left}}.profile-name{font-size:24px;font-weight:700;color:#111827;margin-bottom:4px}.profile-login{color:#2563eb;font-size:18px;margin-bottom:8px}.profile-bio{color:#374151;font-size:16px;line-height:1.625;margin-bottom:12px}.profile-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;font-size:14px;color:#4b5563;margin-top:8px}@media (min-width: 640px){.profile-stats{justify-content:flex-start}}.stat-item{display:flex;align-items:center}.stat-emoji{font-size:20px;margin-right:4px}.repo-section-title{font-size:24px;font-weight:700;color:#111827;margin-bottom:20px;border-bottom:1px solid #e5e7eb;padding-bottom:12px}.repo-grid{display:grid;gap:16px}@media (min-width: 768px){.repo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.repo-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;box-shadow:0 1px 2px #0000000d;transition:all .2s ease-in-out;display:flex;flex-direction:column;justify-content:space-between}.repo-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.repo-title{font-size:20px;font-weight:600;color:#2563eb;margin-bottom:8px}.repo-title a:hover{text-decoration:underline}.repo-description{color:#374151;font-size:14px;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.repo-meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:14px;color:#4b5563;margin-top:auto}.language-tag{background-color:#dbeafe;color:#1e40af;padding:2px 10px;border-radius:9999px;font-size:12px;font-weight:500}.repo-stat-emoji{font-size:18px;margin-right:4px}.no-repos-message{text-align:center;color:#4b5563;margin-top:32px}.app-container{min-height:100vh;background-color:#f3f4f6;display:flex;flex-direction:column;align-items:center;padding:1rem}@media (min-width: 640px){.app-container{padding:1.5rem}}.page-header{width:100%;max-width:768px;display:flex;justify-content:flex-end;margin-bottom:1rem}@media (min-width: 640px){.page-header{margin-bottom:1.5rem}}.logout-button{background-color:#dc2626;color:#fff;padding:8px 16px;border-radius:6px;font-weight:600;transition:background-color .2s ease-in-out;outline:none;border:none;cursor:pointer;box-shadow:0 1px 2px #0000000d}.logout-button:hover{background-color:#b91c1c}.logout-button:active{background-color:#991b1b}.main-card{width:100%;max-width:768px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:20px}@media (min-width: 640px){.main-card{padding:32px}}
