@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/Inter/Inter[opsz,wght].woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:100 900;font-display:swap;src:url(/fonts/Inter/Inter-Italic[opsz,wght].woff2) format("woff2")}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-feature-settings:"liga" 1,"calt" 1}*{margin:0;padding:0;box-sizing:border-box}body{background:#fff;color:#000;line-height:1.5;overflow-x:hidden;min-height:100vh;padding-top:60px}nav{position:fixed;top:0;left:0;right:0;background:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;z-index:1000}nav .logo-link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#000;margin-right:2rem}nav .mauc-logo{width:32px;height:32px;background:#f60;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;border-radius:4px}nav .nav-links{display:flex;gap:2rem;align-items:center}nav .nav-links a{color:#000;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .2s}nav .nav-links a:hover{background:#f5f5f5}nav .nav-links a.active{background:#f60;color:#fff}nav .nav-user{display:flex;align-items:center;gap:1rem}nav .nav-user .user-info{display:flex;align-items:center;gap:.5rem}nav .nav-user .user-name{font-weight:500}nav .nav-user .dev-badge{background:#f60;color:#fff;padding:2px 6px;border-radius:3px;font-size:.7rem;font-weight:600}nav .nav-user .logout-btn{background:transparent;border:1px solid #e0e0e0;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s}nav .nav-user .logout-btn:hover{background:#f5f5f5}.container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.header{margin-bottom:4rem}.header h1{font-size:2rem;font-weight:600;margin-bottom:.5rem}.header p{color:#999;font-size:1rem}.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:4rem;margin-bottom:4rem}.card h2{font-size:1.5rem;font-weight:600;margin-bottom:2rem}.tool-section h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.tool-section p{color:#999;margin-bottom:2rem}.button-group{display:flex;gap:1rem;margin-bottom:2rem}.btn{padding:1rem 2rem;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s;font-size:1rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.btn-primary{background:#f60;color:#fff}.btn.btn-primary:hover:not(:disabled){background:#cc5200}.btn.btn-secondary{background:#fff;color:#000;border:1px solid #e0e0e0}.btn.btn-secondary:hover:not(:disabled){background:#f5f5f5}.results-box{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:2rem;margin-top:2rem}.results-box h4{font-size:1rem;font-weight:600;margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:2rem;text-align:center}.stat-card .stat-value{font-size:2rem;font-weight:700;color:#f60}.stat-card .stat-label{color:#999;font-size:.9rem;margin-top:.5rem}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem;color:#999}.spinner{border:3px solid #e0e0e0;border-top-color:#f60;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.card-header h2{margin-bottom:0}.filter-group{margin-bottom:2rem}.filter-group label{display:block;font-weight:500;margin-bottom:.5rem}.filter-group select{padding:.5rem 1rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer;min-width:200px}.filter-group select:focus{outline:none;border-color:#f60}#promptsTable{width:100%;border-collapse:collapse;margin-top:2rem}#promptsTable thead{background:#fff;border-bottom:2px solid #e0e0e0}#promptsTable thead th{text-align:left;padding:1rem;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;color:#999}#promptsTable tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s}#promptsTable tbody tr:hover{background:#f5f5f5}#promptsTable tbody td{padding:1rem;vertical-align:middle}#promptsTable tbody td.prompt-text{max-width:300px;font-size:.9rem;color:#999}.badge{display:inline-block;padding:2px 8px;background:#ffe0cc;color:#993d00;border-radius:3px;font-size:.85rem;font-weight:500}.btn-icon{background:transparent;border:none;cursor:pointer;font-size:1.2rem;padding:.5rem;border-radius:4px;transition:all .2s}.btn-icon:hover{background:#f5f5f5}.btn-icon.btn-danger:hover{background:#fee}.modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;align-items:center;justify-content:center;padding:2rem}.modal-content{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.modal-content.modal-small{max-width:400px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;border-bottom:1px solid #e0e0e0}.modal-header h3{font-size:1.3rem;font-weight:600;margin:0}.modal-close{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#999;transition:color .2s;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#000}.modal-body{padding:4rem}.modal-body p{margin-bottom:1rem;line-height:1.6}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:2rem 4rem;border-top:1px solid #e0e0e0}#promptForm{padding:4rem}.form-group{margin-bottom:2rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;font-size:.95rem}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:1rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#f60}.form-group input[type=text]::placeholder,.form-group input[type=number]::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#999}.form-group textarea{resize:vertical;min-height:80px}.form-group input[type=number]{max-width:150px}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background:#b21d1d}
