.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;margin:1rem;border-radius:8px;background-color:#f8f9fa;box-shadow:0 4px 6px rgba(0,0,0,.05);text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.error-boundary h2{color:#dc3545;margin-bottom:1rem;font-weight:600;font-size:1.5rem}.error-boundary p{color:#6c757d;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.error-boundary details{width:100%;max-width:600px;margin-top:1rem}.error-boundary details summary{cursor:pointer;color:#0d6efd;font-weight:500;padding:.5rem;border-radius:4px;background-color:rgba(13,110,253,.1);transition:background-color .2s ease}.error-boundary details summary:hover{background-color:rgba(13,110,253,.15)}.error-boundary details p{margin-top:1rem;padding:1rem;background-color:#f1f3f5;border-radius:4px;font-family:monospace;white-space:pre-wrap;overflow-x:auto;color:#343a40;border-left:3px solid #dc3545}.homepage{flex:1;display:flex;height:100%;align-items:center;justify-content:center;background-color:#f5f5f5;padding:1rem;overflow-y:auto}@media (min-width: 768px){.homepage{padding:2rem}}.homepage .container{width:100%;max-width:800px}.homepage .card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}@media (min-width: 768px){.homepage .card{padding:2.5rem}}.homepage .card h1{font-size:1.8rem;margin-bottom:1.5rem;color:#333}@media (min-width: 768px){.homepage .card h1{font-size:2.5rem;margin-bottom:2rem}}.homepage .card .content h2{font-size:1.2rem;margin-bottom:1rem;color:#444}@media (min-width: 768px){.homepage .card .content h2{font-size:1.5rem;margin-bottom:1.5rem}}.homepage .card .content p{font-size:1rem;line-height:1.5;color:#666;margin-bottom:1rem}@media (min-width: 768px){.homepage .card .content p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}}.homepage .card .content .button{display:inline-block;background-color:#007bff;color:#fff;padding:.6rem 1.2rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .2s;font-size:.9rem}@media (min-width: 768px){.homepage .card .content .button{padding:.8rem 1.5rem;font-size:1rem}}.homepage .card .content .button:hover{background-color:#0056b3}
