:root{--primary-color: #3B82F6;--primary-color-text: #ffffff;--surface-ground: #f8f9fa;--surface-section: #ffffff;--text-color: #495057;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}body{font-family:var(--font-family);background:var(--surface-ground);color:var(--text-color);margin:0}.p-button{background:var(--primary-color);border:1px solid var(--primary-color);color:var(--primary-color-text);padding:.75rem 1.25rem;font-size:1rem;border-radius:6px;cursor:pointer;transition:all .2s}.p-button:hover{background:#2563eb;border-color:#2563eb}.p-button:disabled{opacity:.6;cursor:not-allowed}.p-inputtext{width:100%;padding:.75rem;font-size:1rem;border:1px solid #ced4da;border-radius:6px;transition:border-color .2s}.p-inputtext:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 .2rem #3b82f640}.p-card{background:var(--surface-section);border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background:#f8f9fa;color:var(--text-color)}
